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 36378 - A deadlock in JarFileSystem
Summary: A deadlock in JarFileSystem
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: RANDOM, THREAD
: 36392 36417 36460 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-01 13:18 UTC by ehucka
Modified: 2008-12-22 19:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Deadlock's thread dump. (16.54 KB, text/plain)
2003-10-01 13:30 UTC, ehucka
Details
Deadlock's threaddump after New project. (5.08 KB, text/plain)
2003-10-01 13:44 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2003-10-01 13:18:52 UTC
Build 200310010100
JDK 1.4.2_01, RH 9

I've only invoke 'go to declaration' action on a
method call in editor and deadlock appeared. The
method point to some source file in JDK src file.
I cannot reproduce it.
Comment 1 ehucka 2003-10-01 13:30:07 UTC
Created attachment 11760 [details]
Deadlock's thread dump.
Comment 2 ehucka 2003-10-01 13:43:22 UTC
I've seen it again - after New project action.
Comment 3 ehucka 2003-10-01 13:44:10 UTC
Created attachment 11761 [details]
Deadlock's threaddump after New project.
Comment 4 rmatous 2003-10-02 09:21:06 UTC
*** Issue 36392 has been marked as a duplicate of this issue. ***
Comment 5 rmatous 2003-10-02 09:26:51 UTC
Fixed in trunk:

/cvs/openide/src/org/openide/filesystems/JarFileSystem.java,v  <-- 
JarFileSystem.java
new revision: 1.82; previous revision: 1.81
Comment 6 rmatous 2003-10-03 10:47:39 UTC
*** Issue 36417 has been marked as a duplicate of this issue. ***
Comment 7 rmatous 2003-10-07 10:45:53 UTC
*** Issue 36460 has been marked as a duplicate of this issue. ***
Comment 8 ehucka 2003-11-25 13:55:40 UTC
Verified with 200311241900.
Comment 9 Marian Mirilovic 2003-11-25 14:15:59 UTC
x