|
From: Pim N. <pn...@ai...> - 2006-12-04 09:37:31
|
Marco Andr=E9 F. de Almeida wrote:
> Hello.
> I don't know if this is a problem with libc6 of the PPC architecture or
> with Valgrind, but a program as simple as:
> #include <stdio.h>
>=20
> int main()
> {
> printf("hello, world!\n");
> return 0;
> }
>=20
> built with gcc -Wall hello.c, which works perfectly, has the attached
> output when I run valgrind -v a.out
>=20
> I'm using a G4 with Debian unstable (kernel 2.6.17) and Valgrind 3.2.1.
> I haven't found any bug report on this, and have no idea on what may be
> going on.
> Any ideias?
Maybe you use stripped libraries and the default suppressions won't work?
Pim Nijdam
--=20
This message has been scanned for viruses and is believed to be clean
|