-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Sentry Native Android SDK Crashing - sentry__string_eq Unhandled Segfault #859
Comments
I would but I don’t think I’m in a slack with you On Jun 28, 2023, at 15:07, William Capozzoli ***@***.***> wrote:
Description
Message me @will in Slack for link to the Customer's Issue in Sentry.
When does the problem happen
During build
[ x] During run-time
When capturing a hard crash
Environment
Steps To Reproduce
The issue in sentry has this on it:
err.type looks like sentry__string_eq
it also says Unhandled Segfault
and
Log output
no additional log output
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi, thanks for the report. I can gather from the stack trace that this must have been in a Adding ptr/len interfaces to the API, I rewrote many string functions and specifically added early checks for |
is the suggestion to upgrade to 6.19.0? If so, what is the the new expected behavior? So I can communicate back to the customer. For example:
|
I would always recommend upgrading if there seems to be a bug in an SDK because we do not maintain separate release branches, so even if there is still an issue in the latest release, I can only supply a fix on top of that. Going deeper, this stack trace is probably from version The crash in the Native SDK is probably caused by the same memory corruption which caused the application to crash in the first place. We can make sure that we don't crash in that particular situation. However, the resulting crash event will still be affected by that. The stack trace shows that the segfault occurs when setting the What I mean by that: fingers crossed that we can send a halfway decent crash report in that case. Understanding how that situation is possible would be interesting, but I cannot gather that from the stack trace. Maybe @Swatinem can look at the event and check if he sees something relevant. |
Description
Message me @will in Slack for link to the Customer's Issue in Sentry.
When does the problem happen
Environment
Steps To Reproduce
The issue in sentry has this on it:
err.type looks like sentry__string_eq
it also says Unhandled Segfault
and
Log output
no additional log output
The text was updated successfully, but these errors were encountered: