linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] /0 bug in ortp


From: Simon Morlat
Subject: Re: [Linphone-developers] /0 bug in ortp
Date: Wed, 18 May 2011 21:12:49 +0200

HI,

Can you please show the full backtrace ?


Simon

Le lundi 16 mai 2011 à 16:02 +0300, Yuri Arabadji a écrit :
> Hi.
> 
> Here you go:
> 
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffe7fff700 (LWP 21846)]
> 0x00007ffff775ed7f in jitter_control_set_payload (ctl=0x8afe80,
> pt=0xa0f900) at jitterctl.c:62
> 
> 
> 59 void jitter_control_set_payload(JitterControl *ctl, PayloadType
> *pt){
> 
> 60 ctl->jitt_comp_ts =
> 
> 61 (int) (((double) ctl->jitt_comp / 1000.0) * (pt->clock_rate));
> 
> 62 ctl->corrective_step=(160 * 8000 )/pt->clock_rate; /* This formula
> got to me after some beers */
> 
> 63 ctl->adapt_jitt_comp_ts=ctl->jitt_comp_ts;
> 
> 64 }
> 
> (gdb) p pt->clock_rate
> 
> $4 = 0
> 
> Happening with speex/32000 and sipnet.ru.
> 
> Thanks.
> 
> -- 
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]