Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb"
Submitted: 29 May 2007 17:47 Modified: 14 Jun 2007 19:43
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S1 (Critical)
Version:5.1.19-beta OS:HP/UX (HP-PA 64 bit only)
Assigned to: Alexey Botchkov CPU Architecture:Any

[29 May 2007 17:47] Joerg Bruehe
Description:
Noted for the first time in 5.1.19-beta:

=====
unsafe_binlog_innodb           [ fail ]

ERROR: mysqltest returned unexpected code 138, it has probably crashed
=====
Occurred only on HP-UX (both 11.00 and 11.11), HP-PA CPU, 64 bit.

How to repeat:
Build "embedded" on one of these, run the test.
[11 Jun 2007 20:43] 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/28530

ChangeSet@1.2552, 2007-06-12 00:43:36+05:00, holyfoot@mysql.com +2 -0
  Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb"
  
  the reported test failure is fixed by the patch to 28333,
  but there's a bit more to fix in the test itself - to
  drop tables created in this test at the test's beginning.
[12 Jun 2007 13:53] 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/28579

ChangeSet@1.2552, 2007-06-12 17:53:16+05:00, holyfoot@mysql.com +2 -0
  Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb"
  
  the reported test failure is fixed by the patch to 28333,
  but there's a bit more to fix in the test itself - to
  drop tables created in this test at the test's beginning.
[14 Jun 2007 19:00] Bugs System
Pushed into 5.1.20-beta
[14 Jun 2007 19:43] Paul DuBois
Test case change. No changelog entry needed.