Re: nagios and pthreads

2005-07-14 Thread Michal Mertl
Jeremie Le Hen wrote: > Hi Christophe, > > a quick glance at the archives whould have helped you. I also experienced the problem and read the thread. I don't believe anybody found and shared a way to solve it. The conclusion of the thread was that the problem is more in the application then in Fr

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
Hi Michal, > I also experienced the problem and read the thread. I don't believe > anybody found and shared a way to solve it. The conclusion of the thread > was that the problem is more in the application then in FreeBSD - the > application does things not well defined in POSIX threading environm

Re: nagios and pthreads

2005-07-13 Thread Christophe Yayon
Thanks Jeremie, I will asked nagios developpers how to use libpthread, if there is a configure option when compiling... Bye. > Christophe, > >> Yes but if i understand, there is a bug in libc_r on FreeBSD ? > > libc_r indeed has some kind of bug, I don't know. > > Anyhow, you are using RELENG_5

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
Christophe, > Yes but if i understand, there is a bug in libc_r on FreeBSD ? libc_r indeed has some kind of bug, I don't know. Anyhow, you are using RELENG_5, so you should be using native threads with either libpthread (libkse, M:N) or libthr (1:1). I don't know what Nagios does just after for

Re: nagios and pthreads

2005-07-13 Thread Christophe Yayon
Hi, Yes but if i understand, there is a bug in libc_r on FreeBSD ? > Hi Christophe, > > a quick glance at the archives whould have helped you. > >> i know that we add already discuss about this problem, but is there any >> solution for this problem ? >> >> --- >> What's section on nagios website

Re: nagios and pthreads

2005-07-13 Thread Jeremie Le Hen
Hi Christophe, a quick glance at the archives whould have helped you. > i know that we add already discuss about this problem, but is there any > solution for this problem ? > > --- > What's section on nagios website > "FreeBSD and threads. On FreeBSD there's a native user-level > implementation