This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: problem unwinding past pthread_cond_wait() on x86 RedHat 9.0
- From: Joel Brobecker <brobecker at gnat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Wed, 22 Oct 2003 18:07:54 -0700
- Subject: Re: problem unwinding past pthread_cond_wait() on x86 RedHat 9.0
- References: <20031014054225.GB919@gnat.com>
Hello,
the discussion regarding this problem showed that we can not basically
do much in that case...
Still, I was wondering if you were interested in a new gdb.threads test.
As far as I can see, none of our current thread test seems to be
catching the problem I reported.
Basically, the C code would create a new thread, that we would block
on a call to pthread_cond_wait(). After reaching a breakpoint in the
main procedure, we would swith to the blocked thread, and try to get
a backtrace.
I can also open a PR...
Let me know.
--
Joel