This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I get EXC_BAD_ACCESS inside [UILabel drawRect] and sometimes inside [UILabel setText]. The problem occurs on the hardware device and in Simulator. I haven't overwritten the drawRect: method, nor did I do anything else special with the UILabel class. The label is created through a storyboard. I've examined this with NSZombiesEnabled [...] read more