We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The SDK sometimes crashes in SentryTracer cancelDeadlineTimer with EXC_BAD_ACCESS. Sample stack trace from our internal SDK crash detection:
SentryTracer cancelDeadlineTimer
EXC_BAD_ACCESS
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: SEGV_NOOP Thread 0 Crashed: 0 libobjc.A.dylib 0x18552bc20 objc_msgSend 1 Sentry.framework 0x10625e888 -[SentryTracer cancelDeadlineTimer] (Sentry.framework:249) 2 Sentry.framework 0x10625fa54 -[SentryTracer finishInternal] (Sentry.framework:427) 3 Sentry.framework 0x10625e280 __35-[SentryTracer dispatchIdleTimeout]_block_invoke (Sentry.framework:179)
Could be related to #3977.
The text was updated successfully, but these errors were encountered:
@philipphofmann is this a duplicate of #4510?
Sorry, something went wrong.
No branches or pull requests
Description
The SDK sometimes crashes in
SentryTracer cancelDeadlineTimer
withEXC_BAD_ACCESS
. Sample stack trace from our internal SDK crash detection:Could be related to #3977.
The text was updated successfully, but these errors were encountered: