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 178552 - deadlock after opening Maven project
Summary: deadlock after opening Maven project
Status: RESOLVED DUPLICATE of bug 178869
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-13 19:37 UTC by David Konecny
Modified: 2009-12-21 05:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump and env dump (29.05 KB, text/plain)
2009-12-13 19:38 UTC, David Konecny
Details
two more deadlock dumps (70.12 KB, text/plain)
2009-12-14 12:41 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2009-12-13 19:37:19 UTC
I did not look into deadlock details but it mentions org.netbeans.spi.project.support.LookupProviderSupport$DelegatingLookupImpl so I'm passing it to projs infra.
Comment 1 David Konecny 2009-12-13 19:38:22 UTC
Created attachment 92485 [details]
thread dump and env dump
Comment 2 David Konecny 2009-12-14 12:40:25 UTC
I get this deadlock almost always (in couple of seconds) after I start casually using Maven based project. I've started

  Product Version         = NetBeans IDE Dev (Build 091211-96442b6aecaf) (#96442b6aecaf)
  Operating System        = Linux version 2.6.24-24-generic running on i386
  Java; VM; Vendor        = 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_17-b04
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.17/jre
 
with fresh userdir and opened Maven project 'equinox-jsf-spring-jdbc-1.7.1' (downloaded from https://equinox.dev.java.net/servlets/ProjectDocumentList?folderID=7074&expandFolder=7074&folderID=0). I wait for scanning to finish and then I for example open applicationContext.xml from Web Pages/WEB-INF folder and using Control+Left-Mouse-Click I opened source of org.appfuse.service.impl.UserManagerImpl. At this stage deadlock may have happened or usually happens in next couple of seconds. If it does not try Ctrl+Shift+1 to focus Java file in project's logical view or right click project node to see project's actions. That always triggers this deadlock for me.
Comment 3 David Konecny 2009-12-14 12:41:25 UTC
Created attachment 92559 [details]
two more deadlock dumps
Comment 4 Milos Kleint 2009-12-21 05:53:18 UTC

*** This bug has been marked as a duplicate of bug 178869 ***