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 241233 - Throwable: Locked by:
Summary: Throwable: Locked by:
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 15:52 UTC by tbrunhoff
Modified: 2014-02-06 02:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207171


Attachments
stacktrace (1.72 KB, text/plain)
2014-01-31 15:52 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-01-31 15:52:33 UTC
Build: NetBeans IDE Dev (Build 201401170001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: moving a file




Stacktrace: 
java.lang.Throwable: Locked by:
   at org.openide.filesystems.FileLock.<init>(FileLock.java:85)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.<init>(LockForFile.java:91)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:102)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:382)
   at org.openide.loaders.MultiDataObject$Entry.takeLock(MultiDataObject.java:1358)
   at org.netbeans.modules.openide.loaders.SimpleES$Environment.takeLock(SimpleES.java:188)
Comment 1 tbrunhoff 2014-01-31 15:52:35 UTC
Created attachment 144644 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-02-03 06:51:16 UTC
C/C++ Project tries to lock a file when it is already locked.
Reassigning to cnd/Project. Please evaluate it. Thank you.
Comment 3 Alexander Simon 2014-02-05 16:33:10 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/994e0423f4b2
Comment 4 Quality Engineering 2014-02-06 02:50:33 UTC
Integrated into 'main-silver', will be available in build *201402060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/994e0423f4b2
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #241233 Throwable: Locked by: