php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78967 php7.4 with enable opcache fpm crash when using phpconsole
Submitted: 2019-12-16 10:19 UTC Modified: 2021-02-21 04:22 UTC
From: haohetao at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: opcache
PHP Version: 7.4.0 OS: docker php:7.4-fpm
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2019-12-16 10:19 UTC] haohetao at gmail dot com
Description:
------------
php7.4 with enable opcache fpm crash when using phpconsole(https://github.com/barbushin/php-console)


Test script:
---------------
any php script

Expected result:
----------------
the php-fpm debug log
php74_1 | [13-Dec-2019 00:49:16] NOTICE: fpm is running, pid 1
php74_1 | [13-Dec-2019 00:49:16] NOTICE: ready to handle connections
php74_1 | [13-Dec-2019 01:00:20] WARNING: [pool www] child 8 exited with code 11 after 664.260371 seconds from start
php74_1 | [13-Dec-2019 01:00:20] NOTICE: [pool www] child 10 started
php74_1 | [13-Dec-2019 01:00:21] WARNING: [pool www] child 9 exited with code 11 after 664.374304 seconds from start
php74_1 | [13-Dec-2019 01:00:21] NOTICE: [pool www] child 11 started
php74_1 | [13-Dec-2019 01:01:08] WARNING: [pool www] child 10 exited with code 11 after 48.040603 seconds from start
php74_1 | [13-Dec-2019 01:01:08] NOTICE: [pool www] child 12 started
php74_1 | [13-Dec-2019 01:01:48] WARNING: [pool www] child 11 exited with code 11 after 87.777834 seconds from start
php74_1 | [13-Dec-2019 01:01:48] NOTICE: [pool www] child 13 started
php74_1 | [13-Dec-2019 01:05:10] WARNING: [pool www] child 12 exited with code 11 after 241.452617 seconds from start
php74_1 | [13-Dec-2019 01:05:10] NOTICE: [pool www] child 22 started
php74_1 | [13-Dec-2019 01:05:30] WARNING: [pool www] child 13 exited with code 11 after 221.256168 seconds from start
php74_1 | [13-Dec-2019 01:05:30] NOTICE: [pool www] child 23 started
php74_1 | [13-Dec-2019 01:05:36] WARNING: [pool www] child 22 exited with code 11 after 26.137493 seconds from start
php74_1 | [13-Dec-2019 01:05:36] NOTICE: [pool www] child 24 started
php74_1 | [13-Dec-2019 01:06:43] WARNING: [pool www] child 23 exited with code 11 after 73.379843 seconds from start
php74_1 | [13-Dec-2019 01:06:43] NOTICE: [pool www] child 40 started
php74_1 | [13-Dec-2019 01:06:51] WARNING: [pool www] child 40 exited with code 11 after 7.861542 seconds from start
php74_1 | [13-Dec-2019 01:06:51] NOTICE: [pool www] child 41 started
php74_1 | [13-Dec-2019 01:08:20] WARNING: [pool www] child 24 exited with code 11 after 163.515503 seconds from start
php74_1 | [13-Dec-2019 01:08:20] NOTICE: [pool www] child 57 started
php74_1 | [13-Dec-2019 01:08:21] WARNING: [pool www] child 41 exited with code 11 after 90.407142 seconds from start
php74_1 | [13-Dec-2019 01:08:21] NOTICE: [pool www] child 58 started
php74_1 | [13-Dec-2019 01:08:23] WARNING: [pool www] child 57 exited with code 11 after 3.028414 seconds from start
php74_1 | [13-Dec-2019 01:08:23] NOTICE: [pool www] child 59 started


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-12-16 10:30 UTC] haohetao at gmail dot com
the phpconsole issue with the bug
https://github.com/barbushin/php-console/issues/162
 [2021-02-11 11:05 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-02-11 11:05 UTC] cmb@php.net
Is this still an issue with PHP 7.4.15?  If so, please provide a
stack backtrace[1].

[1] <https://bugs.php.net/bugs-generating-backtrace.php>
 [2021-02-21 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: Tue Apr 16 11:01:29 2024 UTC