Re: memcheck is getting SIGKILLed before leak report is output
Julian Seward <[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
On 05/08/2022 16:08, Tom Hughes via Valgrind-users wrote: > If you want to know for sure who killed it then strace it while > it runs and it should show you who sends the signel but my bet is > that it's the kernel. Or possibly watch `dmesg -w` running in another shell. J