[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: memory debugging and C++ (program keeps crashing)



On Tue, Oct 01, 2002 at 04:39:56PM +1000, Brian May wrote:
> VG_(get_memory_from_mmap): request for 1953656832 bytes failed.
> VG_(get_memory_from_mmap): 58853360 bytes already allocated.

If you haven't realized, it's trying to allocate 1.9 gigs in one go.
There's no way that's gonna work on any machine, so it has to be a
bug.  It could be a bug in valgrind, but it's more likely a bug in
your app.

-- 
Adam Olsen, aka Rhamphoryncus
Have internet, will learn.



Reply to: