From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Duncan Palmer Cc: GDB Subject: Re: RFC: Fix gdb 5.1 for Linuxthreads Date: Wed, 19 Sep 2001 09:19:00 -0000 Message-id: <20010919091925.G30455@lucon.org> References: <20010917124710.A21992@lucon.org> <20010917161350.A25349@lucon.org> <20010917191357.A28300@lucon.org> <20010918135555.A12648@lucon.org> <20010918152200.A14153@lucon.org> <3BA892A0.3E6D56C3@s3group.com> X-SW-Source: 2001-09/msg00166.html On Wed, Sep 19, 2001 at 01:42:08PM +0100, Duncan Palmer wrote: > I've just given your patch a try, and it works well for me. I have > another thread related problem with gdb 5.1 however - if i start my > application from within gdb, or attach to any threads of the process, > 'info threads' gives me back nothing despite the fact that there are > quite a few threads running - this works fine when i use the version of > gdb 4.18 that comes with Mandrake (i assume its the same as comes with > RedHat, but i'm not sure if it has thread related patches applied or > not). > > I'm using glibc 2.1.3 and libpthreads 0.8 on x86 > I didn't see your problem. Please try glibc 2.2 and kernel 2.4 to see if it goes away. H.J.