Bug #12858 RBR (ps-protocol) slave core in call to my_no_flags_free
Submitted: 29 Aug 2005 18:32 Modified: 24 Sep 2005 10:43
Reporter: Jonathan Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S1 (Critical)
Version:5.0-wl1012 OS:Linux (Linux)
Assigned to: Guilhem Bichot CPU Architecture:Any

[29 Aug 2005 18:32] Jonathan Miller
Description:
rpl_misc_functions.core
#0  0x40250da1 in kill () from /lib/libc.so.6
#1  0x40181f4a in pthread_kill () from /lib/libpthread.so.0
#2  0x0829602d in write_core (sig=11) at stacktrace.c:220
#3  0x0818ef2d in handle_segfault (sig=11) at mysqld.cc:2062
#4  0x401855cd in __pthread_sighandler () from /lib/libpthread.so.0
#5  <signal handler called>
#6  0x40297af5 in _int_free () from /lib/libc.so.6
#7  0x40296a3c in free () from /lib/libc.so.6
#8  0x084bfd05 in my_no_flags_free (ptr=0x0) at my_malloc.c:60
#9  0x082120b7 in Delete_rows_log_event::do_after_row_operations(st_table*, int) (this=0x874e790, table=0x0, error=137) at log_event.cc:5822
#10 0x08210f24 in Rows_log_event::exec_event(st_relay_log_info*) (
    this=0x874e790, rli=0x87452fc) at log_event.cc:5129
#11 0x0828bdd9 in exec_relay_log_event (thd=0x877d258, rli=0x87452fc)
    at slave.cc:2960
#12 0x08289af8 in handle_slave_sql (arg=0x873f118) at slave.cc:3508
#13 0x4017f6de in pthread_start_thread () from /lib/libpthread.so.0
(gdb) quit

How to repeat:
rpl_misc_functions.test
[24 Sep 2005 10:43] Guilhem Bichot
fixed, nothing to document