https://issues.dlang.org/show_bug.cgi?id=22484
Ali Cehreli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ali Cehreli <[email protected]> --- For completeness, here is the error message: src/rt/dwarfeh.d:330: uncaught exception reached top of stack This might happen if you're missing a top level catch in your fiber or signal handler However, only the first of the three workarounds makes the bug disappear for me. Modifying or removing Result.a or removing 'dummy' did not remove the bug. Only removing align(16) removed the bug. There is no issue with -m32. --
