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

Failing fortran_dynamic_loader test #3

Closed
nncarlson opened this issue Jan 28, 2017 · 0 comments
Closed

Failing fortran_dynamic_loader test #3

nncarlson opened this issue Jan 28, 2017 · 0 comments

Comments

@nncarlson
Copy link
Owner

test_fortran_dynamic_loader is now failing on some platforms with the error

SHLIB:OPEN: /lib64/libm.so: invalid ELF header

In these cases It turns out that the .so file is not actually a library but a 'linker script' text file. I guess the linker knows how to deal with these, but the system dynamic loader function (dlopen) does not.

The unit test already includes tests that load a shared library built as part of the test, so the solution is probably just to delete the one test that loads /lib64/libm.so, which was a little iffy in the first place.

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