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

ki...@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ki...@gmx.net

--- Comment #1 from ki...@gmx.net ---
Confirmed. It's the 3rd iteration only because GC collection is triggered then;
adding `import core.memory; GC.collect();` after destroy makes it segfault in
the 1st iteration, as does using `delete(bar);` instead of destroy.

I guess there's something wrong with the dtor field of the ClassInfo.

--

Reply via email to