https://issues.dlang.org/show_bug.cgi?id=15779
Issue ID: 15779
Summary: Program exits with dwarfeh(316) fatal error
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1590
--> https://issues.dlang.org/attachment.cgi?id=1590&action=edit
Small dub project with dwarfeh error
Since I updated to 2.070.2 almost every occasion of an exception thrown causes
my program to immediately terminate:
dwarfeh(316) fatal error
Program exited with code -6
It is very difficult to create a minimized test case, however I managed to give
you a small dub project that will exhibit this problem if you run "dub test" in
it:
--