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 253442 - StackOverflowError at com.sun.tools.javac.code.Scope.lookup
Summary: StackOverflowError at com.sun.tools.javac.code.Scope.lookup
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 14:17 UTC by Alexander Simon
Modified: 2015-09-08 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218496


Attachments
stacktrace (67.34 KB, text/plain)
2015-07-13 14:17 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-13 14:17:39 UTC
Build: NetBeans IDE Dev (Build 20150710-d9e1bea4e839)
VM: Java HotSpot(TM) Client VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: SunOS

User Comments:
alexvsimon: build project




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.code.Scope.lookup(Scope.java:321)
   at com.sun.tools.javac.code.Scope.lookup(Scope.java:317)
   at com.sun.tools.javac.comp.Resolve.findField(Resolve.java:1304)
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1363)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2105)
   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2384)
Comment 1 Alexander Simon 2015-07-13 14:17:41 UTC
Created attachment 154595 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-09-08 13:53:31 UTC
Steps to reproduce?