[llvm-bugs] [Bug 26074] New: Assertion in ~CallGraphNode "Node deleted while references remain"
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 8 02:22:38 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26074
Bug ID: 26074
Summary: Assertion in ~CallGraphNode "Node deleted while
references remain"
Product: libraries
Version: trunk
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: Global Analyses
Assignee: unassignedbugs at nondot.org
Reporter: andrew at fubar.geek.nz
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 15589
--> https://llvm.org/bugs/attachment.cgi?id=15589&action=edit
.cpp, .sh, and .ll showing the assertion
I can hit the following assertion while building Firefox on FreeBSD on AArch64:
Assertion failed: (NumReferences == 0 && "Node deleted while references
remain"), function ~CallGraphNode, file
/usr/src/lib/clang/libllvmipa/../../../contrib/llvm/include/llvm/Analysis/CallGraph.h,
line 179.
The attached tar file contains the .sh clang output, a minimized .cpp file, and
the lr from this file with no optimization.
--
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/20160108/4a69d4d1/attachment.html>
More information about the llvm-bugs
mailing list