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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050712/8a2b2a72/attachment.htm
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 
  To: asterisk-users@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@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050712/a630a4aa/attachment.htm
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@japet.com> > *To:* asterisk-users@lists.digium.com > <mailto:asterisk-users@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@lists.digium.com <mailto:Asterisk-Users@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@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersIt 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
Hi,
     Didn?t check the high CPU load but I my Asterisk?s SIP channel
stop responding after upgrade to yesterday CVS. I upgraded to today?s
CVS and MoH stopped working :(
On 7/12/05, Gentian Bajraktari <g.bajraktari@afb.net.al>
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 
> To: asterisk-users@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@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
> 
>  
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@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
> 
> 
-- 
Juanjo sin .sig :(
Kevin P. Fleming
2005-Jul-12  14:28 UTC
***SPAM*** Re: [Asterisk-Users] Last CVS -> High Load
Steve Clark wrote:> if (class->pseudofd > -1) { > /* Pause some amount of time */ > res = read(class->pseudofd, buf, sizeof(buf)); > } else {This patch has been reverted until the problem can be solved.