linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] /0 bug in ortp


From: Yuri Arabadji
Subject: [Linphone-developers] /0 bug in ortp
Date: Mon, 16 May 2011 16:02:02 +0300
User-agent: KMail/1.12.4 (Linux/2.6.36-tuxonice-r3-core2-x86_64-tux; KDE/4.4.5; x86_64; ; )

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.

--


reply via email to

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