December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23253

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
October 09
https://issues.dlang.org/show_bug.cgi?id=23253

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Steven Schveighoffer <schveiguy@gmail.com> ---
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.

--