Created
June 7, 2020 18:17
-
-
Save MasterDuke17/328a0ec7610c0d817cd91a1b563c8e82 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
masterduke@ns1:~/nqp> rr replay | |
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:8223 | |
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) b MVM_panic | |
Function "MVM_panic" not defined. | |
Make breakpoint pending on future shared library load? (y or [n]) y | |
Breakpoint 1 (MVM_panic) pending. | |
(rr) run | |
0x00007f4330545ea3 in _start () from /lib64/ld-linux-x86-64.so.2 | |
The program being debugged has been started already. | |
Start it from the beginning? (y or n) y | |
Starting program: /home/masterduke/.local/share/rr/moar-0/mmap_hardlink_3_moar | |
Program stopped. | |
0x00007f4330545ea0 in _start () from /lib64/ld-linux-x86-64.so.2 | |
(rr) bt | |
#0 0x00007f4330545ea0 in _start () from /lib64/ld-linux-x86-64.so.2 | |
#1 0x000000000000000b in ?? () | |
#2 0x00007ffc416583d5 in ?? () | |
#3 0x00007ffc416583f4 in ?? () | |
#4 0x00007ffc41658411 in ?? () | |
#5 0x00007ffc4165842f in ?? () | |
#6 0x00007ffc4165843b in ?? () | |
#7 0x00007ffc41658459 in ?? () | |
#8 0x00007ffc41658468 in ?? () | |
#9 0x00007ffc41658475 in ?? () | |
#10 0x00007ffc41658484 in ?? () | |
#11 0x00007ffc41658497 in ?? () | |
#12 0x00007ffc416584c7 in ?? () | |
#13 0x0000000000000000 in ?? () | |
(rr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment