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 267905 - AssertionError: LHS: must not be called for emptyKey
Summary: AssertionError: LHS: must not be called for emptyKey
Status: RESOLVED 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-09-06 15:06 UTC by Exceptions Reporter
Modified: 2016-09-09 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226092


Attachments
stacktrace (4.22 KB, text/plain)
2016-09-06 15:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-09-06 15:06:59 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: Pressed ctrl-space between function name and brackets.




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:07:00 UTC
Created attachment 161925 [details]
stacktrace
Comment 2 petrk 2016-09-09 11:02:36 UTC

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