-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Segmentation fault when cloning SoapServer #16237
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
Labels
Comments
Bisect points to 94ee4f9, which is unsurprising as this is the second time I see this. |
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Oct 5, 2024
Bisect points to 94ee4f9, however this only reveals the problem. Cloning an object on a lower branch and trying to call its methods crashes as well. Cloning the object shouldn't be possible in the first place because there's an engine constraint that when we have a new object handler we should also have a clone handler. This constraint is not fulfilled here.
nielsdos
added a commit
that referenced
this issue
Oct 5, 2024
* PHP-8.2: Fix GH-16237: Segmentation fault when cloning SoapServer
nielsdos
added a commit
that referenced
this issue
Oct 5, 2024
* PHP-8.3: Fix GH-16237: Segmentation fault when cloning SoapServer
nielsdos
added a commit
that referenced
this issue
Oct 5, 2024
* PHP-8.4: Fix GH-16237: Segmentation fault when cloning SoapServer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: