-
-
Notifications
You must be signed in to change notification settings - Fork 431
Beta 12 crashes on Linux and produces endless loop #629
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
Hi @AlfredoCubitos. Thanks for taking the time to submit an issue. I see we already have a prior issue report about this at #201. It's best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other. If you end up with additional information to share, feel free to comment in the other thread. I'll provide you with instructions to configure the IDE to use a free port:
Now try starting the Arduino IDE again as before. It should now start up and work as expected. |
Per, I would have one remark on this. According to the logs, there was an error before the
It is just a guess, but the Electron app crashed due to this bug (the user's openSuSe OS seems to match the bug), it failed to close the backend but the CLI daemon process did not terminate, then starting the IDE next time failed with the port is already in use error. As I said, it is just a guess, but it might need another check before keeping this issue closed. Proposed solution: https://www.reddit.com/r/openSUSE/comments/ptqlfu/psa_vscode_and_some_nonpatched_electron/ Update: I fixed the link to the bug. |
Thanks so much Akos! |
I had to look 5x until I realized that I had the same issue. Starting ./arduino-ide results in a first error about the GPU process, followed by a new prompt, followed by a bunch of errors including "Buffer() is deprecated". No GUI appears but 6 processes remain running in the background. The latest version I checked was arduino-ide_nightly-20211220_Linux_64bit.zip I remembered a workaround for another Electron app ("heavy ion" seems to match better?). A quick test (compiling and uploading a project to an ESP32) worked fine on my Ryzen laptop (dual graphics with AMD and NVidia, is this causing the issue?). I hope that it will also run on an older and less powerful system (version 1.8.15 consumes incredible 7+ minutes at <<10% CPU load for a tiny program). The debug button looks interesting, I'm curious :) |
Describe the problem
calling
arduino-ide
produces the following error:ⓘ I replaced my actual home dir path with
$HOME
in the below log content.In this state it produces an endless loop, which produces:
To reproduce
Start Arduino IDE.
Expected behavior
Arduino IDE starts without errors.
Arduino IDE version
2.0.0-beta.12
Operating system
Linux
Operating system version
openSuSe Tumbleweed with KDE Plasma
The text was updated successfully, but these errors were encountered: