https://issues.dlang.org/show_bug.cgi?id=14868
Maxim Fomin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Maxim Fomin <[email protected]> --- Likely to be invalid, because dtor invokes gc code during collection. File struct dtor calls detach(), which calls close(), which may call gc. --
