x/playground: no error reported when program gets stuck #53307
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
This program gets stuck in an endless function recursion: https://go.dev/play/p/6NKY1ZpmDV9:
but the playground simply reports "Program exited". It should either print "timeout running program" or print a stack trace if it ran out of stack. (Running on gotipplay reports "exited: status 137", which to cognoscenti means 128 + SIGKILL, which is better but still cryptic.)
Contrast with this program which gets stuck in a simple loop https://go.dev/play/p/Oq1QfpRiGk_5. It does report "timeout running program":
The text was updated successfully, but these errors were encountered: