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

Fix: Backtraces will NULL Addresses #3502

Merged
merged 1 commit into from
Aug 22, 2023

Commits on Aug 21, 2023

  1. Fix: Backtraces will NULL Addresses

    The handing of invalid stack addresses in backtraces was incomplete,
    failing to run for stack addresses down a nullptr address with the
    error:
    ```
    sh: -c: line 0: syntax error near unexpected token `('
    sh: -c: line 0: `/usr/bin/addr2line -Cpfie /gpfs/alpine/aph114/proj-shared/huebl/2023-08-21_ms-debugging-rz/002_btd_patch_pr4208/./warpx.rz (nil)'
    ```
    ax3l committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e8f94bb View commit details
    Browse the repository at this point in the history