[LLVMbugs] [Bug 8929] New: Assertion failed: (CallSites.empty() && "Dangling pointers found in call sites map"), function RefreshCallGraph, file CallGraphSCCPass.cpp, line 333.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 7 09:49:08 PST 2011


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

           Summary: Assertion failed: (CallSites.empty() && "Dangling
                    pointers found in call sites map"), function
                    RefreshCallGraph, file CallGraphSCCPass.cpp, line 333.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Interprocedural Analyses
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


Assertion failed: (CallSites.empty() && "Dangling pointers found in call sites
map"), function RefreshCallGraph, file CallGraphSCCPass.cpp, line 333.
Stack dump:
0.      Program arguments: opt boot2.bc -always-inline -basicaa -basiccg
-break-crit-edges -codegenprepare -deadtypeelim -die -domtree -early-cse
-functionattrs -globaldce -globalopt -globalsmodref-aa -indvars -inline
-instcombine -instnamer -instsimplify -intervals -iv-users -lazy-value-info
-lda -libcall-aa -licm -lint -live-values -loop-deletion -loop-extract
-loop-instsimplify -loop-reduce -loop-rotate -loop-unswitch -loops -mem2reg
-memcpyopt -mergefunc -mergereturn -no-profile -postdomfrontier -postdomtree
-profile-estimator -reg2mem -scalar-evolution -sccp -scev-aa -simplify-libcalls
-simplify-libcalls-halfpowr -sink -split-geps -strip-dead-debug-info
-strip-debug-declare -tailduplicate -tbaa
1.      Running pass 'CallGraph Pass Manager' on module 'boot2.bc'.

and

Assertion failed: (CallSites.empty() && "Dangling pointers found in call sites
map"), function RefreshCallGraph, file CallGraphSCCPass.cpp, line 333.
Stack dump:
0.      Program arguments: opt boot2.bc -adce -block-placement
-break-crit-edges -constprop -die -dse -globalopt -indvars -inline -instcombine
-instsimplify -iv-users -jump-threading -lazy-value-info -lda -licm
-live-values -loop-deletion -loop-extract -loop-idiom -loop-unroll -loops
-loweratomic -lowerinvoke -lowersetjmp -mem2reg -memcpyopt -mergefunc
-no-profile -postdomtree -prune-eh -reassociate -reg2mem -scalar-evolution
-scalarrepl -sccp -scev-aa -simplify-libcalls -simplify-libcalls-halfpowr
-simplifycfg -sink -sretpromotion -strip-dead-debug-info -strip-debug-declare
-strip-nondebug -tbaa 
1.      Running pass 'CallGraph Pass Manager' on module 'boot2.bc'.


the test file is the same as in bug 8928

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