LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1257 - llc crashes when it compiles the attached file
Summary: llc crashes when it compiles the attached file
Status: RESOLVED FIXED
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 15:57 PDT by Lauro Venancio
Modified: 2010-02-22 12:42 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
bugpoint-reduced-simplified.bc (1.66 KB, application/octet-stream)
2007-03-16 16:00 PDT, Lauro Venancio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Venancio 2007-03-16 15:57:13 PDT
laurov@laurov-desktop:/tmp$ llc < bugpoint-reduced-simplified.bc 
llc((anonymous namespace)::PrintStackTrace()+0x1a)[0x88b3a1a]
llc((anonymous namespace)::SignalHandler(int)+0x112)[0x88b3ce0]
[0xffffe420]
llc(llvm::LiveIntervals::JoinCopy(llvm::MachineInstr*, unsigned int, unsigned
int)+0x4d7)[0x8739267]
llc(llvm::LiveIntervals::joinIntervals()+0x3c0)[0x8739af6]
llc(llvm::LiveIntervals::runOnMachineFunction(llvm::MachineFunction&)+0x416)[0x873c63c]
llc(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x28)[0x83f51e6]
llc(llvm::FPPassManager::runOnFunction(llvm::Function&)+0x13a)[0x884042e]
llc(llvm::FunctionPassManagerImpl::run(llvm::Function&)+0x6e)[0x88406b2]
llc(llvm::FunctionPassManager::run(llvm::Function&)+0x88)[0x8840772]
llc(main+0xbaa)[0x83c6b9e]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7d2e8cc]
llc(__gxx_personality_v0+0x171)[0x83c4f11]
Segmentation fault (core dumped)
Comment 1 Lauro Venancio 2007-03-16 16:00:38 PDT
Created attachment 705 [details]
bugpoint-reduced-simplified.bc