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 85984 - Hang on startup
Summary: Hang on startup
Status: RESOLVED DUPLICATE of bug 82914
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-27 23:09 UTC by Petr Hrebejk
Modified: 2007-01-17 10:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (11.21 KB, text/plain)
2006-09-27 23:12 UTC, Petr Hrebejk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2006-09-27 23:09:20 UTC
Restarting a retouche build, startup hangs before the main window is
displayed. I had one project open - a freeform project based on the sources to
iReport (JasperReports report designer), with its 9800 line MainWindow class
open in the editor on shutdown. You can get the sources from
http://sourceforge.net/project/showfiles.php?group_id=64348&package_id=64215
if you want to try to reproduce it.

Interesting that the 'main' frame is in the constructor of an
IllegalMonitorStateException, the parser thread is in sun.misc.Unsafe.park() via
org.netbeans.api.java.source.JavaSource$CompilationJob.run, and the awt thread
looks like it's doing nothing, but unless something changed in 1.6,
"pumpEventsForFilter" is not what I'm used to seeing - something trying to show
a dialog perhaps?
Comment 1 Petr Hrebejk 2006-09-27 23:12:26 UTC
Created attachment 34641 [details]
Thread dump
Comment 2 Jan Lahoda 2006-10-16 08:29:37 UTC
Dupe of issue #82914.

*** This issue has been marked as a duplicate of 82914 ***
Comment 3 Petr Nejedly 2006-10-16 09:05:05 UTC
Just for sure, which JDK version you were running?
Comment 4 _ tboudreau 2006-10-17 17:37:04 UTC
6, build 90-something