-
Notifications
You must be signed in to change notification settings - Fork 437
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
On start up two Mu instances race each other and crash #1755
Comments
As noted in #1762, since the Mu startup takes a long time, users are more likely going to try to relaunch the application, making this issue more common. I've also noticed that in my Windows environment it takes a few seconds for the splash screen to appear after I click on the Mu shortcut, so even I was very tempted to reopen it at that point, thinking that maybe I didn't click it correctly. |
This was referenced Sep 21, 2021
Closed
Closed
Closed
Closed
Closed
Closed
This was referenced Dec 17, 2021
Closed
Closed
Closed
Closed
Closed
Closed
This was referenced Dec 30, 2021
Closed
This was referenced Jul 28, 2023
This was referenced Oct 18, 2023
This was referenced Feb 8, 2024
This was referenced Feb 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the log entries for the crashed session are duplicated, and then Mu crashes at points where it check if a directory exists (it doesn't at the time), and then fails to create it because the other instance won the race.
For example:
mu/mu/logic.py
Lines 796 to 798 in 9179f64
I'm pretty sure I've seen this myself once on Windows, although I couldn't replicate after. I didn't do it intentionally, so I don't if I accidentally double clicked more than once, or something similar, my assumption is that this was an "user mistake", but I am not sure.
We might want to reconsider or revisit this:
Crash reports affected (won't be merged here yet to try to ask the individual users to check if this is indeed the problem):
And these are possible candidates, but we won't know until the logs are shared:
The text was updated successfully, but these errors were encountered: