Comment 11 for bug 1026926

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Dima -

Could you provide the full GDB stacktraces at the time of deadlock? You'd need to install Percona Server debug symbols and GDB if not already installed and then do
gdb -ex "set pagination 0" -ex "thread apply all bt" --batch -p $(pidof mysqld)