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 210974 - StackOverflowError at org.openide.filesystems.DefaultAttributes.readAttribute
Summary: StackOverflowError at org.openide.filesystems.DefaultAttributes.readAttribute
Status: RESOLVED DUPLICATE of bug 210875
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 20:09 UTC by Maksim Khramov
Modified: 2012-04-11 07:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186864


Attachments
stacktrace (90.85 KB, text/plain)
2012-04-10 20:09 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2012-04-10 20:09:00 UTC
Build: NetBeans IDE Dev (Build 201204040400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at org.openide.filesystems.DefaultAttributes.readAttribute(DefaultAttributes.java:362)
   at org.openide.filesystems.LocalFileSystem$InnerAttrs.readAttribute(LocalFileSystem.java:736)
   at org.netbeans.core.startup.layers.LocalFileSystemEx$DelegatingAttributes.readAttribute(LocalFileSystemEx.java:205)
   at org.openide.filesystems.XMLMapAttr.readAttribute(XMLMapAttr.java:174)
   at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:330)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:928)
Comment 1 Maksim Khramov 2012-04-10 20:09:09 UTC
Created attachment 118086 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-11 07:13:25 UTC

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