Re: Crash on SIGILL
Re: Crash on SIGILL
- Subject: Re: Crash on SIGILL
- From: Jens Alfke <email@hidden>
- Date: Fri, 21 Nov 2014 13:33:06 -0800
> On Nov 21, 2014, at 9:24 AM, Laurent Daudelin <email@hidden> 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@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