[Valgrind-developers] 2007-12-16 03:15:03 GMT nightly build (alvis, i686, Red Hat 7.3)

2007-12-15 Thread Tom Hughes
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 ..

[Valgrind-developers] 2007-12-16 03:05:12 GMT nightly build (lloyd, x86_64, Fedora 7)

2007-12-15 Thread Tom Hughes
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 ...

[Valgrind-developers] 2007-12-16 03:10:05 GMT nightly build (dellow, x86_64, Fedora 8)

2007-12-15 Thread Tom Hughes
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 ..

[Valgrind-developers] 2007-12-16 03:00:03 GMT nightly build (gill, x86_64, Fedora Core 2)

2007-12-15 Thread Tom Hughes
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

[Valgrind-developers] 2007-12-16 02:00:01 CET nightly build (g5, SuSE 10.1, ppc970)

2007-12-15 Thread jseward
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

[Valgrind-developers] valgrind: r7301 - trunk/coregrind/m_initimg

2007-12-15 Thread svn
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 ==

[Valgrind-developers] valgrind: r7300 - in trunk/coregrind: . m_initimg

2007-12-15 Thread svn
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

[Valgrind-developers] support memcheck of UserModeLinux

2007-12-15 Thread John Reiser
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