Package: libc6-prof
Version: 2.17-92+b1
Followup-For: Bug #589755
The bug is still present as of 2.17-92+b1. It is actually possible to
trigger it even using a minimal source program:
int main() {
return 0;
}
Compiling following the instructions in README.Debian fails:
$ gcc -g -pg main.cc -s
Package: libc6-prof
Version: 2.7-18lenny4
Take the example program (example1) at
http://www.ibm.com/developerworks/library/l-gnuprof.html
(source appended at end for ease of reference).
e...@sagittarius:~/tmp$ gcc example.c -pg -o example -static-libgcc -lc_p
example.c: In function ‘main’:
exam
2 matches
Mail list logo