Re: What's a malloc_zone_calloc error?
Re: What's a malloc_zone_calloc error?
- Subject: Re: What's a malloc_zone_calloc error?
- From: Chris Kane <email@hidden>
- Date: Thu, 28 Mar 2002 16:22:29 -0800
The malloc subsystem refuses to allocate blocks larger than 3GB (or
about -2^30 as signed value) to catch programming errors where a
negative size number is passed in, and that's what is being reported.
As far as WHERE or WHY such a large/small value is being passed in, I
have no idea.
Chris Kane
Cocoa Frameworks, Apple
On Thursday, March 21, 2002, at 01:52 PM, Bill Cheeseman wrote:
I'm getting this error:
*** malloc_zone_calloc[4034]: arguments too large: 1,-16776880
And I don't know why. It's in the context of undoing and redoing the
value
of a cell in an NSForm. The application nevertheless seems to be
working.
Can somebody tell me what I should look for?
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont - http://members.valley.net/croquetvermont
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.