[Valgrind-developers] valgrind-www r349 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 05:13:42 + (Thu, 03 Jan 2008) New Revision: 349 Log: wibble Modified: trunk/info/priorities.html Modified: trunk/info/priorities.html === --- trunk/info/priorities.html 2008-01-03 05:12:10 UTC (

[Valgrind-developers] valgrind-www r348 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 05:12:10 + (Thu, 03 Jan 2008) New Revision: 348 Log: tweaks Modified: trunk/info/priorities.html Modified: trunk/info/priorities.html === --- trunk/info/priorities.html 2008-01-03 05:09:36 UTC (

[Valgrind-developers] valgrind-www r347 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 05:09:36 + (Thu, 03 Jan 2008) New Revision: 347 Log: more html fixes Modified: trunk/info/priorities.html Modified: trunk/info/priorities.html === --- trunk/info/priorities.html 2008-01-03 05:03

[Valgrind-developers] valgrind-www r346 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 05:03:22 + (Thu, 03 Jan 2008) New Revision: 346 Log: fix tags Modified: trunk/info/priorities.html Modified: trunk/info/priorities.html === --- trunk/info/priorities.html 2008-01-03 05:01:50 UTC

[Valgrind-developers] valgrind-www r345 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 05:01:50 + (Thu, 03 Jan 2008) New Revision: 345 Log: Add a page about development priorities that Julian and I wrote ages ago. Currently not linked to from the front page -- I'm still not sure if we should put it up. Added: trunk/info/priorities.html Added: t

[Valgrind-developers] valgrind-www r344 - trunk/info

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 04:41:54 + (Thu, 03 Jan 2008) New Revision: 344 Log: Add missing tag. Modified: trunk/info/about.html Modified: trunk/info/about.html === --- trunk/info/about.html 2008-01-03 00:44:09 UTC (

[Valgrind-developers] 2008-01-03 03:15:04 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-01-02 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-01-03 03:15:04 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-01-03 03:05:10 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-01-02 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-01-03 03:05:10 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2008-01-03 03:10:05 GMT nightly build (dellow, x86_64, Fedora 8)

2008-01-02 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-01-03 03:10:05 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] 2008-01-03 03:00:03 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-01-02 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-01-03 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] valgrind-www r343 - trunk

2008-01-02 Thread svn
Author: njn Date: 2008-01-03 00:44:09 + (Thu, 03 Jan 2008) New Revision: 343 Log: Update front page, mostly for 3.3.0 changes. Modified: trunk/index.html Modified: trunk/index.html === --- trunk/index.html2007-12-11 03:1

Re: [Valgrind-developers] [uml-devel] running UserModeLinux under Valgrind(memcheck)

2008-01-02 Thread John Reiser
Jeff Dike responded: John Reiser wrote: >>The web page http://bitwagon.com/valgrind+uml/index.html >>now exists with news, history, commentary, scripts, links > You refer to kmalloc and kfree as keeping object state intact between > kfree and kmalloc, thus not being semantically the same as mall

Re: [Valgrind-developers] Proposal: ensure that VG_(running_tid) != VG_INVALID_THREADID for all client memory accesses

2008-01-02 Thread Tom Hughes
On 20/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote: > There is a small inconsistency in the Valgrind core with regard to the > value of VG_(running_tid) concerning client memory accesses: this > variable contains a valid thread ID for all client memory accesses, > except for some accesses tr

[Valgrind-developers] valgrind: r7310 - in trunk: coregrind exp-drd

2008-01-02 Thread svn
Author: tom Date: 2008-01-02 10:13:04 + (Wed, 02 Jan 2008) New Revision: 7310 Log: Mark the main thread as running while the initial memory declarations are made to the tool so that the tool can associate that memory with the main thread if it wishes. Also cleanup existing hacks in the drd to

Re: [Valgrind-developers] exp-drd crash

2008-01-02 Thread Tom Hughes
On 01/01/2008, Bart Van Assche <[EMAIL PROTECTED]> wrote: > The attached exp-drd patch fixes the aforementioned crash. Julian, can > you please apply it ? Committed. Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ --

[Valgrind-developers] valgrind: r7309 - trunk/exp-drd

2008-01-02 Thread svn
Author: tom Date: 2008-01-02 10:07:44 + (Wed, 02 Jan 2008) New Revision: 7309 Log: Stop drd trying to get a backtrace when there is no stack pointer. Patch from Bart Van Assche <[EMAIL PROTECTED]>. Modified: trunk/exp-drd/drd_segment.c Modified: trunk/exp-drd/drd_segment.c =