Thread overview
[Issue 20702] Strack trace points to exception ctor instead of throw statement
Mar 27, 2020
Mathias LANG
Dec 17, 2022
Iain Buclaw
March 27, 2020
https://issues.dlang.org/show_bug.cgi?id=20702

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
What are the compiler versions you tested with ?
It might be me, if it's a regression:
https://github.com/dlang/druntime/pull/2724
To be fair the hard-coded count of frame is very brittle and should be replaced
with something more robust that looks at the symbol.

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

--- Comment #2 from moonlightsentinel@disroot.org ---
dmd --version
DMD64 D Compiler v2.091.0-dirty

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--