diff options
author | Teymour Aldridge <notifications@reasoning.page> | 2022-01-19 10:42:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 10:42:24 +0000 |
commit | 43ee7c6076661f5c9cd7ccabae5a0d3c71aac9c0 (patch) | |
tree | 1cc3cc37424ec127dc6e26e31618e1c244877a5d /docs | |
parent | 35e95f55a1b9e488d1c796c8fb39d764d090d660 (diff) | |
download | servo-43ee7c6076661f5c9cd7ccabae5a0d3c71aac9c0.tar.gz servo-43ee7c6076661f5c9cd7ccabae5a0d3c71aac9c0.zip |
Remove now resolved debugging bug.
The bug (https://github.com/rr-debugger/rr/issues/1883) has been resolved.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/debugging.md | 8 |
1 files changed, 0 insertions, 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 |