FS#40191 - [mariadb-clients] After upgrading mysql, akonadi crashes the server
Attached to Project:
Arch Linux
Opened by Peter Wu (Lekensteyn) - Friday, 02 May 2014, 14:46 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 14 May 2014, 09:34 GMT
Opened by Peter Wu (Lekensteyn) - Friday, 02 May 2014, 14:46 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 14 May 2014, 09:34 GMT
|
Details
Description:
After upgrading some packages today, KMail broke because the mysql daemon somehow died. Upon further inspection, mysqld has segfaulted. (See mysql.err) Manually starting mysqld, then run `mysqlcheck --optimize` against it also crashed the server. Assuming that some file got corrupted, I used mysqldump to dump the database, dropped the database, created an empty database and tried to import it. That failed too with a similar backtrace (see mysql-manual-create.err.txt) Additional info: * mariadb-clients 10.0.10-1 Steps to reproduce: 1. Start mysqld with akonadi's database /usr/bin/mysqld \ --defaults-file=$HOME/.local/share/akonadi/mysql.conf \ --datadir=$HOME/.local/share/akonadi/db_data/ \ --socket=/tmp/akonadi-.../mysql.socket 2. mysqlcheck \ --defaults-file=$HOME/.local/share/akonadi/mysql.conf \ --socket=/tmp/akonadi-.../mysql.socket \ --repair akonadi 3. DB crashes. (alternatively: start KMail and observe that mysqld crashes) |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Wednesday, 14 May 2014, 09:34 GMT
Reason for closing: Fixed
Additional comments about closing: mariadb 10.0.11-2
Wednesday, 14 May 2014, 09:34 GMT
Reason for closing: Fixed
Additional comments about closing: mariadb 10.0.11-2
https://bugs.kde.org/show_bug.cgi?id=334205
Please hold it back in testing.
The problem has been reported on KDE's and MariaDB's bugtrackers too.