-
-
Notifications
You must be signed in to change notification settings - Fork 7k
SIGABRT in Arduino IDE 1.8.11 on secondary screen of dual-screen Mac #9764
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
Similar crash in 1.8.12 when dragging the window from the secondary monitor to the primary. From /var/log/system.log:
Gory details attached: |
Here's another similar report:
|
Same for 1.8.12 |
I've got the same issue, but it is crashing on either screen and not necessarily when I'm moving the window, however, that is the most common occurrence. |
mine crashes when macbook pro changes gpu |
It can be circumvented / workaround by ticking the somewhat obscure -'Displays have separate Spaces' options in System Preferences -> Mission control. |
Thank you but this makes no difference for me, it crashes regardless of this setting. Only workaround I've found is by using 1.8.10 |
Experiencing the same issue in Catalina, I've set my main display to my monitor so I don't have to drag the IDE over when it starts which crashes the IDE |
This crash seems to happen on any change to the displays: connecting an external display, disconnecting it, moving the Arduino IDE to a different display. |
This effects me too. If I leave the Arduino IDE open when my computer sleeps when it wakes up crash. Same circumstance. |
This bug has been solved with the latest release 1.8.13. It looks like we forget to close this issue among the other duplicates. |
Arduino IDE 1.8.11 sometimes crashes with a SIGABRT. It seems to occur on a Mac with a secondary screen plugged into it, when the IDE tries to open a new window on the secondary screen.
I'm extending the desktop (not mirroring), with macOS Catalina 10.15.3 and Java 1.8.0_102. The system is a MacBook Air with an external monitor, and the crashes seem to happen when the IDE is running on the external monitor.
From /var/log/system.log:
From the crash report:
I noticed that OpenJDK has some bug reports of similar behavior in Java2D Queue Flusher but I don't know enough about the inner workings of the Arduino IDE and OpenJDK to know whether they might be related: https://bugs.openjdk.java.net/browse/JDK-8146238 https://bugs.openjdk.java.net/browse/JDK-8203611
The text was updated successfully, but these errors were encountered: