Bug #43079 main.mysqldump fails sporadically on pushbuild
Submitted: 21 Feb 2009 13:41 Modified: 9 Jul 2009 9:49
Reporter: Alfranio Junior Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Tests Severity:S3 (Non-critical)
Version:5.1, 6.0-rpl OS:Any
Assigned to: Georgi Kodinov CPU Architecture:Any
Tags: pushbuild, sporadically

[21 Feb 2009 13:41] Alfranio Junior
Description:
main.mysqldump                           [ fail ]
        Test ended at 2009-02-08 00:56:47

CURRENT_TEST: main.mysqldump
==2293== Memcheck, a memory error detector.
==2293== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==2293== Using LibVEX rev 1732, a library for dynamic binary translation.
==2293== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==2293== Using valgrind-3.2.3, a dynamic binary instrumentation framework.
==2293== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==2293== For more details, rerun with: -v
==2293== 
mysqldump: Couldn't find table: "non_existing"
==2293== Conditional jump or move depends on uninitialised value(s)
==2293==    at 0x5358333: _db_enter_ (dbug.c:1749)
==2293==    by 0x415F77: main (mysqltest.cc:547)
{
   <insert a suppression name here>
   Memcheck:Cond
   fun:_db_enter_
   fun:main
}
==2293== 
==2293== Conditional jump or move depends on uninitialised value(s)
==2293==    at 0x535803A: _db_return_ (dbug.c:1749)
==2293==    by 0x416063: main (mysqltest.cc:551)
{
   <insert a suppression name here>
   Memcheck:Cond
   fun:_db_return_
   fun:main
}
==2293== 
==2293== Conditional jump or move depends on uninitialised value(s)
==2293==    at 0x5358333: _db_enter_ (dbug.c:1749)
==2293==    by 0x414CB9: run_query(st_connection*, st_command*, int) (mysqltest.cc:6987)
==2293==    by 0x4164C6: main (mysqltest.cc:7766)
{
   <insert a suppression name here>
   Memcheck:Cond
   fun:_db_enter_
...

How to repeat:
pushbuild

https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-rpl&order=172  [valgrind, ps_row]

xref:

http://tinyurl.com/aubkqr
[9 Jul 2009 9:49] Georgi Kodinov
Happened last in pb several months ago. I don't see new instances of this failure.