Bug ID 23607
Summary Transparent handling of SIGSEGV in java code on android
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter labath@google.com
Classification Unclassified
ART runtime (and dalvik?) use SIGSEGV to detect and generate
NullPointerExceptions in Java.
Ideally, on Android, if we see a SIGSEGV at a PC that belongs to jit code we
should probably just transparently continue the process.
However, segmentation faults it native code should still stop the debuggee.