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 51517 - text edition has continous StackOverFlowException
Summary: text edition has continous StackOverFlowException
Status: RESOLVED DUPLICATE of bug 46993
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 13:23 UTC by patgio
Modified: 2008-12-22 21:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (4.73 MB, text/plain)
2004-11-15 13:28 UTC, patgio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description patgio 2004-11-15 13:23:53 UTC
Something causes the editor to have 
StackOverFlowException.  This happens over and 
over again and is VERY ANNOYING.
Comment 1 patgio 2004-11-15 13:28:10 UTC
Created attachment 18896 [details]
message.log
Comment 2 Martin Roskanin 2004-11-15 14:04:45 UTC
looks like an openide problem:
...
at org.openide.nodes.FilterNode.hashCode(FilterNode.java:798)
at org.openide.nodes.FilterNode.hashCode(FilterNode.java:798)
at org.openide.nodes.FilterNode.hashCode(FilterNode.java:798)
...
Comment 3 danielc 2004-11-15 21:59:36 UTC
Also occurs on Solaris 9 on SPARC.
Comment 4 Jan Chalupa 2004-11-16 08:14:15 UTC
Known problem with 64-bit server VM and NB 4.0 beta2. Worked around in
recent NB 4.0 builds.

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