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 267904

Summary: AssertionError: LHS: must not be called for emptyKey
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226091
Attachments: stacktrace

Description Exceptions Reporter 2016-09-06 15:04:01 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-595-on-20160906)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Hovered over a variable

GUEST: Clicked on function name

GUEST: Hold ctrl while selecting variable / function name / or anything really.




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 Exceptions Reporter 2016-09-06 15:04:02 UTC
Created attachment 161924 [details]
stacktrace
Comment 2 petrk 2016-09-09 11:02:52 UTC

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