> On Nov 21, 2014, at 9:24 AM, Laurent Daudelin <[email protected]> > wrote: > > I've never seen this. Anybody has any clue what could cause a method cache > corrupted?
Well, general heap corruption, I suppose, like overwriting the end of a block or writing to previously-freed memory. These kinds of problems are hard to track down. They're more likely to stem from C or C++ code than from Objective-C. You should try testing your app while running memory diagnostics like MallocScribble, Guard Edges and GuardMalloc. —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
