[EMAIL PROTECTED] wrote:
this is what im getting

Alignment trap: application(1198) PC=0x4074fcf0 Instr=0xe49c2004
Address=0x000e96d6 FSR 0x013

so how can i look in to this?

Start gdb on the process but don't run it. Just type "l *0x4074fcf0" and it should point you at the offending code (assuming you've got debug symbols compiled in). It won't give you a backtrace though - as Matthias mentioned, you'll need a coredump for that.

This is also assuming that the code is not in a dynamically loaded library, and that /proc/sys/kernel/randomize_va_space is turned off (on newer kernels at least - it doesn't seem to be in the montavista one).

HTH,

Bernard.

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to