|
[Valgrind-developers] (unchanged) 2013-09-18 03:31:59 BST nightly
build (bristol, x86_64, Fedora 13)
From: Tom H. <to...@co...> - 2013-09-18 03:04:37
Attachments:
diffs.txt
|
valgrind revision: 13558 VEX revision: 2765 C compiler: gcc (GCC) 4.4.5 20101112 (Red Hat 4.4.5-2) GDB: Assembler: GNU assembler version 2.20.51.0.2-20.fc13 20091009 C library: GNU C Library stable release version 2.12.2 uname -mrs: Linux 3.9.5-301.fc19.x86_64 x86_64 Vendor version: Fedora release 13 (Goddard) Nightly build on bristol ( x86_64, Fedora 13 ) Started at 2013-09-18 03:31:59 BST Ended at 2013-09-18 04:04:21 BST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 646 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/threadname_xml (stderr) helgrind/tests/pth_barrier3 (stderr) |
|
From: Florian K. <fl...@ei...> - 2013-09-18 09:16:47
|
On 09/18/2013 05:04 AM, Tom Hughes wrote: > --- threadname_xml.stderr.exp 2013-09-18 03:48:18.072059251 +0100 > +++ threadname_xml.stderr.out 2013-09-18 03:55:28.826605637 +0100 > @@ -102,6 +102,9 @@ > <file>threadname.c</file> > <line>...</line> > </frame> > + <frame> > + <ip>0x........</ip> > + </frame> > </stack> > <auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat> > <stack> I've added a tweak to filter_xml_frames in r13559. That should fix this. Florian |