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 220681 - StackOverflowError at java.lang.StringCoding.deref
Summary: StackOverflowError at java.lang.StringCoding.deref
Status: RESOLVED DUPLICATE of bug 220166
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-23 17:40 UTC by Exceptions Reporter
Modified: 2012-10-29 10:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193954


Attachments
stacktrace (102.67 KB, text/plain)
2012-10-23 17:40 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-10-23 17:40:02 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 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Linux

User Comments:
GUEST: I moved a folder from it's location, 2 level upper in Favorites tab, netbeans showd the progress in status bar and after some moments I got this exception.
The moved folder contans a lot of subfolders and files.




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.StringCoding.deref(StringCoding.java:46)
   at java.lang.StringCoding.decode(StringCoding.java:159)
   at java.lang.String.<init>(String.java:443)
   at java.lang.String.<init>(String.java:515)
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:973)
Comment 1 Exceptions Reporter 2012-10-23 17:40:05 UTC
Created attachment 126401 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-25 11:51:18 UTC
Duplicate of issue 218681 ?
Comment 3 Jaroslav Tulach 2012-10-29 10:03:26 UTC

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