This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
AF_UNIX path too long #404
Comments
Unix has a maximum path length for sockets. We've encountered this before. Take a look at the line that shows the logfile path
This code is supposed to keep that path short: Lines 77 to 102 in 40c3ffb
But it appears to not be working correctly for whatever your environment is producing. |
i'll just +1 that i also saw this when i was sorting through some strange CI failure. the obvious difference is that @ChihChengLiang and i are running this on mac os. can't remember if i have seen this on update: same issue reported here: |
We should setup some smoke tests on CircleCI for OSX since I'm pretty sure they offer it as an environment we can test against. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pip freeze
):What is wrong?
To reproduce
Error message
How can it be fixed
Not investigate hard yet.
The text was updated successfully, but these errors were encountered: