Bug#576484: libc6-prof: segmentation fault when using profiling with pthread.

2013-07-13 Thread Jonathan Nieder
tags 576484 + moreinfo quit Hi, In 2010, Witold Baryluk wrote: Package: libc6-prof Version: 2.10.2-6 Severity: important # cat a.c int main() { return 0; } # gcc -g -pg a.c -o a -static-libgcc -lc_p # ./a Exit code 0 # gcc -g -pg a.c -o a -static-libgcc -lc_p -pthread # ./a

Bug#576484: libc6-prof: segmentation fault when using profiling with pthread.

2010-04-04 Thread Witold Baryluk
Package: libc6-prof Version: 2.10.2-6 Severity: important # cat a.c int main() { return 0; } # gcc -g -pg a.c -o a -static-libgcc -lc_p # ./a Exit code 0 # gcc -g -pg a.c -o a -static-libgcc -lc_p -pthread # ./a Segmentation fault (core dumped) # gdb ./a ./core [New Thread 9335] warning: