[Issue 19086] Bad stack trace for exceptions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 11 01:45:35 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19086
--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/1ce43a609cd02d69fca54e4e4ef8a296cc67f2dc
fix Issue 19086 - Bad stack trace for exceptions
When building with debug info, add ud2 instruction after call to functions that
never return. This allows the stack walker to find the correct source line
https://github.com/dlang/dmd/commit/d5589fdb6b51bd22aeddcad5123facbcf2af87ee
add test for Issue 19086
https://github.com/dlang/dmd/commit/01aec0907996e97e3a218f87906ace3f01b71c5b
Merge pull request #8937 from rainers/issue19086
fix Issue 19086 - Bad stack trace for exceptions
merged-on-behalf-of: Nicholas Wilson <thewilsonator at users.noreply.github.com>
--
More information about the Digitalmars-d-bugs
mailing list