Bug #34695 ma_test_loghandler_multigroup-t fails on several platforms (segfault etc)
Submitted: 20 Feb 2008 15:55 Modified: 7 May 2008 4:33
Reporter: Guilhem Bichot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Maria storage engine Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Oleksandr Byelkin CPU Architecture:Any

[20 Feb 2008 15:55] Guilhem Bichot
Description:
Fails like this:
1..10
ok 1 - write LOGREC_FIXED_RECORD_0LSN_EXAMPLE
ok 2 - write LOGREC_FIXED_RECORD_1LSN_EXAMPLE
ok 3 - write LOGREC_VARIABLE_RECORD_1LSN_EXAMPLE
ok 4 - write LOGREC_FIXED_RECORD_0LSN_EXAMPLE
ok 5 - write LOGREC_VARIABLE_RECORD_0LSN_EXAMPLE
ok 6 - read record
ok 7 - read record
ok 8 - read record
Incorrect LOGREC_FIXED_RECORD_0LSN_EXAMPLE data read(1)
type 4, strid 1, len 1157467198, i: 100663236, 4: 48 5: 192 lsn(1,0x450f2007)
not ok 9 - read record
It is the only log handler test failing on this machine.

How to repeat:
run the test
[22 Feb 2008 9:52] Guilhem Bichot
Solaris 9/10 sparc/intel 32/64 bit, some Linux, Windows 32 bit
[2 Apr 2008 15:14] 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/44793

ChangeSet@1.2624, 2008-04-02 18:12:32+03:00, bell@desktop.sanja.is.com.ua +3 -0
  Fixed bugs related to huge records where group list do not
    fit in on one page (many chunks type 0 created) (BUG#34695).
  Maria log dump now can read unittest logs.
[22 Apr 2008 10:04] 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/45808

ChangeSet@1.2624, 2008-04-22 13:04:18+03:00, bell@desktop.sanja.is.com.ua +5 -0
  Fixed bugs related to huge records where group list do not
    fit in on one page (many chunks type 0 created) (BUG#34695).
  Maria log dump now can read unittest logs.