This is a failure due to see repeating sequences:
Foundation _writeJSONArray + 236 Foundation _writeJSONValue + 504 Foundation ___writeJSONArray_block_invoke + 100 CoreFoundation __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 90 CoreFoundation -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 232
It looks like you are writing an array somewhere in a JSON structure, and your code ends in an infinite loop.
Your own code does not appear in the stack trace, since the stack trace is too large (stack overflow), and these frames are popped out of history.
Kerni source share