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

sentrycrashdl_getBinaryImageForHeader causes AppHangs #4399

Closed
philipphofmann opened this issue Oct 3, 2024 · 0 comments · Fixed by #4435
Closed

sentrycrashdl_getBinaryImageForHeader causes AppHangs #4399

philipphofmann opened this issue Oct 3, 2024 · 0 comments · Fixed by #4435

Comments

@philipphofmann
Copy link
Member

philipphofmann commented Oct 3, 2024

Description

A customer reported around 10k app hangs pointing to sentrycrashdl_getBinaryImageForHeader when being called from the SentryTracer.

sentrycrashdl_getBinaryImageForHeader
-[SentryDebugImageProvider getDebugImagesCrashed:]
-[SentryDebugImageProvider getDebugImagesCrashed:]
-[SentryDebugImageProvider getDebugImagesForAddresses:isCrash:]
-[SentryDebugImageProvider getDebugImagesForFrames:isCrash:]
-[SentryTracer toTransaction]
-[SentryTracer finishInternal]
@philipphofmann philipphofmann self-assigned this Oct 9, 2024
philipphofmann added a commit that referenced this issue Oct 14, 2024
Add two new internal methods getDebugImagesFromCacheForFrames
getDebugImagesFromCacheFrames to the SentryDebugImageProvider which use
the significantly faster SentryBinaryImageCache.

Fixes GH-4399
philipphofmann added a commit that referenced this issue Oct 14, 2024
Add two new internal methods getDebugImagesFromCacheForFrames
getDebugImagesFromCacheFrames to the SentryDebugImageProvider which use
the significantly faster SentryBinaryImageCache.

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

Successfully merging a pull request may close this issue.

1 participant