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

Avoid recording -1 sentinel in profile #89

Merged
merged 2 commits into from
Aug 18, 2024
Merged

Avoid recording -1 sentinel in profile #89

merged 2 commits into from
Aug 18, 2024

Conversation

jhawthorn
Copy link
Owner

Fixes #85

This works around a bug where we get an empty stack on suspend. In the future we should better support having an empty stack.

This fixes an issue where we would record a -1 sample and then when creating the firefox-compatible output would end up with a null in the frame list and make the resulting file error on load.

This works around a bug where we get an empty stack on suspend. In the
future we should better support having an empty stack.
I'm not sure why I did this in the first place
@jhawthorn jhawthorn merged commit ef2f7e4 into main Aug 18, 2024
10 checks passed
@jhawthorn jhawthorn deleted the fix_detach branch August 18, 2024 04:29
@zenspider zenspider mentioned this pull request Sep 7, 2024
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.

[bug] Possible for frame entry in stack table to be null
1 participant