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

Fix crash in SentryTracer cancelDeadlineTimer #4565

Open
philipphofmann opened this issue Nov 22, 2024 · 1 comment
Open

Fix crash in SentryTracer cancelDeadlineTimer #4565

philipphofmann opened this issue Nov 22, 2024 · 1 comment

Comments

@philipphofmann
Copy link
Member

philipphofmann commented Nov 22, 2024

Description

The SDK sometimes crashes in SentryTracer cancelDeadlineTimer with EXC_BAD_ACCESS. Sample stack trace from our internal SDK crash detection:

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.

@kahest
Copy link
Member

kahest commented Nov 22, 2024

@philipphofmann is this a duplicate of #4510?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

2 participants