Windows error 0x00002F10, 12048

Detailed Error Information

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 12048 (more)

Questions

0votes
1answer

Assertion failed: (LHSCst != RHSCst && "Compares not folded above?")

I'm trying to compile ICU v4.8.1 with Alchemy, but am running into an LLVM problem: Assertion failed: (LHSCst != RHSCst && "Compares not folded above?"), function visitAnd, file /Volumes/data/dev/FlaCC/llvm-2.1/lib/Transforms/Scalar/InstructionCombining.cpp, line 3465. 0 llvm-ld 0x00264aee _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERKS2_ + 6078 1 llvm-ld 0x00265092 _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERKS2_ + 7522 2 libSystem.B.dylib 0x970a805b _sigtramp + 43 3 [...] read more
llvm
alchemy
llvm-gcc

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0