[LLVMbugs] [Bug 15193] New: Clang :: Index/crash-recovery-modules.m failing because Assertion `PrettyStackTraceHead.get() == this && "Pretty stack trace entry destruction is out of order"' failed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 7 05:39:17 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15193

            Bug ID: 15193
           Summary: Clang :: Index/crash-recovery-modules.m failing
                    because Assertion `PrettyStackTraceHead.get() == this
                    && "Pretty stack trace entry destruction is out of
                    order"' failed
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: thomas at schwinge.name
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I'm seeing Clang :: Index/crash-recovery-modules.m FAIL for all of
GNU/Hurd x86 (the port I'm currently working on), GNU/Linux x86 and
x86_64 (these are all I tested).

Configure with:

    --enable-optimized --enable-expensive-checks --disable-threads
--enable-debug-symbols --enable-debug-runtime

First c-index-test invocation:

    c-index-test: [...]/lib/Support/PrettyStackTrace.cpp:119: virtual
llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry(): Assertion
`PrettyStackTraceHead.get() == this && "Pretty stack trace entry destruction is
out of order"' failedI.
    0  libclang.so 0xb7135c9c
    1  libclang.so 0xb7135ecf
    2  libclang.so 0xb71365c0
    3              0xb77dc400 __kernel_sigreturn + 0
    4              0xb77dc416 __kernel_vsyscall + 2
    5  libc.so.6   0xb6282b51 gsignal + 81
    6  libc.so.6   0xb6286042 abort + 386
    7  libc.so.6   0xb627bc38 __assert_fail + 248
    8  libclang.so 0xb7130ae4

-- 
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/20130207/a07f3261/attachment.html>


More information about the llvm-bugs mailing list