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 179472 - Deadlock between FileObjectFactory.getInstance and BaseFileObj.rename in MercurialInterceptor.doMove
Summary: Deadlock between FileObjectFactory.getInstance and BaseFileObj.rename in Merc...
Status: RESOLVED DUPLICATE of bug 179446
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2010-01-13 14:25 UTC by Jesse Glick
Modified: 2010-01-13 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump of deadlock (13.73 KB, text/plain)
2010-01-13 14:25 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-01-13 14:25:28 UTC
Created attachment 93263 [details]
Thread dump of deadlock

100112-f2744655872e, JDK 6, Ubuntu. I tried to rename a text file in the Files tab and the IDE deadlocked.
Comment 1 Jesse Glick 2010-01-13 14:26:50 UTC
I would guess that either Mercurial.refreshWorkingCopyTimestamp should not run synchronously, or MercurialInterceptor$HgFolderEventsHandler.refreshHgFolderTimestamp should not deal with FileObject's.
Comment 2 Tomas Stupka 2010-01-13 14:40:37 UTC

*** This bug has been marked as a duplicate of bug 179446 ***