> An internet search shows me that the error message... > > malloc: *** mmap(size=2097152) failed (error code=12) > > is quite common. > > What is the significance of the number 2097152, besides the fact that it is > 2^21?
It's just the amount of memory in bytes it was trying to allocate when it failed. If you're that interested, you can look at the source code. It's open source. This is straying a bit off-topic for the Cocoa list. -- Chris _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]