Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)
Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)
Posted May 4, 2021 17:44 UTC (Tue) by SLi (subscriber, #53131)In reply to: Instant replay: Debugging C and C++ programs with rr (Red Hat Developer) by tux3
Parent article: Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)
I tried running KiCad under it. It at least started fast, but died almost immediately, apparently because it uses shared memory, which is IIUC fundamentally incompatible with rr:
```
$ rr record kicad spkr_interface.kicad_pro
rr: Saving execution to trace directory `/home/sliedes/.local/share/rr/kicad-0'.
shared memfd open() failed: Function not implemented
[... some kicad messages]
Trace/breakpoint trap
```
Posted May 4, 2021 23:38 UTC (Tue)
by roc (subscriber, #30627)
[Link] (1 responses)
Posted May 5, 2021 13:05 UTC (Wed)
by SLi (subscriber, #53131)
[Link]
Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)
Instant replay: Debugging C and C++ programs with rr (Red Hat Developer)
