[asterisk-bugs] [Asterisk 0011550]: Prodding channel... causes 100% utilization
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jan 15 05:35:27 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11550
======================================================================
Reported By: pj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11550
Category: Channels/chan_sip/General
Reproducibility: sometimes
Severity: block
Priority: normal
Status: feedback
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 92697
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 12-14-2007 08:37 CST
Last Modified: 01-15-2008 05:35 CST
======================================================================
Summary: Prodding channel... causes 100% utilization
Description:
from time to time, asterisk is locked (100% cpu utilization, but not crash)
with "Prodding channel..." messages...
grep "SIP/777-082ae2f8" /var/log/asterisk/messages | wc -l
856979
in my case it happened in entering simple diaplan, calling MoH...
555 => { Set(TIMEOUT(absolute)=60); MusicOnHold(); }
user is connected over wifi, so maybe some packet was lost in some
critical call stage, that causes sip channel starts looping?
unfortunately, I was not able to do some debugging, because asterisk pc
was completely locked, due to realtime priority of asterisk process...
======================================================================
----------------------------------------------------------------------
pj - 01-15-08 05:35
----------------------------------------------------------------------
it seems, that asterisk have some memory leak,
it starts about 20MB memory, but after several hours with minimal call
processing load (http://bugs.digium.com/view.php?id=18#30 calls) eats >120MB!
this is also indication for
oncomming crash.
I don't see this behaviour before.
Asterisk SVN-trunk-r98676
memory usage, potential memory leak:
root 28233 0.0 0.7 3812 884 pts/2 S Jan14 0:00 /bin/sh
/etc/init.d/asterisk start
asterisk 28456 1.2 74.9 123704 94556 pts/2 Sl Jan14 13:06 \_
asterisk -vvv -c
memory usage after restart:
root 28928 0.0 0.6 3812 844 pts/2 S 12:29 0:00 /bin/sh
/etc/init.d/asterisk start
asterisk 28935 0.3 3.9 11552 4968 pts/2 Sl 12:29 0:01 \_
asterisk -vvv -c
Issue History
Date Modified Username Field Change
======================================================================
01-15-08 05:35 pj Note Added: 0076958
======================================================================
More information about the asterisk-bugs
mailing list