|
From: Hans t. H. <hos...@gm...> - 2005-02-07 17:07:32
|
Hello All, On the command valgrind --tool=memcheck ls -l I get the following error back: valgrind: Couldn't allocate address space for shadow memory. The funny thing is that it worked fine on Friday. I rebooted the system but that didnt' help either. $ valgrind --version valgrind-2.2.0 [root@hterhors-fc2 ~/valgrind/valgrind-2.2.0] $ uname -a Linux hterhors-fc2 2.4.18-3dev #2 Tue Sep 28 03:36:21 EDT 2004 i686 i686 i386 GNU/Linux |
|
From: Paul P. <ppl...@gm...> - 2005-02-07 19:01:42
|
> valgrind: Couldn't allocate address space for shadow memory. > The funny thing is that it worked fine on Friday. I rebooted the Are you running Fedora Core2. You probably have "random" prelinking enabled (by default it happens once every 2 weeks) Undo the prelinking (as root) "prelink -ua", and try again. If that helps, edit /etc/sysconfig/prelink, set "PRELINKING=no" Cheers, |
|
From: Hans t. H. <hos...@gm...> - 2005-02-08 11:58:12
|
I'm running the Fedora core and prelinking was set, but unfortunatley the problem persists after running the "prelink -ua" command. Hans. On Mon, 7 Feb 2005 11:01:39 -0800, Paul Pluzhnikov <ppl...@gm...> wrote: > > valgrind: Couldn't allocate address space for shadow memory. > > The funny thing is that it worked fine on Friday. I rebooted the > > Are you running Fedora Core2. > You probably have "random" prelinking enabled (by default it happens > once every 2 weeks) > > Undo the prelinking (as root) "prelink -ua", and try again. > If that helps, edit /etc/sysconfig/prelink, set "PRELINKING=no" > > Cheers, > |