Thread overview
[Issue 21996] -checkaction=context triggers InvalidMemoryOperationError in finalizer
Jun 06, 2021
Dlang Bot
Jun 07, 2021
Dlang Bot
Jul 24, 2021
Dlang Bot
June 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21996

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/druntime pull request #3493 "Fix 21996 - Skip message formatting for checkaction=context in finalizer" fixing this issue:

- 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

--
June 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21996

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
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

--
July 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21996

--- Comment #3 from Dlang Bot <dlang-bot@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

--