digitalmars.D.bugs - [Issue 17271] New: dwarfeh(224) fatal error
- via Digitalmars-d-bugs (24/24) Mar 23 2017 https://issues.dlang.org/show_bug.cgi?id=17271
https://issues.dlang.org/show_bug.cgi?id=17271 Issue ID: 17271 Summary: dwarfeh(224) fatal error Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1 Component: dmd Assignee: nobody puremagic.com Reporter: czdanol gmail.com I have some race condition in my code probably; when running or windows (also tried travis linux), I get crashes (currently trying to debug). When I run it on Ubuntu on Windows, I get that "dwarfeh(224) fatal error" on my stdout. The code is here: https://github.com/beast-lang/compiler/commit/c0379860b54a8f3e357b740fe85066e8d7dbd2b8 Just pull, do dub build in root directory and in test directory, then run bin/testsuite. Or you can just execute ./runTests.sh . For given commit, usually at least 3 tests fail with a crash. Sorry about the fuzzy description, but I don't have more. Alphaglosined told me to report this, so it goes on him :P --
Mar 23 2017