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

Closed
philipphofmann opened this issue Nov 22, 2024 · 2 comments
Closed

Fix crash in SentryTracer cancelDeadlineTimer #4565

philipphofmann opened this issue Nov 22, 2024 · 2 comments

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?

@philipphofmann
Copy link
Member Author

Thanks, yes, it is a duplicate of #4510.

@philipphofmann philipphofmann closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2024
@github-project-automation github-project-automation bot moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants