Closed mingshuang closed 4 months ago
@mingshuang there were initially some issues with the first releases of 2.32.x which is why 2.32.0 and 2.32.1 are yanked from PyPI. Can you please try this with 2.32.3 (the latest release) and if the issue is still reproducing there, check this patch https://github.com/psf/requests/pull/6731/files?
Resolving as a duplicate #6731 since we haven't heard back.
hi @nateprewitt yes, I tried 2.32.3 and the result is same. and also tried the PR https://github.com/psf/requests/pull/6731, this PR indeed address my problem.
After updating the requests to v2.32.0, my service started failure and raised the error
Segmentation fault
. After some debugging and includingfaulthandler.enable()
into my code, I saw the trace is below, and no such as kind problem with versionv2.31.0
Expected Result
There is no
Segmentation fault
Actual Result
Saw the
Segmentation fault
randomly.Reproduction Steps
To help to reproduce the problem, I wrote a script below to simulate my service code. and before executing the script, a certificate is needed and can be generated with command
openssl req -x509 -newkey rsa:4096 -keyout client.key -out client.crt -days 365 -nodes
System Information