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 192232 - StackOverflowError at java.lang.Character.toLowerCase
Summary: 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-11-21 04:15 UTC by melque
Modified: 2010-12-06 10:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173293


Attachments
stacktrace (107.63 KB, text/plain)
2010-11-21 04:15 UTC, melque
Details

Note You need to log in before you can comment on or make changes to this bug.
Description melque 2010-11-21 04:15:36 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
GUEST: I was copying a package and class from a web application to a standalone client jar

GUEST: was just coding away when this thing told me soemthing went wrong :/ No idea what it means though. 
Was coding in php




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Character.toLowerCase(Character.java:4175)
   at java.lang.String.toLowerCase(String.java:2409)
   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)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.getKey(FileChangedManager.java:299)
Comment 1 melque 2010-11-21 04:15:40 UTC
Created attachment 103153 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-06 10:31:43 UTC

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