-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Crash in monitorCachedData #1650
Comments
I did some experiments by creating an exception on my own This ends up in Sentry as C++ Exception: _NSCoreDataException without stack trace
While generating a regular Exception is reported with the correct parameters and stack trace
I did not yet figure out the point where reporting goes wrong |
Hey @stefanfuerst, thanks for letting us know this. |
@brustolin was able to reproduce this. We can't give you an ETA for fixing this, though @stefanfuerst. |
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 could be related to #1533 and might be fixed with #1533 (comment) |
We see rare occurrences of this in our internal SDK crashes. |
Is there any update on this one ? it keeps happening in our Application on the latest version still |
Sorry @grzegorzkrukowski, no updates on this one yet. |
Any updates on this? We get this crash rarely, so far only for one user, 5 crashes.
and
|
@rickarddahlvolvocars, I'm sorry, but we haven't gotten to this yet. Thanks for the details. |
Platform
macOS
Installed
Manually
Version
7.8
Steps to Reproduce
Lately I'm often getting C++ Exception: _NSCoreDataException that look like this
I can't tell if this is not parsed properly or an issue with Sentry. Also I was not able to reproduce this locally.
Expected Result
Display of details of the _NSCoreDataException
Actual Result
Just C++ Exception: _NSCoreDataException
The text was updated successfully, but these errors were encountered: