[LLVMbugs] [Bug 12095] New: Assertion `PrettyStackTraceHead.get() == this && "Pretty stack trace entry destruction is out of order"' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 27 06:00:29 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12095
Bug #: 12095
Summary: Assertion `PrettyStackTraceHead.get() == this &&
"Pretty stack trace entry destruction is out of
order"' failed.
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The clang test crash-recovery-modules.m fails on my x86-64 ubuntu 11.10 box.
Running by hand shows an assertion failure:
tools/clang/test/Index$ env CINDEXTEST_FAILONERROR=1 c-index-test
-test-load-source all -fmodules -fmodule-cache-path
tools/clang/test/Index/Output/crash-recovery-modules.m.tmp -Xclang
-fdisable-module-hash -I clang/test/Index/Inputs/Headers -DCRASH
clang/test/Index/crash-recovery-modules.m
c-index-test: llvm/lib/Support/PrettyStackTrace.cpp:119: virtual
llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry(): Assertion
`PrettyStackTraceHead.get() == this && "Pretty stack trace entry destruction is
out of order"' failed.
...
15 libclang.so 0x00007f81815f9830 clang_parseTranslationUnit + 144
...
21 c-index-test 0x0000000000403f15
Aborted
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list