Good day, Could an invalid json cause this error? I am a little bit lost trying to figure out the cause of the crash.
Thread 6 name: CouchbaseLite Thread 6 Crashed: 0 libsystem_kernel.dylib 0x1c86dacc __pthread_kill + 8 1 libsystem_c.dylib 0x1c80295b abort + 109 2 myApp 0x00ed159f mono_handle_native_crash (mini-exceptions.c:2548) 3 myApp 0x00eda60f mono_sigsegv_signal_handler (mini-runtime.c:2838) 4 libsystem_platform.dylib 0x1c920259 _sigtramp + 25 5 myApp 0x0106171b yajl_buf_append (yajl_buf.c:77) 6 myApp 0x0106171b yajl_buf_append (yajl_buf.c:77) 7 myApp 0x01061279 yajl_string_encode (yajl_encode.c:69) 8 myApp 0x01062c95 yajl_gen_string (yajl_gen.c:260) 9 myApp 0x010482d9 __53-[NSString(CBJSONEncoder) cbjson_encodeTo:canonical:]_block_invoke (CBJSONEncoder.m:167) 10 myApp 0x0100c36f CBLWithStringBytes (CBLMisc.m:85) 11 myApp 0x01048277 -[NSString(CBJSONEncoder) cbjson_encodeTo:canonical:] (CBJSONEncoder.m:169) 12 myApp 0x010486c3 -[NSDictionary(CBJSONEncoder) cbjson_encodeTo:canonical:] (CBJSONEncoder.m:249) 13 myApp 0x01047f6d -[CBJSONEncoder encode:] (CBJSONEncoder.m:102) 14 myApp 0x01047d47 +[CBJSONEncoder canonicalEncoding:error:] (CBJSONEncoder.m:67) 15 myApp 0x0106d7c7 -[CBL_SQLiteStorage encodeDocumentJSON:] (CBL_SQLiteStorage.m:1842) 16 myApp 0x0106cfed __78-[CBL_SQLiteStorage forceInsert:revisionHistory:validationBlock:source:error:]_block_invoke (CBL_SQLiteStorage.m:1726) 17 myApp 0x010678f1 -[CBL_SQLiteStorage inTransaction:] (CBL_SQLiteStorage.m:489) 18 myApp 0x0106ca2d -[CBL_SQLiteStorage forceInsert:revisionHistory:validationBlock:source:error:] (CBL_SQLiteStorage.m:1660) 19 myApp 0x01043da7 -[CBLDatabase(Insertion) forceInsert:revisionHistory:source:error:] (CBLDatabase+Insertion.m:264) 20 myApp 0x01000eef __30-[CBL_Puller insertDownloads:]_block_invoke (CBL_Puller.m:677) 21 myApp 0x010678f1 -[CBL_SQLiteStorage inTransaction:] (CBL_SQLiteStorage.m:489) 22 myApp 0x01000a5d -[CBL_Puller insertDownloads:] (CBL_Puller.m:660) 23 myApp 0x0100bf35 -[CBLBatcher processNow] (CBLBatcher.m:83) 24 Foundation 0x1d9d202f __NSFireDelayedPerform + 459 25 CoreFoundation 0x1d05c637 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 15 26 CoreFoundation 0x1d05c339 __CFRunLoopDoTimer + 833 27 CoreFoundation 0x1d05bd37 __CFRunLoopDoTimers + 189 28 CoreFoundation 0x1d059dd5 __CFRunLoopRun + 781 29 CoreFoundation 0x1cfad1af CFRunLoopRunSpecific + 471 30 CoreFoundation 0x1cfacfd1 CFRunLoopRunInMode + 105 31 Foundation 0x1d901ab5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 259 32 myApp 0x00ff6b2d -[CBL_Server runServerThread] (CBL_Server.m:113) 33 Foundation 0x1d9e58ab __NSThread__start__ + 1123 34 libsystem_pthread.dylib 0x1c92493b _pthread_body + 217 35 libsystem_pthread.dylib 0x1c92485d _pthread_start + 235 36 libsystem_pthread.dylib 0x1c922468 thread_start + 8 Thanks. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/d6e88ca0-bb03-4be2-a420-6088b9904f93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
