Your message dated Wed, 27 Jan 2016 12:06:11 +0100
with message-id 
<1453892771.1267434.503901002.06d25...@webmail.messagingengine.com>
and subject line Fixed in 5.6.9+dfsg-1
has caused the Debian Bug report #778607,
regarding PHP and apache ends with segmentation fault
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
778607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778607
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5
Version: 5.6.5+dfsg-1

This is continuation of bug #753851. This bug still exists.

There is simple script that causes this issue:

<?php
function crash()
{
    $notDefined[$i] = 'test';
}

function error_handler() { return false; }

set_error_handler('error_handler');
crash();
echo "made it once\n";
crash();
echo "ok\n";
?>

The bug is already reported to PHP here: https://bugs.php.net/bug.php?id=67314

There is simple work around to increment (executor_globals.uninitialized_zval.refcount__gc) reference counter in zend_error() function if error handler is set.

This bug was reproduced on the current Debian Jessie version, php5 5.6.5+dfsg-1 and apache 2.4.10-3.

--
Best regards
Arkadiusz Bubała
Open-E Poland Sp. z o.o.
www.open-e.com

--- End Message ---
--- Begin Message ---
Version: 5.6.9+dfsg-1

-- 
Ondřej Surý <[email protected]>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

--- End Message ---

Reply via email to