-
Notifications
You must be signed in to change notification settings - Fork 934
Closed
Description
I am getting a crash on the MD5 line in FICDPhoto.m -> line 170
The crash occurred on scrolling a tableview with images from website after about four screen - fast scrolling the first time and crashed on slow scrolling. exc_bad_access - and then on another attempt without changing anything, it did not crash at all and the scrolling was much faster than what I had before FastImageCache.
Any help would be appreciated.
pragma mark - FICImageCacheEntity
-
(NSString *)UUID {
if (_UUID == nil) {
// MD5 hashing is expensive enough that we only want to do it once - CRASH LINE BELOW
CFUUIDBytes UUIDBytes = FICUUIDBytesFromMD5HashOfString([_sourceImageURL absoluteString]);
_UUID = FICStringWithUUIDBytes(UUIDBytes);
}return _UUID;
}
Metadata
Metadata
Assignees
Labels
No labels