Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created June 7, 2020 18:50
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/f3c337b724812597533a67cc54a936d9 to your computer and use it in GitHub Desktop.
Save MasterDuke17/f3c337b724812597533a67cc54a936d9 to your computer and use it in GitHub Desktop.
masterduke@ns1:~/nqp> rr replay /home/masterduke/.local/share/rr/moar-0
GNU gdb (GDB; openSUSE Leap 15.1) 8.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/masterduke/.local/share/rr/moar-0/mmap_hardlink_3_moar...
Really redefine built-in command "restart"? (y or n) [answered Y; input not from terminal]
Remote debugging using 127.0.0.1:23080
Reading symbols from /lib64/ld-linux-x86-64.so.2...
(No debugging symbols found in /lib64/ld-linux-x86-64.so.2)
0x00007f4330545ea0 in _start () from /lib64/ld-linux-x86-64.so.2
Missing separate debuginfos, use: zypper install glibc-debuginfo-2.26-lp151.19.15.1.x86_64
(rr) c
Continuing.
^C[New Thread 7258.7259]
Thread 1 stopped.
0x00007f433031dd98 in _breakpoint_table_entry_end () at /home/roc/rr/rr/src/preload/breakpoint_table.S:13
13 /home/roc/rr/rr/src/preload/breakpoint_table.S: No such file or directory.
(rr) b MVM_panic
Breakpoint 1 at 0x7f432f9cf1c0: file src/core/exceptions.c, line 844.
(rr) c
Continuing.
Thread 2 received signal SIGKILL, Killed.
[Switching to Thread 7258.7259]
0x0000000070000002 in ?? ()
(rr) bt
#0 0x0000000070000002 in ?? ()
#1 0x00007f433031bb27 in _raw_syscall () at /home/roc/rr/rr/src/preload/raw_syscall.S:120
#2 0x00007f4330316e7e in traced_raw_syscall (call=<optimized out>) at /home/roc/rr/rr/src/preload/syscallbuf.c:229
#3 0x00007f433031ab6e in sys_futex (call=0x7f432dec1fa0) at /home/roc/rr/rr/src/preload/syscallbuf.c:1382
#4 syscall_hook_internal (call=0x7f432dec1fa0) at /home/roc/rr/rr/src/preload/syscallbuf.c:2861
#5 syscall_hook (call=0x7f432dec1fa0) at /home/roc/rr/rr/src/preload/syscallbuf.c:2987
#6 0x00007f4330316d5a in _syscall_hook_trampoline () at /home/roc/rr/rr/src/preload/syscall_hook.S:282
#7 0x00007f4330316d8a in __morestack () at /home/roc/rr/rr/src/preload/syscall_hook.S:417
#8 0x00007f4330316da5 in _syscall_hook_trampoline_48_3d_00_f0_ff_ff () at /home/roc/rr/rr/src/preload/syscall_hook.S:428
#9 0x00007f432f012883 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#10 0x00007f432fb631a9 in uv_cond_wait (cond=cond@entry=0x253a878, mutex=mutex@entry=0x253a828) at 3rdparty/libuv/src/unix/thread.c:781
#11 0x00007f432fa80d33 in shift (tc=0x253f420, st=<optimized out>, root=<optimized out>, data=<optimized out>, value=0x7f432e6c18e8, kind=<optimized out>) at src/6model/reprs/ConcBlockingQueue.c:238
#12 0x00007f432fa4bb84 in MVM_repr_shift_o (tc=tc@entry=0x253f420, obj=<optimized out>) at src/6model/reprconv.c:470
#13 0x00007f432faba194 in worker (tc=0x253f420, callsite=<optimized out>, args=<optimized out>) at src/spesh/worker.c:20
#14 0x00007f432fa10b71 in thread_initial_invoke (tc=0x253f420, data=<optimized out>) at src/core/threads.c:59
#15 0x00007f432f9d29fb in MVM_interp_run (tc=0x253a8a0, tc@entry=0x253f420, initial_invoke=0xca, invoke_data=0x0, invoke_data@entry=0x25407b0, outer_runloop=0xffffffffffffffff, outer_runloop@entry=0x0) at src/core/interp.c:150
#16 0x00007f432fa10bf8 in start_thread (data=0x25407b0) at src/core/threads.c:87
#17 0x00007f432f00c4f9 in start_thread () from /lib64/libpthread.so.0
#18 0x00007f432f522f2f in clone () from /lib64/libc.so.6
(rr) c
Continuing.
[Inferior 1 (process 7258) exited normally]
(rr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment