Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57330 invoked from network); 17 Jun 2016 12:58:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2016 12:58:56 -0000 Authentication-Results: pb1.pair.com header.from=ivan.enderlin@hoa-project.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ivan.enderlin@hoa-project.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hoa-project.net from 217.70.183.197 cause and error) X-PHP-List-Original-Sender: ivan.enderlin@hoa-project.net X-Host-Fingerprint: 217.70.183.197 relay5-d.mail.gandi.net Received: from [217.70.183.197] ([217.70.183.197:48246] helo=relay5-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/C6-18862-D04F3675 for ; Fri, 17 Jun 2016 08:58:54 -0400 Received: from mfilter25-d.gandi.net (mfilter25-d.gandi.net [217.70.178.153]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 3199C41C0A7 for ; Fri, 17 Jun 2016 14:58:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter25-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter25-d.gandi.net (mfilter25-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id J-QWLt4EwPyR for ; Fri, 17 Jun 2016 14:58:49 +0200 (CEST) X-Originating-IP: 46.14.238.241 Received: from [10.0.1.147] (241.238.14.46.static.wline.lns.sme.cust.swisscom.ch [46.14.238.241]) (Authenticated sender: ivan.enderlin@hoa-project.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id CF70341C0AC for ; Fri, 17 Jun 2016 14:58:49 +0200 (CEST) To: PHP internals Message-ID: <0490b8c4-739c-88d3-a690-2f73b1e5d2e5@hoa-project.net> Date: Fri, 17 Jun 2016 14:58:49 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Segmentation fault between 5.5 and 5.6 with remote address in stream socket From: ivan.enderlin@hoa-project.net (Ivan Enderlin) Hello internal, I have just opened a new bug, https://bugs.php.net/72439 (source of the story https://github.com/hoaproject/Websocket/issues/66). It seems to be a regression between 5.5 and 5.6. I quickly suspect https://github.com/php/php-src/commit/4a2e40bb861bc3cf5fb6863e57486ed60316e97c to be the source of this regression but I need to dig into it a little bit more. Any one has an idea? Cheers!