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 crash when user interrupts sys.nframe() #58

Merged
merged 2 commits into from
Jun 4, 2018
Merged

Conversation

wch
Copy link
Member

@wch wch commented Jun 3, 2018

This fixes #57.

It simply attempts to call sys.nframe() up to 10 times. I believe that the only reason that the call should error (and thus need to be called again) is if the user happens to interrupt it.

@wch wch requested a review from jcheng5 June 3, 2018 04:17
@jcheng5 jcheng5 merged commit 97463b9 into master Jun 4, 2018
Copy link
Member

@jcheng5 jcheng5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

R process crashes if interrupt happens during later's call to sys.nframe
2 participants