Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105142 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 91452 invoked from network); 8 Apr 2019 13:11:39 -0000 Received: from unknown (HELO box.beccati.com) (176.9.123.236) by pb1.pair.com with SMTP; 8 Apr 2019 13:11:39 -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 4A930200284; Mon, 8 Apr 2019 12:08:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1554718095; bh=dXdM8oSk/jQuldZPisZGeMLHdt5+3G56Uw36hGuZMSQ=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=DbVC54HrVXnQ4ai3iHq07EdxakIUc/21O0YQTXdcMtXzJetBAIzDXXz5SIONMLz2/ aaqB07c+j3c16dfvDBgWDkArq28EzobeK7ethHZtzGRZZ8O6xSEUli84EkIPfrKVB9 X3vd+hXY0zOaTZAV4fbFve2yf2Qs+4irTtOv8nLwKJqTyer73Y9KHKs0dtQqb5IVue LvZvuEa7ruzZJtu3/L1TGkiAqpYP1VhrrlxsvsTvYkJJxyHwdEzSe9t7tasj+2UU2d Po/YUpxlgAxRJqhqXkZtRhrNHYqpJzRAxCMjuFN3VXHFnoC/YjGoWS8aUbz0KTqyzw xYqHbZS+o/5fA== To: Nikita Popov Cc: Dmitry Stogov , PHP Internals References: Message-ID: Date: Mon, 8 Apr 2019 12:08:13 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.4 segfaults From: php@beccati.com (Matteo Beccati) Hi Nikita, On 08/04/2019 10:36, Nikita Popov wrote: >> On Wed, Apr 3, 2019 at 2:48 PM Matteo Beccati > > wrote: >> 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 > > The zend_assign_to_variable issue should be fixed with > https://github.com/php/php-src/commit/e86820eb568bf1badd94b6cc9fa958119cc06bb4. > This issue was introduced by the typed properties implementation. thanks! Yes, I can confirm the one in zend_assign_to_variable has been fixed. Is there anything I can do to help track down the other one? Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/