IntelliJ IDEA *always* runs on Jetbrains JDK. It's made to run it's own
bundled JDK. The JDK can be overridden but it screws with font rendering
(purple edges) and possibly other things.
The application under debug, however, should *not* run on de Jetbrains
JDK. While possible, the Jetbrains thems
Karl-Philipp,
Thank you for taking the time to report this bug and helping to make
Ubuntu better.
However, according to this report, you do not seem to be using Ubuntu's
OpenJDK and neither it is the latest version. While it was stated that
OpenJDK 11 was used the actual version in the report ind
I could reproduce the issue with
IntelliJ IDEA 2018.3.3 (Community Edition)
Build #IC-183.5153.38, built on January 9, 2019
JRE: 1.8.0_152-release-1343-b26 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.18.0-13-generic
when running a minimal Maven project around XLock.java with Op
Solution by @Dave Brosius works on Java 8u60
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/432677
Title:
Java JComboBox callback freezes Xorg
To manage notifications about this bug go to:
https://b
@Daniel Herrmann, changing look and feel did not help me. The problem
exists even in Mars 4.5.0, build 20150621-1200
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/432677
Title:
Java JComboBox callba
I know this is quite old, but I still can confirm this bug at Ubuntu
14.04 with current packets installed.
Further I can confirm it is not related to any IDE, it also happens
(100% success rate) with JetBrains IntelliJ.
However it also happens in normal "running" mode, it is not dependent on
whet
Additional Information: Interestingly, it only happens when using System
LookAndFeel. Using standard Java Look and Feel, nothing crashes,
everything works as expected. Both in normal runtime mode as well as
during debugging.
--
You received this bug notification because you are a member of Ubuntu
still seen in 6b18 and 7b89
** Changed in: openjdk-6 (Ubuntu)
Status: Confirmed => Triaged
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
I tried linking the upstream bug report, but Launchpad doesn't recognize
Sun's bug tracker.
** Also affects: sun-java
Importance: Undecided
Status: New
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a me
** Package changed: xorg-server (Ubuntu) => openjdk-6 (Ubuntu)
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
I've just tested the code attached here with this option Dave told us.
It works. Nothing freezes but the application itself.
Thus, it's definitely not a bug in Xorg or any driver. The problem is in Java
implementation for Linux.
http://bugs.sun.com/view_bug.do?bug_id=6714678
I don't agree with t
@Dave the bug referenced in that thread is similar to this one, but that
one was fixed in 6u10. It also only occurred when debugging the GUI
callback, whereas comment #17 points out that this bug occurs if I/O or
a CPU intensive computation occurs in the callback.
--
Java JComboBox callback freez
It's not just eclipse
http://forums.netbeans.org/topic3831.html
try:
-Dsun.awt.disablegrab=true
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
[xorg is not the right package for this bug]
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
Scratch that, I went back to see if I still didn't experience this, and
for some reason, now I experience this bug 100% of the time. I'm not
really sure why I didn't get this bug before though.
** Summary changed:
- Java JComboBox callback freezes Xorg on Intel and ATI boards
+ Java JComboBox cal
Changed the title since this bug doesn't seem to be hardware-specific.
Also changed the package, since it is most definitely not intel-related.
** Package changed: xserver-xorg-video-intel (Ubuntu) => xorg (Ubuntu)
--
Java JComboBox callback freezes Xorg
https://bugs.launchpad.net/bugs/432677
Yo
Really? Gabe reported that he could not reproduce this bug in his
machine. I thought the difference was his nvidia board. Maybe we should
change the title again.
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notificati
I can confirm this bug on Ubuntu 9,04, 32-Bit. The desktop totally freezes when
debugging inside the Java JComboBox-callback in Eclipse. It only affects the
ComboBox,
debugging a JSlider callback works fine.
This happens with Eclipse 3.5 and Eclipse 3.2 (from the Ubuntu repositories).
Most impo
** Changed in: xserver-xorg-video-intel (Ubuntu)
Status: Incomplete => Confirmed
** Tags added: karmic
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which i
I've tested it with Karmic beta in a MacBook 4,1. Exactly the same
behaviour.
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
** Tags added: jaunty
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:
** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
Also, can you test this on the latest Karmic release?
** Changed in: xorg (Ubuntu)
Status: New => Incomplete
--
Java JComboBox callback freezes Xorg on Intel and ATI boards
https://bugs.launchpad.net/bugs/432677
You received this bug notification because you are a member of Ubuntu
Bugs, w
Thanks for the clarification. So whatever action that you perform in the
callback (Thread.sleep, big computation, etc.), should be run on the
event-dispatching thread. This should freeze the GUI of your
application, but definitely not Xorg as a whole. I'm going to mark this
as a Xorg bug for now, b
24 matches
Mail list logo