DanCake Posted March 20, 2009 Share Posted March 20, 2009 I'm currently setting a server and I've encountered a problem with the prefork MPM. The server is running Ubuntu Server 8.10 running Apache 2.2.11 compiled using (for testing purposes) ./configure --prefix=/usr/local/apache2 --with-included-apr I sent some traffic over from my other server to do a little testing, which is around 40 requests per second to static content and I seem to be getting a segfault for every request. Performance is very bad and it takes around 10 seconds to load. Also, the worker MPM works fine with no errors and the performance is excellent. The error log contains [Thu Mar 19 23:41:31 2009] [notice] child pid 22401 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22402 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22403 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22404 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22405 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22406 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22407 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22408 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22409 exit signal Segmentation fault (11) [Thu Mar 19 23:41:31 2009] [notice] child pid 22410 exit signal Segmentation fault (11) I've done a memory check and everything appears to be ok. The prefork Apache in the apt repo also seems to have this problem. Quote Link to comment Share on other sites More sharing options...
DanCake Posted March 21, 2009 Author Share Posted March 21, 2009 All fixed, https://issues.apache.org/bugzilla/show_bug.cgi?id=46467. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.