Brew Question:
Download Questions PDF

What is an "SWI Exception"?

Answer:

An "SWI Exception" is usually related to heap memory mismanagement. The most common causes of heap memory corruption are: overwriting the bounds of your allocated arrays, freeing objects more than once, and writing to wild or NULL pointers.
In addition to the more common causes, stack overrun can also lead to SWI Exceptions.

Download Brew Interview Questions And Answers PDF

Previous QuestionNext Question
What is a "Pref Abort Exception"?Why does the emulator display a blank screen with my applications name when my application exits?