-
-
Notifications
You must be signed in to change notification settings - Fork 446
IDE might get into a non-functional state after OS sleep/awake cycle #2148
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
Comments
It's not only after waking up from sleep. It also happens randomly out of the blue while I'm using the IDE. |
The most painful part of this issue is having to kill all the arduino processes when this happens. The window's close button does nothing, and there are like a dozen processes related to Arduino. Some of them, when killed, will cause a few other to die in cascade, but (a) they are not easy to identify, and (b) there doesn't seem to be a single one of them that will kill all of the others. You always need to kill a few one by one. And Any workaround for easily killing all arduino processes when this happens, would alleviate the pain greatly while we wait for a full fix. |
This was happening sporadically a few weeks ago but now it is happening after just being open for a few minutes. |
I still have this issue every day. Status along the bottom still shows "Offline" (cannot connect to the backend), IDE fails to save projects, cannot close itself, has to be killed with task manager. I locked and left my computer at the end of the day yesterday, and when I woke it up and logged back in this morning, the Arduino backend process appears to have died again. If anyone working this issue needs logs or something, let me know and I'll do my best to get them. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
Users reported that IDE2 could become non-functional after waking the OS from sleep. It has happened on macOS and Windows (eclipse-theia/theia#12707). I tried various
pmset
options but could not reproduce the defect. Searching boards, libraries, and compile+upload do not work.To reproduce
Sleep the OS for enough time (I do not know how much) while IDE2 is running, wake the OS, IDE2 does not work. Even quitting the app does not do anything.
Expected behavior
After the OS wake, IDE2 works.
Arduino IDE version
2.1.1
Operating system
macOS
Operating system version
13.4.1
Additional context
Related IDE2 change: 30136b0
Upstream issue: eclipse-theia/theia#12707
Additional Reports
Issue checklist
The text was updated successfully, but these errors were encountered: