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 267782 - [newcodemodel] AssertionError: LHS: must not be called for emptyKey
Summary: [newcodemodel] AssertionError: LHS: must not be called for emptyKey
Status: CLOSED DUPLICATE of bug 267711
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 11:57 UTC by kosmonaffft
Modified: 2016-10-06 04:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225983


Attachments
stacktrace (3.81 KB, text/plain)
2016-08-30 11:57 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2016-08-30 11:57:52 UTC
Build: NetBeans IDE Dev (Build 201608280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 8.1

User Comments:
kosmonaFFFt: Reparse c project...

kosmonaFFFt: Open .h file on remote host...




Stacktrace: 
java.lang.AssertionError: LHS: must not be called for emptyKey
   at org.llvm.adt.DenseMapInfoObject.isEqual(DenseMapInfoObject.java:69)
   at org.llvm.adt.SmallPtrSetImplBase.insert_imp(SmallPtrSetImplBase.java:283)
   at org.llvm.adt.SmallPtrSetImpl.insert(SmallPtrSetImpl.java:121)
   at org.clang.frontend.impl.InitHeaderSearchStatics.RemoveDuplicates(InitHeaderSearchStatics.java:83)
   at org.clang.frontend.impl.InitHeaderSearch.Realize(InitHeaderSearch.java:634)
   at org.clang.frontend.FrontendClangGlobals.ApplyHeaderSearchOptions(FrontendClangGlobals.java:157)
Comment 1 kosmonaffft 2016-08-30 11:57:53 UTC
Created attachment 161821 [details]
stacktrace
Comment 2 petrk 2016-09-02 11:18:00 UTC

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