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 251478 - StackOverflowError at org.openide.util.Mutex.getThreadInfo
Summary: StackOverflowError at org.openide.util.Mutex.getThreadInfo
Status: RESOLVED DUPLICATE of bug 249301
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-29 04:30 UTC by Exceptions Reporter
Modified: 2015-08-14 07:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172993


Attachments
stacktrace (104.90 KB, text/plain)
2015-03-29 04:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-03-29 04:30:38 UTC
This bug was originally marked as duplicate of bug 192504, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: ???

mmikeyy: this error keeps popping up while I edit javascript sources




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.util.Mutex.getThreadInfo(Mutex.java:1298)
   at org.openide.util.Mutex.enterImpl(Mutex.java:660)
   at org.openide.util.Mutex.enter(Mutex.java:645)
   at org.openide.util.Mutex.writeEnter(Mutex.java:621)
   at org.openide.util.Mutex$Privileged.enterWriteAccess(Mutex.java:1710)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:469)
Comment 1 Exceptions Reporter 2015-03-29 04:30:41 UTC
Created attachment 152902 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 07:39:42 UTC
Duplicate of bug 249301.
Thank you of reporting.

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