Bug #58865 main.kill fails under valgrind with 'invalid file descriptor' warning
Submitted: 10 Dec 2010 12:27
Reporter: Alexander Nozdrin Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: pb2, test failure

[10 Dec 2010 12:27] Alexander Nozdrin
Description:
main.kill started to fail sporadically under valgrind with the following warning:
invalid file descriptor -1 in syscall close()

The failure was noticed on Nov-27 in daily-trunk-bugfixing

The symptoms are similar to Bug#50414. However Bug#50414 was about
replication, and was closed by adding a suppression for that
warning.

That warning can be seen in rpl_heartbeat_basic, but it is "Ok"
there and can be ignored (by valgrind suppression added by Bug#50414).
That story is discussed in Bug#54820.

How to repeat:
Check out PB.
[15 Dec 2010 4:57] Daogang Qu
It is not the same issue as in BUG#50414.
But it affects replication tests.
For example, rpl.rpl_err_ignoredtable.
[15 Dec 2010 5:13] Daogang Qu
I'm interest to the problem.
Please add me as a reviewer
if that is OK. Thanks!