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 - [70cat] StackOverflowError at org.openide.util.Mutex.getThreadInfo
Summary: [70cat] StackOverflowError at org.openide.util.Mutex.getThreadInfo
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-21 17:38 UTC by Chiana
Modified: 2011-01-07 09:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175074


Attachments
stacktrace (103.26 KB, text/plain)
2010-12-21 17:38 UTC, Chiana
Details
stacktrace (103.26 KB, text/plain)
2011-01-07 01:46 UTC, xjflyttp
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***