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 194001 - StackOverflowError at sun.nio.cs.UTF_8$Encoder.encodeLoop
Summary: StackOverflowError at sun.nio.cs.UTF_8$Encoder.encodeLoop
Status: RESOLVED DUPLICATE of bug 193732
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: 2011-01-04 05:57 UTC by nicoliniyo
Modified: 2011-01-06 22:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175547


Attachments
stacktrace (107.58 KB, text/plain)
2011-01-04 05:57 UTC, nicoliniyo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nicoliniyo 2011-01-04 05:57:13 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

Stacktrace: 
java.lang.StackOverflowError
   at sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:466)
   at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:561)
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:258)
   at java.lang.StringCoding.encode(StringCoding.java:290)
   at java.lang.String.getBytes(String.java:954)
   at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:0)
Comment 1 nicoliniyo 2011-01-04 05:57:17 UTC
Created attachment 104688 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-01-06 08:36:38 UTC
Yarda, dup of issue 193732 ?
Comment 3 Jaroslav Tulach 2011-01-06 22:07:21 UTC
Right, another duplicate.

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