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 193610 - [70cat] StackOverflowError at java.lang.Character.toLowerCase
Summary: [70cat] StackOverflowError at java.lang.Character.toLowerCase
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-19 19:53 UTC by simpatico
Modified: 2011-01-03 08:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174126


Attachments
stacktrace (107.58 KB, text/plain)
2010-12-19 19:53 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simpatico 2010-12-19 19:53:23 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Character.toLowerCase(Character.java:4208)
   at java.lang.Character.toLowerCase(Character.java:4175)
   at java.lang.String.toLowerCase(String.java:2408)
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:581)
   at java.io.File.hashCode(File.java:1891)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:148)
Comment 1 simpatico 2010-12-19 19:53:28 UTC
Created attachment 104283 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-03 08:36:03 UTC

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