I have a cocos2d Mac application. I get random crashes when creating and adding Sprites.
Bascially i get SIGABRT on
// flush buffer
[self.view.openGLContext flushBuffer];
in CCDirectorMac.
Screenshot here: http://www.zentralnorden.com/temp/crash0220.png
Any advice on how to approach this is helpfull.