This is the mail archive of the gdb@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: debugging threaded apps. thread ID missing in corefile.


Please don't reply to unrelated messages to post to the list.

On Mon, Jun 06, 2005 at 05:33:09PM -0500, Manoj Iyer wrote:
> 
> Regarding debugging threaded apps, gdb does not display the pthread id (ID
> returned by pthread_self() ) when reading information from a corefile.

Yes.  You can find information about this decision in the list
archives.  We need to use libthread_db.so.1 to retrieve thread IDs, and
we do not have a graceful way to use it for only core dumps which
belong to the native system (as opposed to sysrooted or cross core
dumps).

> Where as when debugging the program live it is able to display the pthread
> id (I dont know why the ID is a negative number, could be a bug?).

Not really.  The ID is a pointer above 0x80000000, used by the
implementation.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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