Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash-digger: Add support for using a gdb-sandbox (plus test case) #205

Merged
merged 2 commits into from
Jul 20, 2023

Commits on Jul 19, 2023

  1. crash-digger: Add support for using a gdb-sandbox

    I'm working on moving the service which retraces apport crashes in
    Launchpad to a different server and noticed that while the existing
    service uses crash-digger it does not take advantage of the GDB sandbox
    option which I added to apport some time ago. I've added an option to
    crash-digger, --gdb-sandbox, which is then is then passed through as
    argument to apport-retrace.
    murraybd authored and bdrung committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    049db1e View commit details
    Browse the repository at this point in the history
  2. test: Add test case for crash-digger --gdb-sandbox

    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    bdrung committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1909605 View commit details
    Browse the repository at this point in the history