https://issues.dlang.org/show_bug.cgi?id=22590
Issue ID: 22590
Summary: importC: static functions have no debug information
generated for them
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
When a SEGV occurs in a "C" static function, there's no debug information to
say what or why it occurred.
The workaround is to remove "static" from both declaration and definition.
--
