Re: Crash Report : Crash on Launch
Re: Crash Report : Crash on Launch
- Subject: Re: Crash Report : Crash on Launch
- From: Ken Thomases <email@hidden>
- Date: Sat, 13 Jul 2013 11:07:14 -0500
On Jul 13, 2013, at 9:40 AM, Jerry Krinock wrote:
> A user reported that my app crashed on first launch, but worked OK on the second launch. He also reported that Calendar.app is not working.
>
> I'm betting on hardware problems.
I doubt it. These look like the signs of mundane programming errors, probably memory management. You appear to be messaging an invalid object (with -retain). You need to symbolicate the parts having to do with your code (thread 0, frame 1 and thread 6, frame 5). An operation object is doing a -performSelectorOnMainThread:… and the selector it's performing is, on the main thread, sending -retain to an invalid object.
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden