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 256539 - java.lang.AssertionError: N1::E6
Summary: java.lang.AssertionError: N1::E6
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-12 10:42 UTC by Alexander Simon
Modified: 2016-09-01 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-11-12 10:42:21 UTC
assertion in log:
INFO [dlight.libs.common.logger]: Exception in file /export/home/alsimon/projects/gcc-master/gcc/testsuite/g++.dg/cpp0x/forw_enum6.C: N1::E6
java.lang.AssertionError: N1::E6
	at org.netbeans.modules.cnd.modelimpl.csm.EnumForwardDeclarationImpl.<init>(EnumForwardDeclarationImpl.java:105)
	at org.netbeans.modules.cnd.modelimpl.csm.EnumForwardDeclarationImpl.create(EnumForwardDeclarationImpl.java:121)
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.createForwardEnumDeclaration(AstRenderer.java:1374)
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:167)
Caused: java.lang.RuntimeException: Exception in file /export/home/alsimon/projects/gcc-master/gcc/testsuite/g++.dg/cpp0x/forw_enum6.C: N1::E6
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:370)
	at org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:122)
	at org.netbeans.modules.cnd.modelimpl.parser.ParserProviderImpl$Antlr2CppParser.render(ParserProviderImpl.java:240)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._parse(FileImpl.java:1157)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsedImpl(FileImpl.java:726)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:641)
[catch] at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread._run(ParserThread.java:148)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:74)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:92)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Alexander Simon 2015-11-12 10:58:27 UTC
Source code is gcc trunk:
https://codeload.github.com/gcc-mirror/gcc/zip/master
Was unconfugured project.