Comment 29 for bug 1007268

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

> It just crashed with the same error while running latest Percona-Server-5.5.27-rel28.0, even with innodb_lazy_drop_table set to > 1, so it is not a working workaround: https://gist.github.com/3486469

These symptoms match those of bug 1040735, a different bug whose cause we are trying to find.

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)

Please add this info to bug 1040735. Thanks!