Launchpad has imported 16 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=189582.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2006-04-21T12:09:03+00:00 Brian wrote: Description of problem: I start azureus automatically as part of my gnome-session and have it minimize to the system tray. There are two problems that arise: 1) After logging out of gnome, whenever I relogin the next start of Azureus will throw a warning message up about Azureus not having been shutdown tidily. It tells me to check ~/.azureus/logs which I will attach. If I had exited azureus before logging out, I would not get this message 2) Lately when this message comes up, I can't make it go away unless I exit azureus. I can click the "hide" button, but the message stays. Azureus works fine, but the message will not go away and furthermore always stays on top of other windows. Version-Release number of selected component (if applicable): azureus-2.4.0.3-0.20060328cvs_4.fc5 How reproducible: on every login Steps to Reproduce: 1. start azureus under gnome 2. logout from gnome without exiting azureus first 3. relogin to gnome and start azureus 4. try and "hide" the message Actual results: warning message displayed that cannot be removed Expected results: Azureus should not show this warning message and if it must it should allow me to remove it. Additional info: Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/0 ------------------------------------------------------------------------ On 2006-04-21T12:09:03+00:00 Brian wrote: Created attachment 128080 Debug log from a couple of days of using azureus Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/1 ------------------------------------------------------------------------ On 2006-04-21T12:34:12+00:00 Anthony wrote: (In reply to comment #0) > 1) After logging out of gnome, whenever I relogin the next start of Azureus > will > throw a warning message up about Azureus not having been shutdown tidily. It > tells me to check ~/.azureus/logs which I will attach. If I had exited > azureus > before logging out, I would not get this message It's possible this is due to bugzilla #187686. This has been fixed and we're just waiting for a libgcj update. > 2) Lately when this message comes up, I can't make it go away unless I exit > azureus. I can click the "hide" button, but the message stays. Azureus works > fine, but the message will not go away and furthermore always stays on top of > other windows. Interesting! Thanks for the bug report. I'll try to reproduce these problems. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/2 ------------------------------------------------------------------------ On 2006-04-21T12:37:45+00:00 Anthony wrote: (In reply to comment #1) > Created an attachment (id=128080) [edit] > Debug log from a couple of days of using azureus This log file indicates that you're running with both java-gcj-compat and Sun java. Do these problems show up with both VMs? We need to eliminate that variable. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/3 ------------------------------------------------------------------------ On 2006-04-21T17:42:05+00:00 Brian wrote: I tried azureus using both VMs. They both exhibit the exact same behavior with respect to the message appearing and with it not being responsive to the "hide" button. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/4 ------------------------------------------------------------------------ On 2006-04-21T18:04:21+00:00 Anthony wrote: (In reply to comment #4) > I tried azureus using both VMs. They both exhibit the exact same behavior > with > respect to the message appearing and with it not being responsive to the > "hide" > button. Ok, thanks. I was able to reproduce this with java-gcj-compat. It's the first time I've ever seen it. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/5 ------------------------------------------------------------------------ On 2006-04-24T21:38:53+00:00 Anthony wrote: One of the azureus hackers tells me that this is fixed in azureus cvs. I haven't looked for the fix yet. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/6 ------------------------------------------------------------------------ On 2006-04-25T12:35:35+00:00 Gilboa wrote: Fully reproducible under KDE/x86_64/java-gcj-compat. [gilboa@gilboa-work-dev ~]$ rpm -qa | grep gcj java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp_83rh.x86_64 libgcj-4.1.0-3.i386 libgcj-4.1.0-3.x86_64 java-1.4.2-gcj-compat-1.4.2.0-40jpp_83rh.x86_64 java-1.4.2-gcj-compat-javadoc-1.4.2.0-40jpp_83rh.x86_64 libgcj-devel-4.1.0-3.x86_64 [gilboa@gilboa-work-dev ~]$ rpm -qa azureus azureus-2.4.0.3-0.20060328cvs_4.fc5.x86_64 Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/7 ------------------------------------------------------------------------ On 2006-05-06T16:08:32+00:00 Anthony wrote: This is definitely an upstream problem. Unforuntately sourceforge.net has been broken for the past few weeks (anonymous cvs repositories aren't getting updated). So, for now, I have no access to the upstream fix (if one really does exist). Hopefully sourceforge.net will get their act together soon. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/11 ------------------------------------------------------------------------ On 2006-05-12T17:13:40+00:00 Anthony wrote: sourceforge.net is finally fixed. I've testing the latest azureus code and the problem persists. Then I inserted some debugging code to print something when the button gets pressed, and we're not getting any output. At this point I suspect a problem with SWT. I've CC'd overholt and will try to create a reproducer. Andrew - did SWT get updated in FC5 since the FC5 release? Or gtk+? If so, I can try to revert to older versions and see what happens. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/14 ------------------------------------------------------------------------ On 2006-05-12T18:49:22+00:00 Anthony wrote: Created attachment 128950 Test case Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/15 ------------------------------------------------------------------------ On 2006-05-12T18:51:18+00:00 Anthony wrote: I've attached a test case to this bug report. It's a simple SWT example with a button. I'm no SWT expert. Is it supposed to work? I'm not getting any console output when I press the button. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/16 ------------------------------------------------------------------------ On 2006-05-12T19:06:48+00:00 Anthony wrote: It turns out that the button isn't pressable if you create the shell in my example with SWT.ON_TOP. It works fine without SWT.ON_TOP. But we want SWT.ON_TOP... Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/17 ------------------------------------------------------------------------ On 2006-05-12T19:24:21+00:00 Anthony wrote: Something is definitely going on in SWT-land. I found the following example code that creates an SWT.ON_TOP window with a close button, and the button doesn't work here either: http://www.java2s.com/Code/Java/SWT-JFace- Eclipse/SWTShellcreateanonrectangularwindow.htm I removed the swt .jar.so file, just to be sure it wasn't a gcj miscompilation bug, and was still able to reproduce the problem. I'll file a bug against libswt3-gtk2. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/18 ------------------------------------------------------------------------ On 2006-05-19T18:09:48+00:00 Anthony wrote: Rolling gtk2 back to gtk2-2.8.15-1 solves this problem. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/19 ------------------------------------------------------------------------ On 2006-06-01T16:15:28+00:00 Anthony wrote: This is fixed in libswt3-gtk2-3.1.2-1jpp_15fc. Reply at: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/comments/23 ** Changed in: azureus (Fedora) Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/41813 Title: pop-up dialogs doesn't close. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/41813/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
