Philipp Hofmann

Results 731 comments of Philipp Hofmann

Did this start happening in `7.16.0` or did you see this problem for earlier versions as well, @jaroslavas?

It seems like we can't handle a signal properly, and we crash in `writeBinaryImage`. Do you maybe have any clue which type of crash this could be? @armcknight, can you...

As you pointed out the crash is a [watchdog termination](https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations). The crash reports you sent me contain ``` 72180 exhausted real (wall clock) time allowance of 10.00 seconds ProcessVisibility: Background...

@jaroslavas, can you tell us the percentage of crashes from the Xcode organizer that crashed on writeOnBinaryImage of the total amount of crashes of the Xcode organizers, so we know...

This could be related to https://github.com/getsentry/sentry-cocoa/issues/1864.

Thanks for the update, @jaroslavas. I would be surprised if this would be the case for most apps. I'm trying to understand what could cause this, although we already know...

Again thanks for the update, @jaroslavas.

Might also fix https://github.com/getsentry/sentry-cocoa/issues/1979.

I can reproduce this issue in a release build. While I get the error message of calling `fatalError` directly, we don't get the error for unwrapping an optional value. The...