[Asterisk-Users] illegal instruction
andrewg at felinemenace.org
andrewg at felinemenace.org
Fri Jun 4 21:58:34 MST 2004
On Sat, Jun 05, 2004 at 02:35:23PM +1000, dkwok wrote:
> I have just compiled the latest cvs 040605 and have this illegal instruction error when launched asterisk. It is compiled on Via c5 processor. In the asterisk/Makefile I have set PROC=i586 but it does not help the situation.
>
> Any suggestion.
Yep, break out gdb (I'd assume it'd support your processor fine ;) and see where the instruction is illegal
gdb /path/to/asterisk
set args -vggggc or whatever you normally do
run
backtrace
x/5i $eip
info registers
>
> Regards
> David Kwok
More information about the asterisk-users
mailing list