We are developing an iPad application, starting with the presentation of a map with annotations.
Using the storyboard, when we move on to another view that has a graphical solution based on opengl (shinobi). When you return to the view with the map, it does not have problems until you touch the map to move it. When we try to move the map, it fails exc_bad_access exceptions in [EAGLContext setCurrentContext]
Any ideas?
Here is part of the crash log:
OS Version: iOS 6.0 (10A403) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000c Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 OpenGLES 0x39974b12 +[EAGLContext setCurrentContext:] + 74 1 VectorKit 0x32c64f0c -[VGLGPU setPaused:] + 120 2 VectorKit 0x32c54db8 -[VKMainLoop updateLinkState] + 492 3 VectorKit 0x32c54950 -[VKScreenCanvas _updateDisplayStatus:] + 104 4 VectorKit 0x32ccea9a -[VKScreenCanvas setGesturing:] + 254 5 MapKit 0x34defc3c -[MKMapView _willStartUserInteraction] + 48 6 MapKit 0x34de891a -[MKMapGestureController beginGesturing] + 50 7 MapKit 0x34de8c6c -[MKMapGestureController handlePan:] + 252 8 UIKit 0x379ead2c _UIGestureRecognizerSendActions + 124 9 UIKit 0x379b23d8 -[UIGestureRecognizer _updateGestureWithEvent:] + 388 10 UIKit 0x37b9f474 ...
source share