[MacRuby] #1372: Exceptions thrown inside dispatch queue blocks propagate as uncaught objective-c exceptions

MacRuby ruby-noreply at macosforge.org
Wed Aug 3 11:58:44 PDT 2011


#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/>



More information about the macruby-tickets mailing list