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 234749 - java.lang.AssertionError: Still have sessions when shutting down
Summary: java.lang.AssertionError: Still have sessions when shutting down
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 21:38 UTC by rodrigorsantos
Modified: 2014-04-24 02:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (95.19 KB, text/x-log)
2013-08-21 21:38 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-08-21 21:38:28 UTC
Created attachment 139030 [details]
messages.log

Product Version = NetBeans IDE Dev (Build 20130820-7ee4d015581e)
Operating System = Linux version 3.8.0-29-generic running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01

When I close my IDE this error occurred:


java.lang.AssertionError: Still have sessions when shutting down
	at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.saveGlobalState(NativeDebuggerManager.java:500)
	at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.close(NativeDebuggerManager.java:211)
	at org.netbeans.modules.cnd.debugger.common2.DbgGuiModule.close(DbgGuiModule.java:67)
[catch] at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:743)
	at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:1987)
	at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:349)
	at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:137)
	at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:94)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.awt.EventQueue$3.run(EventQueue.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 henk89 2014-04-16 11:19:45 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/68a4387ce840

Unnecessary assertion was removed.
Comment 2 Quality Engineering 2014-04-18 02:43:13 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/68a4387ce840
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #234749 - java.lang.AssertionError: Still have sessions when shutting down
Comment 3 Quality Engineering 2014-04-24 02:11:03 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/8140939e0ca9
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #234749 - java.lang.AssertionError: Still have sessions when shutting down
(transplanted from 68a4387ce840b7d12f8c5760284db18577b1d0f4)