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

explicitly stop file monitor on close #5223

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Conversation

kevinushey
Copy link
Contributor

Candidate fix for #5222.

The goal is to sidestep the issue by ensuring the file monitor thread is stopped before quitting the R session, which should avoid issues with concurrent access between the file monitor thread's data structures by the runtime and the file monitor thread itself.

Copy link
Member

@gtritchie gtritchie left a comment

Choose a reason for hiding this comment

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

Looks good, my fans thanks you.

@kevinushey kevinushey merged commit ba1bf90 into master Aug 12, 2019
@valerie-rstudio valerie-rstudio deleted the bugfix/file-monitor-close branch January 21, 2022 17:30
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.

None yet

3 participants