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

App getting crash due to sentry SDK> [SentryDebugImageProvider init] #4611

Open
arnavgupta180 opened this issue Dec 10, 2024 · 1 comment
Open

Comments

@arnavgupta180
Copy link

arnavgupta180 commented Dec 10, 2024

Platform

macOS

Environment

Production

Installed

Swift Package Manager

Version

8.36

Xcode Version

15.4

Did it work on previous versions?

No response

Steps to Reproduce

Thread 0 Crashed:
0   Sentry                               0x000000010da5f189 -[SentryDebugImageProvider init] (SentryDebugImageProvider.m:22)
1   Sentry                               0x000000010da60a34 +[SentryDependencyContainer initialize] (SentryDependencyContainer.m:57)
2   libobjc.A.dylib                      0x00007ff80a9d122c 0x7ff80a9c9000 + 33324
3   libobjc.A.dylib                      0x00007ff80a9d0f6b 0x7ff80a9c9000 + 32619
4   libobjc.A.dylib                      0x00007ff80a9e7435 0x7ff80a9c9000 + 123957
5   libobjc.A.dylib                      0x00007ff80a9d0aaa 0x7ff80a9c9000 + 31402
6   libobjc.A.dylib                      0x00007ff80a9d01db 0x7ff80a9c9000 + 29147
7   Sentry                               0x000000010daa23a0 +[SentrySDK startWithOptions:] (SentrySDK.m:213)
8   Sentry                               0x000000010daa2a8a +[SentrySDK startWithConfigureOptions:] (SentrySDK.m:249)
9   Citrix Workspace Helper              0x000000010beab91c Citrix_Workspace_Helper.SentryHelper.(startReporting in _9C06B4C53481BFE0B0F4C5A2EFDB9F6E)(sentryID: Citrix_Workspace_Helper.SentryAppID) -> () (SentryHelper.swift:100)
10  Citrix Workspace Helper              0x000000010beab7f9 Citrix_Workspace_Helper.SentryHelper.startCrashReportingIfCEIPIsEnabled(sentryID: Citrix_Workspace_Helper.SentryAppID) -> Swift.Bool (SentryHelper.swift:95)
11  Citrix Workspace Helper              0x000000010beab821 @objc Citrix_Workspace_Helper.SentryHelper.startCrashReportingIfCEIPIsEnabled(sentryID: Citrix_Workspace_Helper.SentryAppID) -> Swift.Bool (<compiler-generated>:0)
12  Citrix Workspace Helper              0x000000010be2b24e -[CTXAppDelegate applicationWillFinishLaunching:] (CTXAppDelegate.m:776)
13  CoreFoundation                       0x00007ff80ae6f710 0x7ff80adfe000 + 464656
14  CoreFoundation                       0x00007ff80af00136 0x7ff80adfe000 + 1057078
15  CoreFoundation                       0x00007ff80af00080 0x7ff80adfe000 + 1056896
16  CoreFoundation                       0x00007ff80ae3f02b 0x7ff80adfe000 + 266283
17  Foundation                           0x00007ff80bdd5d0e -[NSNotificationCenter postNotificationName:object:userInfo:] + 81
18  AppKit                               0x00007ff80e4da2e4 -[NSApplication finishLaunching] + 268
19  AppKit                               0x00007ff80e4d9f14 -[NSApplication run] + 249
20  AppKit                               0x00007ff80e4adff3 NSApplicationMain + 815
21  ???                                  0x00007ff80aa11366 0x0 + 0

Expected Result

App should not crash

Actual Result

App is crashing.

Are you willing to submit a PR?

No response

@philipphofmann
Copy link
Member

@arnavgupta180, what is the crash message for this? Can you reproduce the issue?

We don't see this in our internal SDK crash detection.

@philipphofmann philipphofmann moved this from Needs Discussion to Needs More Information in Mobile & Cross Platform SDK Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Needs More Information
Development

No branches or pull requests

3 participants