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