From time to time I'm encountering crash during launching the application.
Runtime SDK version 100.6
Thread 8: EXC_BAD_ACCESS (code=1, address=0x0)
Thread 8 Queue : com.esri.arcgis.requestOperation.data (serial)
#0 0x000000010a72e08e in void std::__1::__tree_balance_after_insert<std::__1::__tree_node_base<void*>*>(std::__1::__tree_node_base<void*>*, std::__1::__tree_node_base<void*>*) ()
I've tried to execute
po (SEL)$arg2
but the result is <no value available>
(SEL)$arg3 -> " \xffffffd2\xffffff91"
(SEL)$arg5 -> "\x01/attriba"
Can someone take a look for the Runtime SDK source code in order to examine which methods are using the "com.esri.arcgis.requestOperation.data" serial queue? It might help to understand where the problem is.