[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: slapd stops processing thread jobs (ITS#2774)



Howard,

Yes, to be honest I stumbled across this change while debugging and
couldn't be bothered to dig deeper into the pthreads library. Our
RedHat9 system does have some minor kernel fixes and I have never
rebuilt glibc or pthreads.

Regards,

John Matthews
CROSSML
Phone: 1300 305 110
 

-----Original Message-----
From: Howard Chu [mailto:openldap-its@OpenLDAP.org] 
Sent: Sunday, December 07, 2003 10:06 PM
To: john.matthews@crossml.com
Subject: Re: slapd stops processing thread jobs (ITS#2774)

I would guess this is a bug in your glibc or kernel thread support.
Using a
simple timeout as you have is not a viable fix. You might also try
making sure
that the version of glibc you're running was compiled using the kernel
header
files that match your current kernel, as mismatches can easily cause
this kind
of problem.