[Issue 8924] Delegate becomes invalid after a while

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 1 06:59:49 PDT 2012


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


Malte Skarupke <malteskarupke at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
           Severity|normal                      |critical


--- Comment #2 from Malte Skarupke <malteskarupke at web.de> 2012-11-01 06:59:47 PDT ---
I've debugged it further and it was an issue with the garbage collector. I was
using malloc and free but I wasn't calling GC.addRange and GC.removeRange.

This now provides me with another problem because I specifically did not want
the garbage collector to know about that memory, so that it wouldn't keep
certain objects alive. Unfortunately that means that it then collects too much.
I'll find a solution, but this bug is closed.

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


More information about the Digitalmars-d-bugs mailing list