Ticket #151 (closed defect: fixed)
[[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application
| Reported by: | rakoth.lichlord@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.4 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

