[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-22 Thread Aldo Nogueira
It also happens with an ATI using the driver radeon.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-22 Thread Aldo Nogueira
Your video board is a nVidia GeForce 8600M GT.
Maybe this problem occurs only with Intel drivers. A friend has just confirmed 
that in another machine with Intel video board, the same bug happens. For five 
seconds he cannot click on the Ubuntu menu or alternate to another application 
through ALT+TAB.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-22 Thread Gabe Gorelick
Here's my whole lspci.

** Attachment added: "lspci"
   http://launchpadlibrarian.net/32272982/lspci.txt

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-22 Thread Aldo Nogueira
Hum. Interesting. What is your video board?

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Gabe Gorelick
I also can't reproduce this with the latest Jaunty sun-java
(1.6.0_16b01), X is responds normally.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Gabe Gorelick
I can't reproduce this with OpenJDK 6b14, which is the latest in Jaunty
repos.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Gabe Gorelick
I see. And the expected behavior is that Thread.sleep shouldn't block
input to Xorg entirely, rather, just input to your app, right?

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Aldo Nogueira
Forget about Eclipse or SWT.
I have just executed the XLock class replacing the breakpoint with a 
Thread.sleep(5000). I ran it in a terminal with "$ java xlock.XLock". For five 
seconds, all clicks on the screen or strokes on the keyboard are ignored.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Gabe Gorelick
I agree, obviously Xorg should ideally never freeze, but that isn't
really possible. This is most likely a bug in how Eclipse debugger (or
SWT or JFace or whatever) is interacting with X, and if I would have to
guess, I'd say it is Eclipse's fault. Just my hunch though, obviously I
don't have any hard evidence for believing that yet.

There is no way you can make Xorg never freeze. I'll give you a grossly
oversimplified example. Let's say you ask X to draw a window for you.
Now, it may be Xorg's responsibility to give you a valid, error-free
window. But now let's say you ask for a million windows. It may not be
in the scope of Xorg to say "No you have too many windows." Rather, that
is the fault of a buggy application asking for too many windows to be
drawn, thus freezing X.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-21 Thread Aldo Nogueira
I can re-test it using Eclipse from the repository, which is incredibly
old, but in my opinion, Xorg should never freeze no matter how buggy is
an application.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-20 Thread Gabe Gorelick
It sounds like this may be a bug in the eclipse debugger. Eclipse 3.5
isn't supported yet in Ubuntu though. Can you confirm this in the latest
Eclipse from the Ubuntu repositories? Otherwise, you may want to
consider filing this bug upstream.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-18 Thread Aldo Nogueira

** Attachment added: "XLock.java"
   http://launchpadlibrarian.net/32030369/XLock.java

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 432677] Re: Eclipse debugging JComboBox freezes Xorg

2009-09-18 Thread Aldo Nogueira
It does not matter whether Compiz is running.

-- 
Eclipse debugging JComboBox 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs