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 - Deadlock: ResourceImpl.applyDiff, CompletionImpl.insertUpdate, CompletionImpl$7.run
Summary: Deadlock: ResourceImpl.applyDiff, CompletionImpl.insertUpdate, CompletionImpl...
Status: RESOLVED DUPLICATE of bug 61827
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2005-08-05 23:14 UTC by Jesse Glick
Modified: 2005-09-05 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (11.38 KB, text/plain)
2005-08-05 23:15 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***