Re: [PHP-DEV] max_execution_time and async signal handling in apache2handler

2009-03-15 Thread Jani Taskinen
There's also this (very old) bug report about similar issue: http://bugs.php.net/bug.php?id=16820&edit=1 Moriyoshi Koizumi wrote: Hi, I noticed it, but I took it as a completely different idea, something like a performance improvement that doesn't cover the issue. It turned out that is what

Re: [PHP-DEV] max_execution_time and async signal handling in apache2handler

2009-03-15 Thread Moriyoshi Koizumi
Hi, I noticed it, but I took it as a completely different idea, something like a performance improvement that doesn't cover the issue. It turned out that is what I should have had a look at. Thanks for the pointer. Moriyoshi On Mon, Mar 16, 2009 at 8:52 AM, shire wrote: > > Hi Moriyoshi, > > M

Re: [PHP-DEV] max_execution_time and async signal handling in apache2handler

2009-03-15 Thread shire
Hi Moriyoshi, Moriyoshi Koizumi wrote: Hi, I got a bug report on the Japanese PHP user's list that states free() aborts within the timer signal handler due to reentrance to the function when max_execution_time takes effect and the signal occurs within the same libc function. The reporter also