Description of problem: gdb complains about been unable to debug pthreads. Version-Release number of selected component (if applicable): gdb-5.3post-0.20021129.4 How reproducible: $ cat > test.c #include <stdio.h> int main(void) { printf("test\n"); return 0; } $ gcc -g test.c $ gdb a.out
Yes, this is (unfortunately) expected behavior. Gdb has not been ported yet to work with the new NPTL thread library. However, gdb should behave correctly if the program has no threads.
What's the timeframe looking like on getting GDB to work with the new threaded system?
There is a patch in the next beta. I am closing this bug report. If there are more problems, let's open new ones, against the next beta.