|
From: Nicholas N. <nj...@ca...> - 2004-09-12 20:43:39
|
On Sun, 12 Sep 2004, Julian Seward wrote: > Friday night's build went as usual on SuSE 9.1. However, last > night's build produces a memcheck which eats all the memory and > swap and thrashes the machine to hell, even with trivial progs > (ls). Furthermore, this message appears at startup: > > Warning: set address range perms: large range 2147483647, a 1, v 1 > > and it didn't used to. Oh yeah, I forgot to say: it's almost certainly a call to ban_mem_stack or die_mem_stack with a -1 argument... > I've been looking through Saturday's commits, trying to figure out > how this happened. One possibility is vg_mylibc.c:1.90 > (Fix minor off-by-one error), althought that doesn't seem very likely. No, not likely; that only affected an assertion that has no side effects. N |