Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79329 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61488 invoked from network); 1 Dec 2014 03:37:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2014 03:37:48 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.169 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.169 mail-pd0-f169.google.com Received: from [209.85.192.169] ([209.85.192.169:45920] helo=mail-pd0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/00-61248-B82EB745 for ; Sun, 30 Nov 2014 22:37:48 -0500 Received: by mail-pd0-f169.google.com with SMTP id fp1so9864623pdb.14 for ; Sun, 30 Nov 2014 19:37:44 -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 :content-type:content-transfer-encoding; bh=yRnJfSW+FYKL7Ww2OYlHvOjhz0WtyPhAUYAYBvXhss0=; b=n/IQHU8toqa8xReq9vufyZJb0M2ssrvxX528h56+dGrxQH8+8ehgepDuyIyHOZ2quc q21osLs3mGv2JcoLVbBPsb1Eoq/Ni66EX1b9nJDWKdZA+NorMr2bqbwQ/6ZMQqPJyLeh k4r4FEl0mchUSdQcpiYqiN5RdRRYF3FzGewXihzTvBfOw3XYg6qSCYjhQThJKYfw2CEW DVO718k3Jx+SyUbOt9aqQSRJXGqretlFrGnznGijN2O+qBzT1bt97llg+e83aYKzjxRC YVHCmyKE36mAc7tKzhMz0r4rWvXRBxNBAzErczZc56aWjIqttfw/4V9uF65+A88lGKqo +LAQ== X-Received: by 10.70.96.162 with SMTP id dt2mr96156366pdb.57.1417405064450; Sun, 30 Nov 2014 19:37:44 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id ra2sm16037680pbc.27.2014.11.30.19.37.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Nov 2014 19:37:43 -0800 (PST) Message-ID: <547BE285.6060901@gmail.com> Date: Sun, 30 Nov 2014 19:37:41 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Remi Collet CC: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: test sapi/fpm/tests/015.phpt From: smalyshev@gmail.com (Stanislav Malyshev) Hi Remi! I see that the test sapi/fpm/tests/015.phpt is randomly intermittently failing all the time in CI, making it harder to evaluate fixes. The cause of the failure is additional one or two messages like this: ERROR: unable to read what child say: Bad file descriptor (9) Could you (or somebody else who knows FPM better than me) look into it and make it work or XFAIL it or disable it if it's impossible? Thanks, -- Stas Malyshev smalyshev@gmail.com