emrekultursay wrote: We're getting `SetSockAddr` error which can only fail if the path is too long. The path generated by `createUniqueDirectory` is an absolute path to a temporary directory. I guess it can be longer than 107 bytes on the CI machines.
All the other DomainSocket related tests skip the test if the generated path is longer than 107 bytes: ``` // Skip the test if the $TMPDIR is too long to hold a domain socket. if (Path.size() > 107u) return; ``` I'll add that to see if it fixes the issue. https://github.com/llvm/llvm-project/pull/136466 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits