php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68635 SIGSEGV or SIGABRT in fpm_children_free
Submitted: 2014-12-22 22:32 UTC Modified: 2021-06-13 04:22 UTC
From: jeichorn@php.net Assigned: cmb (profile)
Status: No Feedback Package: FPM related
PHP Version: 5.5.20 OS: Ubuntu 12.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
29 - 3 = ?
Subscribe to this entry?

 
 [2014-12-22 22:32 UTC] jeichorn@php.net
Description:
------------
I am seeing random SIGSEGV and SIGABRT among a # of different fpm-pools in both 5.5.19 and 5.5.20.  This behavior was not seen with 5.5.18.

Test script:
---------------
This is happening in 100s of different sites all running the wordpress 4.0.1 though with different plugins/themes.  I haven't been able to detect the code causing the problem since it only shows up randomly under load.



Actual result:
--------------
#0  0x00007f5c129253c4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007f5c129253c4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x0000000000791dfe in fpm_children_free (child=<optimized out>)
    at /build/buildd/php5-5.5.20+dfsg/sapi/fpm/fpm/fpm_children.c:170
#2  0x000000000079ffcd in fpm_worker_pool_cleanup (which=<optimized out>, arg=<optimized out>)
    at /build/buildd/php5-5.5.20+dfsg/sapi/fpm/fpm/fpm_worker_pool.c:43
#3  0x00000000007928e6 in fpm_cleanups_run (type=1)
    at /build/buildd/php5-5.5.20+dfsg/sapi/fpm/fpm/fpm_cleanup.c:45
#4  0x0000000000791d21 in fpm_run (max_requests=0x7ffff25cd1e8)
    at /build/buildd/php5-5.5.20+dfsg/sapi/fpm/fpm/fpm.c:117
#5  0x0000000000466408 in main (argc=6, argv=0x7ffff25cf358)
    at /build/buildd/php5-5.5.20+dfsg/sapi/fpm/fpm/fpm_main.c:1862




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-02 12:55 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-06-02 12:55 UTC] cmb@php.net
Is this this an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-06-13 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC