Brew Question:
Download Job Interview Questions and Answers PDF
What is a "Re-entrant Data Abort"?
Answer:
The "Re-entrant Data Abort" exception is often caused by stack overrun. When an applet is running on the phone the stack size is small, and you are more likely to see stack overrun problems than when running on the emulator. Solutions to this problem are reducing the size or number of objects on the stack, and using objects allocated on the heap instead of automatic variables.
Download Brew Interview Questions And Answers
PDF
Previous Question | Next Question |
How to recover the phone from an "UndefInst Exception"? | What is a "Pref Abort Exception"? |