[Home]

Summary:ASTERISK-10473: Stop gracefully complains in _ast_pthread_mutex_unlock
Reporter:callguy (callguy)Labels:
Date Opened:2007-10-08 20:37:55Date Closed:2011-06-07 14:08:01
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When issuing "stop gracefully" under asterisk 1.4.12.1 we are seeing the following error, which doesn't appear to be causing any actual trouble in this scenario, but I believe may be indicative of something bad going on in general:

Oct  8 21:51:55] WARNING[3970]: channel.c:738 ast_channel_alloc: Channel allocation failed: Refusing due to active shutdown
[Oct  8 21:51:55] WARNING[3970]: chan_sip.c:3921 sip_new: Unable to allocate AST channel structure for SIP channel
[Oct  8 21:51:55] NOTICE[3970]: chan_sip.c:13891 handle_request_invite: Unable to create/find SIP channel for this INVITE
[Oct  8 21:51:55] ERROR[3970]: /usr/src/asterisk-test/1.4.12.1/asterisk-1.4.12.1/include/asterisk/lo:387 __ast_pthread_mutex_unlock: chan_sip.c line 15184 (sipsock_read): mutex '&p->lock' freed more times than we've locked!
[Oct  8 21:51:55] ERROR[3970]: /usr/src/asterisk-test/1.4.12.1/asterisk-1.4.12.1/include/asterisk/lo:403 __ast_pthread_mutex_unlock: chan_sip.c line 15184 (sipsock_read): Error releasing mutex: Operation not permitted

Comments:By: Jason Parker (jparker) 2007-11-02 15:47:46

I'm not able to reproduce this.  Can you explain under what circumstances it happens?

By: Tilghman Lesher (tilghman) 2007-12-10 10:55:45.000-0600

No response from reporter.