#1372: Exceptions thrown inside dispatch queue blocks propagate as uncaught objective-c exceptions ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction ------------------------------------+--------------------------------------- Specifically, I had this problem because a test assertion inside of a block failed. Reduction: {{{ a = Dispatch::Queue.new 'org.macruby.test' a.sync { raise Exception, 'oh noses' } }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1372> MacRuby <http://macruby.org/>