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 251299 - StackOverflowError at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.resolve
Summary: StackOverflowError at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.res...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-19 15:22 UTC by petrk
Modified: 2015-03-25 03:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216227


Attachments
stacktrace (89.13 KB, text/plain)
2015-03-19 15:22 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2015-03-19 15:22:02 UTC
This issue was reported manually by petrk.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20150318-2bc613afeb20)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: Invoked completion for std:: (only <tuple> was included)




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.resolve(DeclTypeImpl.java:152)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:130)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:126)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:131)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:126)
   at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.isConst(DeclTypeImpl.java:131)
Comment 1 petrk 2015-03-19 15:22:04 UTC
Created attachment 152726 [details]
stacktrace
Comment 2 petrk 2015-03-19 15:26:20 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/3de516fc7468
Comment 3 Quality Engineering 2015-03-25 03:23:14 UTC
Integrated into 'main-silver', will be available in build *201503250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3de516fc7468
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #251299 - StackOverflowError at org.netbeans.modules.cnd.modelimpl.csm.DeclTypeImpl.resolve