-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Agent causes system to hang after starting up, Ubuntu 20.04.1 LTS #557
Comments
Hm, weird behavior, I wouldn't really know what an application could do to make your system freeze like that. The How do you start the agent? Manually on the commandline? Any output produced? Maybe something in |
Thanks for the quick reply! (I only mention it working with the apt package to rule out a hardware problem) It was starting automatically at login when the problem appeared. I've since disabled the Start Application entry, and tried starting it manually, with the same result. The installer output is:
The
(When the system froze, the clock was showing 12:22) There is output from the program, but redirecting output to a file failed (presumably the freeze prevents it from flushing to the file?) The config.ini file (which I haven't touched) contains this:
|
Ah, so your system actually completely freezes and never recovers (i.e. you have to manually reset your system)? I originally thought you said it freezes for a while and then responds again, but reading again you said it freezes after (not for) some time after starting the agent. Is there any pattern to when the freeze happens? Are you actually using (or even have it open in a browser somewhere) Arduino Create when it happens? TBH, I'm not too sure how the create agent works nowadays, so I'm not sure if I can provide any further debugging hints from here, but maybe the arduino devs can provide some additional insight.. |
Yes, I need to manually reset the system. There's no pattern I can discern. Sometimes I start up the agent and within a couple of seconds the system freezes. Other times, I've got enough time to open the debug console from the menu. Sometimes it's a couple of minutes before the system freezes. I noticed the line in the output that says:
So I followed its suggestions and did
But if I do that, it won't even start up:
Is there a super-verbose logging option or something? |
Yes, we have a crash report functionality but I don't think it can help (because the agent does not crash) |
This issue has been marked as stale because it has been open 14 days with no activity. Remove stale label or comment, otherwise it will be closed in 7 days |
Sorry for the delay. |
could you please try |
This is the result of running
Everything was fine for maybe two minutes, then I clicked the agent's icon in the top right of the screen, and the system hung. (Then I took the photo above) |
On Ubuntu 20.04.1 LTS system, starting the agent causes the system to freeze (no mouse or keyboard input accepted) after a delay (which varies, from several seconds to several minutes).
This happens whether or not the Arduino is plugged in.
Using the
aduino
package installed viaapt
works fine, just not thearduino-create-agent
- version 1.1.The text was updated successfully, but these errors were encountered: