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 223450 - StackOverflowError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh
Summary: StackOverflowError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.B...
Status: RESOLVED DUPLICATE of bug 218681
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 22:23 UTC by leandro.freitas.softdevelop
Modified: 2012-12-07 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183960


Attachments
stacktrace (103.00 KB, text/plain)
2012-12-06 22:23 UTC, leandro.freitas.softdevelop
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leandro.freitas.softdevelop 2012-12-06 22:23:29 UTC
This bug was originally marked as duplicate of bug 133078, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:818)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:554)
   at org.openide.filesystems.FileObject.refresh(FileObject.java:1130)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory$AsyncRefreshAtomicAction.run(FileObjectFactory.java:820)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607)
Comment 1 leandro.freitas.softdevelop 2012-12-06 22:23:31 UTC
Created attachment 129011 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-12-07 08:12:44 UTC

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