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 193701

Summary: [70cat] StackOverflowError at org.openide.util.Mutex.getThreadInfo
Product: platform Reporter: Chiana
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: stosh, xjflyttp
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175074
Attachments: stacktrace
stacktrace

Description Chiana 2010-12-21 17:38:39 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows Vista

User Comments:
Chiana: Occured a few seconds after #456851

stosh: typing text into the Java source code  " implements S"




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.util.Mutex.getThreadInfo(Mutex.java:1283)
   at org.openide.util.Mutex.enterImpl(Mutex.java:649)
   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-21 17:38:44 UTC
Created attachment 104366 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-01-05 11:49:33 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=175074
Comment 3 xjflyttp 2011-01-07 01:46:49 UTC
Created attachment 104775 [details]
stacktrace
Comment 4 Jaroslav Tulach 2011-01-07 09:40:28 UTC

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