crash 崩溃,紧急求助

  • sdk_version: v10.3.1
  • os_version: 11.4

Thread 28 name:
Thread 28 Crashed:
0   libsystem_pthread.dylib        	 0x0000000181a486bc _pthread_mutex_lock_wait (libsystem_pthread.dylib)
1   Foundation                     	 0x00000001827aec90 -[NSRecursiveLock lock] (Foundation)
2   Foundation                     	 0x000000018286a020 __NSThreadPerformPerform (Foundation)
3   CoreFoundation                 	 0x0000000181dc7404 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (CoreFoundation)
4   CoreFoundation                 	 0x0000000181dc6ce0 __CFRunLoopDoSources0 (CoreFoundation)
5   CoreFoundation                 	 0x0000000181dc479c __CFRunLoopRun (CoreFoundation)
6   CoreFoundation                 	 0x0000000181ce4da8 CFRunLoopRunSpecific (CoreFoundation)
7   Foundation                     	 0x0000000182759674 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] (Foundation)
8   xxx                    	 0x0000000101e70360 -[AVObject sendBatchRequest:eventually:error:]
9   xxx                   	 0x0000000101e6e650 -[AVObject saveWithOption:eventually:verifyBefore:error:]
10  xxx                    	 0x0000000101e6eef0 __56-[AVObject saveInBackgroundWithOption:eventually:block:]_block_invoke
11  libdispatch.dylib              	 0x0000000181710aa0 _dispatch_call_block_and_release (libdispatch.dylib)
12  libdispatch.dylib              	 0x0000000181710a60 _dispatch_client_callout (libdispatch.dylib)
13  libdispatch.dylib              	 0x0000000181717b84 _dispatch_queue_override_invoke$VARIANT$mp (libdispatch.dylib)
14  libdispatch.dylib              	 0x000000018171dcac _dispatch_root_queue_drain (libdispatch.dylib)
15  libdispatch.dylib              	 0x000000018171d9fc _dispatch_worker_thread3 (libdispatch.dylib)
16  libsystem_pthread.dylib        	 0x0000000181a43fac _pthread_wqthread (libsystem_pthread.dylib)
17  libsystem_pthread.dylib        	 0x0000000181a43b08 start_wqthread (libsystem_pthread.dylib)

您好,还有其它信息吗?一般 crash 都会有一个 error message 的。

EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000001a1b7552969

这个问题一般是由内存释放不当引起的。我们会审查一下这部分的代码,有进展后再通知您。

崩溃率较高,不知道有何进展

Crashed: com.apple.root.default-qos
0  libsystem_pthread.dylib        0x1824706bc pthread_mutex_lock$VARIANT$mp + 278
1  CoreFoundation                 0x18270ba34 CFRunLoopSourceSignal + 68
2  Foundation                     0x1831d6c90 performQueueDequeue + 468
3  Foundation                     0x183292020 __NSThreadPerformPerform + 136
4  CoreFoundation                 0x1827ef404 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
5  CoreFoundation                 0x1827eece0 __CFRunLoopDoSources0 + 456
6  CoreFoundation                 0x1827ec79c __CFRunLoopRun + 1204
7  CoreFoundation                 0x18270cda8 CFRunLoopRunSpecific + 552
8  Foundation                     0x183181674 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
9  xxxx                    0x101ce5b44 -[AVObject sendBatchRequest:eventually:error:] + 4290372
10 xxxx                    0x101ce3e34 -[AVObject saveWithOption:eventually:verifyBefore:error:] + 4282932
11 xxxx                    0x101ce46d4 __56-[AVObject saveInBackgroundWithOption:eventually:block:]_block_invoke + 4285140
12 libdispatch.dylib              0x182138aa0 _dispatch_call_block_and_release + 24
13 libdispatch.dylib              0x182138a60 _dispatch_client_callout + 16
14 libdispatch.dylib              0x18213fb84 _dispatch_queue_override_invoke$VARIANT$mp + 716
15 libdispatch.dylib              0x182145cac _dispatch_root_queue_drain + 588
16 libdispatch.dylib              0x1821459fc _dispatch_worker_thread3 + 120
17 libsystem_pthread.dylib        0x18246bfac _pthread_wqthread + 1176
18 libsystem_pthread.dylib        0x18246bb08 start_wqthread + 4

请问有升级到最新版吗?

没有,那我升级个版本,后面在看看

请升级到 v11.4.2 吧。