How do I get the same thread id as supplied by 'ps -AL' in LWP column

Simpson, John John.Simpson at mbda.co.uk
Tue Nov 13 09:51:47 UTC 2007


Hi
 
I'm running 2.6.18-1.2786.fc6 and I'm trying to debug an extravagantly
threaded program (sixteen separate threads, not my code).  
 
The problem I've got is that although each of the threads is uniquely
identifiable using 'ps -AL' or '/proc/PID/task' (information which is
also available on creation and destruction to gdb) I cannot get the same
identifiers programmatically.  I've tried pthread_self() and
syscall(_NR_gettid) but they just return the identifier of the
initiating thread rather than the thread I'm calling them from.  This
makes debugging extremely difficult, for example I can see from 'ps -AL'
that some of the threads are doing the <defunct> zombie thing, but I
don't know which ones they are.
 
Any suggestions
 
Thanks
 
John


********************************************************************
This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. 

MBDA UK Limited, a company registered in England and Wales, registration number 3144919 whose registered office is at Six Hills Way, Stevenage, Hertfordshire, SG1 2DA, England.
********************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20071113/c4035d32/attachment-0001.html 


More information about the users mailing list