Displaying 3 results from an estimated 3 matches for "__ast_dsp_silence".
2004 Aug 19
2
Floating point exception help
Hi Manfred,
I applied the patch and recompiled and reinstalled and I got the folowing
warning during my first test call:
Aug 19 12:26:51 WARNING[294927]: dsp.c:1234 __ast_dsp_silence: zero length
packet
It looks like that could be the problem... and the fix! I'll let you know if
the problem reoccurs. Might it be an idea to submit the patch to the
bugtracker?
Thanks,
Gary
----- Original Message -----
From: "Manfred Petz" <pm@deuromedia.at>
To: <asteris...
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
...ting p->fr.datalen to p->obuflen which is zero.
Has anybody noticed this, too?
Since I don't know the code, I cannot suggest a fix, but maybe someone
who does is listening? :)
For testing purposes, I changed the source line to
if (len)
accum /= len;
Manfred
#0 0x080a3178 in __ast_dsp_silence (dsp=0x9eb6980, s=0x9e2593c, len=0, totalsilence=0x0) at dsp.c:1235
#1 0x080a12ec in ast_dsp_process (chan=0x9e75ab8, dsp=0x9eb6980, af=0x9e258cc) at dsp.c:1468
#2 0x00b89ade in i4l_read (p=0x9e257c0) at chan_modem_i4l.c:451
#3 0x008f59fb in modem_read (ast=0x0) at chan_modem.c:484
#4 0x0805b1f...
2003 Dec 03
0
BOOM! Crash when trying to use SIPDtmfMode on an outgoing call!
...08")
in new stack
-- Called userid@voicepulse/18882245408
-- Call accepted by 66.234.228.132 (format ULAW)
-- Format for call is ULAW
-- IAX2[voicepulse]/3 stopped sounds
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 278546 (LWP 4192)]
0x0808c75d in __ast_dsp_silence (dsp=0x0, s=0xbd7fe774, len=160,
totalsilence=0x0) at dsp.c:969
969 if (accum < dsp->threshold) {
(gdb) Quit