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 246430

Summary: Dead lock on exit from IDE
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Alexander Simon 2014-08-13 11:35:57 UTC
Created attachment 148677 [details]
Thread dump

I closed IDE and IDE never finished.
Comment 1 Alexander Simon 2014-08-13 11:42:08 UTC
It seems a problem in ParserThread.
It does not guarantee that method file.ensureParsed(preprocHandlers) will be called. It can be when IDE is shout downing or or project is disposing.
As result:
1. Notification on object FileImpl.stateLock can be missed.
2. FileImpl.scheduleParsing(true) never finished.