Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created November 19, 2017 23:31
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 MasterDuke17/0312dd2af1e3b2b498d91cfacc45343c to your computer and use it in GitHub Desktop.
Save MasterDuke17/0312dd2af1e3b2b498d91cfacc45343c to your computer and use it in GitHub Desktop.
This Rakudo version is 2017.10.215.g.85105077.a built on MoarVM version 2017.10.86.g.89.fae.17.a.6,
running on debian (9.stretch) / linux (4.9.0.3.amd.64)
.
.
.
ok 61 - Did you mean “HEAD” (old)?
Thread 6 "moar" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1bf3700 (LWP 26018)]
0x00007ffff771c734 in MVM_gc_mark_collectable (tc=0x5555557579f0, worklist=0x7fffe04eb550, new_addr=0x555558c351f8) at src/gc/collect.c:368
368 MVM_gc_worklist_add(tc, worklist, &(tc->instance->all_scs[sc_idx]->sc));
(gdb) bt
#0 0x00007ffff771c734 in MVM_gc_mark_collectable (tc=0x5555557579f0, worklist=0x7fffe04eb550, new_addr=0x555558c351f8) at src/gc/collect.c:368
#1 0x00007ffff771cfac in process_worklist (tc=tc@entry=0x5555557579f0, worklist=worklist@entry=0x7fffe04eb550, wtp=wtp@entry=0x7ffff1bf2a70, gen=gen@entry=1 '\001') at src/gc/collect.c:342
#2 0x00007ffff771d735 in MVM_gc_collect (tc=0x5555557579f0, what_to_do=what_to_do@entry=2 '\002', gen=gen@entry=1 '\001') at src/gc/collect.c:74
#3 0x00007ffff77193de in process_in_tray (gen=<optimized out>, tc=<optimized out>) at src/gc/orchestrate.c:102
#4 finish_gc (is_coordinator=1 '\001', gen=<optimized out>, tc=0x7fffdc099140) at src/gc/orchestrate.c:133
#5 run_gc (tc=tc@entry=0x7fffdc099140, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:373
#6 0x00007ffff7719ef9 in MVM_gc_enter_from_allocator (tc=tc@entry=0x7fffdc099140) at src/gc/orchestrate.c:486
#7 0x00007ffff771a048 in MVM_gc_allocate_nursery (tc=0x7fffdc099140, size=184) at src/gc/allocation.c:32
#8 0x00007ffff771a31e in MVM_gc_allocate_frame (tc=tc@entry=0x7fffdc099140) at src/gc/allocation.c:99
#9 0x00007ffff76ffbc0 in MVM_frame_move_to_heap (tc=tc@entry=0x7fffdc099140, frame=frame@entry=0x7fffdc0ba9a0) at src/core/frame.c:624
#10 0x00007ffff770111b in MVM_frame_force_to_heap (frame=0x7fffdc0ba9a0, tc=0x7fffdc099140) at src/core/frame.h:193
#11 MVM_frame_capturelex (tc=0x7fffdc099140, code=<optimized out>) at src/core/frame.c:997
#12 0x00007ffff76f8687 in MVM_interp_run (tc=0x5555557579f0, tc@entry=0x7fffdc099140, initial_invoke=0x58c36788, invoke_data=0x555558f6de10, invoke_data@entry=0x7fffdc0989d0) at src/core/interp.c:1181
#13 0x00007ffff7707b9e in start_thread (data=0x7fffdc0989d0) at src/core/threads.c:85
#14 0x00007ffff6c6f494 in start_thread (arg=0x7ffff1bf3700) at pthread_create.c:333
#15 0x00007ffff7271a8f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
(gdb) info threads
Id Target Id Frame
1 Thread 0x7ffff7fe1700 (LWP 26007) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
2 Thread 0x7ffff3bf7700 (LWP 26013) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffefe4e370) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
3 Thread 0x7ffff33f6700 (LWP 26014) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
4 Thread 0x7ffff2bf5700 (LWP 26015) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
5 Thread 0x7ffff23f4700 (LWP 26017) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffdc0ddc80) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
* 6 Thread 0x7ffff1bf3700 (LWP 26018) "moar" 0x00007ffff771c734 in MVM_gc_mark_collectable (tc=0x5555557579f0, worklist=0x7fffe04eb550, new_addr=0x555558c351f8) at src/gc/collect.c:368
7 Thread 0x7ffff13f2700 (LWP 26019) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
8 Thread 0x7fffda55b700 (LWP 26047) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
9 Thread 0x7fffd9558700 (LWP 30023) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
10 Thread 0x7fffd8956700 (LWP 30102) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
(gdb) call MVM_dump_backtrace(tc)
at SETTING::src/core/Channel.pm:50 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/CORE.setting.moarvm:receive)
from SETTING::src/core/Channel.pm:68 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/CORE.setting.moarvm:receive)
from site#sources/91300E2449A727CEFB2F4BC51BC01429C567F65B (IRC::Client):121 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511133519.33125/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:)
from site#sources/91300E2449A727CEFB2F4BC51BC01429C567F65B (IRC::Client):120 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/site/precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511133519.33125/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:run)
from /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable):489 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511133519.33125/E2/E24CB05785B9C2EAB7443F0214FD50B138313BB3:)
from SETTING::src/core/operators.pm:717 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/CORE.setting.moarvm:infix:<andthen>)
from /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable):489 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511133519.33125/E2/E24CB05785B9C2EAB7443F0214FD50B138313BB3:selfrun)
from ./bin/Bisectable.p6:257 (<ephemeral file>:)
from ./bin/Bisectable.p6:28 (<ephemeral file>:<unit>)
from ./bin/Bisectable.p6:1 (<ephemeral file>:<unit-outer>)
from gen/moar/stage2/NQPHLL.nqp:1542 (/home/bisectable/.rakudobrew/moar-master/install/share/nqp/lib/NQPHLL.moarvm:eval)
from gen/moar/stage2/NQPHLL.nqp:1779 (/home/bisectable/.rakudobrew/moar-master/install/share/nqp/lib/NQPHLL.moarvm:evalfiles)
from gen/moar/stage2/NQPHLL.nqp:1671 (/home/bisectable/.rakudobrew/moar-master/install/share/nqp/lib/NQPHLL.moarvm:command_eval)
from src/Perl6/Compiler.nqp:42 (/home/bisectable/.rakudobrew/moar-master/install/share/nqp/lib/Perl6/Compiler.moarvm:command_eval)
from gen/moar/stage2/NQPHLL.nqp:1630 (/home/bisectable/.rakudobrew/moar-master/install/share/nqp/lib/NQPHLL.moarvm:command_line)
from gen/moar/main.nqp:47 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/perl6.moarvm:MAIN)
from gen/moar/main.nqp:38 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/perl6.moarvm:<mainline>)
from <unknown>:1 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/perl6.moarvm:<main>)
from <unknown>:1 (/home/bisectable/.rakudobrew/moar-master/install/share/perl6/runtime/perl6.moarvm:<entry>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment