This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem unwinding past pthread_cond_wait() on x86 RedHat 9.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]