[Valgrind-users] How to disable leak check from inside a program

2020-05-22 Thread Michael Widenius
Hi! I have searched documentation, internet and header files like memcheck.h, but not found a solution: When running the MariaDB test suite under valgrind, we sometimes may get a core dump. In this case, the leaked memory report can be very long and will be totally useless. What would help a

Re: [Valgrind-users] Getting SIGKILL to work in MariaDB

2019-08-13 Thread Michael Widenius
Hi! On Mon, Aug 12, 2019 at 11:59 PM Philippe Waroquiers wrote: > > On Mon, 2019-08-12 at 13:49 +0100, Tom Hughes wrote: > > On 12/08/2019 13:15, Michael Widenius wrote: > > > > > The request I would like you to consider is to do one of the following: > > > -

[Valgrind-users] Getting SIGKILL to work in MariaDB

2019-08-12 Thread Michael Widenius
Hi! I am the creator of MySQL and MariaDB and a valgrind user since a LONG time! valgrind has been used to verify the integrity of MySQL since the very early times of valgrind! I have a small request to solve a small problem with valgrind in MariaDB: To be able to test recovery during testing,