gui_starter_template icon indicating copy to clipboard operation
gui_starter_template copied to clipboard

How to change LSAN variables

Open parequena opened this issue 3 years ago • 1 comments

Hello, I'm trying to do some stuff with this template as base, and I have some leaks, but I don't know how to set the variables on this project.

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

My knowledge on CMake is not so big, and this template is not so easy to use.

parequena avatar Oct 11 '22 09:10 parequena

on bash: export LSAN_OPTIONS='verbosity=1:log_threads=1'

ClausKlein avatar Oct 12 '22 12:10 ClausKlein