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
Comment #1 by dlang-bugzilla — 2017-06-09T18:28:06Z
Might have been affected by https://github.com/dlang/druntime/pull/1673, at least what previously was an error should now print the exception before terminating.
Could you please recheck
Comment #3 by robert.schadek — 2024-12-13T18:51:54Z