On Fri, 5 Mar 2021, Dmitry Stogov wrote:

> On Thu, Mar 4, 2021 at 11:49 PM Derick Rethans <der...@php.net> wrote:
> 
> > On 4 March 2021 20:22:37 GMT, Dmitry Stogov <dmitrysto...@gmail.com>
> > 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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to