Edit report at http://bugs.php.net/bug.php?id=53114&edit=1
ID: 53114 Comment by: 102956 at mail dot ru Reported by: 102956 at mail dot ru Summary: Assertion failed exited on signal 6 SIGABRT Status: Bogus Type: Bug Package: FPM related Operating System: FreeBSD 7.3 PHP Version: 5.3.3 Assigned To: fat Block user comment: N New Comment: Greetings. The problem has left, now php-fpm works like clock-work. Thanks. Previous Comments: ------------------------------------------------------------------------ [2010-11-11 18:13:32] f...@php.net Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. I close this bug report and continue in bug #52501 ++ jerome ------------------------------------------------------------------------ [2010-10-20 16:36:38] f...@php.net yes, report back to me (in this bug report or by mail to fat at php dot net) when you think the problem won't appear again. Thx ++ jerome ------------------------------------------------------------------------ [2010-10-20 16:16:20] 102956 at mail dot ru I have successfully installed patch fpm-nomorelibevent.v8.patch on last snapshot (php5.3-201010201230) and have reinstalled php, php-fpm was successfully launched, sites work correctly. I will observe that will happen further within several days after that I can inform on results? To make it in mine bug report? Thanks for the help, I hope that the problem will disappear. ------------------------------------------------------------------------ [2010-10-20 15:42:40] f...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. you need to apply the patch on the last snapshot (http://snaps.php.net/). Don't try to apply the patch on the 5.3.3 sources. Apply the patch and submit results back here. ------------------------------------------------------------------------ [2010-10-20 15:31:49] 102956 at mail dot ru Here there is some information from log a file, the script add.php - adds the text and photos when has effused timeout in 60 s php where killed by process and further as we see errors begin. --- Oct 18 08:41:10.488290 [WARNING] [pool carobka] child 4434, script '/home/carobka/domains/carobka.ru/public_html/bu/add.php' execution timed out (60.081447 sec), terminating Oct 18 08:41:10.490216 [WARNING] [pool carobka] child 4434 exited on signal 15 SIGTERM after 67.571231 seconds from start Oct 18 08:41:10.492218 [NOTICE] [pool carobka] child 4459 started Oct 18 08:41:10.495778 [WARNING] [pool carobka] child 4459 said into stderr: "Assertion failed: (TAILQ_EMPTY(&base->eventqueu e)), function event_base_free, file event.c, line 268." Oct 18 08:41:10.497352 [WARNING] [pool carobka] child 4459 exited on signal 6 SIGABRT after 0.005312 seconds from start Oct 18 08:41:10.499910 [NOTICE] [pool carobka] child 4461 started Oct 18 08:41:10.502994 [WARNING] [pool carobka] child 4461 said into stderr: "Assertion failed: (TAILQ_EMPTY(&base->eventqueu e)), function event_base_free, file event.c, line 268." Oct 18 08:41:10.504435 [WARNING] [pool carobka] child 4461 exited on signal 6 SIGABRT after 0.004854 seconds from start Oct 18 08:41:10.506161 [NOTICE] [pool carobka] child 4463 started Oct 18 08:41:10.508313 [WARNING] [pool carobka] child 4463 said into stderr: "Assertion failed: (TAILQ_EMPTY(&base->eventqueu e)), function event_base_free, file event.c, line 268." Oct 18 08:41:10.509665 [WARNING] [pool carobka] child 4463 exited on signal 6 SIGABRT after 0.003668 seconds from start Oct 18 08:41:10.511507 [NOTICE] [pool carobka] child 4464 started Oct 18 08:41:10.513880 [WARNING] [pool carobka] child 4464 said into stderr: "Assertion failed: (TAILQ_EMPTY(&base->eventqueu e)), function event_base_free, file event.c, line 268." Oct 18 08:41:10.515247 [WARNING] [pool carobka] child 4464 exited on signal 6 SIGABRT after 0.003920 seconds from start Oct 18 08:41:10.516971 [NOTICE] [pool carobka] child 4465 started Oct 18 08:41:10.519224 [WARNING] [pool carobka] child 4465 said into stderr: "Assertion failed: (TAILQ_EMPTY(&base->eventqueu e)), function event_base_free, file event.c, line 268." --- PHP config: ./configure --with-layout=GNU --localstatedir=/var --with-config-file-scan-dir=/usr/local/etc/php --disable-all --enable-libxml --with-libxml-dir=/usr/local --with-pcre-regex=/usr/local --with-zlib-dir=/usr --program-prefix= --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-libevent-dir=/usr/local --with-regex=php --with-zend-vm=CALL --enable-zend-multibyte --disable-ipv6 --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.3 Dynamic extensions: php -v PHP 5.3.3 with Suhosin-Patch (cli) (built: Oct 20 2010 15:17:37) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies earth# php -m [PHP Modules] bz2 Core ctype curl date dom ereg filter gd hash iconv json libxml mbstring mcrypt mhash mysql mysqli mysqlnd pcre posix Reflection session shmop SimpleXML sockets SPL standard timezonedb tokenizer xml xmlreader xmlrpc xmlwriter zlib [Zend Modules] I have tried to use patch from bug report 52501, but not all stages were completed successfully, here a broad gull: patch < fpm-nomorelibevent.v8.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_children.h |=================================================================== |--- sapi/fpm/fpm/fpm_children.h (rйvision 303306) |+++ sapi/fpm/fpm/fpm_children.h (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_children.h using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 23. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_process_ctl.c |=================================================================== |--- sapi/fpm/fpm/fpm_process_ctl.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm_process_ctl.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_process_ctl.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 144. Hunk #3 succeeded at 168. Hunk #4 succeeded at 194. Hunk #5 succeeded at 230. Hunk #6 succeeded at 246. Hunk #7 succeeded at 305 with fuzz 1. Hunk #8 failed at 385. Hunk #9 succeeded at 405 (offset -2 lines). Hunk #10 succeeded at 447 (offset -2 lines). 1 out of 10 hunks failed--saving rejects to sapi/fpm/fpm/fpm_process_ctl.c.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm.c |=================================================================== |--- sapi/fpm/fpm/fpm.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm.c using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 39. Hunk #3 succeeded at 55. Hunk #4 succeeded at 63. Hunk #5 succeeded at 71. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_stdio.c |=================================================================== |--- sapi/fpm/fpm/fpm_stdio.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm_stdio.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_stdio.c using Plan A... Hunk #1 succeeded at 72. Hunk #2 succeeded at 109. Hunk #3 succeeded at 196. Hunk #4 succeeded at 208. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_process_ctl.h |=================================================================== |--- sapi/fpm/fpm/fpm_process_ctl.h (rйvision 303306) |+++ sapi/fpm/fpm/fpm_process_ctl.h (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_process_ctl.h using Plan A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm.h |=================================================================== |--- sapi/fpm/fpm/fpm.h (rйvision 303306) |+++ sapi/fpm/fpm/fpm.h (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm.h using Plan A... Hunk #1 succeeded at 6. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_stdio.h |=================================================================== |--- sapi/fpm/fpm/fpm_stdio.h (rйvision 303306) |+++ sapi/fpm/fpm/fpm_stdio.h (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_stdio.h using Plan A... Hunk #1 succeeded at 12. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_events.c |=================================================================== |--- sapi/fpm/fpm/fpm_events.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm_events.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_events.c using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 20. Hunk #3 succeeded at 69. Hunk #4 succeeded at 97. Hunk #5 failed at 109. 1 out of 5 hunks failed--saving rejects to sapi/fpm/fpm/fpm_events.c.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_events.h |=================================================================== |--- sapi/fpm/fpm/fpm_events.h (rйvision 303306) |+++ sapi/fpm/fpm/fpm_events.h (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_events.h using Plan A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_main.c |=================================================================== |--- sapi/fpm/fpm/fpm_main.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm_main.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_main.c using Plan A... Hunk #1 succeeded at 166. Hunk #2 succeeded at 1762 (offset 1 line). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/fpm/fpm_children.c |=================================================================== |--- sapi/fpm/fpm/fpm_children.c (rйvision 303306) |+++ sapi/fpm/fpm/fpm_children.c (copie de travail) -------------------------- Patching file sapi/fpm/fpm/fpm_children.c using Plan A... Hunk #1 succeeded at 171. Hunk #2 succeeded at 277. Hunk #3 succeeded at 340. Hunk #4 succeeded at 378. Hunk #5 succeeded at 394. Hunk #6 succeeded at 405. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sapi/fpm/config.m4 |=================================================================== |--- sapi/fpm/config.m4 (rйvision 303306) |+++ sapi/fpm/config.m4 (copie de travail) -------------------------- Patching file sapi/fpm/config.m4 using Plan A... Hunk #1 failed at 2. Hunk #2 failed at 311. Hunk #3 succeeded at 333 (offset -23 lines). 2 out of 3 hunks failed--saving rejects to sapi/fpm/config.m4.rej done --- Does the script mov_conv.php call an external program ? (like /usr/local/bin/ffmpeg) - Yes What else information has enough? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=53114 -- Edit this bug report at http://bugs.php.net/bug.php?id=53114&edit=1