Re: asl_log aborts the program?
Re: asl_log aborts the program?
- Subject: Re: asl_log aborts the program?
- From: Jens Alfke <email@hidden>
- Date: Fri, 20 Nov 2009 09:48:05 -0800
On Nov 19, 2009, at 10:33 PM, Chris Idou wrote:
> Thread 2 Crashed:
> 0 libSystem.B.dylib 0x00007fff87a7784d usleep$NOCANCEL + 0
> 1 libSystem.B.dylib 0x00007fff87a96e3c abort + 93
> 2 libSystem.B.dylib 0x00007fff879ae155 free + 128
> 3 libSystem.B.dylib 0x00007fff879fa16e asl_set_query + 572
ASL isn't aborting; it's free() that's aborting. Probably it discovered that your heap is corrupted [note the prior malloc error log] and bailed out.
—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