[lldb-dev] [Bug 17387] New: LLDB Segmentation fault when connecting to device without specifying platform.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 27 06:23:28 PDT 2013


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

            Bug ID: 17387
           Summary: LLDB Segmentation fault when connecting to device
                    without specifying platform.
           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: luke at codeplay.com
    Classification: Unclassified

- run lldb with no file specified. 
- connect to android gdbserver using gdb-remote 

Segmentation fault occurs due to null pointer dereference caused by
Thread::GetUnwinder() (lldb/source/Target/Thread.cpp) not finding an unwinder
for the target architecture.

-- 
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/20130927/f985f963/attachment.html>


More information about the lldb-dev mailing list