[Issue 7349] assert(0) in class destructor - bad (or incorrect) error

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 20 05:15:43 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=7349

safety0ff.bugz <safety0ff.bugz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |safety0ff.bugz at gmail.com

--- Comment #2 from safety0ff.bugz <safety0ff.bugz at gmail.com> ---
The current GC does not support allocation during destruction (quality of
implementation issue.)
When the assert fails and tries to allocate it causes an invalid memory
operation error.

--


More information about the Digitalmars-d-bugs mailing list