-
Notifications
You must be signed in to change notification settings - Fork 39
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
MPI tests fail with Segmentation Fault in Extrae 4.1.6 #105
Comments
I would suggest to upgrade first to version 4.1.7, there was a critical bug fix related to MPI tracing. Can you please try with 4.1.7 and let us know whether the issue is fixed in the new version? |
Unfortunately, it is not fixed; it is the same Segmentation Fault problem. Just let me know if there is something more I can try (maybe in the line of commenting out |
Debugging the binary of the first MPI test with
I obtained that:
Hope this can help understanding what the problem is. Printing a backtrace shows:
|
Can you please try reconfiguring Extrae with the flag "--disable-instrument-io" ? The backtrace suggests there's a problem intercepting the syscall "writev". This option disables the instrumentation of the whole family of I/O system calls, and this test will help us isolate the problem. |
"--disable-instrument-io" did not solve the issue (still Segmentation Fault):
|
The backtrace looks different, though...
|
Just in case you have the chance, it is pretty easy to reproduce:
|
Running in Ubuntu 22.04.1 with OpenMPI/4.1.6-GCC-13.2.0, the
make check
gives the following error for the MPI tests:The text was updated successfully, but these errors were encountered: