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 255772 - AssertionError at org.netbeans.modules.cnd.apt.impl.support.clank.ClankPPCallback.onInclusionDirective
Summary: AssertionError at org.netbeans.modules.cnd.apt.impl.support.clank.ClankPPCall...
Status: RESOLVED DUPLICATE of bug 255560
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 12:58 UTC by Alexander Simon
Modified: 2015-10-07 16:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220410


Attachments
stacktrace (3.64 KB, text/plain)
2015-10-07 12:58 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-10-07 12:58:15 UTC
Build: NetBeans IDE Dev (Build 20151007-af62a508f5b8)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: open ddd project with opened files




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.apt.impl.support.clank.ClankPPCallback.onInclusionDirective(ClankPPCallback.java:182)
   at org.clang.tools.services.support.FileInfoCallback.InclusionDirective(FileInfoCallback.java:265)
   at org.clang.lex.Preprocessor.HandleIncludeDirective(Preprocessor.java:7893)
   at org.clang.lex.Preprocessor.HandleIncludeDirective(Preprocessor.java:7719)
   at org.clang.lex.Preprocessor.HandleIncludeDirective(Preprocessor.java:7688)
   at org.clang.lex.Preprocessor.HandleDirective(Preprocessor.java:4279)
Comment 1 Alexander Simon 2015-10-07 12:58:16 UTC
Created attachment 156588 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2015-10-07 16:26:50 UTC
incomplete fix in:
http://hg.netbeans.org/cnd-main/rev/869c27691372

*** This bug has been marked as a duplicate of bug 255560 ***