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 193995 - StackOverflowError at java.io.Win32FileSystem.hashCode
Summary: StackOverflowError at java.io.Win32FileSystem.hashCode
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-04 03:54 UTC by rkamradt
Modified: 2011-01-04 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175540


Attachments
stacktrace (103.31 KB, text/plain)
2011-01-04 03:54 UTC, rkamradt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rkamradt 2011-01-04 03:54:22 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 Dev (Build 201012130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
rkamradt: editing java code




Stacktrace: 
java.lang.StackOverflowError
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:581)
   at java.io.File.hashCode(File.java:1891)
   at java.util.HashMap.getEntry(HashMap.java:344)
   at java.util.LinkedHashMap.get(LinkedHashMap.java:280)
   at org.netbeans.modules.versioning.VersioningManager.getOwner(VersioningManager.java:307)
   at org.netbeans.modules.versioning.VersioningManager.getOwner(VersioningManager.java:279)
Comment 1 rkamradt 2011-01-04 03:54:26 UTC
Created attachment 104683 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-04 09:52:00 UTC

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