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

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to