Skip to content

EXC_BAD_ACCESS in SentryTracer cancelDeadlineTimer #3320

@philipphofmann

Description

@philipphofmann

Description

The SDK crashes with EXC_BAD_ACCESS here

- (void)cancelDeadlineTimer
{
[self.deadlineTimer invalidate];
self.deadlineTimer = nil;
}

Screenshot 2023-10-02 at 09 37 31

The SDK crash in Sentry has more context. This is happening across multiple versions see
image

This is related to #3002.

Metadata

Metadata

Labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions