AsyncImageView icon indicating copy to clipboard operation
AsyncImageView copied to clipboard

Random crashes on _connections array access

Open keeshux opened this issue 11 years ago • 2 comments

When loading multiple images the following crash randomly occurs (I'm still unable to reproduce it):

"index N beyond bounds [0 .. N-1]"

Example:

*** -[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 1]

This is raised by the "imageLoaded:" and "imageFailed:" methods somewhere in the nested reverse loops.

I'll let you know if I get over that.

keeshux avatar Sep 14 '12 18:09 keeshux

Hi, I am also suffering from the same error

sourish avatar Jan 23 '13 09:01 sourish

Sorry, I missed this the first time round. I'll investigate.

nicklockwood avatar Jan 23 '13 09:01 nicklockwood