FS#47696 - [php-fpm] dumped core

Attached to Project: Arch Linux
Opened by jaro3 (jaro33) - Sunday, 10 January 2016, 15:58 GMT
Last edited by Pierre Schmitz (Pierre) - Tuesday, 12 January 2016, 16:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

php-fpm COREDUMPS during e.g. ownCloud use. Bug also described here:
https://bugs.php.net/bug.php?id=71269

Additional info:
* package version(s)

php-fpm 7.0.2-1
owncloud 8.2.2-1
apache 2.4.18-1

* config and/or log files etc.

systemd-coredump[20437]: Process 20302 (php-fpm) of user 33 dumped core.

Stack trace of thread 20302:
#0 0x00007f6d781b75f8 raise (libc.so.6)
#1 0x00000000006b4745 n/a (php-fpm)
#2 0x00000000006b4842 n/a (php-fpm)
#3 0x00007f6d781b7680 __restore_rt (libc.so.6)
#4 0x00007f6d7826ddf0 accept (libc.so.6)
#5 0x00000000007201c0 n/a (php-fpm)
#6 0x00000000004336db n/a (php-fpm)
#7 0x00007f6d781a4610 __libc_start_main (libc.so.6)
#8 0x00000000004349a9 _start (php-fpm)

Steps to reproduce:

install and use above mentioned packages and watch syslog
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Tuesday, 12 January 2016, 16:54 GMT
Reason for closing:  Upstream
Additional comments about closing:  Not a packaging bug.
Comment by jaro3 (jaro33) - Sunday, 10 January 2016, 17:25 GMT
https://bugs.php.net/bug.php?id=71269

Tried to apply this patch apparently solving the problem but the package didn't build with error:

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
=====================================================================
==> ERROR: A failure occurred in check().
Aborting...
Comment by jaro3 (jaro33) - Monday, 11 January 2016, 00:06 GMT
https://bugs.php.net/bug.php?id=71269

Tried to apply this patch apparently solving the problem but the package didn't build with error:

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
=====================================================================
==> ERROR: A failure occurred in check().
Aborting...

Loading...