Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113398 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76987 invoked from network); 5 Mar 2021 10:23:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Mar 2021 10:23:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 275331804DD for ; Fri, 5 Mar 2021 02:14:39 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com [209.85.222.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 5 Mar 2021 02:14:38 -0800 (PST) Received: by mail-ua1-f42.google.com with SMTP id d3so601184uap.4 for ; Fri, 05 Mar 2021 02:14:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=l8SHtsXdi7B7b1Efj2qttwtfbbS8fSH43ee1OKJu7LM=; b=B9nmgD2xfn8h21ucFUc2okju9Jiicu+bWFbGiOauxOWxX0TY0jpQjyD8VNqqf9G9kF pT7KZLmcY8l5I4tHom6Q+jqFWuaijkzJkkPVIHAgbPljaFzLaj+m4aaqk7zRFdNR6Dkw EYDHhWFQVjR/t4dNcMxx0IxD+MCVCOzKDmWGw6xTRHJDI1Q4lhAFHX9timWOnzfb8jAV Edy0eJNdMDU04msqMSnFRTX+w3u17t+LdNMC1poZbW+K3XWdWyDkwrpzhlVgt3ApYdiY TNxvAyHoEmCcJiKpCvwKksu2YE3dM/0hw/o/f9X4iT58VKzYUk/l5Bs65MqTLHIaORHK ZyqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=l8SHtsXdi7B7b1Efj2qttwtfbbS8fSH43ee1OKJu7LM=; b=spRjisa3btjLb5ZxJCn0ATlTSaL7pbd/tq6p4UkIZbTQCltXAQkSo1w2pdY4YYvm/A JvuQDM/Z68RqMF63tl1weQhdMQDvywftAL8aYEbgbiZ9iuXE3xx8802ofnScrvadfo51 3AbfbaBHgq3thfqm8tAfFmx1dkgAq7+eMYnMhrvUPWzREJA8yiXz0ztkoeV0Hs923dQm VeS1gvi7sZr+qBwkh7llk4W8HaEdeUU0+idn5iamzGzqoYOsGvhEh5K2+H29t8rPrOt3 LnWLKB44iyZr8GN4dSywI2Aq/Osmww0og/kuRYeNxAWyDxCLSbxrH+42j0CBJCYJjFHz yczA== X-Gm-Message-State: AOAM532g6XaL+6uv3gagkf3t+JENH3nZicN/wQtAE0zvVQUnw2rlO6SD Ug5vYCs3rJuJGjAoM8CVf8XPziS1h1i6WzUpa7U= X-Google-Smtp-Source: ABdhPJzVQL86tNjojLdqNFoEBhRATcBbMvTO0D/C/hCYiBzjSzwJ5dbVFXR2ZIJZE3vHp2WQJO7MMLZBsSvCT+2sE5I= X-Received: by 2002:ab0:64d4:: with SMTP id j20mr5257920uaq.138.1614939277102; Fri, 05 Mar 2021 02:14:37 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 5 Mar 2021 13:14:25 +0300 Message-ID: To: Derick Rethans Cc: Nikita Popov , PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000f213a405bcc7592a" Subject: Re: Recent changes to opcache cause crashes From: dmitrystogov@gmail.com (Dmitry Stogov) --000000000000f213a405bcc7592a Content-Type: text/plain; charset="UTF-8" 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? I won't be able to work on this before March 9. > > > 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. Thanks. Dmitry. > > cheers, > Derick > --000000000000f213a405bcc7592a--