Re: advanced debugging?
Re: advanced debugging?
- Subject: Re: advanced debugging?
- From: Jens Alfke <email@hidden>
- Date: Wed, 14 Oct 2015 09:00:25 -0700
On Oct 14, 2015, at 5:59 AM, Alex Hall < email@hidden> wrote:
Cinnamon(1775,0x10086b000) malloc: *** mach_vm_map(size=72018011619328) failed (error code=3) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug
FYI, the error here is that something called malloc with a size of 0x418000000000, which is obviously bogus. Hopefully the reason will be clear once you can examine the backtrace. Most likely something computed the size based on a value in a garbage (uninitialized or overwritten) variable.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden