Skip to content
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

[bug] Lingering processes after eval run completion #42

Closed
hvaara opened this issue Sep 5, 2024 · 1 comment · Fixed by #48
Closed

[bug] Lingering processes after eval run completion #42

hvaara opened this issue Sep 5, 2024 · 1 comment · Fixed by #48

Comments

@hvaara
Copy link
Contributor

hvaara commented Sep 5, 2024

@terryyz reported on Slack:

One issue I haven't figured out is that there are always some live processes when the execution finishes, even though they are supposed to be killed.
Any bigcodebench.evaluate commands for sanitized outputs will result in such behaviors, regardless of whether it's in the docker or outside
The example sanitized outputs can be found here: https://github.com/bigcode-project/bigcodebench/releases/tag/v0.1.5
It's a generic issue, but I haven't found the cause.
I fixed a bit of the customized sandbox to kill the child processes when it finishes (https://github.com/bigcode-project/bigcodebench/blob/main/bigcodebench/eval/utils.py), but it didn't resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@hvaara and others