[lldb-dev] LLDB Assertion failed

Vince Harron vharron at google.com
Mon Feb 2 14:52:11 PST 2015


Hi Ziming,

Can you share your exact checkout and build steps as a script?

Vince
 On Feb 2, 2015 9:46 AM, "Ziming Song" <s.ziming at hotmail.com> wrote:

>  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.
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150202/155aa333/attachment.html>


More information about the lldb-dev mailing list