rr-debugger / rr-debugger/rr

Feature request: support recording on systems without a vdso

Open
#2,742 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
10.7k
Forks
662
Avg merge
2d 3h
Merged PRs (30d)
2

Description

rr crashes immediately when trying to record anything under wine.

rr: src/AddressSpace.cc:1627: rr::AddressSpace::AddressSpace(rr::Task*, const string&, uint32_t): Assertion `!vdso_start_addr.is_null()' failed.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the crash while recording under Wine, then inspect src/AddressSpace.cc around line 1627 and the vdso-related address-space setup. Trace how recording handles systems without a vdso and identify the existing tests or recording path covering this case. Done means recording under Wine no longer aborts on the assertion.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, linux
Domain
devtools, operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.