nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

EXC_BAD_ACCESS #75

Open miralem-cebic opened 10 years ago

miralem-cebic commented 10 years ago

FXBlurView crashing after 20 blurred images exactly here

vImageBoxConvolve_ARGB8888(&buffer1, &buffer2, tempBuffer, 0, 0, boxSize, boxSize, NULL, kvImageEdgeExtend);

I'm calling the images

UIImage *img = [artwork imageWithSize:_blurredCover.bounds.size]; img = [img blurredImageWithRadius:8.0f iterations:3 tintColor:[UIColor whiteColor]]; _blurredCover.image = img;

dcacenabes commented 10 years ago

It's crashing for me too in this exact line. I have a dynamic blur view and change its blurRadius dynamically based on some scroll view's content offset.

miralem-cebic commented 10 years ago

I'm using an iPhone 5 with iOS 7.

rmbrgn commented 9 years ago

Any news on this issue ?

kaizen-mn commented 9 years ago

@RabbitMC did u fix it?

septerr commented 9 years ago

Having this same issue.

mariancerny commented 9 years ago

Try this fork: https://github.com/Vienta/FXBlurView It adds conversion of non-ARGB8888 images into ARGB8888.