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 91513 - StackOverflowError upon save
Summary: StackOverflowError upon save
Status: RESOLVED DUPLICATE of bug 80676
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-23 03:22 UTC by dranorter
Modified: 2007-01-03 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Partial copy of messages.log (155.55 KB, text/plain)
2006-12-23 04:42 UTC, dranorter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dranorter 2006-12-23 03:22:24 UTC
I'm new to NetBeans and programming in general.

NetBeans has always run very slow on my computer (macbook with the dual Intel processors). The error 
occurred after I had been using the Project Matisse features (drag and drop GUI stuff) to edit a file I 
have previously had no problems saving. I added a new tab and about twenty jToggleButton s to the 
GUI. Now whenever I try to save the StackOverflowException symbol appears in the corner of NetBeans. 
Once it appeared, then flashed for a couple of seconds, then disappeared. I am assuming the file does 
not get saved because the * does not disappear from its name. I tried closing all the other files I had 
opened and it did not help. Other files were able to save.

The error:

A java.lang.StackOverflowError exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your /Users/dranorter/.netbeans/5.5/var/log folder.
Comment 1 dranorter 2006-12-23 04:42:34 UTC
Created attachment 36922 [details]
Partial copy of messages.log
Comment 2 Jiri Prox 2007-01-03 09:20:05 UTC
Please, leave the issue in the NEW state, the STARTED stated means that the bug
is beeing fixed
Comment 3 Jiri Prox 2007-01-03 09:20:44 UTC
Reopening 
Comment 4 Jiri Prox 2007-01-03 09:21:33 UTC
Reassigning to form module for evaluation
Comment 5 Tomas Pavek 2007-01-03 10:33:45 UTC
The first exception indicates you've managed to drag a component (container) 
into itself. That should not be normally possible, but maybe it could happen 
due to bug 80676 (present in 5.5, fixed in 6.0 dev). In such case it should be 
really exceptional and you likely won't see it again (it might have happened 
when you clicked and dragged the mouse a bit at the same time unintentionally). 
I think it's this case because otherwise we'd have many reports like yours. Did 
it happen to you more than once? Are you able to reproduce the problem?

To be sure you can install the 5.5 update as described on 
http://form.netbeans.org/updates/update55.html (where 80676 is fixed).
If the problem persists, please let us know.

*** This issue has been marked as a duplicate of 80676 ***