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

Prevent recursive locking of phone_users_mtx in add_phone_user() #150

Merged
merged 1 commit into from
Feb 23, 2020

Conversation

fbriere
Copy link
Collaborator

@fbriere fbriere commented Jul 3, 2019

When encountering two users with the same contact name, attempting to differentiate them using USER_HOST(), a.k.a. get_ip_sip(), would result in EDEADLK since phone_users_mtx was already locked by add_phone_user().

Closes #88

When encountering two users with the same contact name, attempting to
differentiate them using USER_HOST(), a.k.a. get_ip_sip(), would result
in EDEADLK since phone_users_mtx was already locked by add_phone_user().

Closes LubosD#88
@fbriere fbriere added bug pending A pull request closing this issue has been submitted and removed pending A pull request closing this issue has been submitted labels Jul 6, 2019
@fbriere fbriere added the GUI label Sep 26, 2019
@LubosD LubosD merged commit 5418264 into LubosD:master Feb 23, 2020
@fbriere fbriere deleted the issue/88-mutex-lock-failed branch March 21, 2020 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Mutex lock failed" exception when selecting another user profile
2 participants