[LLVMbugs] [Bug 23907] New: Assertion Failure: SelectionDAGBuilder.cpp Name "not null terminated" handling @llvm.framerecover
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 20 21:15:00 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23907
Bug ID: 23907
Summary: Assertion Failure: SelectionDAGBuilder.cpp Name "not
null terminated" handling @llvm.framerecover
Product: new-bugs
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mitchell.wheeler at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Note: I'm not entirely sure what component is responsible for this bug, but if
I had to guess I think it's a WinEH issue (which I understand is very much a
work in progress, but I figure you guys are still interested in assertion
failures)
What: assert(Name.data()[Name.size()] == '\0' && "not null terminated");
Where: SelectionDAGBuilder.cpp:4982
When: Compiling libcxx for x86_64-pc-windows-msvc using clan trunk
--
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/20150621/d21ec7c8/attachment.html>
More information about the llvm-bugs
mailing list