-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Arduino IDE 2.3.3 freezes and goes offline on macOS #2537
Open
3 tasks done
Labels
type: imperfection
Perceived defect in any part of project
Comments
leonardocavagnis
added
the
type: imperfection
Perceived defect in any part of project
label
Oct 22, 2024
leonardocavagnis
changed the title
Arduino IDE 2.3.3 freezes and goes offline on macOS Sonoma 14.6.1
Arduino IDE 2.3.3 freezes and goes offline on macOS
Nov 6, 2024
Workaround
By removing the |
giacomocusinato
added a commit
that referenced
this issue
Nov 8, 2024
Resolves #2537 Fix memory leak issue caused by inflight dependency, see isaacs/node-glob#435
4 tasks
giacomocusinato
added a commit
that referenced
this issue
Nov 8, 2024
Resolves #2537 Fix memory leak issue caused by inflight dependency, see isaacs/node-glob#435
giacomocusinato
added a commit
that referenced
this issue
Nov 11, 2024
Resolves #2537 Fix memory leak issue caused by inflight dependency, see isaacs/node-glob#435
giacomocusinato
added a commit
that referenced
this issue
Nov 11, 2024
Resolves #2537 Fix memory leak issue caused by inflight dependency, see isaacs/node-glob#435
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
I'm experiencing an issue with Arduino IDE version 2.3.3 running on macOS Sonoma 14.6.1 on a MacBook Pro 2023 with an Apple M2 Pro chip. After launching the IDE, it enters "offline mode" within a few seconds and becomes completely unresponsive. I'm unable to compile or upload sketches, and the IDE does not respond to any commands. The only way to close it is by forcing quit.
The development console shows the following error:
net:ERR_CONNECTION REFUSED
(screenshot attached).I am also attaching the logs generated when launching the IDE from the command line.
To reproduce
Expected behavior
The IDE should remain in "online mode" and allow the user to compile and upload sketches without freezing.
Arduino IDE version
2.3.3
Operating system
macOS
Operating system version
Sonoma 14.6.1 and Sequoia 15.1
Additional context
I attempted reinstalling the IDE following this guide, but the issue persists.
Issue checklist
The text was updated successfully, but these errors were encountered: