[MacRuby-devel] [MacRuby] #365: nil.setStringValue causes SIGABRT
MacRuby
ruby-noreply at macosforge.org
Tue Oct 6 17:43:45 PDT 2009
#365: nil.setStringValue causes SIGABRT
-------------------------------+--------------------------------------------
Reporter: cwdinfo@… | Owner: lsansonetti@…
Type: defect | Status: new
Priority: major | Milestone:
Component: MacRuby | Keywords: 32-bit, SIGABRT
-------------------------------+--------------------------------------------
Comment(by lsansonetti@…):
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/>
More information about the MacRuby-devel
mailing list