Codebase list jack-capture / run/5976c86b-2183-47f5-8f0c-d845722436ae/main make_and_run_debug.sh
run/5976c86b-2183-47f5-8f0c-d845722436ae/main

Tree @run/5976c86b-2183-47f5-8f0c-d845722436ae/main (Download .tar.gz)

make_and_run_debug.sh @run/5976c86b-2183-47f5-8f0c-d845722436ae/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

export LSAN_OPTIONS=suppressions=`pwd`/SanitizerSuppr.txt
export ASAN_OPTIONS="detect_leaks=0,allocator_may_return_null=1,suppressions=SanitizerSuppr.txt,abort_on_error=1,new_delete_type_mismatch=0,alloc_dealloc_mismatch=0" # new_delete_type_mismatch=0 because of qt5. 
export UBSAN_OPTIONS="suppressions=`pwd`/SanitizerSuppr.txt:print_stacktrace=1:halt_on_error=1"
export TSAN_OPTIONS="history_size=7,second_deadlock_stack=1,suppressions=SanitizerSuppr.txt"

make && gdb ./jack_capture