I intend to see how libIndex works by using index-test, but I encounter a crash when i practice the example from the CFE internal manual.<br><br>Here is the description:<br><br>index-test: /home/polo/llvm/include/llvm/ADT/SmallVector.h:152: T& llvm::SmallVectorTemplateCommon<T>::operator[](unsigned int) [with T = long long unsigned int]: Assertion `begin() + idx < end()' failed.<br>
0  index-test 0x08576d9e<br>1  index-test 0x08576c13<br>2             0x00604400 __kernel_sigreturn + 0<br>3  libc.so.6  0x00163932 abort + 386<br>4  libc.so.6  0x00159648 __assert_fail + 248<br>5  index-test 0x080b7f3e<br>
6  index-test 0x080a987f<br>7  index-test 0x080a9e1c<br>8  index-test 0x0807f7a6<br>9  index-test 0x0804d075 main + 524<br>10 libc.so.6  0x0014cb56 __libc_start_main + 230<br>11 index-test 0x0804c5f1<br>Stack dump:<br>0.    Program arguments: index-test t1.ast <br>
Aborted<br><br>it seems to be a problem about the case VERSION_CONTROL_BRANCH_REVISION.<br><br>-- <br>Best regards!<br><br>Lei Zhang<br>