We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think same error occurs in my project
Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000008
Log:
Crashed: com.apple.main-thread 0 QuartzCore 0x58e60 CALayerGetSuperlayer + 76 1 UIKitCore 0xd29c -[UIView(UIKitManual) superview] + 84 2 UIKitCore 0x5bb9c -[UIView(AdditionalLayoutSupport) _informContainerThatSubviewsNeedUpdateConstraintsNeedingLayout:] + 32 3 UIKitCore 0x5bb38 -[UIView(AdditionalLayoutSupport) _setNeedsUpdateConstraintsNeedingLayout:] + 52 4 UIKitCore 0x7d068 -[UIView(AdditionalLayoutSupport) _invalidateIntrinsicContentSizeNeedingLayout:] + 132 5 UIKitCore 0x306f8 -[UIImageView _updateImageViewForOldImage:newImage:] + 248 6 UIKitCore 0x6ccb4 -[UIImageView _resolveImageForTrait:previouslyDisplayedImage:] + 652 7 UIKitCore 0x3024c -[UIImageView setImage:] + 408 8 SDWebImage 0x34454 -[UIView(WebCache) sd_setImage:imageData:basedOnClassOrViaCustomSetImageBlock:transition:cacheType:imageURL:] + 370 (UIView+WebCache.m:370) 9 SDWebImage 0x33cd4 __113-[UIView(WebCache) sd_internalSetImageWithURL:placeholderImage:options:context:setImageBlock:progress:completed:]_block_invoke.12 + 218 (UIView+WebCache.m:218) 10 SDWebImage 0xba0c SDSafeExecute + 36 (SDCallbackQueue.m:36) 11 SDWebImage 0xbaa0 -[SDCallbackQueue async:] + 99 (SDCallbackQueue.m:99) 12 SDWebImage 0x2c670 -[SDWebImageManager callCompletionBlockForOperation:completion:image:data:error:cacheType:finished:queue:url:] + 685 (SDWebImageManager.m:685) 13 SDWebImage 0x2c218 __115-[SDWebImageManager callStoreCacheProcessForOperation:url:options:context:image:data:cacheType:finished:completed:]_block_invoke.103 + 609 (SDWebImageManager.m:609) 14 SDWebImage 0x2c47c -[SDWebImageManager storeImage:imageData:forKey:options:context:imageCache:cacheType:finished:completion:] + 665 (SDWebImageManager.m:665) 15 SDWebImage 0x2be1c -[SDWebImageManager callStoreCacheProcessForOperation:url:options:context:image:data:cacheType:finished:completed:] + 611 (SDWebImageManager.m:611) 16 SDWebImage 0x2ba8c __158-[SDWebImageManager callStoreOriginCacheProcessForOperation:url:options:context:originalImage:cacheImage:originalData:cacheData:cacheType:finished:completed:]_block_invoke.102 + 570 (SDWebImageManager.m:570) 17 SDWebImage 0x2c47c -[SDWebImageManager storeImage:imageData:forKey:options:context:imageCache:cacheType:finished:completion:] + 665 (SDWebImageManager.m:665) 18 SDWebImage 0x2b654 -[SDWebImageManager callStoreOriginCacheProcessForOperation:url:options:context:originalImage:cacheImage:originalData:cacheData:cacheType:finished:completed:] + 571 (SDWebImageManager.m:571) 19 SDWebImage 0x2afdc -[SDWebImageManager callTransformProcessForOperation:url:options:context:originalImage:originalData:cacheType:finished:completed:] + 517 (SDWebImageManager.m:517) 20 SDWebImage 0x2aca0 __125-[SDWebImageManager callDownloadProcessForOperation:url:options:context:cachedImage:cachedData:cacheType:progress:completed:]_block_invoke + 457 (SDWebImageManager.m:457) 21 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32 22 libdispatch.dylib 0x3fdc dispatch_client_callout + 20 23 libdispatch.dylib 0x127f4 dispatch_main_queue_drain + 928 24 libdispatch.dylib 0x12444 dispatch_main_queue_callback_4CF + 44 25 CoreFoundation 0x9a6f8 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 26 CoreFoundation 0x7c058 __CFRunLoopRun + 2036 27 CoreFoundation 0x80ed4 CFRunLoopRunSpecific + 612 28 GraphicsServices 0x1368 GSEventRunModal + 164 29 UIKitCore 0x3a23d0 -[UIApplication run] + 888 30 UIKitCore 0x3a2034 UIApplicationMain + 340 31 libswiftUIKit.dylib 0x35308 UIApplicationMain(::::) + 104 32 Baraca 0x22520 main + 4363052320 (HomeChosen.swift:4363052320) 33 ??? 0x1e9fbc960 (Missing)
Originally posted by @mfd2144 in SDWebImage/SDWebImage#3533 (comment)
The text was updated successfully, but these errors were encountered:
Please assist me with advice on securing my devices from other entities assign on devices as administrator/s
Sorry, something went wrong.
No branches or pull requests
I think same error occurs in my project
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000008
Log:
Crashed: com.apple.main-thread
0 QuartzCore 0x58e60 CALayerGetSuperlayer + 76
1 UIKitCore 0xd29c -[UIView(UIKitManual) superview] + 84
2 UIKitCore 0x5bb9c -[UIView(AdditionalLayoutSupport) _informContainerThatSubviewsNeedUpdateConstraintsNeedingLayout:] + 32
3 UIKitCore 0x5bb38 -[UIView(AdditionalLayoutSupport) _setNeedsUpdateConstraintsNeedingLayout:] + 52
4 UIKitCore 0x7d068 -[UIView(AdditionalLayoutSupport) _invalidateIntrinsicContentSizeNeedingLayout:] + 132
5 UIKitCore 0x306f8 -[UIImageView _updateImageViewForOldImage:newImage:] + 248
6 UIKitCore 0x6ccb4 -[UIImageView _resolveImageForTrait:previouslyDisplayedImage:] + 652
7 UIKitCore 0x3024c -[UIImageView setImage:] + 408
8 SDWebImage 0x34454 -[UIView(WebCache) sd_setImage:imageData:basedOnClassOrViaCustomSetImageBlock:transition:cacheType:imageURL:] + 370 (UIView+WebCache.m:370)
9 SDWebImage 0x33cd4 __113-[UIView(WebCache) sd_internalSetImageWithURL:placeholderImage:options:context:setImageBlock:progress:completed:]_block_invoke.12 + 218 (UIView+WebCache.m:218)
10 SDWebImage 0xba0c SDSafeExecute + 36 (SDCallbackQueue.m:36)
11 SDWebImage 0xbaa0 -[SDCallbackQueue async:] + 99 (SDCallbackQueue.m:99)
12 SDWebImage 0x2c670 -[SDWebImageManager callCompletionBlockForOperation:completion:image:data:error:cacheType:finished:queue:url:] + 685 (SDWebImageManager.m:685)
13 SDWebImage 0x2c218 __115-[SDWebImageManager callStoreCacheProcessForOperation:url:options:context:image:data:cacheType:finished:completed:]_block_invoke.103 + 609 (SDWebImageManager.m:609)
14 SDWebImage 0x2c47c -[SDWebImageManager storeImage:imageData:forKey:options:context:imageCache:cacheType:finished:completion:] + 665 (SDWebImageManager.m:665)
15 SDWebImage 0x2be1c -[SDWebImageManager callStoreCacheProcessForOperation:url:options:context:image:data:cacheType:finished:completed:] + 611 (SDWebImageManager.m:611)
16 SDWebImage 0x2ba8c __158-[SDWebImageManager callStoreOriginCacheProcessForOperation:url:options:context:originalImage:cacheImage:originalData:cacheData:cacheType:finished:completed:]_block_invoke.102 + 570 (SDWebImageManager.m:570)
17 SDWebImage 0x2c47c -[SDWebImageManager storeImage:imageData:forKey:options:context:imageCache:cacheType:finished:completion:] + 665 (SDWebImageManager.m:665)
18 SDWebImage 0x2b654 -[SDWebImageManager callStoreOriginCacheProcessForOperation:url:options:context:originalImage:cacheImage:originalData:cacheData:cacheType:finished:completed:] + 571 (SDWebImageManager.m:571)
19 SDWebImage 0x2afdc -[SDWebImageManager callTransformProcessForOperation:url:options:context:originalImage:originalData:cacheType:finished:completed:] + 517 (SDWebImageManager.m:517)
20 SDWebImage 0x2aca0 __125-[SDWebImageManager callDownloadProcessForOperation:url:options:context:cachedImage:cachedData:cacheType:progress:completed:]_block_invoke + 457 (SDWebImageManager.m:457)
21 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
22 libdispatch.dylib 0x3fdc dispatch_client_callout + 20
23 libdispatch.dylib 0x127f4 dispatch_main_queue_drain + 928
24 libdispatch.dylib 0x12444 dispatch_main_queue_callback_4CF + 44
25 CoreFoundation 0x9a6f8 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
26 CoreFoundation 0x7c058 __CFRunLoopRun + 2036
27 CoreFoundation 0x80ed4 CFRunLoopRunSpecific + 612
28 GraphicsServices 0x1368 GSEventRunModal + 164
29 UIKitCore 0x3a23d0 -[UIApplication run] + 888
30 UIKitCore 0x3a2034 UIApplicationMain + 340
31 libswiftUIKit.dylib 0x35308 UIApplicationMain(::::) + 104
32 Baraca 0x22520 main + 4363052320 (HomeChosen.swift:4363052320)
33 ??? 0x1e9fbc960 (Missing)
Originally posted by @mfd2144 in SDWebImage/SDWebImage#3533 (comment)
The text was updated successfully, but these errors were encountered: