Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test with ASan.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 30 Jun 2022 13:11:13 +0000 (15:11 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 30 Jun 2022 13:11:13 +0000 (15:11 +0200)
commit8e8f462dcdb91bae92c7053034dc723fd3ea2abf
tree3335e99e650bec05245f7bc9e10b6812e830491a
parentcbc8615f94399c415f9b6ceaa5d4419c3da53a97
Fix test with ASan.

It failed with: 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.

Use ASAN_OPTIONS=verify_asan_link_order=0 instead.
examples/sthread/CMakeLists.txt
examples/sthread/pthread-mutex-simple.tesh