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 193580 - StackOverflowError at java.io.File.<init>
Summary: StackOverflowError at java.io.File.<init>
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-12-18 18:41 UTC by theradman
Modified: 2011-01-03 09:12 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173192


Attachments
stacktrace (107.73 KB, text/plain)
2010-12-18 18:41 UTC, theradman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theradman 2010-12-18 18:41:04 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: Criando um arquivo XML

melque: esperando intelisence

theradman: editing files .. cutting and pasting




Stacktrace: 
java.lang.StackOverflowError
   at java.io.File.<init>(File.java:220)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.getKey(FileChangedManager.java:302)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.put(FileChangedManager.java:306)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.checkWrite(FileChangedManager.java:113)
   at org.netbeans.TopSecurityManager.notifyWrite(TopSecurityManager.java:186)
   at org.netbeans.TopSecurityManager.checkWrite(TopSecurityManager.java:337)
Comment 1 theradman 2010-12-18 18:41:09 UTC
Created attachment 104247 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-03 09:12:12 UTC

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