|
From: Tom H. <th...@cy...> - 2004-08-05 10:10:32
|
In message <411...@ya...>
pan...@ya... wrote:
> Linux(debug)# /usr/local/bin/valgrind -v --logfile=/var/dpvm_mem
> /isan/bin/dpvm
> Executable is mapped outside of range 0x80cd000-0x7ffff000
> failed to load /usr/local/lib/valgrind/stage2: Cannot allocate memory
Have you linked your program with an unusual load address?
Unfortunately in order to use valgrind your program will need to have
a load address in the range that valgrind reported. Normally linked
programs should fit that criteria though.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|