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

--- Comment #4 from Maxim Fomin <mxfo...@gmail.com> ---
(In reply to Sergei Degtiarev from comment #3)
> The MmFile destructor is called after main() termination and throws
> exception while trying to clean up the memory.

Sounds like class dtor invokes gc. Because current GC implementation is not
reenterant, such code in not supported.

--

Reply via email to