Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2007-12-16 03:15:03 GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ..
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2007-12-16 03:05:12 GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ...
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2007-12-16 03:10:05 GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ..
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2007-12-16 03:00:03
GMT
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests
Nightly build on g5 ( SuSE 10.1, ppc970 ) started at 2007-12-16 02:00:01 CET
Results unchanged from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... f
Author: sewardj
Date: 2007-12-15 23:08:35 + (Sat, 15 Dec 2007)
New Revision: 7301
Log:
Print a nice message if allocation of the stack fails, rather than just
asserting.
Modified:
trunk/coregrind/m_initimg/initimg-linux.c
Modified: trunk/coregrind/m_initimg/initimg-linux.c
==
Author: sewardj
Date: 2007-12-15 22:13:05 + (Sat, 15 Dec 2007)
New Revision: 7300
Log:
When allocating space for the client stack on Linux, take notice of
the --max-stackframe value. This makes it possible to run programs
with very large (primary) stack requirements simply by specifying
--max
The attached patch to valgrind-3.3.0 is what I am using to run
UML (UserModeLinux) for x86 under memcheck on x86, thus checking
the memory accesses of a linux kernel.
-rw-rw-r-- 1 jreiser jreiser 8846 2007-12-15 11:36 valgrind-3.3.0.patch.gz
-rw-rw-r-- 1 jreiser jreiser 31383 2007-12-15 11:36 val