Skip to content

coffeecatch crash on android 7/8 #34

@ghost

Description

Coffeecatch crashes on android 7/8.
I only managed to identify the crash point:

/* Call the old handler. */
static void coffeecatch_call_old_signal_handler(const int code, siginfo_t *const si,
                                                       void * const sc) {
     ...
     native_code_g.sa_old[code].sa_handler(code); // <---- here it throws NPE on __rt_sigproc`
     ...
}

If I comment this line out, it works as intended.
I assume it's related to changes to bds_signal in android 7, but I am not able to fix it yet.
If you could give me more insight, maybe I will try to put more time into fixing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions