Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64219 invoked from network); 17 Jun 2016 14:07:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2016 14:07:14 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:37262] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/F7-18862-F0404675 for ; Fri, 17 Jun 2016 10:07:12 -0400 Received: by mail-wm0-f53.google.com with SMTP id a66so1282541wme.0 for ; Fri, 17 Jun 2016 07:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=uwYm02VHGZZ5UUxP/chDB0jl8N44qHE1g9X23QTzrwM=; b=vT2BgrQoxH8aKn/391HA1cm0blK/ovKpoIyo9UTD5oC3Xa5lvu3U5Mj5rk+O0+M1Qk Y8dz1y8GoChUz3XnnYvVltM/5WKW89uB9pDEX+VWKWc4LH45jpJNwAEiAiNktlsx/BdZ 3OSIxUniGsT7b61y0V07VBa7J30SEtS1dnEcruGOHBDG8zAJlqbpiXHFsgzw1qqUJTQE /9OC+9fUr09Bs+YdADSm/5VKAGzQxEmEwvZN5idDjAkMbKfJdP+mJaD19i0BDDwvDJVF LXsBrZT8tmF5ttq/L1iRmtawTLXhdlg8gveu7qgQo9PEYukYZsFFFg++i9GYuoSelt6h jB0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=uwYm02VHGZZ5UUxP/chDB0jl8N44qHE1g9X23QTzrwM=; b=WRKEYyBN2OID+dvMvUZC5cXEDXeFdccsIP2j0rmZAWNC57Arxk4hoWcSoZL3BnDe2o dKvhDABjMk6rOxloGeUETF4O+vP5I9kvjDb+y2XQgfCKRdWphUV1i9UAa/xsMoUouNLE xRGDnKufWvBl4CSxtBYmzXr19DM1JVlDnu3crKVF+Fp/Lf/ELR/f1EB1Huj2YDgjx9qh IU9Z9SpT7JDEYey261I4XVYT+nB4auqVoU1/s41fXv5NpEenQBByOsS8ExbYATWi3YK2 eb/LcAdNd0n6vHRS/y2Zdao+f8l67bXnZLTiocbOoJkMirkB6LzkiSLPsjlZ18wra+HZ Wtnw== X-Gm-Message-State: ALyK8tKMyomLbPe1zDtpzKFcjh8C2PztAkfjE2qT2y6qvTimoFOsW/HZ7KTbtt8fpmp/FqWhb/zWET0BWvkHFw== X-Received: by 10.194.216.33 with SMTP id on1mr2470787wjc.153.1466172428915; Fri, 17 Jun 2016 07:07:08 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.150.97 with HTTP; Fri, 17 Jun 2016 07:06:29 -0700 (PDT) In-Reply-To: <0490b8c4-739c-88d3-a690-2f73b1e5d2e5@hoa-project.net> References: <0490b8c4-739c-88d3-a690-2f73b1e5d2e5@hoa-project.net> Date: Fri, 17 Jun 2016 16:06:29 +0200 X-Google-Sender-Auth: 2lD07mOncBzMaPF2ALNKcsRR5p0 Message-ID: To: Ivan Enderlin Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Segmentation fault between 5.5 and 5.6 with remote address in stream socket From: jpauli@php.net (Julien Pauli) You seem to be linking the wrong PHP commit. I'll have a look at it. Julien On Fri, Jun 17, 2016 at 2:58 PM, Ivan Enderlin wrote: > 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! > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >