-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
swoole crashes with curl 8.12.0 #5680
Comments
I also encountered a similar problem, which has now affected our business. What method did you use to recover? We are currently using the container id of the previous version |
Please check whether the curl versions required by PHP and Swoole are consistent. PHP and Swoole need to depend on the same version of curl. |
请问如何查看swoole的curl版本?
|
Please run php --ri swoole and show me the detailed output. |
这是执行后的结果,非常感谢你的指导
|
Please try running |
|
|
Alpine reverted curl to 8.11.1, now the crashes are gone: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16900 |
When building a Docker image from
php:8.3.16-alpine3.21
with recentcurl 8.12.0
, we are starting to see abnormal memory usage (kubernetes killing pods withsignal=9
) and segfaults (signal=11
).The update in alpine: https://gitlab.alpinelinux.org/alpine/aports/-/commit/5a64e9bcdd3db0b4aa6dba0dabc8b88f4bbd9d10
With the previous curl version, everything was ok.
Maybe related:
curl/curl#16236
curl/curl#16216
curl/curl#16253
The text was updated successfully, but these errors were encountered: