freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

[mod_sofia] Fixing deadlock in issue #2290

Open mishehu opened this issue 1 year ago • 1 comments

I cannot certify that on SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY that we should be following this code path, but it does not look like there's anything that gets changed when we enter sofia_receive_message() in this case. Thus there's no sense in locking tech_pvt->sofia_mutex , thus avoiding the deadlock described in issue #2290.

mishehu avatar Feb 15 '24 02:02 mishehu

Unit-tests failed: https://public-artifacts.signalwire.cloud/drone/signalwire/freeswitch/1685/artifacts.html

signalwire-ci[bot] avatar Feb 15 '24 02:02 signalwire-ci[bot]