Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created September 13, 2021 14:22
Show Gist options
  • Save dogbert17/136be8a876cb6a5ab2de229a0396de18 to your computer and use it in GitHub Desktop.
Save dogbert17/136be8a876cb6a5ab2de229a0396de18 to your computer and use it in GitHub Desktop.
Exception
dogbert@dogbert-VirtualBox:~/repos/p6-concurrent-stack$ while perl6 -Ilib --ll-exception t/stress.t; do :; done
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
ok 1 - Pushed/popped correct values
1..1
No exception handler located for catch
at SETTING::src/core.c/Exception.pm6:62 (/home/dogbert/.rakudobrew/versions/moar-master/install/share/perl6/runtime/CORE.c.setting.moarvm:throw)
from SETTING::src/core.c/Failure.pm6:63 (/home/dogbert/.rakudobrew/versions/moar-master/install/share/perl6/runtime/CORE.c.setting.moarvm:throw)
from SETTING::src/core.c/Failure.pm6:93 (/home/dogbert/.rakudobrew/versions/moar-master/install/share/perl6/runtime/CORE.c.setting.moarvm:Int)
from SETTING::src/core.c/atomicops.pm6:154 (/home/dogbert/.rakudobrew/versions/moar-master/install/share/perl6/runtime/CORE.c.setting.moarvm:infix:<⚛+=>)
from t/stress.t:15 (<ephemeral file>:)
from t/stress.t:14 (<ephemeral file>:)
from SETTING::src/core.c/Thread.pm6:53 (/home/dogbert/.rakudobrew/versions/moar-master/install/share/perl6/runtime/CORE.c.setting.moarvm:THREAD-ENTRY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment