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 for shutdown ordering issue #3

Closed

Conversation

fzurita
Copy link

@fzurita fzurita commented Dec 29, 2021

This is a potential fix for #2

It appears that objects are currently being destructed in the incorrect order. The Renderer is shutdown first while the CommandRing is still using it.

I don't have a test case to reliably reproduce this, I'm only going from crash reporting, so I can't say with 100% certainty that this will fix it until I deploy it.

@fzurita
Copy link
Author

fzurita commented Jan 14, 2022

FYI, I verified that this addresses the shutdown crash issue. I'm no longer seeing any instances of it.

@Themaister
Copy link
Owner

Missed this PR until now, sorry. Never got the notification. I'll have to merge this on the main repo though. This is an autogenerated repo.

@fzurita
Copy link
Author

fzurita commented Sep 5, 2022

Hi, no problem. You may want to disable pull requests for this repo in the future.

@Themaister
Copy link
Owner

Hi, no problem. You may want to disable pull requests for this repo in the future.

I don't think that is possible on Github. It's possible to disable Issues though.

Themaister added a commit to Themaister/parallel-rdp that referenced this pull request Sep 5, 2022
@Themaister
Copy link
Owner

Fixed now on master. Thanks for finding this!

@Themaister Themaister closed this Sep 5, 2022
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