mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove now resolved debugging bug.
The bug (https://github.com/rr-debugger/rr/issues/1883) has been resolved.
This commit is contained in:
parent
35e95f55a1
commit
43ee7c6076
1 changed files with 0 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue