[Issue 13723] onFinalizeError should not be called for Errors

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 12 13:50:36 PST 2014


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

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Correction: onFinalizeError will chain the caught exception. However, this
poses a challenge when finalization was invoked by the GC, and we can't
allocate (see issue 13722) - thus, we can't store the chained exception without
allocating.

--


More information about the Digitalmars-d-bugs mailing list