-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Application stops responding when scrolling a table #4263
Comments
I cannot see the deadlock in the log. It is very difficult to test with the table squashed into a VBox - can you replicate it if the |
The deadlock is not a "deadlock"-deadlock because the first goroutine is technically still running, it's just not doing anything to get the other goroutines to run. The application also wouldn't respond to any but the deadly signals or any kind of input. #4210 could be related, but I'm not sure about that. |
Please test against the develop branch. If the issues were related this could be fixed already. |
I also encountered a similar situation. When I clicked on the area outside the table component unit, the entire program was stuck, and then it took a while for the first row and column to be selected, which was similar to a stuck state. |
Are you testing latest develop? It should be fixed already as noted above. |
I did and could not reproduce. So I guess it's either fixed or rare enough :D |
Checklist
Describe the bug
When scrolling in a table, the program suddenly became unresponsive. Not sure if it is because of that
How to reproduce
Could not reliably reproduce. Here is a dump.
deadlock.txt
Screenshots
No response
Example code
Fyne version
v2.4.0
Go compiler version
go version go1.21.1 linux/amd64
Operating system and version
Archlinux
Additional Information
Program was running in Xwayland. Not sure, if that matters, but I better mention it.
The text was updated successfully, but these errors were encountered: