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

Missing stack trace #4576

Open
vivekhumnabad opened this issue Nov 27, 2024 · 7 comments
Open

Missing stack trace #4576

vivekhumnabad opened this issue Nov 27, 2024 · 7 comments

Comments

@vivekhumnabad
Copy link

vivekhumnabad commented Nov 27, 2024

Platform

macOS

Environment

Production

Installed

CocoaPods

Version

8.36.0

Xcode Version

15.2

Did it work on previous versions?

No

Steps to Reproduce

No Steps to repro , we see this randomly

Expected Result

Full crash report with all thread details

Actual Result

Randomly we are seeing stack traces missing in crash report - only one thread is shown and that too with limited info

https://citrix-workspace.sentry.io/issues/5882669788/?project=4507448592105472&query=is%3Aarchived&referrer=issue-stream&sort=freq&statsPeriod=14d&stream_index=4

Event id:384424173609426ea8b0168ad1bdba65

Are you willing to submit a PR?

No response

@philipphofmann
Copy link
Member

@vivekhumnabad, please share your SDK init configuration. Maybe you have some feature enabled that could cause this.

@vivekhumnabad
Copy link
Author

vivekhumnabad commented Nov 27, 2024

@philipphofmann here is the init info

options.enableAppHangTracking = false
options.enableNetworkTracking = false
options.enableFileIOTracing = false
options.enableSwizzling = false
options.enableCoreDataTracing = false
options.environment = self.getEnvironment()
options.appHangTimeoutInterval = Self.appHangTimeoutInterval

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Nov 27, 2024
@philipphofmann
Copy link
Member

@vivekhumnabad, OK, so you have most features disabled. I'm looking for information to narrow the search for the root cause. Does this happen randomly for all types of crashes, or maybe only a few specific crashes?

@vivekhumnabad
Copy link
Author

We have seen this in couple of crashes

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Nov 28, 2024
@philipphofmann
Copy link
Member

philipphofmann commented Nov 28, 2024

We have seen this in couple of crashes

Yes, but random types of crashes or a couple of crashes of the same type? For example, only EXC_BAD_ACCESS, or unhandled NSExceptions, or SIGSEV, etc.

@vivekhumnabad
Copy link
Author

Another crash with different type
https://citrix-workspace.sentry.io/issues/5911700290/?project=4507448592105472&query=is%3Aarchived&referrer=issue-stream&statsPeriod=14d&stream_index=7
So we found one with SIGABRT and one with SEGV_NOOP

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Nov 30, 2024
@philipphofmann
Copy link
Member

@vivekhumnabad, thanks for the update. The two events you shared are with Cocoa SDK version 8.29.1. Although I can't find a specific bug fix related to this issue, we fixed plenty of bugs since then. It could be that the problem is already fixed. Do you also see the same behavior on recent Cocoa SDK versions?

@philipphofmann philipphofmann moved this from Needs Discussion to Needs More Information in Mobile & Cross Platform SDK Dec 11, 2024
@getsantry getsantry bot moved this to Waiting for: Community in GitHub Issues with 👀 3 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: Needs More Information
Development

No branches or pull requests

2 participants