Answers

Question and Answer:

  Home  Brew

⟩ What is a "Re-entrant Data Abort"?

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.

 211 views

More Questions for you: