Skip to content
Snippets Groups Projects
Commit b4bcf261 authored by Felip Moll's avatar Felip Moll
Browse files

Add slurm_xlator.h to slurm_mpi plugin

Otherwise the address of certain functions, like destroy_config_key_pair
is resolved from the PLT instead of the GOT. Then further xasserts over
the same object (with different address) can fail if we compare the address
of the PLT vs the GOT.

This fix resolves the symbol at compile time and not on runtime thus
forcing the usage of the address relative to the GOT.

Bug 14004
parent 07478437
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include "src/common/slurm_xlator.h"
#include "src/common/env.h"
#include "src/common/macros.h"
#include "src/common/pack.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment