Package: valgrind
Version: 1:3.1.1-1
Severity: grave

I had the previous version of valgrind working fine. That version doesn't
seem to be available anymore. It may be that valgrind is incompatible
with the latest C library, which was probably upgraded at the same time.
The package is obviously "unusable or mostly so".

$ cat easy.c
int main(int argc, char *argv[]){
 return 0;
}
$ gcc -s -O2 easy.c
$ valgrind --tool=none ./a.out
==357== Nulgrind, a binary JIT-compiler for Linux.
==357== Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote.
==357== Using valgrind-2.2.0-ppc, a program supervision framework for Linux.
==357== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.
==357== For more details, rerun with: -v
==357==
==357==
==357== Process terminating with default action of signal 11 (SIGSEGV)
==357==  Access not within mapped region at address 0x100380
==357==    at 0x254779F0: (within /lib/ld-2.3.6.so)
==357==
Segmentation fault
$ gcc -s -O2 -static easy.c
$ valgrind --tool=none ./a.out
==364== Nulgrind, a binary JIT-compiler for Linux.
==364== Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote.
==364== Using valgrind-2.2.0-ppc, a program supervision framework for Linux.
==364== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.
==364== For more details, rerun with: -v
==364==
==364==
$ ls -ldog /lib/*ld*.* /lib/*libc[^a-z]*.*
-rwxr-xr-x 1  106372 May 21 23:13 /lib/ld-2.3.6.so
lrwxrwxrwx 1      11 May 27 03:24 /lib/ld.so.1 -> ld-2.3.6.so
-rwxr-xr-x 1 1280052 May 21 23:13 /lib/libc-2.3.6.so
lrwxrwxrwx 1      13 May 27 03:24 /lib/libc.so.6 -> libc-2.3.6.so
$ uname -a
Linux cube 2.6.17-rc5 #1 PREEMPT Sat May 27 20:35:12 EDT 2006 ppc GNU/Linux
$ cat /proc/cpuinfo
processor       : 0
cpu             : 7400, altivec supported
temperature     : 47-49 C (uncalibrated)
clock           : 450.000000MHz
revision        : 2.9 (pvr 000c 0209)
bogomips        : 49.53
timebase        : 24907667
platform        : PowerMac
machine         : PowerMac5,1
motherboard     : PowerMac5,1 MacRISC2 MacRISC Power Macintosh
detected as     : 68 (PowerMac G4 Cube)
pmac flags      : 00000014
L2 cache        : 1024K unified
pmac-generation : NewWorld


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to