November 01, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11408

           Summary: allow GC allocations in finalizers
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@dawg.eu


--- Comment #0 from Martin Nowak <code@dawg.eu> 2013-11-01 00:12:09 PDT ---
This has been disabled due to possible memory corruptions in https://github.com/D-Programming-Language/druntime/pull/16.

The problem is that cleanup or error checking often does require memory
allocations (e.g. bug 7349).
We should investigate whether it's possible to have an extra pool for
allocations from finalizers.

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