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 258722 - StackOverflowError at at org.netbeans.modules.collab.ui.actions.LogoutAction.isEnabled(LogoutAction.java:74)
Summary: StackOverflowError at at org.netbeans.modules.collab.ui.actions.LogoutAction....
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 09:36 UTC by Chiana
Modified: 2016-07-27 22:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147149


Attachments
stacktrace (67.32 KB, text/plain)
2016-04-08 09:36 UTC, Chiana
Details
stacktrace (67.32 KB, text/plain)
2016-04-08 10:50 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2016-04-08 09:36:00 UTC
This bug was originally marked as duplicate of bug 245206, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201603260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b62, Java(TM) SE Runtime Environment, 1.8.0-ea-b120
OS: Windows 8

User Comments:
Chiana: How to reproduce; Shut down netbeans and then start it again, expand the "file" menu and slowly move mouse over the menu-bar (as File->Edit->View et.c.) as you reach the Team menu or Collaboration menu the error should occur.
It seems it will only occur with freshly started NB.




Stacktrace: 
java.lang.StackOverflowError
   at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:233)
   at javax.swing.UIDefaults.get(UIDefaults.java:163)
   at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:64)
   at javax.swing.UIManager.get(UIManager.java:955)
   at sun.swing.MenuItemLayoutHelper.getMinTextOffset(MenuItemLayoutHelper.java:215)
   at sun.swing.MenuItemLayoutHelper.reset(MenuItemLayoutHelper.java:138)
Comment 1 Chiana 2016-04-08 09:36:02 UTC
Created attachment 159162 [details]
stacktrace
Comment 2 Chiana 2016-04-08 09:47:00 UTC
This occured when trying to reproduce #220630
Comment 3 Chiana 2016-04-08 10:50:42 UTC
Created attachment 159165 [details]
stacktrace

Yup, also in latest build...