How to understand EXC_BAC_ACCESS (SIGSEGV) KERN_INVALID_ADDRESS log?
问题 I'm doing an app in Titanium for Android and IOS. When I navigate a lot in the application I have a random exception and the app crashes. How can I know where is the problem? The app is a little complex to explain: It has two windows, first window is for "home" view that is only in portrait mode, and when I click to go to another view, I close the first window, I open another window and I add a view with the content to this window. The content view load the same web view with different url.