Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 15 crash #85

Open
d6638219 opened this issue Jun 9, 2021 · 8 comments
Open

iOS 15 crash #85

d6638219 opened this issue Jun 9, 2021 · 8 comments

Comments

@d6638219
Copy link

d6638219 commented Jun 9, 2021

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)

@whde
Copy link

whde commented Jun 10, 2021

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

@Rivers007
Copy link

iPhone8 plus ios15 crash

@whde
Copy link

whde commented Jun 15, 2021

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
Copy link
Author

d6638219 commented Jun 15, 2021

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

@annyfun
Copy link

annyfun commented Jun 17, 2021

@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
Copy link
Author

d6638219 commented Jun 18, 2021

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

@XuweiQT
Copy link

XuweiQT commented Jun 21, 2021

@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
Copy link

maniackk commented Aug 4, 2021

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants