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 193051 - StackOverflowError at java.nio.HeapByteBuffer.<init>
Summary: StackOverflowError at java.nio.HeapByteBuffer.<init>
Status: RESOLVED DUPLICATE of bug 192504
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 15:05 UTC by Jesse Glick
Modified: 2010-12-08 15:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174068


Attachments
stacktrace (107.74 KB, text/plain)
2010-12-08 15:05 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-12-08 15:05:39 UTC
Build: NetBeans IDE Dev (Build 101208-93f6c926116a)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
jglick: Editing layers.




Stacktrace: 
java.lang.StackOverflowError
   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)
   at java.lang.String.<init>(String.java:515)
Comment 1 Jesse Glick 2010-12-08 15:05:44 UTC
Created attachment 103744 [details]
stacktrace
Comment 2 Jesse Glick 2010-12-08 15:45:05 UTC
Occurred a couple of times.
Comment 3 Jaroslav Tulach 2010-12-08 15:49:25 UTC

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