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 43719 - AWT lock in project library customizer
Summary: AWT lock in project library customizer
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: RANDOM, THREAD
: 42243 (view as bug list)
Depends on:
Blocks: 41448
  Show dependency tree
 
Reported: 2004-05-24 10:45 UTC by Marek Fukala
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The threaddump (24.26 KB, text/plain)
2004-05-24 10:45 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2004-05-24 10:45:01 UTC
[20040523]
I have created a new library, added it into a j2se
project and then opened the libraries customizer
again. The result was that the ide got frozen
(threaddump is attached). I am not sure whether
this is the right module so if I am wrong, I
apologize)
Comment 1 Marek Fukala 2004-05-24 10:45:28 UTC
Created attachment 15082 [details]
The threaddump
Comment 2 Jesse Glick 2004-05-24 13:21:13 UTC
Reproducible?

Probably V8ClassReader$ClassPathListener.propertyChange should react
to changes in ClassPath asynch. It is in a listener callback so it is
not permitted to acquire a new lock IMO.
Comment 3 Jesse Glick 2004-05-24 13:21:52 UTC
Arguably a bug in the Java module, not j2seproject nor the project
system per se.
Comment 4 Marek Fukala 2004-05-24 17:24:18 UTC
The only hint I have is that I created a new library with almost all
netbeans' jar files, closed the dialog, and after a time, tried to add
some other jars into the library. When closing the dialog after adding
the jars the ide got frozen. 
Comment 5 Tomas Zezula 2004-05-26 14:04:20 UTC
Checking in java-gj.jar.scrambled;
/cvs/java/external/java-gj.jar.scrambled,v  <--  java-gj.jar.scrambled
new revision: 1.14; previous revision: 1.13
done
Comment 6 Tomas Zezula 2004-05-26 14:05:07 UTC
*** Issue 42243 has been marked as a duplicate of this issue. ***
Comment 7 Marek Fukala 2004-07-07 16:42:20 UTC
cannot reproduce now - verified