-
Notifications
You must be signed in to change notification settings - Fork 21
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
fork() might not be OK #201
Comments
This looks very strange. Why would that show up as an error now? Has there been a new pip release? edit:
👀 |
@matthiasdiener Wrong issue? Did you intend this for #199? |
No, I think that showed in the log that you linked to above, and I found it curious. |
I see! I agree that it's weird, though this failure is what I was talking about:
|
Have you recently updated the machine? My guess is that:
is the main error, the fork() error is just happening as a side effect afterwards. See e.g. here for some discussion: |
Interestingly, the issue (in the CI run I quoted above) occurred only for the build using a Conda environment, not for the (otherwise equivalent) build in a virtualenv. |
More evidence that fork might not be OK: inducer/loopy#204. |
I'm seeing new failures, after a software upgrade on on the CI machines: https://gitlab.tiker.net/inducer/grudge/-/jobs/220795
Note: no IB hardware there, but libibverbs (I think?) is linked in and still complains and warns of performance degradation.
We currently fork in a few places:
version.sh
The text was updated successfully, but these errors were encountered: