We are getting multiple crashes but as the stack trace does not show direct calls from our code it is hard to track down the cause. Any idea what could be causing this problem with the following stack trace?
Thread : Crashed: com.apple.main-thread
0 libsystem_kernel.dylib 0x3a6a31fc __pthread_kill + 8
1 libsystem_pthread.dylib 0x3a70aa53 pthread_kill + 58
2 libsystem_c.dylib 0x3a65402d abort + 76
3 OurApp 0x00190e5d -[ShinobiChartLog handleFatalErrorWithMessage:fromSource:]
4 OurApp 0x001a67ff SChartGLErrorHandler::handleErrorImpl(char const*) const
5 OurApp 0x00170895 -[SChartGLView checkResize]
6 OurApp 0x00170f71 -[SChartGLView beginRenderWithReloadedData:isRadialChart:]
7 OurApp 0x0017467b -[SChartCanvas drawChart:]
8 OurApp 0x00171cd3 -[SChartCanvasRenderView drawRect:]
9 UIKit 0x32596dd9 -[UIView(CALayerDelegate) drawLayer:inContext:] + 372
10 QuartzCore 0x321cca79 -[CALayer drawInContext:] + 100
11 QuartzCore 0x321b5515 CA::Layer::display_() + 460
12 QuartzCore 0x32199369 CA::Layer::display_if_needed(CA::Transaction*) + 208
13 QuartzCore 0x32199001 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 24
14 QuartzCore 0x32198a0d CA::Context::commit_transaction(CA::Transaction*) + 228
15 QuartzCore 0x3219881f CA::Transaction::commit() + 314
16 QuartzCore 0x3219254d CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 56
17 CoreFoundation 0x2fd5df69 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20
18 CoreFoundation 0x2fd5b8f7 __CFRunLoopDoObservers + 286
19 CoreFoundation 0x2fd5bc43 __CFRunLoopRun + 738
20 CoreFoundation 0x2fcc6471 CFRunLoopRunSpecific + 524
21 CoreFoundation 0x2fcc6253 CFRunLoopRunInMode + 106
22 GraphicsServices 0x349fa2eb GSEventRunModal + 138
23 UIKit 0x3257b845 UIApplicationMain + 1136
24 OurApp 0x000d52b3 main (main.m:10)