Comment 11 for bug 1540296

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Have you managed to get the core dump or stack traces?
You need to install debug symbols for xtrabackup and enable core dumps. Once you have core dump you need to run GDB and point it to the core dump. Then run "bt" and "t apply bt full".

Instead of enabling core dumps you can run gdb --args <your backup command> and then, when it crashed just execute the commands "bt" and "t apply bt full".

I am afraid I am of little help without repeatable test case or resolved stack trace.