[LLVMbugs] [Bug 9303] New: Assertion failed: (Dest.getScopeDepth().encloses(EStack.getInnermostNormalCleanup()) && "stale jump destination"), function EmitBranchThroughCleanup, file

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 23 10:51:53 PST 2011


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

           Summary: Assertion failed:
                    (Dest.getScopeDepth().encloses(EStack.getInnermostNorm
                    alCleanup()) && "stale jump destination"), function
                    EmitBranchThroughCleanup, file
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


pes delta$ clang++ vm1.cpp
Assertion failed:
(Dest.getScopeDepth().encloses(EHStack.getInnermostNormalCleanup()) && "stale
jump destination"), function EmitBranchThroughCleanup, file CGCleanup.cpp, line
880.
Stack dump:
0.      Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.1 -emit-obj -mrelax-all -disable-free -main-file-name
vm1.cpp -mrelocation-model static -mdisable-fp-elim -masm-verbose
-mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version
2.15 -momit-leaf-frame-pointer -resource-dir /usr/local/bin/../lib/clang/2.9
-ferror-limit 19 -fmessage-length 152 -fexceptions -fgnu-runtime
-fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-OIUgz2.o -x c++
vm1.cpp 
1.      <eof> parser at end of file
2.      vm1.cpp:29:16: LLVM IR generation of declaration 'VM::run'
3.      vm1.cpp:29:16: Generating code for declaration 'VM::run'
4.      vm1.cpp:29:46: LLVM IR generation of compound statement ('{}')
5.      vm1.cpp:31:23: LLVM IR generation of compound statement ('{}')
6.      vm1.cpp:34:31: LLVM IR generation of compound statement ('{}')
7.      vm1.cpp:36:110: LLVM IR generation of compound statement ('{}')
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal 1 (use -v to see
invocation)

-- 
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