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 212007 - Deadlock in o.n.spi.project.support.ant.ProjectProperties
Summary: Deadlock in o.n.spi.project.support.ant.ProjectProperties
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 194904
  Show dependency tree
 
Reported: 2012-05-03 10:55 UTC by Antonin Nebuzelsky
Modified: 2012-05-04 09:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threaddump (36.73 KB, text/plain)
2012-05-03 10:55 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2012-05-03 10:55:25 UTC
Created attachment 119018 [details]
Threaddump

Product Version = NetBeans IDE 7.2 Beta (Build 20120502-3ab932dddeee)
Operating System = Linux version 2.6.35-32-generic running on amd64
Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02; Sun Microsystems Inc.
Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03

Deadlock at startup with an existing userdir and projects already opened.
Comment 1 Antonin Nebuzelsky 2012-05-03 10:55:53 UTC
Related to fix of issue 194904?
Comment 2 Jesse Glick 2012-05-03 19:05:27 UTC
Yes, so basically duplicate of bug #194044. I do not know how to fix both at once. Unfortunately the thread dump does not indicate what class the "ErrorAnnotator worker" thread is trying to load, which is the critical information.
Comment 3 Jesse Glick 2012-05-03 19:14:50 UTC
core-main #2cc571db45af
Comment 4 Quality Engineering 2012-05-04 09:54:22 UTC
Integrated into 'main-golden', will be available in build *201205040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2cc571db45af
User: Jesse Glick <jglick@netbeans.org>
Log: #212007: Deadlock in o.n.spi.project.support.ant.ProjectProperties