[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 11:58:53AM +1000, Brian May wrote:
> valgrind: the `impossible' happened:
>    vg_get_memory_from_mmap: out of memory!  Fatal!  Bye!

You may need to check something such as 

  /proc/ID/maps

or

  /proc/ID/status

It is possible that mmap failed because you'd (valgrind?) allocated
the heck out of your virtual address space.



Reply to: