Re: Replication crashes when max_bin_log_size is reached
Hello,
Of course, one thing which will make it harder to debug is this "no symbols". Which package of the MySQL server are you using? Please give the name of the .tar.gz or .rpm, if it's an official MySQL binary or something from a Linux distribution, or built by yourself. If it's an official MySQL binary (= from our website) there should be a mysqld.sym.gz somewhere, which is already the symbol file you need.
Which Linux and CPU is the machine?
If we fail to resolve this stack trace, the next step is probably installing a debug MySQL binary on slave and letting it run with --debug=d:t:i:O,/tmp/mysqld.trace until crash happens.