memory leaks - How to diagnose a EXC_BAD_ACCESS while my App running - objective-C -


I am working on a 2D OpenGL ES game. I have used clags and instruments to find and finish all the leaks. I am using memory of my app (live byte in object olok) around 1.5 MB. However, long lasting sessions end in the final EXC_BAD_ACCESS when I turn on NSZombieEnabled, APCBAD goes out of memory (and crashes) before the ACCOS becomes operational.

How can I diagnose the EXC_BAD_ACCESS?


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -