rr stopped working with chromium (or vice versa, as you prefer)
Open
@khuey is already working on this.
Since Jan 3, 2017.
- Dominant language
- C++
- Stars
- 10.7k
- Forks
- 662
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 2
Description
As a side effect of the following change:
https://codereview.chromium.org/2569413002
chromium under rr on linux stopped showing contents and started just displaying a blue field less a rectangle in each corner.
The change referenced was submitted 2016-12-14 20:42:54 UTC. It changes the handling of GPU support under single process mode (very useful for debugging with rr or gdb).
I suspect chromium is now using some calls that aren't supported in rr.
rr version 4.4.0, Ubuntu 14.04.1
I haven't built rr from source to check that this hasn't been fixed already (yet)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.