YYWebImage icon indicating copy to clipboard operation
YYWebImage copied to clipboard

semaphore_wait_trap crash

Open 405092901 opened this issue 2 years ago • 0 comments

崩溃日志

Incident Identifier: A21B2E2E-51BA-47CB-9A13-47B9DC071374 Hardware Model: iPhone11,6 Process: Xxxxx [315] Path: /private/var/containers/Bundle/Application/85052CC9-676A-47F1-8A67-4D75FECCAFC3/Xxxxx.app/Xxxxx Identifier: XXXX Version: 4.6.0 (3691) AppStoreTools: 13F15 AppVariant: 1:iPhone11,6:15 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: XXXXX [476]

Date/Time: 2022-05-25 23:46:18.3391 +0530 Launch Time: 2022-05-25 23:43:52.0309 +0530 OS Version: iPhone OS 15.4.1 (19E258) Release Type: User Baseband Version: 4.03.02 Report Version: 104

Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: FRONTBOARD 2343432205 <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:[application<XXXXX>:315] failed to terminate gracefully after 5.0s ProcessVisibility: Background ProcessState: Running WatchdogEvent: process-exit WatchdogVisibility: Background WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 22.090 (user 22.090, system 0.000), 71% CPU", "Elapsed application CPU time (seconds): 3.278, 11% CPU" ) reportType:CrashLog maxTerminationResistance:Interactive>

Triggered by Thread: 0

Kernel Triage: VM - pmap_enter failed with resource shortage VM - Compressor failed a blocking pager_get VM - Compressor failed a blocking pager_get VM - Compressor failed a blocking pager_get VM - Compressor failed a blocking pager_get

Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001f1f4a51c semaphore_wait_trap + 8 1 libdispatch.dylib 0x00000001ba248fc8 dispatch_sema4_wait + 28 (lock.c:139) 2 libdispatch.dylib 0x00000001ba249670 dispatch_semaphore_wait_slow + 132 (semaphore.c:132) 3 Xxxxx 0x0000000104f0d968 -[YYDiskCache containsObjectForKey:] + 52 (YYDiskCache.m:214) 4 Xxxxx 0x0000000104f7ece4 -[YYImageCache containsImageForKey:withType:] + 88 (YYImageCache.m:179) 5 Xxxxx 0x00000001036de568 VipAudiencesCheckInListView.append(message:) + 1244 (VipAudiencesCheckInListView.swift:134) 6 Xxxxx 0x00000001036dbf78 VipAudiencesCheckInListView.appendMessageData(message:) + 220 (VipAudiencesCheckInListView.swift:123) 7 Xxxxx 0x0000000101b098f8 WatchRtmDriver.append(message:) + 35088 (WatchRtmDriver.swift:889) 8 Xxxxx 0x0000000101afd9d0 WatchRtmDriver.receiveMessage(message:) + 64592 (WatchRtmDriver.swift:481) 9 Xxxxx 0x0000000102411a8c protocol witness for RTMMessageReceiceDelegate.receiveMessage(message:) in conformance LiveRtmDriverBase + 36 (:0) 10 Xxxxx 0x000000010281be40 closure #1 in closure #1 in closure #1 in RtmManagerAnswer.dispatchBatchRtmMessage(messageArr:) + 148 (RtmManager.swift:676) 11 Xxxxx 0x00000001048e5cf4 closure #1 in WeakReferenceArray.excuteObject(:) + 288 (WeakReferenceArray.swift:49) 12 libswiftCore.dylib 0x00000001bf0dd3d8 Sequence.forEach(:) + 748 (Sequence.swift:758) 13 Xxxxx 0x00000001048e5ba8 WeakReferenceArray.excuteObject(_:) + 408 (WeakReferenceArray.swift:48) 14 Xxxxx 0x000000010281bd88 closure #1 in closure #1 in RtmManagerAnswer.dispatchBatchRtmMessage(messageArr:) + 248 (RtmManager.swift:675) 15 Xxxxx 0x00000001013213f4 0x100f6c000 + 3888116 16 libdispatch.dylib 0x00000001ba246e68 _dispatch_call_block_and_release + 32 (init.c:1517) 17 libdispatch.dylib 0x00000001ba248a2c _dispatch_client_callout + 20 (object.m:560) 18 libdispatch.dylib 0x00000001ba256f48 _dispatch_main_queue_drain + 928 (inline_internal.h:2622) 19 libdispatch.dylib 0x00000001ba256b98 _dispatch_main_queue_callback_4CF + 44 (queue.c:7770) 20 CoreFoundation 0x00000001ba59a2f0 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 (CFRunLoop.c:1795) 21 CoreFoundation 0x00000001ba5541f4 __CFRunLoopRun + 2532 (CFRunLoop.c:3144) 22 CoreFoundation 0x00000001ba5676b8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268) 23 GraphicsServices 0x00000001d6601374 GSEventRunModal + 164 (GSEvent.c:2200) 24 UIKitCore 0x00000001bcecce88 -[UIApplication _run] + 1100 (UIApplication.m:3511) 25 UIKitCore 0x00000001bcc4e5ec UIApplicationMain + 364 (UIApplication.m:5064) 26 Xxxxx 0x0000000101170d50 0x100f6c000 + 2116944 27 dyld 0x0000000108319ce4 start + 520 (dyldMain.cpp:879)

405092901 avatar May 26 '22 10:05 405092901