• 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: objc_msgSend
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc_msgSend


  • Subject: Re: objc_msgSend
  • From: Ken Thomases <email@hidden>
  • Date: Mon, 21 Jun 2010 10:47:49 -0500

First, see the documentation for +[NSObject initialize] (a class method) to learn what that method is and does.

Second, the crash report indicates infinite recursion and eventual exhaustion of the stack or heap.

Third, when something like this only happens to one customer out of hundreds, I often suspect input managers, contextual menu plugins, haxies, or the like on that user's system.  Tell the user to disable theirs and have them try again.

Regards,
Ken

On Jun 21, 2010, at 10:34 AM, email@hidden wrote:

> the crash report is here
>
> http://highrolls.net/objc_msgSend
>
>
> On Jun 21, 2010, at 9:27 AM, email@hidden wrote:
>
>> I understand that a crash in objc_msgSend is related calling a method on a released / nil object.
>>
>> The linked Crash Report , from a customer, seems strange to me as it shows this being called 512 times and I can see no reference to my code as to what I was doing to create this problem.
>>
>> Application specific Information:
>> objc_msgSend() selector name: initialize
>>
>> I searching my code and all its linked libraries I have no selector / method named initialize.
>>
>> This customer is the only one of hundreds who has any problems.  Could there be anything in error in the customers system?  The customer has told me that OSX has been reinstalled a few times which seems strange to me as well.
>>
>> Any help, well,  as you all know !
>>
>> -koko
>> _______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> Please do not post admin requests or moderator comments to the list.
>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>>
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >objc_msgSend (From: email@hidden)
 >Re: objc_msgSend (From: email@hidden)

  • Prev by Date: Re: objc_msgSend
  • Next by Date: Re: Memory management on returning nil in init
  • Previous by thread: Re: objc_msgSend
  • Next by thread: NSView background color
  • Index(es):
    • Date
    • Thread