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 98251 - deadlock on exiting IDE
Summary: deadlock on exiting IDE
Status: RESOLVED DUPLICATE of bug 105093
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 20:12 UTC by _ pcw
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JVM thread dump. (17.30 KB, text/plain)
2007-03-19 20:12 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2007-03-19 20:12:09 UTC
I ran NB6 (build from around 3/12/2007).  While the code scanning was still in
progress, I (tried) to exit the IDE.  I said Yes to the "do you want to cancel
this task (re: code scanning still in progress)" question.  Sometime after this,
the IDE deadlocked.  See attached stack dump.
Comment 1 _ pcw 2007-03-19 20:12:38 UTC
Created attachment 39645 [details]
JVM thread dump.
Comment 2 _ pcw 2007-03-19 20:15:55 UTC
Ok, it might not have deadlocked, it just took a _long_ time (> 10 minutes on an
Ultra 20M2) to decide to terminate the classpath scan task.  It seems that task
does not support quick termination very well.
Comment 3 novakm 2007-07-26 11:55:27 UTC
Reassigning to core for evaluation
Comment 4 pzajac 2007-07-26 13:51:23 UTC
It's no deadlock. IDE is waiting in AWT-EVENT-QUEUE till classpath is scanned. Can you reproduce it with new build?
Comment 5 Jan Lahoda 2007-07-31 16:27:12 UTC
Seems like a duplicate of issue #105093 to me.

*** This issue has been marked as a duplicate of 105093 ***