Remove now resolved debugging bug.

The bug (https://github.com/rr-debugger/rr/issues/1883) has been resolved.
This commit is contained in:
Teymour Aldridge 2022-01-19 10:42:24 +00:00 committed by GitHub
parent 35e95f55a1
commit 43ee7c6076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,12 +59,4 @@ Note that for this to work you need to have `rr` in your `PATH`.
Also, note that this might generate a lot of traces, so you might want to delete Also, note that this might generate a lot of traces, so you might want to delete
them when you're done. They're under `$HOME/.local/share/rr`. them when you're done. They're under `$HOME/.local/share/rr`.
### Known gotchas
If you use a Haswell processor that supports Hardware Lock Ellision, rr might
not work for you. There's a `rr` [bug][rr-bug] open about this. Until that gets
fixed, you can ensure that the `parking_lot` dependency isn't built with the
`nightly` feature, which as of this writing is the only dependency that uses it.
[rr]: http://rr-project.org/ [rr]: http://rr-project.org/
[rr-bug]: https://github.com/mozilla/rr/issues/1883