This is the mail archive of the gdb@sourceware.org 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: gdb across PID namespaces


>>>>> "Abhishek" == Abhishek Rai <abhishekrai@gmail.com> writes:

Abhishek> I am using gdb to debug a process running in a different PID namespace
Abhishek> than gdb.  I am seeing that gdb cannot see child threads created
Abhishek> within the debugged process.  PID namespaces are described here:
Abhishek> http://lwn.net/Articles/532748/.  Here are the steps to reproduce the
Abhishek> problem:
[...]

Could you please file this in gdb bugzilla?

Abhishek> I'm wondering if this is a limitation of how gdb picks thread
Abhishek> PIDs from ptrace.

It seems like it could be a kernel bug or a libthread_db bug as well.
I think you'd have to debug gdb to find out.

Tom


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