Did anyone experience crashes reported to TestFlig...
# compose-ios
t
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
It'll be good if you can share minimum reproducible repo, that way help will arrive faster
t
Unfortunately I do not know what code is causing the issue as Thread 0 does not point to my code.
a
> 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
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.