Skip to content
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

Closed
llvmbot opened this issue Sep 2, 2015 · 8 comments
Closed

assertion failed and and abort trap #25048

llvmbot opened this issue Sep 2, 2015 · 8 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category

Comments

@llvmbot
Copy link
Member

llvmbot commented Sep 2, 2015

Bugzilla Link 24674
Resolution FIXED
Resolved on Jan 17, 2016 21:20
Version 3.7
OS FreeBSD
Attachments the log
Reporter LLVM Bugzilla Contributor
CC @alexey-bataev,@dwblaikie

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.

@llvmbot
Copy link
Member Author

llvmbot commented Sep 2, 2015

assigned to @alexey-bataev

@llvmbot
Copy link
Member Author

llvmbot commented Sep 2, 2015

@dwblaikie
Copy link
Collaborator

For size reasons the cpp and sh are here:
http://hannes.hauswedell.net/pub/lambda-a1e3b2.cpp.xz
http://hannes.hauswedell.net/pub/lambda-a1e3b2.sh

I'm getting 403 Forbidden responses on these.

@llvmbot
Copy link
Member Author

llvmbot commented Sep 3, 2015

I'm getting 403 Forbidden responses on these.

Sorry about that. Should be fixed now.

@alexey-bataev
Copy link
Member

Fixed in revision 246846.

@llvmbot
Copy link
Member Author

llvmbot commented Sep 7, 2015

Thanks a lot!

@llvmbot
Copy link
Member Author

llvmbot commented Jan 15, 2016

Did this fix not make it into 3.7.1 ? I still get the same error..
[on 3.8 svn it builds fine]

@alexey-bataev
Copy link
Member

Did this fix not make it into 3.7.1 ? I still get the same error..
[on 3.8 svn it builds fine]

No, I did not backported fix to 3.7.1.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category
Projects
None yet
Development

No branches or pull requests

3 participants