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 203286 - StackOverflowError at java.util.AbstractList$Itr.hasNext
Summary: StackOverflowError at java.util.AbstractList$Itr.hasNext
Status: RESOLVED DUPLICATE of bug 203197
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 09:38 UTC by Exceptions Reporter
Modified: 2011-10-07 09:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164749


Attachments
stacktrace (86.23 KB, text/plain)
2011-10-07 09:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-10-07 09:38:50 UTC
This issue was reported manually by thurka.
It already has 15 duplicates 


Build: NetBeans IDE Dev (Build 20111007-29b9ed326cf6)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3515
OS: Mac OS X

User Comments:
GUEST: Attempt to create new DocBook project, crash after click on Next.

GUEST: Tried to create new docbook project.

GUEST: Simply, i wanted to create a new project in Docbook.

GUEST: trying to create a DocBook project

GUEST: Made an attempt to create new DocBook Project.

GUEST: I tried to create new DocBook project.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.AbstractList$Itr.hasNext(AbstractList.java:339)
   at java.util.Collections$1.hasMoreElements(Collections.java:3385)
   at org.openide.util.lookup.ArrayStorage$1JustPairs.findNext(ArrayStorage.java:233)
   at org.openide.util.lookup.ArrayStorage$1JustPairs.hasMoreElements(ArrayStorage.java:249)
   at org.openide.util.lookup.AbstractLookup.findSmallest(AbstractLookup.java:460)
   at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:437)
Comment 1 Exceptions Reporter 2011-10-07 09:38:54 UTC
Created attachment 111643 [details]
stacktrace
Comment 2 Tomas Hurka 2011-10-07 09:47:40 UTC

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