This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109418 - Progress dialog window is not closing sometimes on Solaris/Linux
Summary: Progress dialog window is not closing sometimes on Solaris/Linux
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: GTK, RANDOM
: 120792 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-11 20:22 UTC by Alexander Kouznetsov
Modified: 2009-06-05 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB thread dump (20.36 KB, text/plain)
2007-07-11 20:24 UTC, Alexander Kouznetsov
Details
NB thread dump 2 (15.48 KB, text/plain)
2007-07-11 20:25 UTC, Alexander Kouznetsov
Details
NB thread dump 3 (18.31 KB, text/plain)
2007-07-11 20:25 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-07-11 20:22:20 UTC
Profiler 1.2 070710
Product Version: NetBeans IDE Dev (Build 200707110000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: SunOS version 5.10 running on x86; ISO646-US; en (nb)

I've experienced it several times: when profiling is being started, Progress window sometimes stays opened. It is not so
harmful as in issue 98995, but doesn't expected to happen. It is about 30% reproducible.
Comment 1 Alexander Kouznetsov 2007-07-11 20:24:31 UTC
Created attachment 44972 [details]
NB thread dump
Comment 2 Alexander Kouznetsov 2007-07-11 20:25:28 UTC
Created attachment 44973 [details]
NB thread dump 2
Comment 3 Alexander Kouznetsov 2007-07-11 20:25:59 UTC
Created attachment 44974 [details]
NB thread dump 3
Comment 4 J Bachorik 2007-08-07 16:26:12 UTC
this seems to be related to GTK somehow as I can not reproduce it on KDE or Windows. there are no Java objects left and
the window seems to be an orphaned GUI artifact. because it's GTK specific and RANDOM (and probably i won't be able to
fix it anyway) i'm lowering priority to P4 and changing target to future. can recheck if a GTK upgrade is available
Comment 5 Alexander Kouznetsov 2007-10-05 15:30:18 UTC
This is highly reproducible issue and is really annoying
Comment 6 Lukas Jungmann 2007-11-01 14:52:36 UTC
*** Issue 120792 has been marked as a duplicate of this issue. ***
Comment 7 Alexander Kouznetsov 2007-11-01 15:00:04 UTC
Reproducible on Linux as well
Comment 8 J Bachorik 2009-04-28 16:11:18 UTC
Hopefully, adding a proper synchronization when initializing the progress panel will help.

http://hg.netbeans.org/profiler-main/rev/1fc9cda099c0

In case anybody observes this problem it would be great if you could capture the IDE heap dump and add it to this issue
(on an external file server, probably)
Comment 9 matusdekanek 2009-06-05 10:25:58 UTC
It seems, that it works in the newest rc2 build (20090604, ubuntu, both j1.6 and j1.5). Marking as verified.