rust-playground
rust-playground copied to clipboard
SIGKILL on code that doesn't compile and doesn't crash the compiler
Right now, https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=0c742b14419b5ebe0396bcbd1d72c886 gives me
/playground/tools/entrypoint.sh: line 11: 7 Killed timeout --signal=KILL ${timeout} "$@"
when I try to run it.
I tried again just now and it works again. Maybe the server was overloaded or something?
I frequently have this same issue too. It's seemingly random.
Ditto, I have this frequently and it's been getting worse over time. Some days around 80% of the times I click "Build"/"Run" in the playground get killed like this.
See also #712, which I expect to be the same underlying issue (server overloaded)