[Issue 21996] -checkaction=context triggers InvalidMemoryOperationError in finalizer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 24 17:57:08 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21996
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3515 "merge stable" was merged into master:
- 6563a53ec0b064ea6729d4db36bbfef917c850ce 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.
- 04f2d6df36eb31b7e1fe201deb33b4128e5041cb 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/3515
--
More information about the Digitalmars-d-bugs
mailing list