Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 5, 2018 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/60348863e810d277354cab5ce00caaf1 to your computer and use it in GitHub Desktop.
Save Whateverable/60348863e810d277354cab5ce00caaf1 to your computer and use it in GitHub Desktop.
evalable6
%*ENV<RAKUDO_SCHEDULER_DEBUG> = 1; run <perl6 -e>, 「await do for ^100 { start { sleep 1; say now } }; say now - INIT now」
(exit code 1)
[SCHEDULER 26165] Created initial general worker thread
MoarVM panic: Could not spawn thread: errorcode -11
The spawned command 'perl6' exited unsuccessfully (exit code: 13)
in block <unit> at /tmp/fpADapZ2A5 line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment