-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
EXC_BAD_ACCESS (SIGSEGV) in sentrycrashmc_getThreadAtIndex; SentryCrash Exception Handler (Primary) #1979
Comments
Thanks @vorporal. We are aware of this and working on a solution. This is related to #1892 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This was fixed with #2939 |
Having the same issue aging with the new sentry update : SentryCrash Exception Handler (Secondary) |
|
@AbdulmalekAlshugaa, please open a new issue pointing to this issue and put in the required details of the bug template. This helps us to better understand what could cause this. Thanks. |
Platform
macOS
Installed
Carthage
Version
7.20.0
Steps to Reproduce
We've had trouble consistently reproducing this issue. A user reported that our app (Warp, a MacOS terminal) crashes when they try to run complex Terraform commands; see warpdotdev/Warp#1619.
They provided a crash log (attached here, but also available from the linked issue) which indicates that the crashing thread is SentryCrash Exception Handler (Primary), with the following stack trace:
We have seen this occur other times in the past (so it's not a 7.20.0 regression), but there hasn't ever been a consistent pattern, and we've never been able to reliably reproduce it.
While the implication here is that sentry is crashing during handling of a crash elsewhere in the stack (and so there would be user impact even with a fix in place), it would be great to fix this so that we get accurate reporting of the initial crash.
I'm not sure whether this would have any relevance, but our application is written primarily in Rust, with some Objective-C code, and we use both the Cocoa and Rust Sentry SDKs in our application simultaneously.
Expected Result
Our application doesn't crash with a stack trace that points to a segfault in Sentry code.
Actual Result
See attached crash log: crash-report.txt
The text was updated successfully, but these errors were encountered: