[LLVMbugs] [Bug 11225] Assert in llvm_shutdown when running llc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 14 15:06:01 PST 2013


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

Yuanfang Chen <tabloid.adroit at gmail.com> changed:

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

--- Comment #17 from Yuanfang Chen <tabloid.adroit at gmail.com> ---
$ llc bugpoint-reduced-simplified.bc 
While deleting: metadata %
!{null, null, null, metadata !"elapsed_time_", metadata !"elapsed_time_",
metadata !"elapsed_time_", null, metadata <badref>, null, null, null, null,
null, null, null, null, null, null, metadata <badref>, null}

An asserting value handle still pointed to this value!
UNREACHABLE executed at /home/arch/Build/llvm-3.3.src/lib/IR/Value.cpp:633!
0  libLLVMSupport.so 0x00007fb068e3e9e1 llvm::sys::PrintStackTrace(_IO_FILE*) +
38
1  libLLVMSupport.so 0x00007fb068e3ec5e
2  libLLVMSupport.so 0x00007fb068e3e6d7
3  libpthread.so.0   0x00007fb068705870
4  libc.so.6         0x00007fb06794d3d9 gsignal + 57
5  libc.so.6         0x00007fb06794e7d8 abort + 328
6  libLLVMSupport.so 0x00007fb068de5360
7  libLLVMCore.so    0x00007fb06989d3ca
llvm::ValueHandleBase::ValueIsDeleted(llvm::Value*) + 660
8  libLLVMCore.so    0x00007fb06989ba28 llvm::Value::~Value() + 62
9  libLLVMCore.so    0x00007fb06986b41f llvm::MDNode::~MDNode() + 279
10 libLLVMCore.so    0x00007fb06986b68f llvm::MDNode::destroy() + 67
11 libLLVMCore.so    0x00007fb06985fa98
llvm::LLVMContextImpl::~LLVMContextImpl() + 1692
12 libLLVMCore.so    0x00007fb06985dbc1 llvm::LLVMContext::~LLVMContext() + 39
13 libLLVMCore.so    0x00007fb06985e9a3
14 libLLVMSupport.so 0x00007fb068ded11f llvm::ManagedStaticBase::destroy()
const + 147
15 libLLVMSupport.so 0x00007fb068ded14d llvm::llvm_shutdown() + 21
16 llc               0x000000000041139b
17 llc               0x000000000040d0f3
18 libc.so.6         0x00007fb067939bc5 __libc_start_main + 245
19 llc               0x000000000040ca19
Stack dump:
0.      Program arguments: llc bugpoint-reduced-simplified.bc 
Aborted (core dumped)

-- 
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/20131114/e0043c74/attachment.html>


More information about the llvm-bugs mailing list