[MacRuby-devel] [MacRuby] #172: resurrection error

MacRuby ruby-noreply at macosforge.org
Sat Feb 28 19:44:22 PST 2009


#172: resurrection error
------------------------------+---------------------------------------------
 Reporter:  kbenne@…          |       Owner:  lsansonetti@…        
     Type:  defect            |      Status:  new                  
 Priority:  minor             |   Milestone:                       
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------
Changes (by lsansonetti@…):

  * milestone:  MacRuby 0.4 =>


Comment:

 Sorry for the late response on this bug. The problem was probably due to
 the old finalize code path, since it does not seem to occur anymore with
 trunk (as of r825). Or it was a bug in Mac OS X that was fixed by a
 software update. Could you retry with 10.5.6 and trunk?

 Resurrection errors occur when an object that is supposed to die is being
 referenced during its finalize phase. Generally if you do not own the
 object described in the error message it's most of the time a bug in the
 underlying framework. It is possible to set up a breakpoint and see
 exactly who is retaining the object.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/172#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list