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 22300 - deadlock while parsing source & processing jar files
Summary: deadlock while parsing source & processing jar files
Status: CLOSED DUPLICATE of bug 19891
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-04-10 18:25 UTC by Roger Blumer
Modified: 2008-12-23 11:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump of deadlock (14.28 KB, text/plain)
2002-04-10 18:26 UTC, Roger Blumer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Blumer 2002-04-10 18:25:33 UTC
This deadlock occurred while I was creating a "Related CMP Beans" in a build from the 
FFJ4.0 trunk (040203).  The schema used to create the set was a dbschema obtained 
from all tables in the Pointbase sample database.  I saw this after hitting Finish on the 
wizard, while it was processing all the tables & creating the ejbs.  The "progress dialog" 
from the wizard stopped updating & never finished.

I only saw this problem once, out of maybe 10 attempts at creating the ejbs & module.

Initial diagnosis from the EJB team:
The deadlock seems to be between the JarFileSystem
and Java parsing code. Seems like the code is trying to
parse one of the .class files in the j2ee-1.3.jar file
and in the process it (the parser) wants to get info on
a folder (in the jar file) but it can't and the deadlock
occurs.
Comment 1 Roger Blumer 2002-04-10 18:26:19 UTC
Created attachment 5362 [details]
thread dump of deadlock
Comment 2 rmatous 2002-04-11 11:02:24 UTC
Duplicate of #19891. #19891 will be marked as 3.3.2_CANDIDATE.

*** This issue has been marked as a duplicate of 19891 ***
Comment 3 Quality Engineering 2003-07-01 15:55:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 4 Quality Engineering 2003-07-01 16:27:54 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.