Closed keywinf closed 3 years ago
Hi @keywinf, same problem here, have you tried disabling opcache? I would be curious to know if it can solve the problem
@uij86 disabling opcache did not solve my case (neither the basic nor the CLI one)
thanks @krakjoe
Hi,
I'm encountering a blocking segfault (60/70% of the time) caused by
uopz_del_function
, with the current last commit of uopz master branch, phpunit/phpunit:^9.5 in my composer file, inside a docker image with Symfony 4.4, and php 8.0.2.(1) This works fine, doing
php -f OneTest.php
, showing that uopz is working fine under basic environment:(2) But this won't, doing
phpunit OneTest.php
:(3) If I remove the
use ($i)
, it works again viaphpunit OneTest.php
:Any idea?
Here is the
gdb php
backtrace (bt
) for (2):Here is my phpunit.xml(.dist):
Here is my php.ini, just in case:
Don't hesitate to ask for more details if needed. Thanks in advance!