Skip to content

iOS 15 crash #85

Open
Open
@d6638219

Description

@d6638219

There's Crash on iOS 15。iPhone7

Exception Type: EXC_BAD_ACCESS (SIGKILL)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x00000001d4424da8
VM Region Info: 0x1d4424da8 is in 0x1d44249b8-0x1d4450278; bytes after start: 1008 bytes before end: 177359
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
__DATA_CONST 1d43fc5c0-1d44249b8 [ 161K] r--/rw- SM=COW ...k/MediaRemote
---> __DATA_CONST 1d44249b8-1d4450278 [ 174K] r--/rw- SM=COW ...ork/CoreUtils
__DATA_CONST 1d4450278-1d4453430 [ 12K] r--/rw- SM=COW .../FamilyCircle

Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-create watchdog transgression: application<ctrip.com>:444 exhausted real (wall clock) time allowance of 19.91 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-create | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 19.580 (user 14.590, system 4.990), 16% CPU", | "Elapsed application CPU time (seconds): 0.034, 0% CPU" | ) reportType:CrashLog maxTerminationResistance:Interactive>
Triggered by Thread: 0
perform_rebinding_with_section + 7177404 (fishhook.c:149)
perform_rebinding_with_section + 7177312 (fishhook.c:143)
rebind_symbols_for_image + 7176556 (fishhook.c:222)

Activity

whde

whde commented on Jun 10, 2021

@whde

在低端设备上似乎是必现崩溃

Rivers007

Rivers007 commented on Jun 11, 2021

@Rivers007

iPhone8 plus ios15 crash

whde

whde commented on Jun 15, 2021

@whde

There's Crash on iOS 15。iPhone7

Exception Type: EXC_BAD_ACCESS (SIGKILL)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x00000001d4424da8
VM Region Info: 0x1d4424da8 is in 0x1d44249b8-0x1d4450278; bytes after start: 1008 bytes before end: 177359
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
__DATA_CONST 1d43fc5c0-1d44249b8 [ 161K] r--/rw- SM=COW ...k/MediaRemote
---> __DATA_CONST 1d44249b8-1d4450278 [ 174K] r--/rw- SM=COW ...ork/CoreUtils
__DATA_CONST 1d4450278-1d4453430 [ 12K] r--/rw- SM=COW .../FamilyCircle

Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-create watchdog transgression: application<ctrip.com>:444 exhausted real (wall clock) time allowance of 19.91 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-create | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 19.580 (user 14.590, system 4.990), 16% CPU", | "Elapsed application CPU time (seconds): 0.034, 0% CPU" | ) reportType:CrashLog maxTerminationResistance:Interactive>
Triggered by Thread: 0
perform_rebinding_with_section + 7177404 (fishhook.c:149)
perform_rebinding_with_section + 7177312 (fishhook.c:143)
rebind_symbols_for_image + 7176556 (fishhook.c:222)

try this #62

d6638219

d6638219 commented on Jun 15, 2021

@d6638219
Author

@whde You tried, no problem? I tried it, but the hook function won't work.

annyfun

annyfun commented on Jun 17, 2021

@annyfun

@whde You tried, no problem? I tried it, but the hook function won't work.

I tried #87 and #84, it worked on 14.6 and 15.0

d6638219

d6638219 commented on Jun 18, 2021

@d6638219
Author

@annyfun iphone7, I tried, but still crash, The function is sigaction

XuweiQT

XuweiQT commented on Jun 21, 2021

@XuweiQT

@whde You tried, no problem? I tried it, but the hook function won't work.

I tried #87 and #84, it worked on 14.6 and 15.0

yes. it‘s ok
https://raw.githubusercontent.com/facebook/fishhook/31e51827675cbdee0a8ed2533d1dd700ea4c8306/fishhook.c

maniackk

maniackk commented on Aug 4, 2021

@maniackk

@annyfun iphone7, I tried, but still crash, The function is sigaction

I tried hook int sigaction(int, const struct sigaction * __restrict, struct sigaction * __restrict); use #84, it worked on 14.6 and 15.0。

Can you give a demo that hook sigaction ~ thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @whde@maniackk@annyfun@Rivers007@d6638219

        Issue actions

          iOS 15 crash · Issue #85 · facebook/fishhook