PerChild Error

2003-06-20 Thread Pablo Yaggi
Hi, well after the chat about "worker hungs"..., by the way Bill, Cliff did you check my last post ? the question about the prefork, is it fixable ? besides is prefork using threads ? i installed a server with perchild and this is a strip from my error log: [Fri Jun 20 1

Re: PerChild Error

2003-06-20 Thread gregames
Pablo Yaggi wrote: > besides is prefork using threads ? prefork does not use threads. i installed a server with perchild and this is a strip from my error log: [Fri Jun 20 18:29:52 2003] [notice] child pid 14291 exit signal Segmentation fault (11) do you have a coredump? We the backtr

Re: PerChild Error

2003-06-20 Thread Pablo Yaggi
It doesn't dump anything, i have this CoreDumpDirectory /tmp/ and it dumps nothing there. What I saw is that a new process for the site (user pablo) is being started about 2 seconds all the time and each process logs what I mention before, so I think the process is not even starting in the right w

Re: PerChild Error

2003-06-21 Thread Pablo Yaggi
I forgot this in my last post, output from httpd -V Server version: Apache-AdvancedExtranetServer/2.0.46 Server built: Jun 20 2003 04:31:08 Server's Module Magic Number: 20020903:3 Architecture: 32-bit Server compiled with -D APACHE_MPM_DIR="server/mpm/experimental/perchild" -D APR_HAS_S

Re: PerChild Error

2003-06-23 Thread gregames
Pablo Yaggi wrote: It doesn't dump anything, i have this CoreDumpDirectory /tmp/ and it dumps nothing there. ok, that looks good so far... What I saw is that a new process for the site (user pablo) is being started about 2 seconds all the time and each process logs what I mention before, so I thin

Re: PerChild Error

2003-06-23 Thread gregames
[EMAIL PROTECTED] wrote: There is a fix in the open source version of 2.0.46 http://www.apache.org/dist/httpd/httpd-2.0.46.tar.gz ...which allows coredumps on Linux when you start httpd as root and code CoreDumpDirectory in httpd.conf. If you start httpd as non-root, it should just work (i.e.

Re: PerChild Error

2003-06-23 Thread Pablo Yaggi
No, it was running as less privileged user , and the version Extranet is just somthing mandrake puted there, I'm recompiling mandrakes rpms, maybe there's some patch there that stops the dumps, i'll try to rebuild the source. But now I'm trying muxmpm cause somebody told me that perchild it was

Re: PerChild Error

2003-06-23 Thread gregames
Pablo Yaggi wrote: No, it was running as less privileged user , and the version Extranet is just somthing mandrake puted there, I'm recompiling mandrakes rpms, maybe there's some patch there that stops the dumps, i'll try to rebuild the source. you might want to have a look at my other post where