We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
プログラムに無限ループ箇所がある状態で cargo compete test abcxxx-x としてテストすると Timelimit Exceeded になりますが、 その際に親プロセスだけがkillされてゾンビ子プロセスが残ります
cargo compete test abcxxx-x
Timelimit Exceeded
軽くコードを見たところ、judge自体は snowchains でやっているようなのでそちらの問題なのかもしれませんが。 ひとまずこちらにIssueを投げます
snowchains
よろしくお願いします🙇♂️
The text was updated successfully, but these errors were encountered:
原因がわかりました。tokio::process::Child::killに.awaitを付け忘れていました。報告ありがとうございます。
tokio::process::Child::kill
.await
Sorry, something went wrong.
v0.8.5をリリースしました。
Successfully merging a pull request may close this issue.
プログラムに無限ループ箇所がある状態で
cargo compete test abcxxx-x
としてテストするとTimelimit Exceeded
になりますが、その際に親プロセスだけがkillされてゾンビ子プロセスが残ります
軽くコードを見たところ、judge自体は
snowchains
でやっているようなのでそちらの問題なのかもしれませんが。ひとまずこちらにIssueを投げます
よろしくお願いします🙇♂️
The text was updated successfully, but these errors were encountered: