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 rare segfault during shutdown #2063

Merged
merged 1 commit into from
Dec 26, 2022
Merged

Conversation

jezze
Copy link
Contributor

@jezze jezze commented Dec 23, 2022

Sometimes player-sdl segfaults during shutdown. By reordering the shutdown sequence the segfault seem to have disappeared.

Sometimes player-sdl segfaults during shutdown. By reordering the shutdown
sequence the segfault seem to have disappeared.
@jezze
Copy link
Contributor Author

jezze commented Dec 23, 2022

Compared to my previous pull request which is a bit dodgy in its implementation, this one is very straight-forward.

Copy link
Collaborator

@joshgoebel joshgoebel left a comment

Choose a reason for hiding this comment

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

Makes sense to me that we should first close things before tearing the world down.

@nesbox nesbox added this to To do in dev version 1.1 via automation Dec 26, 2022
@nesbox nesbox merged commit 164e456 into nesbox:main Dec 26, 2022
dev version 1.1 automation moved this from To do to Done Dec 26, 2022
@jezze jezze deleted the fix-shutdown-segfault branch December 30, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants