[Home]

Summary:ASTERISK-14235: SIP Realtime qualify goes crazy till Asterisk crash
Reporter:Mindaugas Kezys (mkezys)Labels:
Date Opened:2009-05-30 07:22:15Date Closed:2011-06-07 14:00:35
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/DatabaseSupport
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk_cli_before_crash.txt
( 1) gdb_output.txt
Description:After 30h uptime, on CLI we got a lot of such messages:

[May 30 07:14:07] NOTICE[24821] chan_sip.c: Peer 'taday' is now UNREACHABLE!  Last qualify: 982
[May 30 07:14:07] NOTICE[24821] chan_sip.c: Peer 'taday' is now UNREACHABLE!  Last qualify: 982
[May 30 07:14:07] NOTICE[24821] chan_sip.c: Peer '1567' is now UNREACHABLE!  Last qualify: 3918
[May 30 07:14:07] NOTICE[24821] chan_sip.c: Peer '1567' is now UNREACHABLE!  Last

after which Asterisk died.

****** ADDITIONAL INFORMATION ******

CentOS release 5 (Final)
res_config_mysql used

sip.conf related part:

rtcachefriends=yes
rtsavesysname=yes
rtupdate=yes
;rtautoclear=yes
;ignoreregexpire=yes

gdb and cli before crash outputs are attached
Comments:By: Leif Madsen (lmadsen) 2009-06-11 07:35:31

Since Tilghman loves looking at backtraces, I've assigned to him for now. If there is nothing you can do with this, please unassign yourself and set status back to New. Thanks!

By: Tilghman Lesher (tilghman) 2009-06-29 15:16:50

I see a corrupt stack.  Please run under valgrind (doc/valgrind.txt).

By: Leif Madsen (lmadsen) 2009-07-13 10:33:47

Closed due to lack of response. Please reopen this issue if you are able to provide the requested information. Thanks!