• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Crash Report : Crash on Launch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Crash Report : Crash on Launch
      • From: Jerry Krinock <email@hidden>
References: 
 >Crash Report : Crash on Launch (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Crash Report : Crash on Launch
  • Next by Date: Is there still no way to just compile a single file?
  • Previous by thread: Crash Report : Crash on Launch
  • Next by thread: Re: Crash Report : Crash on Launch
  • Index(es):
    • Date
    • Thread