Hello everyone I’m using cocos2dx 2.2.6 and I’m receiving crash reports from Apple at this line.
QuartzCore 0x0000000183fa818c CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 588 (.CAInternal.h:262)
here’s the crash log
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
libsystem_kernel.dylib 0x000000018100811c __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001810d4ef8 pthread_kill + 112 (pthread.c:1247)
2 libsystem_c.dylib 0x0000000180f79dac abort + 140 (abort.c:91)
3 libsystem_malloc.dylib 0x000000018103cd24 szone_error + 440 (magazine_malloc.c:1029)
4 libsystem_malloc.dylib 0x000000018103cd48 free_list_checksum_botch + 36 (magazine_malloc.c:1433)
5 libsystem_malloc.dylib 0x0000000181035fd8 tiny_free_list_remove_ptr + 156 (magazine_malloc.c:1480)
6 libsystem_malloc.dylib 0x00000001810337b4 szone_free + 1884 (magazine_malloc.c:2562)
7 CoreFoundation 0x0000000181348f74 CFRelease + 1088 (CFRuntime.c:2200)
8 libobjc.A.dylib 0x0000000180aedae8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 508 (NSObject.mm:741)
9 QuartzCore 0x0000000183fa818c CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 588 (.CAInternal.h:262)
10 IOKit 0x00000001816e5e54 IODispatchCalloutFromCFMessage + 372 (IOKitLib.c:1190)
11 CoreFoundation 0x000000018140d030 __CFMachPortPerform + 180 (CFMachPort.c:553)
12 CoreFoundation 0x00000001814257d4 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 56 (CFRunLoop.c:1777)
13 CoreFoundation 0x0000000181424f0c __CFRunLoopDoSource1 + 436 (CFRunLoop.c:1896)
14 CoreFoundation 0x0000000181422c64 __CFRunLoopRun + 1800 (CFRunLoop.c:2740)
15 CoreFoundation 0x000000018134cc50 CFRunLoopRunSpecific + 384 (CFRunLoop.c:2814)
16 GraphicsServices 0x0000000182c34088 GSEventRunModal + 180 (GSEvent.c:2245)
17 UIKit 0x0000000186636088 UIApplicationMain + 204 (UIApplication.m:3772)
Does anyone have any suggestions on what might be the cause of this problem and how to solve it or how to get more details…
Thank you