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 192432 - [70cat] StackOverflowError at sun.nio.cs.UTF_8$Encoder.encodeArrayLoop
Summary: [70cat] StackOverflowError at sun.nio.cs.UTF_8$Encoder.encodeArrayLoop
Status: RESOLVED DUPLICATE of bug 193048
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 19:13 UTC by karthi_acb
Modified: 2010-12-09 11:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173433


Attachments
stacktrace (107.77 KB, text/plain)
2010-11-24 19:13 UTC, karthi_acb
Details
stacktrace (107.77 KB, text/plain)
2010-12-09 09:24 UTC, host
Details
stacktrace (107.77 KB, text/plain)
2010-12-09 09:57 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karthi_acb 2010-11-24 19:13:05 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
GUEST: editing java in osgi bundle project

GUEST: Created a PHP Class with File / New... Dialog




Stacktrace: 
java.lang.StackOverflowError
   at sun.nio.cs.UTF_8$Encoder.encodeArrayLoop(UTF_8.java:341)
   at sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:447)
   at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
   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)
Comment 1 karthi_acb 2010-11-24 19:13:09 UTC
Created attachment 103305 [details]
stacktrace
Comment 2 host 2010-12-09 09:24:54 UTC
Created attachment 103794 [details]
stacktrace
Comment 3 Exceptions Reporter 2010-12-09 09:25:04 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173433
Comment 4 host 2010-12-09 09:57:54 UTC
Created attachment 103805 [details]
stacktrace
Comment 5 Antonin Nebuzelsky 2010-12-09 11:55:20 UTC

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