-
Notifications
You must be signed in to change notification settings - Fork 131
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
NPE crash in BaseTextAndGraphicsManager.java line 206 #1842
Labels
bug
A defect in the library
Comments
@jordynmackool would it be possible to prioritize this ticket in a future bug fix release? |
We are working on it now. |
5 tasks
joeygrover
pushed a commit
that referenced
this issue
Jun 20, 2023
* Add null check to prevent NPE in BaseVoiceCommandManager * Add null check to prevent NPE in BaseMenuManager * Add null check to prevent NPE in BaseChoiceSetManager * Add null check to prevent NPE in BaseTextAndGraphicManager * Add null check to prevent NPE in BaseSoftButtonManager * Add null checks to prevent NPE in BaseAlertManager * Add null check to prevent NPE in AudioStreamManager * Add null check to prevent NPE in BaseFileManager * Complete the listener for when we cannot add an operation to the queue in AlertManager * Add callback for when we cannot add operation to Queue in AudioStreamManager * Complete listener if queue is null in BaseChoiceSetManager * add missing return * update ChoiceSetManagerTest
Closed with #1847 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Summary
We're seeing the following crash affecting a few hundred users in Crashlytics, but have been unable to reproduce it as of yet. Seems to be a new issue after upgrading to SDL 5.6.0. The crash is coming from line 206 in
BaseTextAndGraphicsManager.java
wheretransactionQueue.add(updateOperation, false);
is called. Somehow the value oftransactionQueue
is null when this line is reached.Reproduction Steps
No reproduction steps yet. This crash came from Crashlytics logs and was observed after we updated to SDL 5.6.0.
Which projects have you seen this bug on?
Android
Android Version(s)
Android 7.0-Android 13.0
Android Device(s)
Multiple Samsung, Motorola, LG, OnePlus, and Nokia phones
sdl_java_suite Version
5.6.0
Testing Environment(s)
Relevant log output
The text was updated successfully, but these errors were encountered: