Bug#589755: Segfaults/FPEs using -lc_p

2013-09-24 Thread Davide Mancusi
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

Bug#589755: Segfaults/FPEs using -lc_p

2010-07-20 Thread Ed
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