Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80989 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53958 invoked from network); 22 Jan 2015 19:57:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 19:57:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.178 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.178 mail-pd0-f178.google.com Received: from [209.85.192.178] ([209.85.192.178:53620] helo=mail-pd0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/3F-61273-F2651C45 for ; Thu, 22 Jan 2015 14:57:36 -0500 Received: by mail-pd0-f178.google.com with SMTP id y10so3550456pdj.9 for ; Thu, 22 Jan 2015 11:57:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ezMQq5idTZZggimLM3ykwgDA7tCzrxrvES+j8CTFVyk=; b=lUqegzpsIDmBDGkZ12D7q+vJPBCX+2WMi+qpoPONFLRCddXEjrKBghr9Au4j3Abfz7 SaHVYuz6DoKo8o1YRvRJUs232Er7nPfSUWVle0qON5hbERUStzcxKw00BWz6T3YVf1pa pz8li4CJbkC7yYXLDpahyarGGmEWNsLgzlRAuj12KXOB1+t3YQjsptZpRXFnWJqPlSLt zAVzBY73PJzkPRou5aFhynmwtq1MODBtp9JYO8Z1kdEyHFQEBSZ5bTX8OJVJpazXfLmf sIX3JEiIgsMjkxQIVFBD9A3SA7g7ZAQuu3UTnHI0P3cqGdonthBb4wg5TMca49SRr/IK 3S6w== X-Received: by 10.70.102.35 with SMTP id fl3mr5227520pdb.30.1421956653297; Thu, 22 Jan 2015 11:57:33 -0800 (PST) Received: from Stas-Air.local ([208.66.31.10]) by mx.google.com with ESMTPSA id do3sm10057468pac.48.2015.01.22.11.57.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 11:57:32 -0800 (PST) Message-ID: <54C1562C.7000802@gmail.com> Date: Thu, 22 Jan 2015 11:57:32 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dmitry Stogov CC: PHP Internals References: <54C15288.3000206@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: commit e21fefde381cdd64dc93116440f3ee159c721fa1 breaks tests From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > All these tests pass for me (with and without valgrind). > Please, send me the link to Travis report. See e.g. https://travis-ci.org/php/php-src/jobs/47945775 (in general, Travis CI is at https://travis-ci.org/php/php-src/builds ) - now different ones fail and one of them is a segfault. -- Stas Malyshev smalyshev@gmail.com