Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70567 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64658 invoked from network); 9 Dec 2013 18:58:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2013 18:58:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.214.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:35937] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/D1-55888-9C216A25 for ; Mon, 09 Dec 2013 13:58:18 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so4237964obc.1 for ; Mon, 09 Dec 2013 10:58:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=4KiPlkuZlSWrXsTd1IWwBurwCLQNxxXOiQDFFFOFK1Y=; b=kbMUcbVrvWOtCY9lL2AM+yLO8y5nuFFRnJQgcKAOaSkaeulUkZtXeqVSeCvcnDs21y pW0793YB9jt3WKY/+Xa1mpc/UsmQ6xChgRv6bNXAg3Nu0FNW0yiqLdIfpLJunDq3Qzc/ bZtsqnhV4cKWhIG/lWD0CHXA95vMgQdCiRe3A1nvXhkWfE1+lJrx+j4WfxwgL/3SHO5A tDb96VIwfTkCh2dlsmfYkJMbU4Hz6L0uMSR2/zbVSZST1gLS4V9VLoC1qD2bpbNbS8p4 ixc4WxeJeu3QYfjC0x0zAYr0S/DU0QnBaPZwKqFbHwOsEk5c7VbmM8yfwYcIHphm0sXM N3yg== X-Gm-Message-State: ALoCoQnVukAtOw/A0neLmACwDD90xghKNA0W8It7V1+93rHUmoOTBxN7SwrvGfo86wxeD1TWw0Dk X-Received: by 10.60.40.5 with SMTP id t5mr13495354oek.26.1386615493879; Mon, 09 Dec 2013 10:58:13 -0800 (PST) Received: from [172.16.1.40] (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPSA id nw5sm17111978obc.9.2013.12.09.10.58.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 10:58:13 -0800 (PST) Message-ID: <52A612C3.1070008@ralphschindler.com> Date: Mon, 09 Dec 2013 12:58:11 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Julien Pauli CC: internals , Dmitry Stogov References: <52A5FD1B.2020301@ralphschindler.com> <52A5FF3A.8010802@ralphschindler.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: SegFault 11 on 5.5.6 on function return From: ralph@ralphschindler.com (Ralph Schindler) > Can you confirm that the bug is *not* in 5.5.5 but 5.5.6 only ? I wouldn't say I can confirm that conclusively. With 5.5.5 compiled the exact same way on my mac, I do not get the segfault. Given the class of problem though- I think that me not being able to reproduce should be considered anecdotal. Dmitry was able to locally confirm the issue in PHP-5.5 and said he'd look at it tomorrow in more depth. He used valgrind to identify problems in the 5.5 branch. I think his methods (valgrind, extensive gdb introspection) will produce a more reliable idea of what is actually going wrong and when it might have been introduced. Thanks, -ralph