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

2007-11-05 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2007-11-06 03:15:02 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-11-06 03:05:05 GMT nightly build (lloyd, x86_64, Fedora 7)

2007-11-05 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2007-11-06 03:05: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-11-06 03:10:04 GMT nightly build (dellow, x86_64, Fedora 7)

2007-11-05 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 7 ) started at 2007-11-06 03:10:04 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... f

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

2007-11-05 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2007-11-06 03:00:02 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-11-06 02:00:01 CET nightly build (g5, SuSE 10.1, ppc970)

2007-11-05 Thread jseward
Nightly build on g5 ( SuSE 10.1, ppc970 ) started at 2007-11-06 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] allow stack to be in SkFileC ?

2007-11-05 Thread John Reiser
Why is the stack for signal delivery not allowed to be in a SkFileC segment, such as an array in .data or .bss? If the address is already mapped, then in coregrind/m_signals.c function VG_(extend_stack) insists on SkAnonC; or SkResvn (with SkAnonC following) if the address is not already mapped.

[Valgrind-developers] support another case of clone()

2007-11-05 Thread John Reiser
Hi, This patch to do_fork_clone() supports specifying the child stack pointer. An app may do this when it believes that address space is constrained. Most callers specify a child stack pointer of 0; the Linux kernel then uses the actual stack pointer of the caller, thus equivalent to fork(). Patch

[Valgrind-developers] valgrind: r7103 - branches/THRCHECK/thrcheck/docs

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 13:31:58 + (Mon, 05 Nov 2007) New Revision: 7103 Log: Even more caveats. Modified: branches/THRCHECK/thrcheck/docs/tc-manual.xml Modified: branches/THRCHECK/thrcheck/docs/tc-manual.xml === --

[Valgrind-developers] valgrind: r7102 - in branches/THRCHECK: . thrcheck/tests

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 12:59:31 + (Mon, 05 Nov 2007) New Revision: 7102 Log: More glibc-2.3 fixes. Modified: branches/THRCHECK/glibc-2.X-thrcheck.supp branches/THRCHECK/thrcheck/tests/filter_stderr branches/THRCHECK/thrcheck/tests/tc20_verifywrap.stderr.exp-glibc23-amd64

[Valgrind-developers] valgrind: r7101 - in branches/THRCHECK: . thrcheck/tests

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 11:10:29 + (Mon, 05 Nov 2007) New Revision: 7101 Log: Update suppressions and expected output. Modified: branches/THRCHECK/glibc-2.X-thrcheck.supp branches/THRCHECK/thrcheck/tests/tc22_exit_w_lock.stderr.exp-glibc25-x86 Modified: branches/THRCHECK/glib

[Valgrind-developers] valgrind: r7099 - branches/THRCHECK/thrcheck/tests

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 10:48:45 + (Mon, 05 Nov 2007) New Revision: 7099 Log: Update expected output. Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86 Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86

[Valgrind-developers] valgrind: r7100 - branches/THRCHECK/thrcheck/docs

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 11:02:51 + (Mon, 05 Nov 2007) New Revision: 7100 Log: Warn against the perils of detached threads. Modified: branches/THRCHECK/thrcheck/docs/tc-manual.xml Modified: branches/THRCHECK/thrcheck/docs/tc-manual.xml

[Valgrind-developers] valgrind: r7098 - branches/THRCHECK/thrcheck/tests

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 10:37:52 + (Mon, 05 Nov 2007) New Revision: 7098 Log: Update expected output. Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-amd64 Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-amd64

[Valgrind-developers] valgrind: r7097 - branches/THRCHECK/thrcheck/tests

2007-11-05 Thread svn
Author: sewardj Date: 2007-11-05 10:22:20 + (Mon, 05 Nov 2007) New Revision: 7097 Log: Avoid hanging (or apparently so) when running on very slow machines. Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.c Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.c ==