Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84467 invoked from network); 2 Apr 2013 02:57:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2013 02:57:45 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.179 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:51354] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/55-56336-9294A515 for ; Mon, 01 Apr 2013 21:57:45 -0500 Received: by mail-vc0-f179.google.com with SMTP id gf12so3102507vcb.10 for ; Mon, 01 Apr 2013 19:57:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=VD4zciLWmw63U/JtK2BKZos4FwnRzo2yiLYZ7Va7sBA=; b=G6QkxtYE3Ix0wkPGXPvvFg9JLpP3yFOv7NWT54vaHGlAuSYJveHN7Fz5YWy5zqQpe6 7yWkkrCIjSsSkVJAw5dqMZP52MNEAHavNXAQvyS1ESxusn+bKWa1+E3U30566NKrMZ8J PK/VwHrm1a/cyRrpDfcGN69dHS/h+jNwo2i4sPYBeWzbtP14Ufr2PlPYuaXGeKv/YK4y YGrbZ/8dx6taWhO12rJooldcYvD3zPkEQVMGi78rgl/ncno0yvE7GWavZqwYtFifZfFv Mppg1bcDVKArGeNkasEz7D84+QcUrbAWx/3a81nW7kCuKILCa1f3hqIbOy2WUJp8xavW tqnA== X-Received: by 10.52.67.75 with SMTP id l11mr9655662vdt.29.1364871462917; Mon, 01 Apr 2013 19:57:42 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id b9sm16869146vee.3.2013.04.01.19.57.41 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Apr 2013 19:57:42 -0700 (PDT) Message-ID: <515A4924.1010400@lerdorf.com> Date: Mon, 01 Apr 2013 19:57:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: PHP internals References: <515A473B.7090207@lerdorf.com> In-Reply-To: <515A473B.7090207@lerdorf.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnm8T7JBiBozoS3YWdQEGo6N+9IqwV6hPzLJc0eQu66V5cjHz/ytFv0yk9GMsmBALqQo0q5 Subject: Re: Chasing an SSL stream segfault From: rasmus@lerdorf.com (Rasmus Lerdorf) On 04/01/2013 07:49 PM, Rasmus Lerdorf wrote: > This standalone self-contained test script segfaults on Centos 6.2 for > me with PHP 5.4: > > https://gist.github.com/anonymous/5289189 Oops, the script gist is actually: https://gist.github.com/anonymous/5288886 -Rasmus