We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a pretty hard to track bug. I am opening a view that contains the component and after dealloc´ng I have the following crash.
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 OpenGLES 0x000000018713b930 +[EAGLContext setCurrentContext:] + 84 1 OpenGLES 0x000000018713b91c +[EAGLContext setCurrentContext:] + 64 2 GLKit 0x000000018d4b08ec -[GLKView dealloc] + 176 3 liboainject.dylib 0x000000010062e52c 0x100628000 + 25900 4 libobjc.A.dylib 0x0000000184a65ae8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 508 5 liboainject.dylib 0x000000010062d76c 0x100628000 + 22380 6 CoreFoundation 0x00000001852c142c _CFAutoreleasePoolPop + 28 7 CoreFoundation 0x0000000185392a20 __CFRunLoopRun + 1636 8 CoreFoundation 0x00000001852c1680 CFRunLoopRunSpecific + 384 9 GraphicsServices 0x00000001867d0088 GSEventRunModal + 180 10 UIKit 0x000000018a138d90 UIApplicationMain + 204 11 chatterbox-iOS 0x00000001000f50f0 0x100048000 + 708848 12 libdyld.dylib 0x0000000184e628b8 start + 4
Any help or suggestions?
The text was updated successfully, but these errors were encountered:
I have the same issue. :(
Sorry, something went wrong.
@CamilaMoscatelli I found fix - #266, seems it works
@turok Hi! I was just about to tell you the same thing! That works for me too.
No branches or pull requests
I have a pretty hard to track bug.
I am opening a view that contains the component and after dealloc´ng I have the following crash.
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 OpenGLES 0x000000018713b930 +[EAGLContext setCurrentContext:] + 84
1 OpenGLES 0x000000018713b91c +[EAGLContext setCurrentContext:] + 64
2 GLKit 0x000000018d4b08ec -[GLKView dealloc] + 176
3 liboainject.dylib 0x000000010062e52c 0x100628000 + 25900
4 libobjc.A.dylib 0x0000000184a65ae8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 508
5 liboainject.dylib 0x000000010062d76c 0x100628000 + 22380
6 CoreFoundation 0x00000001852c142c _CFAutoreleasePoolPop + 28
7 CoreFoundation 0x0000000185392a20 __CFRunLoopRun + 1636
8 CoreFoundation 0x00000001852c1680 CFRunLoopRunSpecific + 384
9 GraphicsServices 0x00000001867d0088 GSEventRunModal + 180
10 UIKit 0x000000018a138d90 UIApplicationMain + 204
11 chatterbox-iOS 0x00000001000f50f0 0x100048000 + 708848
12 libdyld.dylib 0x0000000184e628b8 start + 4
Any help or suggestions?
The text was updated successfully, but these errors were encountered: