When running an application that was built with address sanitizer via vglrun, I encounter the following:
==17587==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.
It should be fine to set asan first and vgl in second place in LD_PRELOAD, however it is not easy to do that with the current vglrun script. Do you see possibility for adding support for this usecase?
When running an application that was built with address sanitizer via vglrun, I encounter the following:
==17587==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.
It should be fine to set asan first and vgl in second place in LD_PRELOAD, however it is not easy to do that with the current vglrun script. Do you see possibility for adding support for this usecase?