https://issues.dlang.org/show_bug.cgi?id=21996
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/druntime pull request #3493 "Fix 21996 - Skip message formatting for checkaction=context in finalizer" was merged into stable: - b2514d0a42b5490dd3591bcf449eac481bcf8527 by MoonlightSentinel: Fix 21996 - Skip message formatting for checkaction=context in finalizer The message formatting isn't `@nogc` yet and hence caused an `InvalidMemoryOperationError` when called from a finalizer. https://github.com/dlang/druntime/pull/3493 --
