[Issue 10671] Stack unwinding is insufficient on Linux x86_64. (-fomit-frame-pointer)

2021-02-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10671

Mathias LANG  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pro.mathias.l...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from Mathias LANG  ---
Not an issue anymore since the switch to DWARF EH (just tested with GDC and
LDC).

--


[Issue 10671] Stack unwinding is insufficient on Linux x86_64. (-fomit-frame-pointer)

2016-10-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10671

Nemanja Boric <4bur...@gmail.com> changed:

   What|Removed |Added

 CC||4bur...@gmail.com

--- Comment #1 from Nemanja Boric <4bur...@gmail.com> ---
I don't think this applies anymore (with dwarf eh.). But the case is on the
point here - I'm using old runtime, and with Ubuntu Xenial, once exception
handling walks from `main` back to `_libc_start_main` it just terminates.

--