Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113391 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18799 invoked from network); 4 Mar 2021 20:59:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Mar 2021 20:59:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CCB551804DF for ; Thu, 4 Mar 2021 12:49:55 -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 ; Thu, 4 Mar 2021 12:49:55 -0800 (PST) Received: from [192.168.42.60] (host86-164-35-229.range86-164.btcentralplus.com [86.164.35.229]) by xdebug.org (Postfix) with ESMTPSA id 6CDBC10C066; Thu, 4 Mar 2021 20:49:54 +0000 (GMT) Date: Thu, 04 Mar 2021 20:49:52 +0000 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: Dmitry Stogov CC: Nikita Popov ,PHP Developers Mailing List Message-ID: Subject: Re: Recent changes to opcache cause crashes From: derick@php.net (Derick Rethans) On 4 March 2021 20:22:37 GMT, Dmitry Stogov wrot= e: >I can't reproduce this on Linux=2E > >[dmitry@tpl2 xdebug]$ php run-xdebug-tests=2Ephp -d opcache=2Eenable=3D1 = -d >opcache=2Eenable_cli=3D1 -d opcache=2Eoptimization_level=3D-1 >tests/tracing/functrace_typed_properties=2Ephpt > >=2E=2E=2E >PHP_VERSION : 8=2E1=2E0-dev >=2E=2E=2E >PASS Test for function traces with typed properties >[tests/tracing/functrace_typed_properties=2Ephpt] >=2E=2E=2E That's curious=2E I'm locally on Debian Linux, and Azure pipelines is on O= SX=2E How can we figure this out? Want to do a screenshare or something? Pe= rhaps it's a compiler issue? I'm building in debug mode FWIW=2E And see it = with and without ZTS=2E=20 Did you try my one liner without xdebug involved at all too? cheers, Derick