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 192408 - NetBeans doesn't restart after uninstalling plugins
Summary: NetBeans doesn't restart after uninstalling plugins
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 14:08 UTC by gholmer
Modified: 2010-12-01 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jstack trace (4.25 KB, text/plain)
2010-11-28 16:49 UTC, gholmer
Details
another jstack trace (4.26 KB, text/plain)
2010-11-29 15:05 UTC, gholmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2010-11-24 14:08:24 UTC
[ BUILD # : 201011240001 ]
[ JDK VERSION : 1.6.22 ]

Steps to reproduce:
1) open Tools/Plugins
2) select both spellchecker modules and uninstall them
3) dialog asks to restart; confirm
4) NetBeans does not come back up again.

It did leave a process running:

shadowm@orac:/download/java/netbeans > jps -l
9769 org.netbeans.updater.UpdaterFrame
9793 sun.tools.jps.Jps
shadowm@orac:/download/java/netbeans >
Comment 1 gholmer 2010-11-24 14:09:22 UTC
If you kill the UpdaterFrame process, NetBeans comes up again immediately.
Comment 2 Jaroslav Tulach 2010-11-27 07:38:05 UTC
Use jstack to get information about the updater process please.
Comment 3 gholmer 2010-11-28 16:49:32 UTC
Created attachment 103417 [details]
jstack trace

With 201011280001 build. Same behavior (killing the UpdaterFrame process allowed NetBeans to start up again).
Comment 4 gholmer 2010-11-29 15:05:17 UTC
Created attachment 103435 [details]
another jstack trace

Here's another trace, taken against 201011290001.
Comment 5 Jaroslav Tulach 2010-11-29 19:01:04 UTC
Thanks for the stacktraces. They show no signs of deadlock, so this is likely problem of missing System.exit.
Comment 6 Jaroslav Tulach 2010-11-29 20:23:47 UTC
core-main#53902818dc15
Comment 7 Quality Engineering 2010-12-01 06:40:37 UTC
Integrated into 'main-golden', will be available in build *201012010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/53902818dc15
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #192408: Adding missing System.exit
Comment 8 gholmer 2010-12-01 14:01:40 UTC
Verified fixed in build 201012010001.