Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-05-16 Thread Philippe Waroquiers
On Tue, 2013-05-14 at 04:28 +0200, Roland Mainz wrote: On Thu, Apr 25, 2013 at 1:42 PM, Sebastian Feld sebastian.n.f...@gmail.com wrote: On Wed, Apr 24, 2013 at 11:10 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 10:14 PM, Roland Mainz roland.ma...@nrubsig.org

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-05-16 Thread Roland Mainz
On Thu, May 16, 2013 at 9:13 PM, Philippe Waroquiers philippe.waroqui...@skynet.be wrote: On Tue, 2013-05-14 at 04:28 +0200, Roland Mainz wrote: On Thu, Apr 25, 2013 at 1:42 PM, Sebastian Feld sebastian.n.f...@gmail.com wrote: On Wed, Apr 24, 2013 at 11:10 PM, Roland Mainz

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-05-13 Thread Roland Mainz
On Thu, Apr 25, 2013 at 1:42 PM, Sebastian Feld sebastian.n.f...@gmail.com wrote: On Wed, Apr 24, 2013 at 11:10 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 10:14 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 12:45 AM, John Reiser

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-05-13 Thread John Reiser
I tried to work around the issues with the API provided in valgrind/valgrind.h ... but it seems this doesn't detect any read-from-unallocated etc. or even the plain double-free situations (patch below) ... erm... is the API around |VALGRIND_MALLOCLIKE_BLOCK()| know to work in valgrind-3.8.1 ?

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-04-25 Thread Sebastian Feld
On Wed, Apr 24, 2013 at 11:10 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 10:14 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 12:45 AM, John Reiser jrei...@bitwagon.com wrote: Does valgrind provide any replacements for glibc's

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-04-24 Thread Roland Mainz
On Wed, Apr 24, 2013 at 12:45 AM, John Reiser jrei...@bitwagon.com wrote: Does valgrind provide any replacements for glibc's |__malloc_initialize_hook()| ? It seems this call and it's |*hook*()| siblings are depreciated now (at least in SuSE =12.3) ... There is no glibc replacement. [And the

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-04-24 Thread Roland Mainz
On Wed, Apr 24, 2013 at 10:14 PM, Roland Mainz roland.ma...@nrubsig.org wrote: On Wed, Apr 24, 2013 at 12:45 AM, John Reiser jrei...@bitwagon.com wrote: Does valgrind provide any replacements for glibc's |__malloc_initialize_hook()| ? It seems this call and it's |*hook*()| siblings are

[Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-04-23 Thread Roland Mainz
Hi! Does valgrind provide any replacements for glibc's |__malloc_initialize_hook()| ? It seems this call and it's |*hook*()| siblings are depreciated now (at least in SuSE =12.3) ... Bye, Roland -- Forwarded message -- From: Roland Mainz roland.ma...@nrubsig.org

Re: [Valgrind-users] Fwd: __malloc_initialize_hook is deprecatedco. warnings while building ast-open.2013-04-22 ...

2013-04-23 Thread John Reiser
Does valgrind provide any replacements for glibc's |__malloc_initialize_hook()| ? It seems this call and it's |*hook*()| siblings are depreciated now (at least in SuSE =12.3) ... There is no glibc replacement. [And the reasoning is correct.] There is no valgrind replacement. You must change