Philipp Hofmann
Philipp Hofmann
I'm sorry about that. Thanks for the update, @mpasalic.
Thanks for the info, @squarefrog. Now we know it's also happening on iOS.
Thanks for the update, @ErrorPro.
While we don't have this feature yet, you could somehow build a similar behavior on your own. You can use setup the SDK with `SentryOpitons.enabled = false`, so nothing gets...
Hey @sindresorhus, it seems like you didn't have the dSYMS uploaded for this event. I checked your issue, and the stacktrace looks fine.
Usually, the bottom frame is something like `libdyld +0x015f3c start`. I just tried a crash with our [macOS-Swift sample app ](https://github.com/getsentry/sentry-cocoa/tree/master/Samples/macOS-Swift) on a M1 MacBook with macOS 12.1 and get...
The unkown frame should be in `libdyld`. On [macOS 11.6.1](https://sentry.io/organizations/sentry-sdks/issues/2921695678/events/f90d096dcfe54c978c4cde02eaf785db/) the list of loaded images contains `libdyld` but on [macOS 12.1](https://sentry.io/organizations/sentry-sdks/issues/2921695678/events/5b23f1fccbb4494d9ddd2bb37b133b5b/) `libdyld` is missing It seems like SentryCrash is not...
@jan-auer the logic for loading binary images is in [SentryCrashDynamicLinker](https://github.com/getsentry/sentry-cocoa/blob/7cf0f7441aed40e4c344404d10172547fb3edd4a/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c#L336). The original file [KSDynamicLinker](https://github.com/kstenerud/KSCrash/commits/master/Source/KSCrash/Recording/Tools/KSDynamicLinker.c) doesn't contain any new patches that we don't have yet. I already applied the latest patch...
I also see this happening in our iOS-Swift sample app.
Can also reproduce this for sentry-cocoa. Going to move this.