This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Alignment trap on ARM926

I am porting a Windows application on to ARM926 of OMAP L138.  It compiled alright but printed out the following when I ran it:

Alignment trap: hostappemu (908) PC=0x40041e2c Instr=0xe5803000 Address=0x0005d3ce FSR 0x801

Alignment trap: hostappemu (908) PC=0x4003ab10 Instr=0xe5826000 Address=0x0005d3ca FSR 0x801

I tried remote debugging using ddd and "l *0x40041e2c" but it keeps on telling me that the line number doesn't exist. Can anyone advise how to interpret the PC, Instr, Address and FSR, and how I could find the corresponding source code base on these information?

Thanks!