Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentry_toIso8601String crashes when adding breadcrumbs #3546

Closed
philipphofmann opened this issue Jan 5, 2024 · 2 comments
Closed

sentry_toIso8601String crashes when adding breadcrumbs #3546

philipphofmann opened this issue Jan 5, 2024 · 2 comments

Comments

@philipphofmann
Copy link
Member

Description

Crashes with SIGPIPE or EXC_BAD_ACCESS. The stacktrace looks like this

-[NSDate(SentryExtras) sentry_toIso8601String] 
-[SentryBreadcrumb serialize] 
-[SentryBreadcrumb description] 

Internal SDK crashes show a couple of occurrences.

@usmanghani-em
Copy link

usmanghani-em commented Jan 9, 2024

Console log:
-[__NSTaggedDate sentry_toIso8601String]: unrecognized selector sent to instance 0xaf9eaa6a23e8b051

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSTaggedDate sentry_toIso8601String]: unrecognized selector sent to instance 0xaf9eaa6a23e8b051'

Version: "@sentry/react-native": "5.13.0"
Mode: Release

@philipphofmann
Copy link
Member Author

I don't see any occurrence anymore of this crash in our SDK crash detection. I think this was fixed with #3764 and if it happens on sentry-maui it's related to a dotnet runtime bug; see getsentry/sentry-dotnet#3235. We can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

3 participants