Thread overview
[Issue 14119] Must not allocate TraceInfo for FinalizeErrors
Apr 01, 2015
Martin Nowak
Apr 21, 2015
Martin Nowak
Sep 06, 2015
Martin Nowak
Dec 17, 2022
Iain Buclaw
April 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14119

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Same goes for onOutOfMemoryError which is even marked as @nogc, even though the trace is allocated using the GC.

--
April 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14119

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
We should require http://dlang.org/library/core/runtime/runtime.trace_handler.html to be @nogc. For a deprecation phase we could still accept allocating trace handlers, but not call them in @nogc errors like onOutOfMemoryError.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=14119

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
September 06, 2015
https://issues.dlang.org/show_bug.cgi?id=14119

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
*** Issue 14597 has been marked as a duplicate of this issue. ***

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 07
https://issues.dlang.org/show_bug.cgi?id=14119

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17291

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--