[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5653 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2012-01-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 Vladimir Panteleev changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-06-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #7 from Vladimir Panteleev 2011-06-18 04:39:19 PDT --- (In reply to comment #6) > Note that this patch will cause all successive allocations by the process to > generate an OOME, since gcx.running will be true forever. Yes, this i

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 Sean Kelly changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #5 from Vladimir Panteleev 2011-05-26 03:35:29 PDT --- (In reply to comment #4) > Fixed here: https://github.com/D-Programming-Language/phobos/pull/44 Does that > take care of D1 too? The Phobos pull request is for D1, the druntim

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #3 from Vladimir 2011-05-13 04:10:06 PDT --- https://github.com/D-Programming-Language/phobos/pull/44 https://github.com/D-Programming-Language/druntime/pull/16 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #2 from Vladimir 2011-05-13 04:03:22 PDT --- Created an attachment (id=972) Naive test for disallowing GC interaction after a finalizer exception -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 5653] Allocating in a destructor called during a GC corrupts memory

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5653 --- Comment #1 from Vladimir 2011-05-13 04:01:57 PDT --- Created an attachment (id=971) Memory corruption test -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---