Thread overview
[Issue 20650] Cryptic error message when GC called in finalizer
Mar 09, 2020
Basile-z
Mar 21, 2020
Basile-z
Dec 17, 2022
Iain Buclaw
Dec 18, 2022
Dlang Bot
Dec 26, 2022
Dlang Bot
March 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20650

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |b2.temp@gmx.com

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20650

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 18, 2022
https://issues.dlang.org/show_bug.cgi?id=20650

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/dmd pull request #14710 "Remove GC for allocating traceinfo" fixing this issue:

- Remove GC for allocating traceinfo. Allow traces for
  InvalidMemoryOperationError and other sensitive errors.
  Fixes 20650
  Fixes 16641
  Fixes 22616

https://github.com/dlang/dmd/pull/14710

--
December 26, 2022
https://issues.dlang.org/show_bug.cgi?id=20650

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/dmd pull request #14710 "Avoid GC for allocating traceinfo" was merged into master:

- 374f20760e6c6183861dc599e1fb6379830a032a by Steven Schveighoffer:
  Avoid GC for allocating traceinfo. Allow traces for
  InvalidMemoryOperationError and other sensitive errors.
  Fixes 20650,16641,22616.

https://github.com/dlang/dmd/pull/14710

--