Skip to content
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

resources: stability of asynchronous operations (fixes #3799) #3803

Closed
wants to merge 1 commit into from

Conversation

Okuro3499
Copy link
Collaborator

fixes #3799

Screenshot 2024-07-05 at 17 40 12

@strawberrybread
Copy link
Contributor

strawberrybread commented Jul 9, 2024

i ran a robotest using Small Phone, 4.7in/12cm (Arm), Virtual, API Level 32 and it crashed.

image

java.lang.RuntimeException: Unable to destroy activity {org.ole.planet.myplanet/org.ole.planet.myplanet.ui.dashboard.DashboardActivity}: java.lang.IllegalStateException: no event down from INITIALIZED in component CoursesFragment{20c7916} (c0228861-d108-4b8e-86d8-fc614f058af4 id=0x7f0a022a tag=shelf)

FATAL EXCEPTION: Thread-3
Process: org.ole.planet.myplanet, PID: 8980
java.lang.RuntimeException: Unable to destroy activity {org.ole.planet.myplanet/org.ole.planet.myplanet.ui.dashboard.DashboardActivity}: java.lang.IllegalStateException: no event down from INITIALIZED in component CoursesFragment{20c7916} (c0228861-d108-4b8e-86d8-fc614f058af4 id=0x7f0a022a tag=shelf)

Caused by: java.lang.IllegalStateException: no event down from INITIALIZED in component CoursesFragment{20c7916} (c0228861-d108-4b8e-86d8-fc614f058af4 id=0x7f0a022a tag=shelf)```

Copy link
Contributor

@ewhang5 ewhang5 left a comment

Choose a reason for hiding this comment

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

I got the same failure as @strawberrybread on this one as well

@dogi dogi changed the title resource: stability of asynchronous operations (fixes #3799) resources: stability of asynchronous operations (fixes #3799) Jul 10, 2024
@dogi dogi requested a review from ewhang5 July 15, 2024 19:00
@dogi dogi added don't merge and removed priority labels Jul 15, 2024
@dogi dogi closed this Jul 19, 2024
@Okuro3499 Okuro3499 deleted the 3799-illegalstateexception branch August 28, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalStateException
4 participants