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

Automatically fall back to using native symbols when breakpad symbols are unavailable or outdated #40

Closed
gabrielesvelto opened this issue Feb 1, 2021 · 0 comments

Comments

@gabrielesvelto
Copy link
Collaborator

It is rather common on local machines to have leftover Breakpad symbols from old builds. Our tests harnesses has no way to tell if the breakpad symbols it finds are outdated or not so it will just instruct fix-stacks to use them which will fail if they are indeed outdated WRT the build. Given fix-stacks knows how to find native symbols automatically we should interpret the --breakpad option as a preference for Breakpad symbols but still fall back to native ones in case they're missing our outdated.

gabrielesvelto added a commit to gabrielesvelto/fix-stacks that referenced this issue Feb 1, 2021
gabrielesvelto added a commit to gabrielesvelto/fix-stacks that referenced this issue Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant