On Mon, 3 Dec 2007, Julian Seward wrote:

A release candidate for Valgrind 3.3.0 (3.3.0.RC1) is available for
testing from

http://www.valgrind.org/downloads/valgrind-3.3.0.RC1.tar.bz2
(MD5 = 31936ca686f9daaf094df437b4952ec6).

Please test it on platforms that are important to you, and let me know
of any problems (and successes!).  If no serious problems show up,
3.3.0 final will be available in about a week from now.

It looks good on my old FC4, kernel 2.6.15 box. Except that malloc_free_fail fails. Diff is attached.

N
3c3
< Use of uninitialised value of size 8
---
> Use of uninitialised value of size 4
18a19,26
> Use of uninitialised value of size 4
>    at 0x........: _itoa_word (in /...libc...)
>    by 0x........: ...
>    by 0x........: ...
>    by 0x........: ...
>    by 0x........: ...
>    by 0x........: main (malloc_free_fill.c:17)
> 
20c28,29
<    at 0x........: vfprintf (in /...libc...)
---
>    at 0x........: _itoa_word (in /...libc...)
>    by 0x........: ...
53c62
< ERROR SUMMARY: 67 errors from 6 contexts (suppressed: 0 from 0)
---
> ERROR SUMMARY: 63 errors from 7 contexts (suppressed: 0 from 0)
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to