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 85858 - Deadlock while project creation.
Summary: Deadlock while project creation.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 10:20 UTC by Peter Pis
Modified: 2006-10-06 10:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (17.48 KB, text/plain)
2006-09-27 10:21 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-09-27 10:20:32 UTC
Product Version         = NetBeans 5.5 Dev (Build 060925)
Operating System        = Linux version 2.6.9-1.667 running on i386
Java; VM; Vendor; Home  = 1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99; Sun
Microsystems Inc.; /share/jdks/jdk1.6.0/jre
System Locale; Encoding = sk_SK (nb); UTF-8

Steps:
1. Check out entire repositoty into working copy.
2. Create new project into working copy.
3. Commit project into repository.
4. Create new project into "src" folder of project created in step 2.

Deadlock occurs.
Comment 1 Peter Pis 2006-09-27 10:21:27 UTC
Created attachment 34564 [details]
thread dump
Comment 2 Maros Sandor 2006-09-27 15:06:28 UTC
Fixed by removing SQ from synchronized block.

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/Subversion.java,v
 <--  Subversion.java
new revision: 1.62; previous revision: 1.61
Comment 3 Peter Pis 2006-09-27 16:09:28 UTC
Verified with jars applied to NB 5.5.
Comment 4 Tomas Stupka 2006-09-27 16:10:21 UTC
The patch seems to be ok.
Comment 5 Peter Pis 2006-10-06 09:34:36 UTC
Verified.
Comment 6 Marian Mirilovic 2006-10-06 09:55:02 UTC
I changed TM after confirmation with Peter. 
Comment 7 Maros Sandor 2006-10-06 10:07:26 UTC
Integrated into 5.5.

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/Subversion.java,v
 <--  Subversion.java
new revision: 1.45.4.12; previous revision: 1.45.4.11