bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb 5.0 & pthreads


From: Uncle George
Subject: gdb 5.0 & pthreads
Date: Fri, 11 May 2001 17:46:30 -0400

It does appear that gdb now has pthreads. & it does keep track of
threads.

Unfortunately it just does not behave rite.  Apparently some thread did
an exit(), which appears to have caught gdb's attention.  The exit
should have caught the attention of the pthread manager, which would
have done any 'clean-up' processing. Without gdb in the equation, the
gftp program goes on for some time, but eventually crashes/segfaults for
other reasons.

This GDB was configured as "alpha-redhat-linux"...
(gdb) r
Starting program: /usr/src/redhat/BUILD/gftp-2.0.7b/src/./gftp
[New Thread 1024 (LWP 3912)]
[New Thread 2049 (LWP 3914)]
[New Thread 1026 (LWP 3915)]

Program exited normally.
(gdb)


I am using :
RedHat 7.0, alpha processor, Linux 2.2.17-14





reply via email to

[Prev in Thread] Current Thread [Next in Thread]