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

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

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to