Bug #16900 Crash during query "reap" on OS X
Submitted: 30 Jan 2006 12:39 Modified: 25 May 2006 17:22
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1.18 OS:All OS X variants
Assigned to: Ramil Kalimullin CPU Architecture:Any

[30 Jan 2006 12:39] Joerg Bruehe
Description:
Release build of 4.1.18, based on ChangeSet
  1.2463 06/01/27 13:38:15 kent@mysql.com +1 -0
  disabled.def:
    Enabled rpl_* tests now when bug fixed

Occurs in all product builds, all test runs, on all OS X machines:
osx-tiger-x86, powermacg5, xserve, and xserve-64bit.

Symptom:
=====
rpl000001                      [ fail ]

Errors are (from PATH/mysqltest-time) :
mysqltest: At line NNN: query 'reap' failed with wrong errno 2013 instead of 1053...
(the last lines may be the most important ones)
=====

The same symptom on these machines in another test:
=====
rpl_error_ignored_table        [ fail ]

Errors are (from PATH/mysqltest-time) :
mysqltest: At line NNN: query 'reap' failed with wrong errno 2013 instead of 0...
(the last lines may be the most important ones)
=====

How to repeat:
Run the test suite there.
[2 Feb 2006 6:31] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/2047
[25 May 2006 13:19] Ramil Kalimullin
fixed in 4.1.21
[25 May 2006 17:22] Paul DuBois
Noted in 4.1.21 changelog.

Slave SQL thread cleanup was not handled properly on Mac OS X
when a statement was killed, resulting in a slave crash.