My app has 2 views that are shown as flipview when a button is pressed. They are working just fine on any testdevice.
But in XCode, one of them is causing a crash (bad_exec) to the return of the main method when he is displayed. The crash happens outside of any of my functions.
Ok, bad_exec means, I have anything that is trashing/deallocating or corrupting the memory. But why does it just happen in the iPhone 4.2 simulator under xcode 4? No Zombies do fire, nor do I overwrite/deallocate anything when he the view is displayed.
Any idea whats going on? Added stack. Full resolution here: http://www.codebaker.de/Od开发者_运维技巧dCrash.png
Changed to stack only
Copy Paste the stacktrace, look at the selection on the laft, it's a shortened stack trace, you can select and copy it:
You can find the stacktrace here, click on the field right to Thread 1 on the bar which divides the editor and the lower pane:
精彩评论