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 76198

Summary: Dead lock leading to deletion of sources in sprint edition
Product: java Reporter: luky <luky>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: asotona, lhasik
Priority: P2 Keywords: THREAD
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack dump
Excerpt of the thread dump that seems to be the cause of deadlock

Description luky 2006-05-11 10:04:16 UTC
Hi,
Sometimes, after long working time(few hours), when trying to save the edited 
files, the application stopped.
When it happened you can release the application only by closing it from the 
task manager.
This situation cleans all the project files, the files are empty.
Thanks,
Eyal.

--
Comment 1 luky 2006-05-11 10:05:33 UTC
Created attachment 30331 [details]
Stack dump
Comment 2 Adam Sotona 2006-05-12 19:06:13 UTC
The deadlock on MDR transaction seems to be between Scanning Queue and Folder
Recognizer.

I am re-assigning this deadlock to Java module because by the quick overview the
reason might be the synchronous actions taken by JavaParserGlue when kicked by
property change of DataObject.
Comment 3 Adam Sotona 2006-05-12 19:08:07 UTC
Created attachment 30381 [details]
Excerpt of the thread dump that seems to be the cause of deadlock
Comment 4 Jan Becicka 2006-06-13 10:20:45 UTC
Is it reproducible in 5.5?
The stacktrace is really different from current source.
Comment 5 Jan Becicka 2006-06-14 09:22:49 UTC

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