-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assertion failed and and abort trap #25048
Comments
assigned to @alexey-bataev |
For size reasons the cpp and sh are here: |
I'm getting 403 Forbidden responses on these. |
Sorry about that. Should be fixed now. |
Fixed in revision 246846. |
Thanks a lot! |
Did this fix not make it into 3.7.1 ? I still get the same error.. |
No, I did not backported fix to 3.7.1. |
Extended Description
With clang-3.7-rc3 and and clang-3.8-trunk I can't compile most SeqAn (bioinformatics template library) applications anymore:
Assertion failed: (Ty && "Invalid GetElementPtrInst indices for type!"), function checkGEPType, file /wrkdirs/usr/ports/devel/llvm37/work/llvm-3.7.0rc3.src/include/llvm/IR/Instructions.h, line 823.
clang-3.7: error: unable to execute command: Abort trap (core dumped)
clang-3.6.2 works fine. I have attached build log, sh and cpp.
Platform is FreeBSD 10.2 which means libc++. Also OpenMP is used. I cannot test on Linux right now, but I will try asap.
The text was updated successfully, but these errors were encountered: