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 268990 - StackOverflowError at java.util.HashMap.putVal
Summary: StackOverflowError at java.util.HashMap.putVal
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-15 16:22 UTC by Tomas Stupka
Modified: 2016-11-17 02:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227224


Attachments
stacktrace (119.89 KB, text/plain)
2016-11-15 16:22 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-11-15 16:22:51 UTC
Build: NetBeans IDE Dev (Build 20161115-60cb0a752fde)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b07, Java(TM) SE Runtime Environment, 1.8.0_102-b07
OS: Mac OS X

User Comments:
tstupka: module Mavenproject138 {
    requires antlr;
    requires commons.pool;




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   at org.netbeans.modules.java.module.graph.DependencyCalculator.collectTransTargets(DependencyCalculator.java:188)
   at org.netbeans.modules.java.module.graph.DependencyCalculator.collectTransTargets(DependencyCalculator.java:189)
Comment 1 Tomas Stupka 2016-11-15 16:22:53 UTC
Created attachment 162921 [details]
stacktrace
Comment 2 Tomas Stupka 2016-11-15 18:07:17 UTC
fixed in jet-main #c3a74ae5054a
Comment 3 Tomas Stupka 2016-11-15 18:32:46 UTC
fixed in jet-main #8f8e33358111
Comment 4 Quality Engineering 2016-11-17 02:50:14 UTC
Integrated into 'main-silver', will be available in build *201611170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c3a74ae5054a
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #268990 - StackOverflowError at java.util.HashMap.putVal