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 245206 - StackOverflowError at sun.awt.Win32GraphicsConfig.getBounds
Summary: StackOverflowError at sun.awt.Win32GraphicsConfig.getBounds
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 254810 256027 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-24 07:42 UTC by jaska_tl
Modified: 2016-04-21 14:41 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208162


Attachments
stacktrace (67.28 KB, text/plain)
2014-06-24 07:42 UTC, jaska_tl
Details
stacktrace (67.22 KB, text/plain)
2014-06-24 07:51 UTC, jaska_tl
Details
stacktrace (67.22 KB, text/plain)
2015-04-28 05:27 UTC, misterm
Details
stacktrace (67.22 KB, text/plain)
2015-04-28 05:30 UTC, misterm
Details
stacktrace (67.28 KB, text/plain)
2015-04-28 06:00 UTC, misterm
Details
stacktrace (67.24 KB, text/plain)
2015-08-28 10:26 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2014-06-24 07:42:17 UTC
Build: NetBeans IDE Dev (Build 201406120533)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
jaska_tl: On interface selected properties from several C/C++ projects - after it come this

GUEST: <??????? ???????? ???????? ??? ???? ??? ???????????????>1

gtg: Go to Collaboration Menu

GUEST: I clicked on Collaboration item in main menu.

GUEST: Opening collaboration drop down menu.

GUEST: <??????? ???????? ???????? ??? ???? ??? ???????????????>
Open menu Services.




Stacktrace: 
java.lang.StackOverflowError
   at sun.awt.Win32GraphicsConfig.getBounds(Win32GraphicsConfig.java:0)
   at sun.awt.Win32GraphicsConfig.getBounds(Win32GraphicsConfig.java:222)
   at javax.swing.PopupFactory$ContainerPopup.getContainerPopupArea(PopupFactory.java:598)
   at javax.swing.PopupFactory$ContainerPopup.fitsOnScreen(PopupFactory.java:573)
   at javax.swing.PopupFactory$LightWeightPopup.getLightWeightPopup(PopupFactory.java:657)
   at javax.swing.PopupFactory.getLightWeightPopup(PopupFactory.java:247)
Comment 1 jaska_tl 2014-06-24 07:42:19 UTC
Created attachment 147748 [details]
stacktrace
Comment 2 jaska_tl 2014-06-24 07:51:02 UTC
Created attachment 147749 [details]
stacktrace

Another stack overflow after previous issue
Comment 3 misterm 2015-04-28 05:27:12 UTC
Created attachment 153423 [details]
stacktrace

Navigating in menus
Comment 4 misterm 2015-04-28 05:30:11 UTC
Created attachment 153424 [details]
stacktrace

.
Comment 5 misterm 2015-04-28 06:00:16 UTC
Created attachment 153426 [details]
stacktrace

.
Comment 6 stwr 2015-08-28 10:26:53 UTC
Created attachment 155716 [details]
stacktrace

Just wanted to open 'Collaboration' menu item.
Comment 7 Martin Entlicher 2015-08-28 12:15:20 UTC
*** Bug 254810 has been marked as a duplicate of this bug. ***
Comment 8 Martin Entlicher 2015-08-28 12:21:15 UTC
Fixed by changeset:   291170:4140cc85fd78
http://hg.netbeans.org/core-main/rev/4140cc85fd78

Spec. version increased by changeset:   291171:b0523e59d8e4
Comment 9 Quality Engineering 2015-08-30 01:37:16 UTC
Integrated into 'main-silver', will be available in build *201508300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4140cc85fd78
User: mentlicher@netbeans.org
Log: #245206: Prevent from an infinite loop in isEnabled() causing StackOverflowError.
Comment 10 Martin Entlicher 2016-04-21 14:41:27 UTC
*** Bug 256027 has been marked as a duplicate of this bug. ***