rr icon indicating copy to clipboard operation
rr copied to clipboard

Difference in behaviour with and without rr

Open mgaudet opened this issue 3 years ago • 1 comments

Ran into an bug where firefox crashes on startup run under rr, but doesn't without.

The details are in this bugzilla bug; I've waffled a bit about whether or not its worth opening an issue, but I really don't quite understand why rr is changing behaviour.

The associated bug has a pernosco trace that points at the proximate cause of the bug, but it seems like the root might be an rr thing?

mgaudet avatar Jan 20 '22 22:01 mgaudet

rr doesn't support DRI and that's probably confusing the driver.

https://github.com/rr-debugger/rr/blob/90e46d55cf019482d80e27bdbdf57a939d395e14/src/preload/preload_interface.h#L585-L598

khuey avatar Jan 20 '22 22:01 khuey