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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.