Philipp Hofmann

Results 731 comments of Philipp Hofmann

@dfed, I checked your events again, and I see some top most frames in a package called GameController, that could potentially be inApp, but they aren't. So should these frames...

> If that sounds like it could be the cause of the problem here and you haven't seen other reports Yes it does. Please reopen another issue with more info...

Yes, indeed, we can't allocate memory when we're crashing, but we can change our approach. When we receive a signal or a mach message we get the thread fill the...

We don't have an ETA yet, @ShiBody.

> using 8.26.0, crash not observed for same repro steps . @mr-grey, we assume that this issue is fixed. If not, please reopen.

I don't have the bandwidth to review this PR today, and I'm on PTO the whole next week. FYI, I tried something similar with a NSFileHandle last year and we...

I can reproduce the problem by using SPM in our iOS-Swift sample app and validating it as described above. I committed the changed to a branch https://github.com/getsentry/sentry-cocoa/tree/repro/4068. ![CleanShot 2024-06-14 at...

Both XCArchives from Xcode 15 and Xcode don't contain dSYMs for Sentry in the `dSYMs` folder. So, I guess this is a new warning in Xcode 16.

@andr-ec, have you encountered any actual problems after seeing this warning? Maybe it's a bug in Xcode.

> @philipphofmann Is there anything speaking against using the Sentry-Dynamic instead of static Sentry? It depends on whether you want to use static or dynamic libraries. Static binding usually means...