]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.in: put libasan.so path before other LD_PRELOAD paths
authorKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 09:27:34 +0000 (17:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 09:28:08 +0000 (17:28 +0800)
commit23270b07433bb74e3aa5cbcd703be308ea5669f6
tree1121dc6564e8150ed3b98bb051492a4a894e8fe9
parentb9e801590492609eb5cc777c8bac8d643ab7a388
ceph.in: put libasan.so path before other LD_PRELOAD paths

to ensure it is the first one to be preaload. to address following error
like:

==821517==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph.in