[LLVMbugs] [Bug 569] NEW: execution failure with lli

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue May 24 10:02:19 PDT 2005


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

           Summary: execution failure with lli
           Product: libraries
           Version: 1.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Target-Independent JIT
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jin at cs.rice.edu


Hi,

I had the following error when I tried to execute a bytecode with lli. I am using an llvm
version from the CVS repository after the version1.5 was released. "tilde_expand" is
defined in /usr/lib/libreadline.a and was linked when the executable was created with 'gccld'.
Any comments are greatly appreciated!

Thanks,
Guohua Jin

-------------------
ERROR: Program used external function 'tilde_expand' which could not be resolved!
lli((anonymous namespace)::PrintStackTrace()+0x1a)[0x864d022]
lli((anonymous namespace)::SignalHandler(int)+0xcb)[0x864d295]
[0xffffe420]
/lib/libc.so.6(abort+0x16d)[0xb7dd236d]
lli(llvm::JIT::getPointerToNamedFunction(std::basic_string<char, std::char_traits<char>, std::
allocator<char> > const&)+0xbd)[0x8374eed]
lli(llvm::JIT::getPointerToFunction(llvm::Function*)+0x199)[0x8376721]
lli((anonymous namespace)::JITEmitter::getPointerToGlobal(llvm::GlobalValue*, void*, 
bool)+0xc3)[0x8377167]
lli((anonymous namespace)::JITEmitter::finishFunction(llvm::MachineFunction&)+0x1be)[0x83773f2]
lli((anonymous namespace)::Emitter::runOnMachineFunction(llvm::
MachineFunction&)+0xf4)[0x83dd35a]
lli(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x29)[0x839f49f]
lli(llvm::PassManagerTraits<llvm::Function>::runPass(llvm::FunctionPass*, llvm::
Function*)+0x1f)[0x85a3f91]
lli(llvm::PassManagerT<llvm::Function>::runOnUnit(llvm::Function*)+0x5c3)[0x85997d1]
lli(llvm::PassManagerTraits<llvm::Function>::runOnFunction(llvm::Function&)+0x1f)[0x859a387]
lli(llvm::FunctionPass::run(llvm::Function&)+0x6c)[0x8549b70]
lli(llvm::FunctionPassManager::run(llvm::Function&)+0xe7)[0x854910d]
lli(llvm::JIT::runJITOnFunction(llvm::Function*)+0x4f)[0x8376535]
lli(llvm::JIT::getPointerToFunction(llvm::Function*)+0x1cf)[0x8376757]
lli((anonymous namespace)::JITResolver::JITCompilerFn(void*)+0x193)[0x8376fcd]
lli(X86CompilationCallback2+0xac)[0x8406d42]
lli[0x8406c92]
[0xb5bd9f5f]
Abort



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