We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e95f5 commit 43ee7c6Copy full SHA for 43ee7c6
docs/debugging.md
@@ -59,12 +59,4 @@ Note that for this to work you need to have `rr` in your `PATH`.
59
Also, note that this might generate a lot of traces, so you might want to delete
60
them when you're done. They're under `$HOME/.local/share/rr`.
61
62
-### Known gotchas
63
-
64
-If you use a Haswell processor that supports Hardware Lock Ellision, rr might
65
-not work for you. There's a `rr` [bug][rr-bug] open about this. Until that gets
66
-fixed, you can ensure that the `parking_lot` dependency isn't built with the
67
-`nightly` feature, which as of this writing is the only dependency that uses it.
68
69
[rr]: http://rr-project.org/
70
-[rr-bug]: https://github.com/mozilla/rr/issues/1883
0 commit comments