https://issues.dlang.org/show_bug.cgi?id=15628
Issue ID: 15628
Summary: Exceptions in fibers never caught with /SAFESEH
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
When a Win32 program is linked with /SAFESEH (not supported by DMD, but with
LDC), a unittest in core.thread fails, i.e. the one with throwAndYield().
The exception is never caught because the OS considers the exception chain
invalid.
--