-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 RecyclerView #29634
Comments
There are reports that it's a bug in a RecyclerView widget or we update and interact with it from different threads https://stackoverflow.com/questions/31759171/recyclerview-and-java-lang-indexoutofboundsexception-inconsistency-detected-in/33822747#33822747. |
@brave/qa-team you can find the STR/Cases that @Uni-verse outlined re: the above crash via #29860 (comment):
|
The above requires |
Moving this into |
Verification PASSED on
Went through the STR/Cases outlined via #29634 (comment) several times and verified that Brave doesn't crash when switching back to the original NTP that was opened when Brave was first launched. |
We have that crash stack in a Play Store on a stable
1.50.x
. Not sure what RecyclerView causes it, but I have feelings that it's the one on the NTP. That crash is a top 1 crash and accounts to ~22% of crashes we have. I propose to make an attempt of fixing it and see how it performs on nightly and uplift if we are good with the fix. For verifying we just need to make sure we can interact with news, scroll and etc as I don't have steps on how to replicate it.Edit: there are step on how to verify described in that issue #29860
The text was updated successfully, but these errors were encountered: