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 102450 - StackOverflowError when set Small Toolbar Icons
Summary: StackOverflowError when set Small Toolbar Icons
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: GTK, L&F
Depends on:
Blocks:
 
Reported: 2007-04-25 10:41 UTC by Michal Mocnak
Modified: 2008-12-22 11:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (109.49 KB, text/plain)
2007-04-25 10:41 UTC, Michal Mocnak
Details
My stacktrace (2.04 KB, text/plain)
2007-05-31 15:20 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-04-25 10:41:19 UTC
Found in the nb60 build #070425
Running on Debian Linux 4.0 on JDK 6u1

1. start nb
2. try to set small toolbar icons 
3. expception is thrown -> see attached stack trace
Comment 1 Michal Mocnak 2007-04-25 10:41:50 UTC
Created attachment 41612 [details]
stack trace
Comment 2 Marian Mirilovic 2007-04-30 08:35:14 UTC
Michal,
I can't reproduce this with M9 & JDK 6.0_01 / Linux Ubuntu 5.10
Comment 3 Antonin Nebuzelsky 2007-05-31 15:17:29 UTC
I am able to reproduce it with the following setup:

Ubuntu 6.10, custome theme (Simple controls, Metabox window borders, Human icons).
Comment 4 Antonin Nebuzelsky 2007-05-31 15:20:06 UTC
Created attachment 43041 [details]
My stacktrace
Comment 5 David Simonek 2007-06-28 12:24:26 UTC
uff, nasty bug, messy code, should be totally rewritten, but when? :-(

fixed in main trunk:

Checking in ToolbarConstraints.java;
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConstraints.java,v  <--  ToolbarConstraints.java
new revision: 1.7; previous revision: 1.6
done
Checking in ToolbarConfiguration.java;
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java,v  <--  ToolbarConfiguration.java
new revision: 1.45; previous revision: 1.44
done
Comment 6 Antonin Nebuzelsky 2007-07-04 13:41:33 UTC
I am not able to reproduce the exception anymore. Good.