-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro pattern for SIGSEGV with PHPUnit ^9.5 #162
Comments
Does it also crash, if you disable Xdebug altogether? |
Yes it does. Here is the related backtrace once disabled:
|
Just in case: same issue with Symfony ^6.2 and php 8.2. |
False positive? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm encountering a blocking segfault 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 ^5.2, and php 8.0.2.
I still get this problem since one year now.
This works fine, doing
php -f OneTest.php
, showing that uopz is working fine under basic environment:But this won't work anymore if I change the "entrypoint" command, doing
phpunit OneTest.php
.Then, I made
gdb php
, followed byrun phpunit OneTest.php
, and runbt
to get the backtrace:Don't hesitate to ask for more details if needed. Thanks in advance!
The text was updated successfully, but these errors were encountered: