IOS EXC_BAD_ACCESS KERN_INVALID_ADDRESS
I sometimes get this error:
Thread : Crashed: com.apple.root.default-priority
0 libobjc.A.dylib 0x000000019079a984 objc_object::release() + 8
1 APP 0x000000010015a128 -[DEContext callService:service:] (DENavajoContext.m:116)
2 APP 0x000000010015fcc4 +[DEContext(DXContext) genericServiceRequest:service:error:expectedMessage:] (DEContext+DXContext.m:31)
3 APP 0x0000000100111a64 __28+[DXLogo logo:callback:]_block_invoke (DXLogo.m:81)
4 libdispatch.dylib 0x0000000190d58014 _dispatch_call_block_and_release + 24
5 libdispatch.dylib 0x0000000190d57fd4 _dispatch_client_callout + 16
6 libdispatch.dylib 0x0000000190d5f2b8 _dispatch_root_queue_drain + 556
7 libdispatch.dylib 0x0000000190d5f4fc _dispatch_worker_thread2 + 76
8 libsystem_pthread.dylib 0x0000000190eed6bc _pthread_wqthread + 356
I searched SO and I found a couple of things:
- Can I have a dangling pointer?
- Out of memory (I'm pretty sure it isn't)
Now my question is, how can I fix such an error? Where can I start looking, etc.
Thank you in advance
+3
source to share
2 answers