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 193900 - [70cat] StackOverflowError at java.util.HashMap.put
Summary: [70cat] StackOverflowError at java.util.HashMap.put
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 05:32 UTC by Chiana
Modified: 2011-01-05 10:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175047


Attachments
stacktrace (103.25 KB, text/plain)
2010-12-29 05:32 UTC, Chiana
Details
Threaddump of hanging IDE. (25.40 KB, text/plain)
2010-12-29 05:39 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-29 05:32:55 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6381-on-101224)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
stosh: editing Java
Cutting and pasting amongst files.

Chiana: Was fixing a heap of todo's by going to source line double clicking the list and then fixing the problem




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.put(HashMap.java:385)
   at org.openide.util.Mutex.enterImpl(Mutex.java:712)
   at org.openide.util.Mutex.enter(Mutex.java:634)
   at org.openide.util.Mutex.writeEnter(Mutex.java:612)
   at org.openide.util.Mutex$Privileged.enterWriteAccess(Mutex.java:1665)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:392)
Comment 1 Chiana 2010-12-29 05:32:58 UTC
Created attachment 104581 [details]
stacktrace
Comment 2 Chiana 2010-12-29 05:38:45 UTC
The IDE froze after reporting last failure, so I made a ThreadDump
Comment 3 Chiana 2010-12-29 05:39:29 UTC
Created attachment 104582 [details]
Threaddump of hanging IDE.
Comment 4 Jaroslav Tulach 2011-01-05 10:10:48 UTC

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