[lldb-dev] [Bug 18682] New: TestPluginCommands.py failing on Ubuntu 13.10 x86_64: undefined symbol in libplugin.so

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 31 09:46:08 PST 2014


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

            Bug ID: 18682
           Summary: TestPluginCommands.py failing on Ubuntu 13.10 x86_64:
                    undefined symbol in libplugin.so
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tfiala at google.com
    Classification: Unclassified

Getting this failure on this test:

Command invoked: python ../llvm/tools/lldb/test/dotest.py -C gcc --executable
/home/tfiala/work/lgs/build/Debug+Asserts/bin/lldb -p TestPlugin
compilers=['gcc']

Configuration: arch=x86_64 compiler=gcc
----------------------------------------------------------------------
Collected 0 tests

.=success F=fail E=error s=skipped x=expected-fail u=unexpected-success


----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
tfiala at ubuntu:~/work/lgs/build$ python ../llvm/tools/lldb/test/dotest.py -C gcc
--executable `pwd`/Debug+Asserts/bin/lldb -p TestPluginCommands.py
LLDB library dir: /home/tfiala/work/lgs/build/Debug+Asserts/bin
lldb version 3.5 (http://llvm.org/git/lldb.git revision
830bad878ec410a1b4c707679258932e0554423c clang revision
5595d21466d7cdbe89406501d77acaad9851c9a1 llvm revision
9c45241485c0a1dc6f4ae81440185b54ec118246)
lldb.pre_flight: None
lldb.post_flight: None

Session logs for test failures/errors/unexpected successes will go into
directory '2014-01-31-09_47_38'
Command invoked: python ../llvm/tools/lldb/test/dotest.py -C gcc --executable
/home/tfiala/work/lgs/build/Debug+Asserts/bin/lldb -p TestPlugin
compilers=['gcc']

Configuration: arch=x86_64 compiler=gcc
----------------------------------------------------------------------
Collected 1 test

.=success F=fail E=error s=skipped x=expected-fail u=unexpected-success

python: symbol lookup error:
/home/tfiala/work/lgs/llvm/tools/lldb/test/functionalities/plugins/commands/libplugin.so:
undefined symbol: _ZN4lldb10SBDebugger21GetCommandInterpreterEv


This is built with lldb r200548.  Ubuntu 13.10 x86_64.  Using gcc 4.8.1 (stock
for platform), with libedit-dev, python-dev, swig, build-essential and git
packages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140131/d3302d30/attachment.html>


More information about the lldb-dev mailing list