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

segfault with MPICH + UCX 1.6.0 and malloc hooks #3831

Closed
raffenet opened this issue Jul 4, 2019 · 3 comments · Fixed by #3836
Closed

segfault with MPICH + UCX 1.6.0 and malloc hooks #3831

raffenet opened this issue Jul 4, 2019 · 3 comments · Fixed by #3836
Assignees
Labels

Comments

@raffenet
Copy link
Contributor

raffenet commented Jul 4, 2019

How to reproduce:
MPICH master: https://github.com/pmodels/mpich

./autogen.sh
./configure --with-device=ch4:ucx --with-ch4-netmod-ucx-args=am-only --enable-g=dbg --disable-fast --with-ucx=<path/to/ucx-1.6.0> --prefix=<path/to/install>
make -j install
cd test/mpi/threads/pt2pt
make multisend2
mpiexec -n 4 ./multisend2

Segfaults go away if malloc hooks are disabled with UCX_MEM_EVENTS=n.

@hoopoepg
Copy link
Contributor

hoopoepg commented Jul 4, 2019

@raffenet could you copy backtrace here?
thank you

@raffenet
Copy link
Contributor Author

raffenet commented Jul 4, 2019

backtrace.txt

@hoopoepg
Copy link
Contributor

hoopoepg commented Jul 5, 2019

hi @raffenet
could you try to test this PR: #3836

thank you

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

Successfully merging a pull request may close this issue.

3 participants