Ancestors

Toot

Written by Roger Light on 2024-10-31 at 15:13

Trying to run an ASAN build in docker today and running into the error message

LeakSanitizer has encountered a fatal error.
For debugging, try setting environment variable LSAN_OPTIONS=verbosity:1:log_threads=1
LeakSanitizer does not work under ptrace (strace, gdb, etc)

Solution 1 is to run the docker image with --privileged.

If that isn't enough, solution 2 is to check the value of /proc/sys/fs/suid_dumpable. If it's 2, then set it to 1: echo 1 > /proc/sys/fs/suid_dumpable

=> More informations about this toot | More toots from ralight@fosstodon.org

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113402682361294824
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
239.428019 milliseconds
Gemini-to-HTML Time
0.539666 milliseconds

This content has been proxied by September (3851b).