-
Notifications
You must be signed in to change notification settings - Fork 78
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
linux user signals leak file descriptors #91
Comments
Also if you change the tests to use their own ident numbers they start failing too. |
The repeated output looks to be due to the |
Confirmed, thanks. The actual error is:
|
On run 1
Run 2
So I guess |
Under some conditions the user signal tests leak exactly one file descriptor. Seems like the issue is in the code itself not the tests.
The tests are broken too however,
./test/libkqueue-test user -n 2
results inwhich is interesting...
The text was updated successfully, but these errors were encountered: