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 269891 - StackOverflowError at com.sun.tools.javac.code.Types.erasure
Summary: StackOverflowError at com.sun.tools.javac.code.Types.erasure
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-21 16:24 UTC by Exceptions Reporter
Modified: 2017-02-21 16:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 132958


Attachments
stacktrace (71.51 KB, text/plain)
2017-02-21 16:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-02-21 16:24:42 UTC
This bug was originally marked as duplicate of bug 236628, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201610071157)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: Don't know - perhaps it's connected with OpenSUSE and it's patches.




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.code.Types.erasure(Types.java:2319)
   at com.sun.tools.javac.code.Types.access$800(Types.java:82)
   at com.sun.tools.javac.code.Types$14.visitTypeVar(Types.java:2377)
   at com.sun.tools.javac.code.Types$14.visitTypeVar(Types.java:2327)
   at com.sun.tools.javac.code.Type$TypeVar.accept(Type.java:1620)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4699)
Comment 1 Exceptions Reporter 2017-02-21 16:24:44 UTC
Created attachment 163681 [details]
stacktrace