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 246287 - Deadlock in deadlock detector
Summary: Deadlock in deadlock detector
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 21:18 UTC by Vladimir Kvashin
Modified: 2015-03-04 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (37.25 KB, text/plain)
2014-08-05 21:18 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-08-05 21:18:42 UTC
Created attachment 148569 [details]
full thread dump

While implementing a copy-paste functionality for a remote file system (available in C/C++ pack), I made a mistake and my FileObject.copy operation hang forever. Then I selected "Refresh Folder" menu item. After that IDE totally hanged, forever. See full thread dump in the attachment.
Comment 1 David Strupl 2014-08-11 14:09:27 UTC
This deadlock detector is another one in nodes ;-) Re-assigning.

BTW this kind of deadlock is not detected by the deadlock detector because it is not a deadlock detected by the VM/JMX.
Comment 2 Ondrej Vrabec 2015-03-04 08:38:56 UTC
> While implementing a copy-paste functionality for a remote file system (available in C/C++ pack), I made a mistake and my FileObject.copy operation hang forever.
So i guess you fixed that, right?