Created
August 23, 2011 19:47
-
-
Save marijnh/1166293 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0xf7fdf430 in __kernel_vsyscall () | |
#1 0xf6d02ea1 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 | |
#2 0xf6d062ce in abort () at abort.c:92 | |
#3 0xf6cfb7c8 in __assert_fail (assertion=0xf7b3b818 "Ty && \"Invalid GetElementPtrInst indices for type!\"", | |
file=0xf7b3b544 "/home/marijn/prog/llvm/include/llvm/Instructions.h", line=703, function=0xf7dc5540 "llvm::Type* llvm::checkGEPType(llvm::Type*)") | |
at assert.c:81 | |
#4 0xf7a045b1 in llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateInBoundsGEP(llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::Twine const&) () from /home/marijn/src/rust/stage1/librustllvm.so | |
#5 0xf6b9f068 in ?? () | |
#6 0x79543a3a in ?? () | |
#7 0x202a6570 in ?? () | |
#8 0x6d766c6c in ?? () | |
#9 0x68633a3a in ?? () | |
#10 0x476b6365 in ?? () | |
#11 0x79545045 in ?? () | |
#12 0x6c286570 in ?? () | |
#13 0x3a6d766c in ?? () | |
#14 0x7079543a in ?? () | |
#15 0x00292a65 in ?? () | |
#16 0x00000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment