Jump to content

[SOLVED] Apache prefork and segmentation faults


DanCake

Recommended Posts

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.