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 61885

Summary: Deadlock: ResourceImpl.applyDiff, CompletionImpl.insertUpdate, CompletionImpl$7.run
Product: java Reporter: Jesse Glick <jglick>
Component: EditorAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2005-08-05 23:14:56 UTC
Occurred quite at random, no idea how to reproduce. Data loss.
Comment 1 Jesse Glick 2005-08-05 23:15:16 UTC
Created attachment 23536 [details]
Thread dump
Comment 2 Martin Matula 2005-08-18 11:24:46 UTC
Wrong ordering of document lock and CompletionImpl lock.

*** This issue has been marked as a duplicate of 61827 ***