|
From: Eyal L. <ey...@ey...> - 2005-02-13 13:28:17
|
Dirk Mueller wrote: > On Sunday 13 February 2005 09:14, Jeremy Fitzhardinge wrote: > > >>- res = VG_(do_syscall)(__NR_getrlimit, resource, (UWord)rlim); >>+ res = VG_(do_syscall)(__NR_ugetrlimit, resource, (UWord)rlim); >>+ if (res == -VKI_ENOSYS) >>+ res = VG_(do_syscall)(__NR_ugetrlimit, resource, (UWord)rlim); > > ^ > > this u is too much, no? > > > Dirk I applied the posted patch and my test still fails at the same point with the same error. was this change supposed to fix it? VG_(get_memory_from_mmap): newSuperblock's request for 1048576 bytes failed. VG_(get_memory_from_mmap): 33599270 bytes already allocated. Sorry. You could try using a tool that uses less memory; eg. addrcheck instead of memcheck. -- Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/> attach .zip as .dat |