Public bug reported:

MyDumper 0.5.1-3ubuntu1 crashes if I try to use it with MySQL 5.5.30 and
5.6.10 which are running in a MySQL Sandbox.

mydumper -P 5530 -h 127.0.0.1 -u root -p msandbox
mydumper -P 5610 -h 127.0.0.1 -u root -p msandbox

$ gdb --args mydumper -P 5610 -h 127.0.0.1 -u root -p msandbox -v 3
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/mydumper...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/mydumper -P 5610 -h 127.0.0.1 -u root -p msandbox -v 
3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff6462700 (LWP 25850)]
[Thread 0x7ffff6462700 (LWP 25850) exited]
** Message: Connected to a MySQL server
** Message: Started dump at: 2013-03-18 10:43:44

[New Thread 0x7ffff6462700 (LWP 25851)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff6462700 (LWP 25851)]
g_mutex_get_impl (mutex=0x0) at 
/build/buildd/glib2.0-2.34.1/./glib/gthread-posix.c:119
119     /build/buildd/glib2.0-2.34.1/./glib/gthread-posix.c: No such file or 
directory.
(gdb) bt
#0  g_mutex_get_impl (mutex=0x0) at 
/build/buildd/glib2.0-2.34.1/./glib/gthread-posix.c:119
#1  0x00007ffff71eee19 in g_mutex_lock (mutex=<optimized out>) at 
/build/buildd/glib2.0-2.34.1/./glib/gthread-posix.c:208
#2  0x0000000000407919 in process_queue ()
#3  0x00007ffff71d5645 in g_thread_proxy (data=0x629400) at 
/build/buildd/glib2.0-2.34.1/./glib/gthread.c:797
#4  0x00007ffff7680e9a in start_thread (arg=0x7ffff6462700) at 
pthread_create.c:308
#5  0x00007ffff6c61ccd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

** Affects: mydumper (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1156526

Title:
  mydumper crashes with backup from sandbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mydumper/+bug/1156526/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to