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 192649 - [70cat] StackOverflowError at java.io.UnixFileSystem.checkAccess
Summary: [70cat] StackOverflowError at java.io.UnixFileSystem.checkAccess
Status: RESOLVED DUPLICATE of bug 192504
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 22:39 UTC by karthi_acb
Modified: 2010-12-06 10:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174014


Attachments
stacktrace (107.84 KB, text/plain)
2010-11-29 22:39 UTC, karthi_acb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karthi_acb 2010-11-29 22:39:46 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

Stacktrace: 
java.lang.StackOverflowError
   at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:0)
   at java.io.File.canWrite(File.java:713)
   at org.netbeans.modules.masterfs.providers.ProvidedExtensions.canWrite(ProvidedExtensions.java:252)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$7.run(ProvidedExtensionsProxy.java:221)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:458)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.canWrite(ProvidedExtensionsProxy.java:219)
Comment 1 karthi_acb 2010-11-29 22:39:50 UTC
Created attachment 103449 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-06 10:34:17 UTC

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