SJMediaCacheServer icon indicating copy to clipboard operation
SJMediaCacheServer copied to clipboard

Crash Bug

Open iCoderHong opened this issue 3 years ago • 0 comments

'NSInvalidArgumentException', reason: '-[__NSFrozenDictionaryM asset]: unrecognized selector sent to instance 0x11f79f340' ( 0 CoreFoundation 0x00000001a8b05358 7769FFAC-4FCD-332D-A4BE-DA2F0E2FFEA5 + 1250136 1 libobjc.A.dylib 0x00000001a881acc0 objc_exception_throw + 60 2 CoreFoundation 0x00000001a8a04110 7769FFAC-4FCD-332D-A4BE-DA2F0E2FFEA5 + 196880 3 CoreFoundation 0x00000001a8b09b20 7769FFAC-4FCD-332D-A4BE-DA2F0E2FFEA5 + 1268512 4 CoreFoundation 0x00000001a8b0be10 _CF_forwarding_prep_0 + 96 5 SJMediaCacheServer 0x000000010a704ccc __40-[MCSAssetManager _removeAssetsInArray:]_block_invoke + 280 6 CoreFoundation 0x00000001a8ad771c 7769FFAC-4FCD-332D-A4BE-DA2F0E2FFEA5 + 1062684 7 CoreFoundation 0x00000001a89d5978 7769FFAC-4FCD-332D-A4BE-DA2F0E2FFEA5 + 6520 8 SJMediaCacheServer 0x000000010a704b64 -[MCSAssetManager _removeAssetsInArray:] + 180 9 SJMediaCacheServer 0x000000010a702f74 __67-[MCSAssetManager removeAssetsForLastReadingTime:notIn:countLimit:]_block_invoke + 1516 10 SJMediaCacheServer 0x000000010a70f82c mcs_queue_sync + 68 11 SJMediaCacheServer 0x000000010a702958 -[MCSAssetManager removeAssetsForLastReadingTime:notIn:countLimit:] + 204 12 SJMediaCacheServer 0x000000010a702874 -[MCSAssetManager removeAssetsForLastReadingTime:notIn:] + 84 13 SJMediaCacheServer 0x000000010a6f43f8 -[MCSAssetCacheManager _removeAssetsForLimit:] + 772 14 SJMediaCacheServer 0x000000010a6f3d84 -[MCSAssetCacheManager _trim] + 100 15 SJMediaCacheServer 0x000000010a6f3c9c __47-[MCSAssetCacheManager _checkCachesRecursively]_block_invoke_2 + 36 16 libdispatch.dylib 0x000000010afb74d8 _dispatch_client_callout + 20 17 libdispatch.dylib 0x000000010afc6e14 _dispatch_lane_barrier_sync_invoke_and_complete + 172 18 SJMediaCacheServer 0x000000010a70f840 mcs_queue_sync + 88 19 SJMediaCacheServer 0x000000010a6f3c48 __47-[MCSAssetCacheManager _checkCachesRecursively]_block_invoke + 116 20 libdispatch.dylib 0x000000010afb74d8 _dispatch_client_callout + 20 21 libdispatch.dylib 0x000000010afba320 _dispatch_continuation_pop + 572 22 libdispatch.dylib 0x000000010afce224 _dispatch_source_invoke + 1332 23 libdispatch.dylib 0x000000010afc9850 _dispatch_root_queue_drain + 356 24 libdispatch.dylib 0x000000010afca1b8 _dispatch_worker_thread2 + 140 25 libsystem_pthread.dylib 0x00000001a880d6dc _pthread_wqthread + 216 26 libsystem_pthread.dylib 0x00000001a88139c8 start_wqthread + 8 ) 2021-09-06 16:52:45.023180+0800 超级雇主[3972:1433736] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSFrozenDictionaryM asset]: unrecognized selector sent to instance 0x11f79f340'

iCoderHong avatar Sep 06 '21 09:09 iCoderHong