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 220166 - StackOverflowError at java.lang.StringCoding$StringEncoder.encode
Summary: StackOverflowError at java.lang.StringCoding$StringEncoder.encode
Status: RESOLVED DUPLICATE of bug 218681
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 220681 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-16 12:48 UTC by xtecuan
Modified: 2012-10-29 10:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193591


Attachments
stacktrace (102.74 KB, text/plain)
2012-10-16 12:48 UTC, xtecuan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xtecuan 2012-10-16 12:48:05 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.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-11M3811
OS: Mac OS X

Stacktrace: 
java.lang.StackOverflowError
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:240)
   at java.lang.StringCoding.encode(StringCoding.java:272)
   at java.lang.String.getBytes(String.java:946)
   at java.io.UnixFileSystem.list(UnixFileSystem.java:0)
   at java.io.File.list(File.java:973)
   at java.io.File.listFiles(File.java:1051)
Comment 1 xtecuan 2012-10-16 12:48:10 UTC
Created attachment 126005 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-22 08:56:18 UTC
ergonomics#d8cf80dfda90

*** This bug has been marked as a duplicate of bug 218681 ***
Comment 3 Jaroslav Tulach 2012-10-29 10:03:26 UTC
*** Bug 220681 has been marked as a duplicate of this bug. ***