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 - Dead lock on exit from IDE
Summary: Dead lock on exit from IDE
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 11:35 UTC by Alexander Simon
Modified: 2016-10-31 10:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (27.74 KB, text/plain)
2014-08-13 11:35 UTC, Alexander Simon
Details

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