Hi Steffen, thanks for the detailed info. Could you please setup your server for core file generation (see http://dev.mysql.com/doc/refman/5.5/en/server-options.html #option_mysqld_core-file). You may also need to set OS settings to allow [large] core dump files to be generated. Once you have a core dump, please execute:
gdb /path_to_mysqld/bin/mysqld ./core.pid [... wait for gdb prompt ...] set trace-commands on set logging on set pagination off set print pretty on set print array on set print array-indexes on set print elements 4096 thread apply all bt Please then sent us the resulting gdb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1102392 Title: Server crashed without specific reason [test_quick_select] To manage notifications about this bug go to: https://bugs.launchpad.net/percona-server/+bug/1102392/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
