[MacRuby] #1127: Access to freed memory in rb_vm_dispatch
#1127: Access to freed memory in rb_vm_dispatch ------------------------------------------+--------------------------------- Reporter: justin@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 0.9 Component: MacRuby | Keywords: ------------------------------------------+--------------------------------- Patch attached. I have not been able to create a test case that produces this crash, but my application was experiencing random crashing quite frequently. Application is multithreaded which probably increases the odds that the memory is re-allocated before the dispatcher tries to access it illegally. Crashing stopped after patch. -- Ticket URL: <http://www.macruby.org/trac/ticket/1127> MacRuby <http://macruby.org/>
#1127: Access to freed memory in rb_vm_dispatch ------------------------------------------+--------------------------------- Reporter: justin@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------------+--------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Ouch, that's embarrassing. Thanks for the patch! It has been applied as r5191. -- Ticket URL: <http://www.macruby.org/trac/ticket/1127#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby