Created
August 18, 2020 12:47
-
-
Save jnthn/bef407c806db596ce16ecd042f869c70 to your computer and use it in GitHub Desktop.
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
Thread 3 "debugserver" received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7fa8b2cbb700 (LWP 2972)] | |
0x00007fa8b4a68674 in MVM_str_hash_fetch_nocheck (tc=0x1b30df0, hashtable=0x0, key=0x1da1250) | |
at src/core/str_hash_table_funcs.h:55 | |
55 if (MVM_UNLIKELY(hashtable->entries == NULL)) { | |
(gdb) where | |
#0 0x00007fa8b4a68674 in MVM_str_hash_fetch_nocheck (tc=0x1b30df0, hashtable=0x0, key=0x1da1250) | |
at src/core/str_hash_table_funcs.h:55 | |
#1 0x00007fa8b4a6d624 in request_context_lexicals (dtc=0x1b30df0, ctx=0x7fa8b2cb9540, | |
argument=0x7fa8b2cb9570) at src/debug/debugserver.c:1557 | |
#2 0x00007fa8b4a725e8 in debugserver_worker (tc=0x1b30df0, | |
callsite=0x7fa8b535ee40 <null_args_callsite>, args=0x0) at src/debug/debugserver.c:2829 | |
#3 0x00007fa8b4aad0c5 in invoke_handler (tc=0x1b30df0, invokee=0x7fa8b34bd010, | |
callsite=0x7fa8b535ee40 <null_args_callsite>, args=0x0) at src/6model/reprs/MVMCFunction.c:9 | |
#4 0x00007fa8b4a5378a in thread_initial_invoke (tc=0x1b30df0, data=0x1b32530) | |
at src/core/threads.c:59 | |
#5 0x00007fa8b4a0befb in MVM_interp_run (tc=0x1b30df0, | |
initial_invoke=0x7fa8b4a536ff <thread_initial_invoke>, invoke_data=0x1b32530, | |
outer_runloop=0x0) at src/core/interp.c:150 | |
#6 0x00007fa8b4a5384d in start_thread (data=0x1b32530) at src/core/threads.c:87 | |
#7 0x00007fa8b3f2e6ba in start_thread (arg=0x7fa8b2cbb700) at pthread_create.c:333 | |
#8 0x00007fa8b45544dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment