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 241548 - Deep stack with NodeLookup.updateLookupAsCookiesAreChanged
Summary: Deep stack with NodeLookup.updateLookupAsCookiesAreChanged
Status: RESOLVED DUPLICATE of bug 235748
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 17:49 UTC by jordao
Modified: 2014-04-04 08:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207391


Attachments
stacktrace (2.46 KB, text/plain)
2014-02-07 17:49 UTC, jordao
Details
Thread dump extracted from npss file (575.31 KB, text/plain)
2014-02-10 08:49 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jordao 2014-02-07 17:49:48 UTC
This bug was originally marked as duplicate of bug 216288, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
jordao: Restarted Netbeans




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.ObjectOutputStream$HandleTable.growEntries(ObjectOutputStream.java:2344)
   at java.io.ObjectOutputStream$HandleTable.assign(ObjectOutputStream.java:2269)
   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1425)
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175)
   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:347)
   at java.util.TreeMap.writeObject(TreeMap.java:2274)
Comment 1 jordao 2014-02-07 17:49:49 UTC
Created attachment 144918 [details]
stacktrace
Comment 2 Tomas Hurka 2014-02-10 08:49:40 UTC
Created attachment 144972 [details]
Thread dump extracted from npss file
Comment 3 Tomas Hurka 2014-02-10 08:51:22 UTC
The problem is caused by extraordinary deep stack trace in AWT. See attached thread dump. Reassigning to platform/nodes for further evaluation.
Comment 4 Ondrej Vrabec 2014-02-10 08:56:43 UTC
dup of #235748?
Comment 5 Jaroslav Tulach 2014-04-04 08:09:13 UTC
Yes, the deep stack contains "NodeLookup.updateLookupAsCookiesAreChanged" which bug 235748 was explicitly trying to get rid of. Moreover everything indicates the fix for bug 235748 was not in 8.0beta. So let's mark this as a duplicate.

*** This bug has been marked as a duplicate of bug 235748 ***