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

[gui] Emit StopWork event in the UI thread #19

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

alufers
Copy link
Contributor

@alufers alufers commented Jan 30, 2024

I have uses PyCommandEvent to forward the information about a finished thread to the UI thread.

This PR partially fixes #17. On Linux the app now no longer inconsistently crashes in random places (race condition?).

It now crashes on building the TreeView in plugins though, but this seems to be a separate issue.

@alufers
Copy link
Contributor Author

alufers commented Jan 30, 2024

Uh, the lint is complaining about files I didn't touch, hmmm

@kuba2k2 kuba2k2 changed the title Try fixing linux crashes by emitting the StopWork event in the UI thread [gui] Emit StopWork event in the UI thread Feb 26, 2024
@kuba2k2 kuba2k2 merged commit d96f1e5 into libretiny-eu:master Feb 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault in Fedora 39
2 participants