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 253770 - IDE refuses to exit unless I use the windows 8 task manager to force the exit
Summary: IDE refuses to exit unless I use the windows 8 task manager to force the exit
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-25 00:44 UTC by dbcurtis
Modified: 2015-09-14 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump from trying to exit the ide (54.03 KB, application/octet-stream)
2015-08-01 20:15 UTC, dbcurtis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbcurtis 2015-07-25 00:44:40 UTC
After a few hours of use, the refuses to exit via the File->Exit or Window red X.

I am able to cause the IDE to exit by using the windows 8.1 task manager.

I think this started a few weeks ago, but I have not reinstalled netbeans 8.0.2 to see if that fixes the problem.

If you need to see other information, please make sure you let me know how to provide that information to you.
Comment 1 Antonin Nebuzelsky 2015-07-28 12:32:32 UTC
http://wiki.netbeans.org/GenerateThreadDump
Comment 2 dbcurtis 2015-08-01 19:58:24 UTC
(In reply to dbcurtis from comment #0)
> After a few hours of use, the refuses to exit via the File->Exit or Window
> red X.
> 
> I am able to cause the IDE to exit by using the windows 8.1 task manager.
> 
> I think this started a few weeks ago, but I have not reinstalled netbeans
> 8.0.2 to see if that fixes the problem.
> 
> If you need to see other information, please make sure you let me know how
> to provide that information to you.


Actually, it happens all the time now.  Startup, wait for stability, try to exit.
Comment 3 dbcurtis 2015-08-01 20:15:00 UTC
Created attachment 155110 [details]
Thread dump from trying to exit the ide

Started netbeans, waited for stability, started the self profiler, hit the red X, hit File->Exit, stopped the self profiler, saved the snapshot.
Hope this helps...
Comment 4 Antonin Nebuzelsky 2015-08-07 10:16:38 UTC
NbLifecycleManager.finishExitState() is waiting for a CountDownLatch but no clue from the thread dumps which job is blocking.

Can you start NetBeans with extended logging? Add the following startup parameter (when starting netbeans.exe from console, or by adding it to netbeans.conf)

-J-Dorg.netbeans.core.NbLifecycleManager.level=FINE

http://wiki.netbeans.org/FaqNetbeansConf

The logging should appear in messages.log. Please attach the log file here.

http://wiki.netbeans.org/FaqLogMessagesFile
Comment 5 Antonin Nebuzelsky 2015-09-14 12:44:19 UTC
If you can provide the logging info, reopen.