Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105046 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23181 invoked from network); 3 Apr 2019 15:53:16 -0000 Received: from unknown (HELO box.beccati.com) (176.9.123.236) by pb1.pair.com with SMTP; 3 Apr 2019 15:53:16 -0000 Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 6631120027E; Wed, 3 Apr 2019 14:48:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1554295719; bh=kqJtn+IWYX9vq0b/WAMMki6D6rriNaAKQgC6COzle90=; h=To:From:Subject:Cc:Date:From; b=o2N4uSqGbRJhkUBc+kj9ZYOUherf6o2poxvELfjIH631nymv/5ntVNjDxyrunfPYp q2RY6esfmWXiHVuej2A9rjh8amaG1oTW6IZgihIAGu7QKwUg3jjq/svvJNJQMj1GiQ xLE4vXxH9ynMTeJODYLyieMyCxwRwLxAuQbAXBHaSqjRpFLSDPDuSFVbRk6OE8zXNl gswBQjlCA4LpAw4aTPHPsoyFFvhkBCLuR1SlgU82JC3CU3kALVee5WFUcOvIDZBd/M hIZF1BjvFrxT6rS5ydzj2VGZhur6lYensl9FniOw5MPI6KvCnopAw6u/h4jgO8VjZJ L2wzXQZhx/4LQ== To: Dmitry Stogov Cc: PHP Internals Message-ID: Date: Wed, 3 Apr 2019 14:48:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: PHP 7.4 segfaults From: php@beccati.com (Matteo Beccati) Hi dmitry, internals, As I wrote somewhere else, I've finally been able to find time to update the Bamboo instance I've been using during the past few years to run daily PHP builds, run their test suites and use them to run test suites of few popular open source projects as I've been doing since phpng. The Revive Adserver test suite has currently a few failures with 7.4 that I need to look into, but some of them are in fact caused by segmentation faults in PHP, possibly by its legacy syntax usage: https://revive.beccati.com/bamboo/browse/REV-LP-P74M-1801 I've identified two different kinds: one in zend_assign_to_variable and the other one during shutdown. Here are the backtraces: https://gist.github.com/mbeccati/da3e304cd1fcdeddc43ec35f4c5c224f I can provide more info on how to run the test suite or grant ssh access to the box if anyone is interested in digging deeper. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/