From 43ee7c6076661f5c9cd7ccabae5a0d3c71aac9c0 Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Wed, 19 Jan 2022 10:42:24 +0000 Subject: [PATCH] Remove now resolved debugging bug. The bug (https://github.com/rr-debugger/rr/issues/1883) has been resolved. --- docs/debugging.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/debugging.md b/docs/debugging.md index 85065fe32db..de6d997d3de 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -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 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-bug]: https://github.com/mozilla/rr/issues/1883