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 222520 - StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Summary: StackOverflowError at java.io.UnixFileSystem.getBooleanAttributes0
Status: RESOLVED DUPLICATE of bug 222281
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 222519 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-21 09:29 UTC by Exceptions Reporter
Modified: 2012-11-22 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195485


Attachments
stacktrace (92.09 KB, text/plain)
2012-11-21 09:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-21 09:29:18 UTC
This bug was originally marked as duplicate of bug 173382, 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.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.getBooleanAttributes0(UnixFileSystem.java:0)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.exists(File.java:772)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.checkCacheState(FileObjectFactory.java:221)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.issueIfExist(FileObjectFactory.java:332)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:201)
Comment 1 Exceptions Reporter 2012-11-21 09:29:20 UTC
Created attachment 128189 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-21 13:41:46 UTC
*** Bug 222519 has been marked as a duplicate of this bug. ***
Comment 3 Petr Pisl 2012-11-22 15:29:13 UTC

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