https://issues.dlang.org/show_bug.cgi?id=23253
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Steven Schveighoffer <[email protected]> --- I think this was fixed in https://github.com/dlang/dmd/pull/14710 Which implements: > Alternatively, finding a way to allocate the trace info without using the GC > would be an additional solution, as this is the only allocation that might > happen between the flag being cleared and the gc being unlocked. --
