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

Inlined llvmcall segfaults in package testing #37

Open
m-j-w opened this issue Feb 6, 2019 · 2 comments
Open

Inlined llvmcall segfaults in package testing #37

m-j-w opened this issue Feb 6, 2019 · 2 comments

Comments

@m-j-w
Copy link
Owner

m-j-w commented Feb 6, 2019

It appears inlining the LLVM IR function through llvmcall segfaults when run through the package manager testing facility. In normal operations this doesn't appear. This seems to be linked to previous issues #30, #21.

@m-j-w m-j-w mentioned this issue Feb 6, 2019
@m-j-w
Copy link
Owner Author

m-j-w commented Feb 7, 2019

Pkg.test launches a new julia session with the additional bounds checks enabled using the option --check-bounds=yes. This triggers the segfaults.

@m-j-w
Copy link
Owner Author

m-j-w commented Feb 7, 2019

See also (JuliaLang/julia#30996) and discourse issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant