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, k...@highrolls.net wrote: > the crash report is here > > http://highrolls.net/objc_msgSend > > > On Jun 21, 2010, at 9:27 AM, k...@highrolls.net 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 (Cocoa-dev@lists.apple.com) >> >> 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: >> http://lists.apple.com/mailman/options/cocoa-dev/koko%40highrolls.net >> >> This email sent to k...@highrolls.net >> > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/ken%40codeweavers.com > > This email sent to k...@codeweavers.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com