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: problems with pthread library


----Original Message----
>From: rodrigo
>Sent: 05 August 2005 14:28

> Hello group:

  ¡Hola! Rodrigo,

> I have rewrite the OS Layer to begin use pthread library for
> multi-threading capabilites.

> So i decided to investigate more and found where the program hangs.
> I found that when creating mutexes the debugger get lost. Not after the
> first call but after a couple of invocation of 'pthread_mutex_init' &
> 'pthread_cond_init'.

> Any hints on what is going on ?

  I think there is a bug in pthread_cond_* or pthread_mutex_* functionality
in cygwin at the moment.  If you roll back your cygwin dll version to 1.5.17
(using the 'prev' button in the cygwin setup.exe), does that fix it?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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