#151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application ---------------------------------------+------------------------------------ Reporter: rakoth.lichlord@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ This obviously happens because the code to be evaluated contains an error - local variable '''a''' is undefined - but as I see in objc.m, '''evaluateString''' should throw an exception, not crash the app. GBD cannot catch this bug somehow, this is all I get: Cannot access memory at address 0x2444c75f -- Ticket URL: <http://www.macruby.org/trac/ticket/151> MacRuby <http://macruby.org/>