rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

SIGKILL on code that doesn't compile and doesn't crash the compiler

Open jyn514 opened this issue 4 years ago • 3 comments

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?

jyn514 avatar Jan 05 '21 17:01 jyn514

I frequently have this same issue too. It's seemingly random.

wooster0 avatar Mar 15 '21 21:03 wooster0

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.

dtolnay avatar May 05 '22 18:05 dtolnay

See also #712, which I expect to be the same underlying issue (server overloaded)

shepmaster avatar May 05 '22 18:05 shepmaster