https://issues.dlang.org/show_bug.cgi?id=14201
Issue ID: 14201
Summary: fatal error LNK1235: corrupt or invalid COFF symbol
table
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: blocker
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
While compiling the Botan D library on Win64 with COFF, I encountered a linker
error:
"fatal error LNK1235: corrupt or invalid COFF symbol table"
The only way to remove the error is to remove symbols in the application. I
have no way of producing a test case, because it's an error inherent to very
large applications with a big amount of symbols.
--