|
From: Bart V. A. <bva...@ac...> - 2014-02-19 07:58:14
|
On 02/19/14 04:19, Maran Pakkirisamy wrote: > valgrind revision: 13815 > VEX revision: 2820 > C compiler: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3) > GDB: GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6) > Assembler: GNU assembler version 2.20.51.0.2-5.36.el6 20100205 > C library: GNU C Library stable release version 2.12 > uname -mrs: Linux 2.6.32-358.el6.s390x s390x > Vendor version: Red Hat Enterprise Linux Server release 6.4 (Santiago) > > Nightly build on rhels390 ( RHEL 6.4 with gcc 4.4.7 on zEC12 (s390x) ) > Started at 2014-02-19 03:45:25 CET > Ended at 2014-02-19 04:19:47 CET > Results differ from 24 hours ago > > ================================================= > ./valgrind-new/drd/tests/pth_create_chain.stderr.diff ================================================= > --- pth_create_chain.stderr.exp 2014-02-19 03:56:26.000000000 +0100 > +++ pth_create_chain.stderr.out 2014-02-19 04:05:32.000000000 +0100 > @@ -1,3 +1,259 @@ > > > -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) > +valgrind: m_threadstate.c:95 (vgPlain_get_ThreadState): Assertion 'VG_(threads)[tid].tid == tid' failed. > + at 0x........: report_and_quit (m_libcassert.c:?) > + by 0x........: vgPlain_assert_fail (m_libcassert.c:?) > + by 0x........: vgPlain_get_ThreadState (m_threadstate.c:?) > + by 0x........: vgSysWrap_s390x_linux_sys_clone_before (syswrap-s390x-linux.c:217) > + by 0x........: vgPlain_client_syscall (syswrap-main.c:1585) > + by 0x........: handle_syscall (scheduler.c:?) Hello Maran, Can you have a closer look at this ? This failure occurs on s390 only. There might be an issue with thread handling in the core s390 Valgrind code. Thanks, Bart. |