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 28238 - ITE & CME (when mouting FSs)
Summary: ITE & CME (when mouting FSs)
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-24 08:49 UTC by dmladek
Modified: 2003-07-01 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktraces if ITE & CME (2.20 KB, text/plain)
2002-10-24 10:20 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2002-10-24 08:49:34 UTC
Product Version       = NetBeans IDE Dev (Build
200210240100)
  IDE Versioning        = IDE/1 spec=3.16
impl=200210240100
  Operating System      = Linux version 2.4.18
running on i386
  Java; VM; Vendor      = 1.4.1_01; Java
HotSpot(TM) Client VM 1.4.1_01-b01; Sun
Microsystems Inc.
  Java Home             =
/usr/java/j2sdk1.4/sun/jdk1.4.1_01/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
  Home Dir; Current Dir = /home.local/danielm;
/DISKS/storage3/forte/NBdev-last/netbeans/bin
=======================================================================

I took todays build and started it with clear userdir.
I mounted 1 JavaCVSFS,
invoked Update Wizard and updating few modelus....
during this
I executed one class which automaticaly mounts
various FSs to set my CLASSPATH, etc.
After it and also Update Wizards finished I found
in console
stacktraces of InvocationTargetException and
ConcurrentModificationException
which are attached in one file
Comment 1 dmladek 2002-10-24 10:20:37 UTC
Created attachment 7756 [details]
stacktraces if ITE & CME
Comment 2 Martin Entlicher 2002-10-24 10:55:49 UTC
There is missing synchronization on add/remove CacheHandlerListener.
Comment 3 Martin Entlicher 2002-10-24 11:23:00 UTC
Fixed in the main trunk.

/cvs/vcscore/src/org/netbeans/modules/vcscore/cache/FileSystemCache.java,v 
<--  FileSystemCache.java
new revision: 1.12; previous revision: 1.11
Comment 4 dmladek 2002-11-18 15:55:39 UTC
OK, in NB40dev-2002-1118-0100
Comment 5 Martin Entlicher 2002-12-05 18:11:54 UTC
Merged into release341 branch, this is necessary after fix of issue
#25364 in 3.4.1.

/cvs/vcscore/src/org/netbeans/modules/vcscore/cache/FileSystemCache.java,v 
<--  FileSystemCache.java
new revision: 1.11.44.1; previous revision: 1.11
Comment 6 Quality Engineering 2003-07-01 12:57:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.