Re: objc_msgSend
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