The binary keeps complaining :
==25226==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.
Have already tried the following :
export LD_PRELOAD="/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6:/else/home/omm/paper_omm_1/bin/./libexasock_ext.so.1"
/usr/local/bin/exasock ${EXECUTABLE} ${CONFIG_FILE} ${TODAY_DATE} >${LOG_FILE} 2>>${ERROR_LOG_FILE} &
No luck. Kindly point out if anything can be done here.