Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Last active November 19, 2017 22:39
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/659048126077244139df9320385edb6f to your computer and use it in GitHub Desktop.
Save MasterDuke17/659048126077244139df9320385edb6f to your computer and use it in GitHub Desktop.
whateverable segv
ok 61 - Did you mean “HEAD” (old)?
Thread 7 "moar" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffece80700 (LWP 8269)]
0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
(gdb) bt
#0 0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#1 0x00007ffff771ca4c in process_worklist () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#2 0x00007ffff771d1d5 in MVM_gc_collect () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#3 0x00007ffff7718e7e in run_gc () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#4 0x00007ffff7719999 in MVM_gc_enter_from_allocator () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#5 0x00007ffff7719ae8 in MVM_gc_allocate_nursery () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#6 0x00007ffff7719dbe in MVM_gc_allocate_frame () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#7 0x00007ffff76ffe5c in allocate_frame () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#8 0x00007ffff7700041 in MVM_frame_invoke () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#9 0x00007ffff773cb23 in invoke_handler () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#10 0x00007fffd6a813ee in ?? ()
#11 0x0000000000000008 in ?? ()
#12 0x00007ffff7d61ca0 in two_args_callsite () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#13 0x00007fffd80f7d30 in ?? ()
#14 0x0000555556df2248 in ?? ()
#15 0x00007ffff04e1ad0 in ?? ()
#16 0x00007fffdc0624a0 in ?? ()
#17 0x00007ffff7a78120 in CSWTCH.11 () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#18 0x00007ffff77000ca in MVM_frame_invoke () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#19 0x00007fffece7fed8 in ?? ()
#20 0x0000000000000000 in ?? ()
(gdb) info threads
Id Target Id Frame
1 Thread 0x7ffff7fe1700 (LWP 8258) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
2 Thread 0x7ffff645a700 (LWP 8262) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
3 Thread 0x7fffeee8e700 (LWP 8264) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffb4f04710) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
4 Thread 0x7fffee68c700 (LWP 8265) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
5 Thread 0x7fffede82700 (LWP 8266) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
6 Thread 0x7fffed681700 (LWP 8268) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffd80a5e40) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
* 7 Thread 0x7fffece80700 (LWP 8269) "moar" 0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
8 Thread 0x7fffd7fff700 (LWP 8270) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
9 Thread 0x7fffd56cf700 (LWP 8314) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
10 Thread 0x7fffcffff700 (LWP 12290) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
11 Thread 0x7fffcf7fe700 (LWP 12323) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
12 Thread 0x7fffce7fb700 (LWP 14588) "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/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:)
from site#sources/91300E2449A727CEFB2F4BC51BC01429C567F65B (IRC::Client):120 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:run)
from /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable):489 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/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.1511051903.47444/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>)
$1 = 1521073776
ok 62 - Did you mean some tag? (new)
Thread 6 "moar" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1bf3700 (LWP 17201)]
0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
(gdb) bt
#0 0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#1 0x00007ffff771ca4c in process_worklist () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#2 0x00007ffff771d1d5 in MVM_gc_collect () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#3 0x00007ffff7718e7e in run_gc () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#4 0x00007ffff7719999 in MVM_gc_enter_from_allocator () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#5 0x00007ffff7719ae8 in MVM_gc_allocate_nursery () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#6 0x00007ffff7719d2b in MVM_gc_allocate_object () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#7 0x00007ffff76fa571 in MVM_interp_run () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#8 0x00007ffff770763e in start_thread () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
#9 0x00007ffff6c6f494 in start_thread (arg=0x7ffff1bf3700) at pthread_create.c:333
#10 0x00007ffff7271a8f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
(gdb) info threads
Id Target Id Frame
1 Thread 0x7ffff7fe1700 (LWP 17190) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
2 Thread 0x7ffff3bf7700 (LWP 17196) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffc0b1d9f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
3 Thread 0x7ffff33f6700 (LWP 17197) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
4 Thread 0x7ffff2bf5700 (LWP 17198) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
5 Thread 0x7ffff23f4700 (LWP 17200) "moar" 0x00007ffff6c77536 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fffdc0db5d0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
* 6 Thread 0x7ffff1bf3700 (LWP 17201) "moar" 0x00007ffff771c1d4 in MVM_gc_mark_collectable () from //home/bisectable/.rakudobrew/moar-master/install/lib/libmoar.so
7 Thread 0x7ffff13f2700 (LWP 17202) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
8 Thread 0x7fffda55b700 (LWP 17230) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
9 Thread 0x7fffd9558700 (LWP 21431) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
10 Thread 0x7fffd8956700 (LWP 22791) "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/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:)
from site#sources/91300E2449A727CEFB2F4BC51BC01429C567F65B (IRC::Client):120 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/91/91300E2449A727CEFB2F4BC51BC01429C567F65B:run)
from /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable):489 (/home/bisectable/git/whateverable/lib/.precomp/6A0100E73A9E0630ECFBF4CBF870A4533AB71A3F.1511051903.47444/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.1511051903.47444/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>)
$1 = 1519036192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment