On Wed, Jan 05, 2005 at 02:09:52PM -0500, Stas Bekman wrote:
> Gisle Aas wrote:
> >Stas Bekman <[EMAIL PROTECTED]> writes:
> >
> >
> >>How do I check the limit for pthread_key_create on linux?
> >
> >
> >On my Gentoo box I find the limit here:
> >
> >     $ grep PTHREAD_KEYS_MAX /usr/include/bits/local_lim.h
> >     #define PTHREAD_KEYS_MAX        1024

Ah, very interesting.  We have a long-standing bug report that Apache
reproducibly crashes on the 1020th [sic] SIGHUP with mod_perl loaded, I
bet this is the same problem.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73486

So that is a repro case worth trying, Stas.  It just takes a while...

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to