Skip to content

#1080 BugSplat Crash: LLAppViewer::initStrings() - show crash reason #1782

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

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

LLGuru
Copy link
Contributor

@LLGuru LLGuru commented Jun 17, 2024

The root cause seems to be on the client side

For helping the user to understand the actual crash reason
we could include it's short description into the crash message

@github-actions github-actions bot added the c/cpp label Jun 17, 2024
Copy link
Contributor

@akleshchev akleshchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no point to call LL_WARNS() << crash_reason << LL_ENDL;, LL_ERRS will already print that to logs.

P.S. Also might be a good idea to remove 'Please reinstall' part of the LL_ERRS, user doesn't see that unless user goes to check logs, showMissingFiles() already asks user to reinstall.

@LLGuru LLGuru force-pushed the guru/viewer-1080-crash-initStrings branch from f3747cd to 4ab8362 Compare June 17, 2024 12:46
@LLGuru LLGuru marked this pull request as ready for review June 17, 2024 12:46
@LLGuru LLGuru force-pushed the guru/viewer-1080-crash-initStrings branch from 4ab8362 to 2f1c169 Compare June 17, 2024 13:09
@akleshchev
Copy link
Contributor

Also might be a good idea to remove 'Please reinstall' part of the LL_ERRS

Thanks. I added that part a long time ago when I though that user is capable of seeing those LL_ERRS 😅, but it's invisible to users.

@LLGuru LLGuru merged commit 5155ee9 into release/maint-b Jun 17, 2024
12 checks passed
@LLGuru LLGuru deleted the guru/viewer-1080-crash-initStrings branch June 17, 2024 14:31
@github-actions github-actions bot locked and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BugSplat Crash: Second Life Release!LLAppViewer::initStrings()::$_84::operator()(int*) const(3014)
3 participants