PDA

View Full Version : ARM Mode data abort


rkuppala
08-26-2003, 05:54 PM
Hi,

Is the condition "ARM Mode Data Abort" the same as "Re-entrant data abort"?

I am trying to build an application for BREW 2.1 phone(curitel). Everything
seems to work fine expect when I terminate the application at which point I
get the ARM Mode Data abort message and the phone is reset. Further, I have
observed that it is not a consistent exception condition. ie it happens some
times and does not happen at other times. The condition is also not visible
on all the phones I downloaded the application.

The number of stack variables that I use is very minimal. So I am not sure
the problem is with stack variables.

Any ideas as to what might be causing this problem? How can I debug such
scenarios?

Thanks