[Valgrind-developers] valgrind: r7405 - in trunk: memcheck/tests none/tests

2008-02-12 Thread svn
Author: njn Date: 2008-02-13 05:05:58 + (Wed, 13 Feb 2008) New Revision: 7405 Log: Fix minor breakage in 7 tests. Modified: trunk/memcheck/tests/addressable.stderr.exp trunk/memcheck/tests/badjump.stderr.exp trunk/memcheck/tests/describe-block.stderr.exp trunk/memcheck/tests/fil

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

2008-02-12 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-02-13 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] 2008-02-13 03:05:04 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-02-12 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-02-13 03:05: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-02-13 03:20:04 GMT nightly build (aston, x86_64, Fedora Core 5)

2008-02-12 Thread Tom Hughes
Nightly build on aston ( x86_64, Fedora Core 5 ) started at 2008-02-13 03:20: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-02-13 03:25:06 GMT nightly build (trojan, x86_64, Fedora Core 6)

2008-02-12 Thread Tom Hughes
Nightly build on trojan ( x86_64, Fedora Core 6 ) started at 2008-02-13 03:25:06 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-02-13 03:10:03 GMT nightly build (dellow, x86_64, Fedora 8)

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

2008-02-12 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-02-13 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

Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-12 Thread Julian Seward
On Wednesday 13 February 2008 03:35, Nicholas Nethercote wrote: > On Wed, 13 Feb 2008, Julian Seward wrote: > > In addition, I'd bet that most stack frames are a lot smaller > > than a page, so the caching is also spatially effective: if we > > know that this frame is safe to poke around in, then i

Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-12 Thread Nicholas Nethercote
On Wed, 13 Feb 2008, Julian Seward wrote: > In addition, I'd bet that most stack frames are a lot smaller > than a page, so the caching is also spatially effective: if we > know that this frame is safe to poke around in, then it's likely > that the next frame is in the same page and so we don't ev

Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-12 Thread Julian Seward
> > * This might give a bit of a performance hit in unwind- > > intensive programs as the stacks list now has to be searched for > > each snapshot. I guess we could mostly ameliorate this by the > > usual trick of incrementally rearranging the list to diffuse > > frequently-requested entr

Re: [Valgrind-developers] Assertion 'lc_shadows[i]->data + lc_shadows[i]->szB <= lc_shadows[i+1]->data' failed.

2008-02-12 Thread Julian Seward
On Tuesday 12 February 2008 11:10, Julian Seward wrote: > > Worth filing a bug for? > > I'd say yes, considering it's happening in an unpatched valgrind. It may or not be related to this: http://bugs.kde.org/show_bug.cgi?id=156065 J ---

[Valgrind-developers] valgrind: r7404 - in branches/DATASYMS: coregrind coregrind/m_debuginfo include memcheck

2008-02-12 Thread svn
Author: sewardj Date: 2008-02-12 21:55:15 + (Tue, 12 Feb 2008) New Revision: 7404 Log: Start tidying up (non-functional change): * move stuff to do with Dwarf3 expression evaluation into d3basics.c, a sane place for it * get rid of VG_(get_error_tid) introduced in r7375 as it is not nece

[Valgrind-developers] valgrind: r7403 - in branches/DATASYMS: coregrind/m_debuginfo include memcheck

2008-02-12 Thread svn
Author: sewardj Date: 2008-02-12 20:18:11 + (Tue, 12 Feb 2008) New Revision: 7403 Log: Format descriptions of data addresses in a better way. Modified: branches/DATASYMS/coregrind/m_debuginfo/debuginfo.c branches/DATASYMS/coregrind/m_debuginfo/priv_tytypes.h branches/DATASYMS/coregr

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

2008-02-12 Thread Bart Van Assche
On Feb 12, 2008 4:27 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: > > exp-drd/tests/tc18_semabuse (stderr) Hello Tom, Can you please send me the diff files for this regression test ? Thanks, Bart Van Assche. - Th

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

2008-02-12 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Bart Van Assche <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 4:27 AM, Tom Hughes <[EMAIL PROTECTED]> wrote: >> >> exp-drd/tests/tc18_semabuse (stderr) > > Can you please send me the diff files for this regression test ? It's asserting - here's t

Re: [Valgrind-developers] Assertion 'lc_shadows[i]->data + lc_shadows[i]->szB <= lc_shadows[i+1]->data' failed.

2008-02-12 Thread John Reiser
> Memcheck: mc_leakcheck.c:698 (vgMemCheck_do_detect_memory_leaks): > Assertion 'lc_shadows[i]->data + lc_shadows[i]->szB <= > lc_shadows[i+1]->data' failed. > at report_and_quit (m_libcassert.c:140) [snip] > by shutdown_actions_NORETURN (m_main.c:2025) > by run_a_thread_NORETURN (sy

[Valgrind-developers] valgrind: r7402 - in branches/DATASYMS: coregrind/m_debuginfo memcheck

2008-02-12 Thread svn
Author: sewardj Date: 2008-02-12 13:54:28 + (Tue, 12 Feb 2008) New Revision: 7402 Log: * Describe offsets inside variables in terms of source level types, where possible * Record declaration coordinates of variables and use them in messages Modified: branches/DATASYMS/coregrind/m_deb

Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-12 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Julian Seward <[EMAIL PROTECTED]> wrote: > * Would it perhaps be prudent to deregister the stack at thread > exit? Otherwise, the linked list of stacks grows without bound > (afaics -- VG_(deregister_stack) is only ever called as a result > of a client

Re: [Valgrind-developers] Assertion 'lc_shadows[i]->data + lc_shadows[i]->szB <= lc_shadows[i+1]->data' failed.

2008-02-12 Thread Julian Seward
> Worth filing a bug for? I'd say yes, considering it's happening in an unpatched valgrind. J - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/