Assertion failure during reverse continue
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.7k
- Forks
- 662
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 2
Description
I hit: /home/jrmuizel/src/rr/src/ReplayTimeline.cc:1001: rr::ReplayResult rr::ReplayTimeline::reverse_continue(const std::function<bool(rr::ReplayTask*)>&, const std::function<bool()>&): Assertion `!at_mark(end)' failed.
during a reverse-finish operation using a build of f80d1d2115af8f7f6a524a9270b7df6f8207155a from Sun Jan 15 09:39:18 2017
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.
Research direction
Start by reproducing the reported reverse-finish operation with the f80d1d2115af8f7f6a524a9270b7df6f8207155a build, then inspect ReplayTimeline.cc around reverse_continue at line 1001. Determine why at_mark(end) can be true and verify that reverse-finish completes without triggering the assertion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100