Skip to content

EXC_BAD_ACCESS in M13ProgressViewImage #126

@ghost

Description

Hi!
Using iPad Air 2 iOS 11.1
I get EXC_BAD_ACCESS in M13ProgressViewImage.m at this line
//Convert to grayscale using luma coding: http://en.wikipedia.org/wiki/Grayscale#Converting_color_to_grayscale
uint8_t gray = (uint8_t)(0.3 * rgbaPixel[RED] + 0.59 * rgbaPixel[GREEN] + 0.11 * rgbaPixel[BLUE]);
by updating the progress of an image frequently (as the content downloads)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions