Backtrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Breakpoint 1, MVM_continuation_invoke (tc=0x2010d90, cont=0x71ce97d0, code=0x88768, res_reg=0xccc40) at src/core/continuation.c:151 | |
151 MVM_exception_throw_adhoc(tc, "continuationinvoke expects an MVMContinuation"); | |
(gdb) p MVM_dump_backtrace(tc) | |
at SETTING::src/core/ThreadPoolScheduler.pm6:153 (./CORE.setting.moarvm:) | |
from <unknown>:1 (./CORE.setting.moarvm:) | |
from <unknown>:1 (./CORE.setting.moarvm:) | |
from SETTING::src/core/ThreadPoolScheduler.pm6:237 (./CORE.setting.moarvm:run-one) | |
from SETTING::src/core/ThreadPoolScheduler.pm6:281 (./CORE.setting.moarvm:) | |
from SETTING::src/core/Thread.pm6:54 (./CORE.setting.moarvm:THREAD-ENTRY) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment