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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev