[Interest] Crash when signal fires

Thiago Macieira thiago.macieira at intel.com
Wed Apr 22 17:19:21 CEST 2020


On Tuesday, 21 April 2020 17:09:45 PDT Ben Haller via Interest wrote:
>   Unfortunately, I’m on macOS 10.15.3 and Valgrind is not there yet (I think
> at present they have “preliminary” support for macOS 10.13).

Then install a Linux VM and use Valgrind there. Valgrind is useful enough to 
warrant a VM just for it.

>   I suspect this is a really dumb question, but what is “ASAN”?  Is that
> another Valgrind-like tool?

-fsanitize=address in your compilation and linking flags.

With qmake, you can also get that by doing:

CONFIG += sanitizer sanitize_address

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Interest mailing list