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 194191 - [70cat] StackOverflowError at java.nio.ByteBuffer.<init>
Summary: [70cat] StackOverflowError at java.nio.ByteBuffer.<init>
Status: RESOLVED DUPLICATE of bug 193732
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 17:52 UTC by aldobrucale
Modified: 2011-01-12 13:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174707


Attachments
stacktrace (102.98 KB, text/plain)
2011-01-10 17:52 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2011-01-10 17:52:25 UTC
Build: NetBeans IDE Dev (Build 201101040001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: Editing a new .properties file

gotroch: while editing a php script




Stacktrace: 
java.lang.StackOverflowError
   at java.nio.ByteBuffer.<init>(ByteBuffer.java:259)
   at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:52)
   at java.nio.ByteBuffer.wrap(ByteBuffer.java:350)
   at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:137)
   at java.lang.StringCoding.decode(StringCoding.java:173)
   at java.lang.String.<init>(String.java:443)
Comment 1 aldobrucale 2011-01-10 17:52:30 UTC
Created attachment 104849 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-01-12 13:54:03 UTC

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