nicklockwood / AsyncImageView

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#asyncimageview
Other
906 stars 186 forks source link

Random crashes on _connections array access #16

Open keeshux opened 12 years ago

keeshux commented 12 years ago

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.

sourish commented 11 years ago

Hi, I am also suffering from the same error

nicklockwood commented 11 years ago

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