Did anyone experience crashes reported to TestFlight without stack traces? I am currently running into this issue and wondering if others found a solution for this. Would really appreciate any help. Details here: https://youtrack.jetbrains.com/issue/CMP-6812/EXCCRASH-SIGKILL-on-iOS
h
Hristijan
10/04/2024, 5:25 PM
It'll be good if you can share minimum reproducible repo, that way help will arrive faster
t
Thomas
10/04/2024, 5:26 PM
Unfortunately I do not know what code is causing the issue as Thread 0 does not point to my code.
a
Albert Chang
10/05/2024, 2:57 AM
> Termination Reason: FRONTBOARD 2343432205
>
2343432205 (0x8badf00d) means that your app is killed by watchdog because it blocked the main thread for a significant time. See https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations.
> WatchdogEvent: process-exit
>
This probably means that the system (the user) tried to terminate your app but your app didn't respond.
t
Thomas
10/05/2024, 6:32 PM
Yes, thanks, figured that out. That’s how I was able to reproduce the issue once (open app, swipe away from recents, reopen app, repeat). The error shows that Thread 0 (main) is the issue. Looking at the stack trace, it is compose.