> On Oct 14, 2015, at 5:59 AM, Alex Hall <[email protected]> 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 protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
