Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113399 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 84038 invoked from network); 5 Mar 2021 11:55:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Mar 2021 11:55:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CD0E81804B4 for ; Fri, 5 Mar 2021 03:46:03 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Fri, 5 Mar 2021 03:46:03 -0800 (PST) Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id DF8D410C035; Fri, 5 Mar 2021 11:46:01 +0000 (GMT) Date: Fri, 5 Mar 2021 11:46:01 +0000 (GMT) X-X-Sender: derick@singlemalt.home.derickrethans.nl To: Dmitry Stogov cc: Nikita Popov , PHP Developers Mailing List In-Reply-To: Message-ID: References: User-Agent: Alpine 2.23 (DEB 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: Recent changes to opcache cause crashes From: derick@php.net (Derick Rethans) On Fri, 5 Mar 2021, Dmitry Stogov wrote: > On Thu, Mar 4, 2021 at 11:49 PM Derick Rethans wrote: > > > On 4 March 2021 20:22:37 GMT, Dmitry Stogov > > wrote: > > >I can't reproduce this on Linux. > > > > > >[dmitry@tpl2 xdebug]$ php run-xdebug-tests.php -d opcache.enable=1 -d > > >opcache.enable_cli=1 -d opcache.optimization_level=-1 > > >tests/tracing/functrace_typed_properties.phpt > > > > > >... > > >PHP_VERSION : 8.1.0-dev > > >... > > >PASS Test for function traces with typed properties > > >[tests/tracing/functrace_typed_properties.phpt] > > >... > > > > That's curious. I'm locally on Debian Linux, and Azure pipelines is on > > OSX. How can we figure this out? Want to do a screenshare or something? > > Perhaps it's a compiler issue? I'm building in debug mode FWIW. And see it > > with and without ZTS. > > Do you use CLANG on Linux? No, GCC 10: gcc version 10.2.1 20210110 (Debian 10.2.1-6) I think it could perhaps use GCC on Azure/OSX too: https://dev.azure.com/php-xdebug/Xdebug/_build/results?buildId=388&view=logs&j=fa4207ea-b23d-55f8-a438-8fcfe0ff1a84&t=9acc530a-b2bd-54c1-05de-84dd64697faa&l=86 85: checking whether we are using the GNU C compiler... yes But I'm not sure whether CLang would respond the same. > > Did you try my one liner without xdebug involved at all too? > > Everything works fine for me. We test OSX build without xdebug on > Azure, and didn't see a similar problem. How odd :-/ cheers, Derick -- PHP 7.4 Release Manager Host of PHP Internals News: https://phpinternals.news Like Xdebug? Consider supporting me: https://xdebug.org/support https://derickrethans.nl | https://xdebug.org | https://dram.io twitter: @derickr and @xdebug