|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-02-03 18:57 UTC] cmb@php.net
-Status: Open
+Status: Feedback
[2016-02-03 18:57 UTC] cmb@php.net
[2016-02-03 21:18 UTC] Birman at Cerberox dot com
-Status: Feedback
+Status: Open
[2016-02-03 21:18 UTC] Birman at Cerberox dot com
[2016-02-09 18:15 UTC] cmb@php.net
[2016-02-11 07:42 UTC] Birman at Cerberox dot com
[2016-02-11 10:57 UTC] cmb@php.net
-Status: Open
+Status: Feedback
[2016-02-11 10:57 UTC] cmb@php.net
[2016-02-17 12:01 UTC] Birman at Cerberox dot com
-Status: Feedback
+Status: Open
[2016-02-17 12:01 UTC] Birman at Cerberox dot com
[2016-02-17 12:26 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Package: *Web Server problem
+Package: PCRE related
[2016-02-17 12:26 UTC] cmb@php.net
[2016-02-28 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 16:00:01 2025 UTC |
Description: ------------ Installed php70w package on CentOS. Everything installed fine and Apache 2.4.6 picked it up with no problems and all the web services seem to work. However, when I take a look at the logs, after around 5 minutes it gets spammed with Segmentation faults: [Mon Feb 01 17:09:47.812393 2016] [core:notice] [pid 12430] AH00052: child pid 12457 exit signal Segmentation fault (11) [Mon Feb 01 17:13:37.999297 2016] [core:notice] [pid 12430] AH00052: child pid 12605 exit signal Segmentation fault (11) [Mon Feb 01 17:14:08.027445 2016] [core:notice] [pid 12430] AH00052: child pid 12601 exit signal Segmentation fault (11) Funny thing is that when using the website, everything seems to be fine, so whatever it is, it doesn't affect the usage (or it's able to recover from it quickly). Also ran the gdb for you, this is what I got: Try 1: Program received signal SIGSEGV, Segmentation fault. sljit_malloc_exec (size=1968) at /usr/src/debug/php-7.0.2/ext/pcre/pcrelib/sljit/sljitExecAllocator.c:196 196 header->prev_size = chunk_size; (gdb) step Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. Try 2: Program received signal SIGSEGV, Segmentation fault. 0x00007fffea3c1e48 in sljit_malloc_exec (size=2032) at /usr/src/debug/php-7.0.2/ext/pcre/pcrelib/sljit/sljitExecAllocator.c:189 189 if (free_block->size >= size) { (gdb) step Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb)