|
From: Alan J. <aj...@st...> - 2008-06-19 15:32:17
|
I'm using valgrind to test depmod(8), which mmap()s all the modules for a given linux kernel at once. My current distro kernel (Ubuntu 2.6.24-18-generic for i386) has just over 2000 modules. valgrind bombs out because the current value of VG_N_SEGNAMES is 1000. I increased the value locally to 4000 in order to get it to run. Will you update the valgrind source accordingly? Thanks Alan |