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 possible crash on program exit with libnice #1345

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

paullouisageneau
Copy link
Owner

@paullouisageneau paullouisageneau commented Feb 27, 2025

This PR fixes a possible crash with libnice at program exit depending on globals deallocation order. The issue was that the glib main loop thread could be destroyed before being joined.

Fixes #1299

@paullouisageneau paullouisageneau changed the base branch from master to v0.22 February 27, 2025 10:05
@paullouisageneau paullouisageneau merged commit 12a1949 into v0.22 Feb 27, 2025
12 checks passed
@paullouisageneau paullouisageneau deleted the fix-crash-exit-libnice branch February 27, 2025 11:12
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.

Program exits with SIGABRT or SIGSEGV when using libnice
1 participant