Skip to content

Test socket-close-on-exec.phpt fails on RV64 #18654

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

Open
andypost opened this issue May 25, 2025 · 0 comments
Open

Test socket-close-on-exec.phpt fails on RV64 #18654

andypost opened this issue May 25, 2025 · 0 comments

Comments

@andypost
Copy link
Contributor

Description

Building RC of PHP 8.3.22 and 8.4.8 I got consistent failure #12077 (comment) on RiscV64

Resulted in this output:

TEST 17326/17411 [sapi/fpm/tests/socket-close-on-exec.phpt]
========DIFF========
001- My sockets (expect to see 2 of them - one ESTABLISHED and one LISTEN):
002- %S 127.0.0.1:%d->127.0.0.1:%d (ESTABLISHED)
003- %S 127.0.0.1:%d (LISTEN)
001+ ERROR: Request failed; EXCEPTION: Reading from the stream failed
     
005- Sockets after exec(), expected to be empty:
006- string(0) ""
003+ LOGS:
004+ --------------------------------------------------------------------
005+ [21-May-2025 19:11:16] NOTICE: fpm is running, pid 32032
006+ [21-May-2025 19:11:16] NOTICE: ready to handle connections
007+ --------------------------------------------------------------------
008+ 
009+ >>> Response
010+ ----------------- OUT -----------------
011+ 
012+ ----------------- ERR -----------------
013+ 
014+ ---------------------------------------
015+ 
016+ ERROR: The response is invalid: 
017+ 
018+ LOGS:
019+ --------------------------------------------------------------------
020+ [21-May-2025 19:11:16] NOTICE: fpm is running, pid 32032
021+ [21-May-2025 19:11:16] NOTICE: ready to handle connections
022+ --------------------------------------------------------------------
023+ 
024+ 
     Done
========DONE========
FAIL FPM: Set CLOEXEC on the listen and connection socket [sapi/fpm/tests/socket-close-on-exec.phpt] 

PHP Version

8.3.22RC1 and 8.4.8RC1

Operating System

Alpinelinux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant