|
From: Marco F. de A. <mal...@ne...> - 2006-12-02 02:09:06
Attachments:
signature.asc
hello.valgrind.gz
|
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>
int main()
{
printf("hello, world!\n");
return 0;
}
built with gcc -Wall hello.c, which works perfectly, has the attached
output when I run valgrind -v a.out
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?
--
"Lord grant me the serenity to accept the things I cannot
change, the courage to change the things I can, and the wisdom
to hide the bodies of the people I had to kill because they
pissed me off."
<xinkeT>
|
|
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
|