https://issues.dlang.org/show_bug.cgi?id=1164
--- Comment #8 from Andrei Alexandrescu <[email protected]> --- Cool, was able to repro. Fortunately we have a couple of cards in our sleeve. What we could do is: * Mark * For each collectable object: * Call dtor * (NEW) Obliterate with .init * Sweep That way objects used during destruction will at least find objects in a deterministic state. --
