https://llvm.org/bugs/show_bug.cgi?id=23607
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: [email protected]
Reporter: [email protected]
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.
--
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