[MacRuby] #1127: Access to freed memory in rb_vm_dispatch

MacRuby ruby-noreply at macosforge.org
Tue Jan 25 16:31:48 PST 2011


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



More information about the macruby-tickets mailing list