iOS 6 Maps occasional Crash

后端 未结 4 1940
孤街浪徒
孤街浪徒 2021-02-04 11:53

I\'m getting occasionally crash with iOS 6 MapKit. Can\'t really reproduce it. What can cause this?

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KE         


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-02-04 12:10

    I found this. It may help you fix your problem.

    "Issue: An OpenGL ES-based application displays “flashing” or “stale” frames after a call to presentRenderBuffer. This symptom can occur when an OpenGL ES application calls the EAGL presentRenderbuffer method without first drawing anything. What is seen on screen may contain uninitialized pixels or previously rendered frames. To correct this issue, you should always draw something to your framebuffer before calling presentRenderbuffer. Also note that unless you set the RetainedBackbuffer property on your CAEAGLLayer to enable retained backbuffer mode, the contents of your renderbuffer are not guaranteed to remain valid after a call to presentRenderbuffer".

    -Lewis

提交回复
热议问题