-
Notifications
You must be signed in to change notification settings - Fork 901
master: "make check" unpack_hetero datatype test segv #3522
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
Comments
Forgot to mention -- here's the MTT showing where it is happening (and I can reproduce manually): https://mtt.open-mpi.org/index.php?do_redir=2442 |
@jsquyres yes, this is likely the root cause OPAL_DECLSPEC const opal_datatype_t opal_datatype_int4 = OPAL_DATATYPE_INITIALIZER_INT4(0); |
@ggouaillardet What should it be? |
with shared libs
but with static libs
removing the |
Fixes open-mpi#3522 Signed-off-by: Gilles Gouaillardet <[email protected]>
@bosilca says he's looking at this. |
Fixes open-mpi#3522 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit open-mpi/ompi@5a35a8e)
Fixes open-mpi#3522 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit open-mpi/ompi@5a35a8e)
When configured statically on a Linux x86_64 machine,
make check
fails theunpack_hetero
test with a segv. Here's the backtrace:The code in question is:
gdb shows:
I'm not quite sure why this is a segv. Is this read-only member, perchance?
The text was updated successfully, but these errors were encountered: