Skip to content

Instantly share code, notes, and snippets.

@timo
Created July 23, 2018 13:44
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 timo/93065f66404d1048ad303623a15288fb to your computer and use it in GitHub Desktop.
Save timo/93065f66404d1048ad303623a15288fb to your computer and use it in GitHub Desktop.
MVM_interp_run (tc=0x7fffe80db4e0, initial_invoke=0x7ffff758fecb <thread_initial_invoke>,
invoke_data=0x7fffe80da280) at src/core/interp.c:3920
3920 if (ctx->callsite->num_pos != ctx->callsite->arg_count)
Missing separate debuginfos, use: dnf debuginfo-install glibc-2.27-19.fc28.x86_64
(gdb) print ctx
$1 = (MVMArgProcContext *) 0x7fffdad62bb8
(gdb) print ctx->callsite
$2 = (MVMCallsite *) 0x0
(gdb) call MVM_dump_backtrace(tc)
at SETTING::src/core/atomicops.pm6:10 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:prefix:<⚛>)
from SETTING::src/core/Lock/Async.pm6:66 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Lock/Async.pm6:64 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:lock)
from SETTING::src/core/Lock/Async.pm6:137 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:protect-or-queue-on-recursion)
from SETTING::src/core/Supply.pm6:219 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:1568 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:emit)
from SETTING::src/core/Supply.pm6:1610 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:emit)
from SETTING::src/core/Channel.pm6:42 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:send)
from resources/examples/concurrent-evolutionary-algorithm.p6:54 (<ephemeral file>:)
from SETTING::src/core/Supply.pm6:2185 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:2184 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-supply-code)
from SETTING::src/core/Supply.pm6:2147 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:1884 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:1883 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-emit)
from <unknown>:1 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Channel.pm6:118 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:1988 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Lock/Async.pm6:198 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-under-recursion-list)
from SETTING::src/core/Lock/Async.pm6:178 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-with-updated-recursion-list)
from SETTING::src/core/Lock/Async.pm6:137 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:protect-or-queue-on-recursion)
from SETTING::src/core/Supply.pm6:1986 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-supply-code)
from SETTING::src/core/Supply.pm6:1929 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Supply.pm6:397 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/ThreadPoolScheduler.pm6:242 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/ThreadPoolScheduler.pm6:236 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:run-one)
from SETTING::src/core/ThreadPoolScheduler.pm6:281 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:)
from SETTING::src/core/Thread.pm6:54 (/home/timo/perl6/install/share/perl6/runtime/CORE.setting.moarvm:THREAD-ENTRY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment