Skip to content

Instantly share code, notes, and snippets.

@derekparker
Created January 27, 2018 20:03
Show Gist options
  • Save derekparker/7acaa8a6ed92a3034305302f0f310847 to your computer and use it in GitHub Desktop.
Save derekparker/7acaa8a6ed92a3034305302f0f310847 to your computer and use it in GitHub Desktop.
➜ example-debug rr replay /home/deparker/.local/share/rr/example-debug-0
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright (C) 2013 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-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/deparker/.local/share/rr/example-debug-0/mmap_hardlink_3_example-debug...done.
Loading Go Runtime support.
Really redefine built-in command "restart"? (y or n) [answered Y; input not from terminal]
Traceback (most recent call last):
File "<string>", line 12, in <module>
gdb.error: Undefined maintenance set command: "target-async 0". Try "help maintenance set".
/proc/31009/fd/4:155: Error in sourced command file:
Error while executing Python code.
Remote debugging using 127.0.0.1:31010
warning: limiting remote suggested packet size (17073526 bytes) to 16384
Remote connection closed
@xrayrey
Copy link

xrayrey commented Jun 27, 2018

@derekparker I'm running into the same issue with GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-94.el7 when using rr. Were you able to figure out the root cause?

@PranavSarda
Copy link

Hi @xrayrey, deja vu, but I'm facing the same issue with rr. Do you remember how you solved it? GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment