[Issue 16641] Infinite loop on InvalidMemoryOperationError in __dmd_personality_v0
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Oct 29 11:13:44 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16641
--- Comment #1 from ag0aep6g at gmail.com ---
Do you have code to reproduce this? InvalidMemoryOperationError is usually
thrown when a destructor tries to allocate GC memory during a collection. The
current GC can't do that. So problem might be in your code or in vibe.d instead
of druntime.
--
More information about the Digitalmars-d-bugs
mailing list