Re: argument too large
Re: argument too large
- Subject: Re: argument too large
- From: Andreas Monitzer <email@hidden>
- Date: Mon, 3 Dec 2001 22:48:58 +0100
On Monday, December 3, 2001, at 10:26 , Angela Brett wrote:
I have a program which usually works okay, but yesterday I got the
following puzzling error, and then my program quit with a SIGBUS.
*** malloc_zone_malloc[966]: argument too large: -708160
Well, I know what malloc is, but I don't know what the error means or
what could be causing it, or whether it has anything to do with my
code. It's not happening now, but is there a way I can make sure it
doesn't happen again, or is it just some kind of freak thing?
Your application tried to allocate -708160 bytes of memory. I don't know
what could cause this behavior, though.
andy