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 179622 - deadlock while invoking popup menu on a maven web project
Summary: deadlock while invoking popup menu on a maven web project
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 180094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-18 05:52 UTC by Jindrich Sedek
Modified: 2010-02-08 04:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump with deadlock hightlighted by JVM (40.84 KB, text/plain)
2010-01-18 05:52 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2010-01-18 05:52:21 UTC
Created attachment 93371 [details]
full thread dump with deadlock hightlighted by JVM

deadlock while invoking popup menu on a maven web project
Comment 1 Petr Jiricka 2010-02-02 05:20:33 UTC
Seems related to web services, reassigning.
Comment 2 Milan Kuchtiak 2010-02-03 03:00:30 UTC
I fixed a small issue : the method called from request processor doesn't need to be synchronized:
 http://hg.netbeans.org/main/rev/164433dc891a

However, the deadlock isn't fixed yet, IMO. 
Milos, can you please evaluate ?
Comment 3 Milos Kleint 2010-02-03 06:20:14 UTC
*** Bug 180094 has been marked as a duplicate of this bug. ***
Comment 4 Milos Kleint 2010-02-03 07:05:40 UTC
http://hg.netbeans.org/core-main/rev/5b05756c9746
Comment 5 Quality Engineering 2010-02-03 21:52:11 UTC
Integrated into 'main-golden', will be available in build *201002040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5b05756c9746
User: Milos Kleint <mkleint@netbeans.org>
Log: #179622 prevent deadlock by cutting the stack and reacting to change in different thread.
Comment 6 Jindrich Sedek 2010-02-08 04:52:15 UTC
verified
NetBeans IDE Dev (Build 201002080200)