-
Notifications
You must be signed in to change notification settings - Fork 243
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
Many tests fail on FreeBSD: Subprocess aborted #275
Comments
Does https://github.com/facebook/folly build&test on FreeBSD ok? mvfst depends on it and it seems this is where the failure might be coming from. |
@yurivict yeah, note the logs show that the place failing is this in folly: https://github.com/facebook/folly/blob/main/folly/FBString.h#L310 But we don't use FBString directly and the assert unfortunately isn't giving us a stack trace to see where it's failing. But my guess is something about FBString isn't quite working as expected on FreeBSD |
Folly is broken: facebook/folly#1867 It uses a class in the |
Yea unfortunately it looks like there are some folly internals that bsd doesn't like, and mvfst depends on folly. |
folly is generally broken. |
mvfst-tests.log
clang-14
OS: FreeBSD 13.1
The text was updated successfully, but these errors were encountered: