http://d.puremagic.com/issues/show_bug.cgi?id=3237


Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Walter Bright <bugzi...@digitalmars.com>  2009-08-14 
22:49:38 PDT ---
The cause of the crash is there is a dependency in the code on the order in
which the gc runs the destructors on collected objects. Dependency on this
order is not valid D code.

Generally, one cannot refer to other objects on the GC heap when inside a
destructor for a GC object.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to