Hi all, I'm stress testing a 64 bit GC app with AUTO_USE_GUARDS and left it running overnight. This morning it's crashed here:
#0 0x7fff879390da in objc_exception_throw #1 0x7fff83c4a18e in _NSOutOfMemoryErrorHandler #2 0x7fff835046f9 in __CFStringHandleOutOfMemory #3 0x7fff834231c4 in __CFStringChangeSizeMultiple #4 0x7fff834305f5 in __CFStringAppendBytes ... With the following messages in console: malloc: *** auto malloc[53727]: agc error: Can not allocate new region How does a 64 bit app fail to allocate memory? For my process, Activity Monitor shows "real" at 2.2 GB and "Virtual" at 200 MB. My physical memory is not even exhausted. Googling the message yields next to nothing. Thanks, -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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 arch...@mail-archive.com