Skip to content

Commit 43ee7c6

Browse files
Remove now resolved debugging bug.
The bug (rr-debugger/rr#1883) has been resolved.
1 parent 35e95f5 commit 43ee7c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/debugging.md

-8
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,4 @@ Note that for this to work you need to have `rr` in your `PATH`.
5959
Also, note that this might generate a lot of traces, so you might want to delete
6060
them when you're done. They're under `$HOME/.local/share/rr`.
6161

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-
6962
[rr]: http://rr-project.org/
70-
[rr-bug]: https://github.com/mozilla/rr/issues/1883

0 commit comments

Comments
 (0)