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 230615 - StackOverflowError at com.sun.tools.javac.tree.JCTree$JCLambda.accept
Summary: StackOverflowError at com.sun.tools.javac.tree.JCTree$JCLambda.accept
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 230656 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-02 06:58 UTC by janario
Modified: 2013-06-03 15:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201095


Attachments
stacktrace (66.28 KB, text/plain)
2013-06-02 06:58 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-06-02 06:58:37 UTC
This issue was reported manually by janario.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build jdk8lambda-1735-on-20130529)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
janario: Overriding method




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1613)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:611)
   at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2520)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1613)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:611)
   at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2520)
Comment 1 janario 2013-06-02 06:58:38 UTC
Created attachment 135220 [details]
stacktrace
Comment 2 Dusan Balek 2013-06-03 08:23:55 UTC
Could you please create a reproducible test cas and attach it to the issue? Thanks.
Comment 3 janario 2013-06-03 12:14:07 UTC
There is no test case. 
I was using the ide and it happened so I reported by exception report

I'll try using the ide to lambda again lets see if it happens. 
Thanks
Comment 4 Dusan Balek 2013-06-03 15:55:51 UTC
*** Bug 230656 has been marked as a duplicate of this bug. ***