-
Notifications
You must be signed in to change notification settings - Fork 868
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
coll/xhc not sessions friendly #13013
Comments
FYI: @gkatev |
Thanks for the ping, I'll check it out |
I'm having trouble reproducing this, can you tell me more about your environment?
(I'm on the latest main, 0bccfcd) |
By only looking at the code, a segfault at that strdup means that either something's wrong with the info cstring, or with ompi/ompi/mca/coll/xhc/coll_xhc.c Lines 390 to 391 in 0bccfcd
The path that involves the info stuff shouldn't be chosen by default. (I don't imagine you are setting an
|
i'll do some more debugging... i'm not setting any special mca params for xhc. |
okay i see what's going on. The strings in the mca_coll_xhc_component are being registered with the MCA system. I added some debug output to xhc_register that shows this:
If one builds Open MPI with the |
in the case of multiple session init/finalize sequences that result in MCA framework being destructed prior to a restart with a new session. related to open-mpi#13013 Signed-off-by: Howard Pritchard <[email protected]>
If I run the ompi-tests/ibm/sessions/sessions_init_twice.c test with the xhc module enabled there's a segfault in the second initialization of MPI:
The text was updated successfully, but these errors were encountered: