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 242192 - StackOverflowError at java.util.SubList$1.<init>
Summary: StackOverflowError at java.util.SubList$1.<init>
Status: RESOLVED DUPLICATE of bug 242054
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 12:49 UTC by Alexander Simon
Modified: 2014-02-21 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207857


Attachments
stacktrace (106.23 KB, text/plain)
2014-02-21 12:49 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-02-21 12:49:55 UTC
Build: NetBeans IDE Dev (Build 20140221-9434af1ad34c)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: SunOS

User Comments:
alexvsimon: cannot debug stack overflow exception




Stacktrace: 
java.lang.StackOverflowError
   at java.util.SubList$1.<init>(SubList.java:699)
   at java.util.SubList.listIterator(SubList.java:698)
   at java.util.AbstractList.listIterator(AbstractList.java:299)
   at java.util.SubList.iterator(SubList.java:691)
   at java.util.AbstractCollection.toArray(AbstractCollection.java:179)
   at org.openide.util.RequestProcessor$SlowItem.fillInStackTrace(RequestProcessor.java:1848)
Comment 1 Alexander Simon 2014-02-21 12:49:57 UTC
Created attachment 145468 [details]
stacktrace
Comment 2 Alexander Simon 2014-02-21 12:51:27 UTC

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