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: Problems with GDB 5.1 and Pthreads


> Marcos Pindado Sebastián wrote:
> 
> Hi.
> I am developing under linux SlackWare 7.0 and have several problems
> with gdb and multithreaded programs.
> Gdb is 5.1 configured on P3 PC.
> - Every call to a pthread function results in the reception of a
> SIG32. 

This is typical of a mismatch between gdb and glibc.
Newer versions of gdb use a newer version of glibc to
interface to the pthread library.


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