***SPAM*** Re: [Asterisk-Users] Last CVS -> High Load

Steve Clark sclark at netwolves.com
Tue Jul 12 10:35:49 MST 2005


Gentian Bajraktari wrote:
> Yes I have experienced the same on my test machine. It has been like 
> this for 3 weeks of CVS Head.
> Someone must have a look at that, I think is the SIP channel.
>  
>  
> 
>     ----- Original Message -----
>     *From:* Thierry Wehr <mailto:wehr at japet.com>
>     *To:* asterisk-users at lists.digium.com
>     <mailto:asterisk-users at lists.digium.com>
>     *Sent:* Tuesday, July 12, 2005 10:37 AM
>     *Subject:* [Asterisk-Users] Last CVS -> High Load
> 
>     Good morning
>      
>     on our Test Machine based on RedHat 9 on a Pentium 4 SMP we are
>     experiencing a 99% CPU load for asterisk with the CVS of tonight
>      
>     does anyone noticed that
>      
>     best regards
>     Thierry
> 
>     ------------------------------------------------------------------------
> 
>     _______________________________________________
>     Asterisk-Users mailing list
>     Asterisk-Users at lists.digium.com <mailto:Asterisk-Users at lists.digium.com>
>     http://lists.digium.com/mailman/listinfo/asterisk-users
>     To UNSUBSCRIBE or update options visit:
>        http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> holdterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

It looks like something changed that affected the /dev/zap/pseudo device. 
res/res_musiconhold.c


		if (class->pseudofd > -1) {
			/* Pause some amount of time */
			res = read(class->pseudofd, buf, sizeof(buf));
		} else {

continually return -1 resource unavailable - it is not pending so this is a 
runaway loop.

Steve



More information about the asterisk-users mailing list