Comment 3 for bug 1111226

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: handle_fatal_signal (sig=11) in rbt_free_node at ut0rbt.c:731

The first issue here is a a spectacular typo that causes the write to fail:

130126 13:58:20 InnoDB: Error: Write to file ./ib_modified_log_2_8204.xdb failed at offset 35184372088832 8192.

 success = os_file_write(log_bmp_sys->out.name, log_bmp_sys->out.file,
    block,
    (ulint)(log_bmp_sys->out.offset & 0xFFFFFFFF),
    (ulint)(log_bmp_sys->out.offset << 32),
    MODIFIED_PAGE_BLOCK_SIZE);

s/<</>> !