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 232459 - Deadlock on project closing
Summary: Deadlock on project closing
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P1 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-07-09 15:30 UTC by Alexander Simon
Modified: 2013-07-26 02:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threads dump (20.21 KB, text/plain)
2013-07-09 15:30 UTC, Alexander Simon
Details
stacktrace (33.04 KB, text/plain)
2013-07-17 15:04 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-07-09 15:30:36 UTC
Created attachment 136889 [details]
threads dump

See tests IDE tests on ss-test-intel-S2-4, test:
org.netbeans.junit.NbModuleSuite$S$Shutdown.shuttingDown[cnd.findusages.IZ187201]
Comment 1 Egor Ushakov 2013-07-10 13:03:34 UTC
does not happen in Beta
Comment 2 Egor Ushakov 2013-07-10 14:00:09 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/43485a7c97a3
Comment 3 Quality Engineering 2013-07-11 04:12:30 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/43485a7c97a3
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed Bug 232459 - Deadlock on project closing:
- removed CPPImpl in favor of MakeProjectClassPathProvider
Comment 4 Egor Ushakov 2013-07-17 15:04:24 UTC
Created attachment 137327 [details]
stacktrace

Product Version: NetBeans IDE Dev (Build 201307152300)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.6.11-4.fc16.x86_64 running on i386; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 5 Egor Ushakov 2013-07-22 15:49:32 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/7697176a98eb
Comment 6 Quality Engineering 2013-07-26 02:50:51 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7697176a98eb
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed Bug 232459 - Deadlock on project closing