-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
curl 8.1.0: tests 1467 1468 failing with 'socket path too long' #11152
Labels
Comments
bagder
added a commit
that referenced
this issue
May 20, 2023
... instead of putting them in the regular pid directories. Simply because system generally have strict length requirements on that path name to be less than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes #11152
bagder
added a commit
that referenced
this issue
May 21, 2023
... instead of putting them in the regular pid directories. Simply because system generally have strict length requirements on that path name to be less than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes #11152
bagder
added a commit
that referenced
this issue
May 31, 2023
... instead of putting them in the regular pid directories. Simply because system generally have strict length requirements on that path name to be less than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes #11152 Closes #11166
bagder
added a commit
that referenced
this issue
May 31, 2023
... instead of putting them in the regular pid directories because systems generally have strict length requirements for the path name to be shorter than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes #11152 Closes #11166
bagder
added a commit
that referenced
this issue
Jun 2, 2023
... instead of putting them in the regular pid directories because systems generally have strict length requirements for the path name to be shorter than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes #11152 Closes #11166
bch
pushed a commit
to bch/curl
that referenced
this issue
Jul 19, 2023
... instead of putting them in the regular pid directories because systems generally have strict length requirements for the path name to be shorter than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes curl#11152 Closes curl#11166
ptitSeb
pushed a commit
to wasix-org/curl
that referenced
this issue
Sep 25, 2023
... instead of putting them in the regular pid directories because systems generally have strict length requirements for the path name to be shorter than 107 bytes and we easily hit that boundary otherwise. The new concept generates two random names: one for the socks daemon and one for http. Reported-by: Andy Fiddaman Fixes curl#11152 Closes curl#11166
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the testsuite after updating from curl 8.0.1 to 8.1.0, tests 1467 and 1468 are failing, with this message on stderr:
On my build system, that path is indeed > 107 characters (the size of
sockaddr_un.sun_path
being 108).This seems to be a result of 89ede39
The text was updated successfully, but these errors were encountered: