[llvm-bugs] [Bug 32612] New: LLD COFF Crash in COFF\Writer.cpp (Writer::run)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 10 17:19:46 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32612
Bug ID: 32612
Summary: LLD COFF Crash in COFF\Writer.cpp (Writer::run)
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: ignacio.slipknot at gmail.com
CC: llvm-bugs at lists.llvm.org
Hello, I get a crash on line 307 of Writer.cpp (LLD 4.0.0):
if (!Config->PDBPath.empty())
createPDB(Config->PDBPath, Symtab, SectionTable, BuildId->DI);
This happens because BuildId is NULL.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170411/663e267a/attachment.html>
More information about the llvm-bugs
mailing list