search for: ast_ulaw_init

Displaying 1 result from an estimated 1 matches for "ast_ulaw_init".

2003 May 19
2
Illegal instruction on a new asterisk build.
...ild from tonight) running fine on a RedHat9 box, with zaptel hardware. On a second RedHat9 box (with no zaptel hardware) I've built the same version, apparently with no errors, but immediately upon invoking asterisk I get: Illegal instruction. running under gdb, it shows that its failing in ast_ulaw_init as shown below: [New Thread 16384 (LWP 1097)] Program received signal SIGILL, Illegal instruction. [Switching to Thread 16384 (LWP 1097)] 0x0806c22c in ast_ulaw_init () at ulaw.c:48 48 if (sample > CLIP) sample = CLIP; /* clip the magnitude */ (gdb) where #0 0x0806c22c in ast_ul...