[Issue 3523] Fiber is not garbage collected properly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 16 18:06:44 PDT 2012


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



--- Comment #13 from dawg at dawgfoto.de 2012-10-16 18:06:40 PDT ---
>When the fiber is halted the Fiber object owns it's stack

This doesn't work out with our current GC mechanisms and the required stack
scans.

The other solution I can think of is to keep the inner stack free of any
references to the enclosing fiber. This would imply that all Fiber bookkeeping
must be done using asm or on the outer stack to fully avoid pointer leakage.

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