[LLVMbugs] [Bug 324] Inliner and Prune-EH crash on the Attached Code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Apr 20 13:49:08 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=324

criswell at uiuc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From criswell at uiuc.edu  2004-04-20 15:49 -------
I don't believe this is fixed yet.  I'm now getting the following error on the
newly attached test case:

opt -inline test.bc

opt[0x8618942]
opt[0x8618b62]
opt[0x42029188]
opt(std::vector<llvm::CallGraphNode*, std::allocator<llvm::CallGraphNode*>
>::begin()+0x19)[0x849dd21]
opt(llvm::CallGraphNode::begin()+0x1c)[0x849d272]
opt(llvm::GraphTraits<llvm::CallGraphNode*>::child_begin(llvm::CallGraphNode*)+0x19)[0x85520d1]
opt(llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*>
>::DFSVisitOne(llvm::CallGraphNode*)+0x69)[0x8637333]
opt(llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*>
>::DFSVisitChildren()+0xef)[0x863778d]
opt(llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*>
>::GetNextSCC()+0x7d)[0x86373e7]
opt(llvm::scc_iterator<llvm::CallGraph*, llvm::GraphTraits<llvm::CallGraph*>
>::operator++()+0x11)[0x863702f]
opt(llvm::CallGraphSCCPass::run(llvm::Module&)+0x95)[0x8636e9f]
opt(llvm::PassManagerTraits<llvm::Module>::runPass(llvm::Pass*,
llvm::Module*)+0x1f)[0x85f11d9]
opt(llvm::PassManagerT<llvm::Module>::runOnUnit(llvm::Module*)+0x5e1)[0x85e54c7]
opt(llvm::PassManagerTraits<llvm::Module>::run(llvm::Module&)+0x1f)[0x85e6b69]
opt(llvm::PassManager::run(llvm::Module&)+0x23)[0x85a4613]
opt(main+0x87f)[0x83a4d2f]
opt(__libc_start_main+0x95)[0x42017589]
opt(std::basic_ostream<char, std::char_traits<char> >& std::operator<<
<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&,
char)+0x55)[0x83a4401]
Segmentation fault (core dumped)




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list