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 134157 - Deadlock when deleting projects (including sources)
Summary: Deadlock when deleting projects (including sources)
Status: VERIFIED DUPLICATE of bug 141326
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 13:04 UTC by Petr Dvorak
Modified: 2008-08-23 21:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (77.56 KB, image/png)
2008-04-29 13:04 UTC, Petr Dvorak
Details
thread dump (27.97 KB, text/plain)
2008-04-29 13:04 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2008-04-29 13:04:03 UTC
Product Version:   NetBeans IDE Dev (Build 200804290004)
Operating System:  Linux version 2.6.22-14-generic running on i386
Java; VM; Vendor:  1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19; Sun Microsystems Inc.
Runtime:           Java(TM) SE Runtime Environment 1.6.0_05-b12
Java Home:         /usr/java/jdk1.6.0_05/jre
System Locale; Encoding: en_US (nb); UTF-8

I attempted to delete the java desktop application from the Projects view, I have checked the checkbox to delete the
sources as well. IDE just froze in the state you can see in the screenshot, I had to kill it from the command line...
Comment 1 Petr Dvorak 2008-04-29 13:04:33 UTC
Created attachment 60802 [details]
screenshot
Comment 2 Petr Dvorak 2008-04-29 13:04:58 UTC
Created attachment 60803 [details]
thread dump
Comment 3 Tomas Zezula 2008-08-20 13:12:24 UTC
Duplicate of issue #141326 which Honza has already fixed.
The problem was that at org.netbeans.modules.form.palette.PaletteUtils$ClassPathListener.propertyChange(PaletteUtils.java:587) should call refresh of nodes 
in SwingUtilities.runLater().

*** This issue has been marked as a duplicate of 141326 ***
Comment 4 Petr Dvorak 2008-08-23 21:00:31 UTC
OK. Verified.