https://issues.dlang.org/show_bug.cgi?id=19714
Issue ID: 19714
Summary: Invalid memory operation in class destructor
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: blocker
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1733
--> https://issues.dlang.org/attachment.cgi?id=1733&action=edit
Sample minimalistic code with runtime error
Output of attached example:
core.exception.InvalidMemoryOperationError@src/core/exception.d(729): Invalid
memory operation
--