[Issue 19119] App crashes with strange behavior of ctors/dtors from CPP

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 26 20:28:28 UTC 2018


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

--- Comment #2 from kinke at gmx.net ---
Nope, druntime apparently doesn't support destroying C++ classes yet. E.g.,
_d_delclass() and rt_finalize2() assume D objects, where the ClassInfo is
stored in the first vtable slot. rt_finalize2() also assumes an implicit
monitor field etc.

--


More information about the Digitalmars-d-bugs mailing list