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.
The app crashes on the tester's device (with OS 3.1) but does well on the simulator and my device with OS 3.0. I have the crash log but I am finding it difficult to understand the reason of this crash as I cannot see the mentioned crashed thread (usually shown [...] read more
Would appreciate some insight isolating this, some semi-repeatable crashes in an iPhone app of moderate complexity ... The crashes in question occur (sometimes, though not consistently) when pressing a UIButton on a particular screen within the app. (Not sure yet, though the issue may be manifesting itself more under lower [...] read more
I've released an app update which does an upgrade of the database ie. executes a script file in the bundle that adds a column to existing table , etc. I've tested this by deploying previous version builds on my device from xcode and then deploying the latest version. The upgrade [...] read more
I need help to understand the crash log i received from the client. The app works fine on my phone but it crashes with him. I have OS 3.0 installed here while my client has upgraded to OS 3.1. Client reported app crashes usually when he starts the app. Why [...] read more
I am getting infrequent crashes from my source code project. I couldn't find out the exact reproducible steps though i have tried to reproduce so many times. During dubug on the device is becoming very hard to reproduce it, because it happens somewhere and sometimes. Is there any logs printing [...] read more
I keep posting crash logs i receive from the client and It's good to know that I have been able to learn a lot and resolve these issues as well. Here is another one down here: Incident Identifier: 7971B91B-9462-4B2A-B8F1-A77EE1C4F75F CrashReporter Key: f3a4736dc8d450a3cb0ecb7367313dbbd816c484 Process: MyApp [661] Path: /var/mobile/Applications/6DB30EF7-2B81-4631-9532-1785EAEA919B/MyApp.app/MyApp Identifier: MyApp Version: [...] read more
This is a part of Crash Log sent by the tester and I see the crash here but good thing is I have no idea what to fix in my code. I have saved the app.dSYM files necessary for displaying symbolic information (as per Apple's guidance) but I still don't [...] read more
Got a crash report from a beta tester and I'm having trouble identifying the root of the problem. Clearly something went wrong when trying to set a UIButton (screenOverlay). Here's its creation in ViewDidLoad: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height); button.backgroundColor = [UIColor blackColor]; button.alpha [...] read more