On Dec 11, 2009, at 8:47 AM, David Riggle wrote: > I still get reports of this crash: > > #8 0x968b411d +[%NSToolbarView > _findFirstKeyViewInDirection:forKeyLoopGroupingView:] > > (see http://lists.apple.com/archives/cocoa-dev/2009/Aug/msg01974.html) > > I would like to know what hack is responsible. Is there a way to find the > name of the application that has inserted its code into the food chain via > poseAsClass?
The easiest option is to look at the Binary Images section of the crash logs. The hack's binary may show up there. If it's not in the Binary Images, then you may have no options other than installing hacks on your own machine and running with a breakpoint on class_poseAs(). -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
