Re: Undefined use of weak symbols in gnulib

2021-04-29 Thread Bruno Haible
Hi Florian, > > So, in the normal cases (link with '-lpthread', link without '-lpthread', > > and even with dlopen()), everything will work fine. The only problematic > > case thus is the the use of LD_PRELOAD. Right? > > LD_PRELOAD and glibc 2.34 as originally planned. > ... > > In other words,

Re: Module suggestion: timeout

2021-04-29 Thread Bruno Haible
Hi Marc, Marc Nieper-Wißkirchen wrote: > Gnulib contains a module named valgrind More precisely, it's called 'valgrind-tests'. See https://www.gnu.org/software/gnulib/manual/html_node/Using-valgrind-automatically.html > that allows the easy use of > Valgrind for tests whenever it is supported by

Module suggestion

2021-04-29 Thread Marc Nieper-Wißkirchen
Gnulib contains a module named valgrind that allows the easy use of Valgrind for tests whenever it is supported by the build system. I would suggest to add a similar module named timeout that sets the variable TIMEOUT with suitable defaults whenever the GNU coreutils timeout program (or an equival