Skip to content

Transparent handling of SIGSEGV in java code on android #23981

Open
@labath

Description

@labath
Bugzilla Link 23607
Version unspecified
OS Linux

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalldb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions