#365: nil.setStringValue causes SIGABRT
-------------------------------+--------------------------------------------
 Reporter:  cwdi...@…          |       Owner:  lsansone...@…        
     Type:  defect             |      Status:  new                  
 Priority:  major              |   Milestone:                       
Component:  MacRuby            |    Keywords:  32-bit, SIGABRT      
-------------------------------+--------------------------------------------

Comment(by lsansone...@…):

 This program crashes in 32-bit because currently Objective-C cannot
 intercept MacRuby exceptions. So, sending a message to nil triggers an
 exception which calls std::terminate() because there is no active handler.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/365#comment:1>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to