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

Summary: Deep stack with NodeLookup.updateLookupAsCookiesAreChanged
Product: platform Reporter: jordao <jordao>
Component: LookupAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207391
Attachments: stacktrace
Thread dump extracted from npss file

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 ***