[lldb-dev] LLDB Assertion failed

Ziming Song s.ziming at hotmail.com
Mon Feb 2 09:41:01 PST 2015




Hi all,
I just compiled the lastest version of LLDB on ubuntu. But when I executed the `lldb` in the bin directory, it print the following and exit:
lldb: /home/szm/workSpace/studio/llvm/include/llvm/Support/CommandLine.h:673: void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const char*) [with DT = llvm::ScheduleDAGInstrs* (*)(llvm::MachineSchedContext*); DataType = llvm::ScheduleDAGInstrs* (*)(llvm::MachineSchedContext*)]: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed.Aborted (core dumped)
And the same for lldm-mi.
Also, if I create a simple program that uses LLDB API and run it, it'll complain that:
error while loading shared libraries: liblldb.so.3.7.0: cannot open shared object file: No such file or directory
But liblldb.so.3.7.0 exists, even if I copy the file to the same directory.
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150202/23265286/attachment.html>


More information about the lldb-dev mailing list