Hi, I'm having a problem with apache 2.4. When I do a "apachectl graceful" I start to see in apache error.log this: [Mon Jun 17 16:19:05.111169 2013] [core:notice] [pid 20581] AH00052: child pid 1268 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111180 2013] [core:notice] [pid 20581] AH00052: child pid 1269 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111191 2013] [core:notice] [pid 20581] AH00052: child pid 1270 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111202 2013] [core:notice] [pid 20581] AH00052: child pid 1271 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111213 2013] [core:notice] [pid 20581] AH00052: child pid 1272 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111224 2013] [core:notice] [pid 20581] AH00052: child pid 1273 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111236 2013] [core:notice] [pid 20581] AH00052: child pid 1274 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111246 2013] [core:notice] [pid 20581] AH00052: child pid 1275 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111258 2013] [core:notice] [pid 20581] AH00052: child pid 1282 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.111270 2013] [core:notice] [pid 20581] AH00052: child pid 1283 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635275 2013] [core:notice] [pid 20581] AH00052: child pid 1296 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635340 2013] [core:notice] [pid 20581] AH00052: child pid 1297 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635352 2013] [core:notice] [pid 20581] AH00052: child pid 1298 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635386 2013] [core:notice] [pid 20581] AH00052: child pid 1299 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635399 2013] [core:notice] [pid 20581] AH00052: child pid 1300 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635410 2013] [core:notice] [pid 20581] AH00052: child pid 1301 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635440 2013] [core:notice] [pid 20581] AH00052: child pid 1305 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635470 2013] [core:notice] [pid 20581] AH00052: child pid 1308 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635511 2013] [core:notice] [pid 20581] AH00052: child pid 1312 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635530 2013] [core:notice] [pid 20581] AH00052: child pid 1313 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635541 2013] [core:notice] [pid 20581] AH00052: child pid 1315 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635570 2013] [core:notice] [pid 20581] AH00052: child pid 1278 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635586 2013] [core:notice] [pid 20581] AH00052: child pid 1281 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635608 2013] [core:notice] [pid 20581] AH00052: child pid 1284 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635620 2013] [core:notice] [pid 20581] AH00052: child pid 1285 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635630 2013] [core:notice] [pid 20581] AH00052: child pid 1286 exit signal Segmentation fault (11) [Mon Jun 17 16:19:06.635652 2013] [core:notice] [pid 20581] AH00052: child pid 1339 exit signal Segmentation fault (11) the server is running and I can access the websites normally. The SegmentationFault goes away when I execute httpd restart. I use apache 2.4.4 and suphp. Does anyone had the same problem? Thanks!!! |