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 209841 - [72cat] StackOverflowError at java.lang.ThreadLocal.get
Summary: [72cat] StackOverflowError at java.lang.ThreadLocal.get
Status: RESOLVED DUPLICATE of bug 209785
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 10:37 UTC by Vojtech Sigler
Modified: 2012-03-23 16:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186089


Attachments
stacktrace (90.54 KB, text/plain)
2012-03-21 10:37 UTC, Vojtech Sigler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2012-03-21 10:37:46 UTC
Build: NetBeans IDE Dev (Build 201203200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
vsigler: Started NetBeans with a clean userdir, imported settings from 7.0.1. Now it is terribly slow, lots of slowness reports popping up. Scanning projects is still in progress.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.ThreadLocal.get(ThreadLocal.java:125)
   at org.openide.filesystems.XMLMapAttr.readAttribute(XMLMapAttr.java:171)
   at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:330)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:928)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:863)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:926)
Comment 1 Vojtech Sigler 2012-03-21 10:37:50 UTC
Created attachment 116988 [details]
stacktrace
Comment 2 Vojtech Sigler 2012-03-21 10:40:54 UTC
It may not be related, but memory usage was around 600MB, while I usually do not get past 300MB. I also saw a popup for OutOfMemoryError, but I could not send that one as the popup disappeared (replaced by another error).
Comment 3 Jesse Glick 2012-03-23 16:22:57 UTC

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