googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

EXC_BAD_ACCESS KERN_INVALID_ADDRESS #290

Closed hardworker closed 6 years ago

hardworker commented 6 years ago

Hello! I'm using panorama example from this repo in the app. GVRKit version is 1.100.0. Some app users have the following crash:

Crashed: com.apple.main-thread 0 libGPUSupportMercury.dylib 0x2d1ea2e2 gpus_ReturnNotPermittedKillClient 1 libGPUSupportMercury.dylib 0x2d1eadc7 gpusSubmitDataBuffers 2 IMGSGX543GLDriver 0x2ff71fa1 glrSGXRenderVertexArray 3 GLEngine 0x304db23d glDrawArrays_ES2Exec 4 APPNAME 0x9409ad -[GVRTextureRenderer draw:] + 1106176 5 APPNAME 0x93f80d -[GVRRenderList draw:] + 1101664 6 APPNAME 0x93edfd -[GVRSceneRenderer draw:] + 1099088 7 APPNAME 0x93af93 -[GVRRenderer drawFrame:] + 1083110 8 APPNAME 0x93c509 -[GVRRendererView drawRect:] + 1088604 9 GLKit 0x27f1d4bf -[GLKView _display:] + 178 10 QuartzCore 0x22fbba0b CA::Display::DisplayLinkItem::dispatch() + 106 11 QuartzCore 0x22fbb857 CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 594 12 IOMobileFramebuffer 0x226a250b IOMobileFramebufferVsyncNotifyFunc + 86 13 IOKit 0x20bb0759 IODispatchCalloutFromCFMessage + 256 14 CoreFoundation 0x2090e37d CFMachPortPerform + 132 15 CoreFoundation 0x209225b3 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 34 16 CoreFoundation 0x20921cc7 CFRunLoopDoSource1 + 342 17 CoreFoundation 0x209200d9 __CFRunLoopRun + 1688 18 CoreFoundation 0x2086f229 CFRunLoopRunSpecific + 520 19 CoreFoundation 0x2086f015 CFRunLoopRunInMode + 108 20 GraphicsServices 0x21e5fac9 GSEventRunModal + 160 21 UIKit 0x24f43189 UIApplicationMain + 144 22 APPNAME 0x395f87 main (main.m:20) 23 libdispatch.dylib 0x20517873 (Missing)

sanjayc77 commented 6 years ago

How can I reproduce this in the Panorama app? What device did you test on?

sanjayc77 commented 6 years ago

Closing this due to inactivity. Please re-open if you still see the issue.