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@cs.uiuc.edu
Reporter luke@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.