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 parsing of callStackSymbols where the image name contains spaces #1036

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

nickdowell
Copy link
Contributor

@nickdowell nickdowell commented Mar 16, 2021

Goal

Fixes an issue raised in #812 (comment)

Image names may contain spaces, but the regular expression that parses callStackSymbols was not catering for this, causing some stack frames to be lost.

Changeset

Fixed the regular expression.

Testing

Amended the unit tests to include an example of an image name containing a space. Ran the test locally to verify the fix.

@github-actions
Copy link

Infer: No issues found 🎉

OCLint: No issues found 🎉

Bugsnag.framework binary size did not change - 1,084,896 bytes

Generated by 🚫 Danger

@nickdowell nickdowell merged commit ad62d89 into next Mar 16, 2021
@nickdowell nickdowell deleted the nickdowell/fix-stackframes-with-callstacksymbols branch March 16, 2021 14:58
@nickdowell nickdowell mentioned this pull request Mar 24, 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

Successfully merging this pull request may close these issues.

2 participants