Displaying 2 results from an estimated 2 matches for "1_0_rc2".
2004 Aug 19
2
Floating point exception help
...rt
> | with this issue?
> |
> | Gary
> |
>
> Hi,
>
> I had the same problem. For me, the patch below works. It may not be the
> correct way to solve this, though.
>
> Let me know, if it works also for you.
>
> Manfred
>
>
>
>
> --- ../asterisk-v-1_0_RC2/dsp.c 2004-07-24 23:06:54.000000000 +0200
> +++ dsp.c 2004-08-18 10:11:26.017124954 +0200
> @@ -1229,6 +1229,13 @@
> int x;
> int res = 0;
>
> + /*PM BEGIN*/
> + if (len==0) {
> + ast_log(LOG_WARNING, "zero length packet\n&q...
2004 Aug 18
1
Hangups - SIGFPE in dsp.c
Hi,
I'm running the latest CVS HEAD version of asterisk, and I'm experiencing
hangups during voice conversation. This happens quite regularely and
often.
The problem is in dsp.c, line 1235, where it says
accum /= len;
But `len', at this point, is 0, resulting in a SIGFPE. The routine
ast_frame *i4l_read() in channels/chan_modem_i4l.c:411 is
setting p->fr.datalen to