From: Dan Nelson Date: December 9 2005 12:02am Subject: Re: Mysqldump segmentation fault(core dumped) List-Archive: http://lists.mysql.com/mysql/192636 Message-Id: <20051209000225.GC95420@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Dec 08), ISC Edwin Cruz said: > Hi all! > Look: > > mysql> select version(); > +-----------+ > | version() | > +-----------+ > | 5.0.13-rc | > +-----------+ ... > mysql> quit > Bye > apps# mysqldump --databases test1 ... > `d`.`idTCiudad`) and (`d`.`TEstado_idTEstado` = `e`.`idTEstado`)); > Segmentation fault (core dumped) ... > apps# uname -a > FreeBSD apps.medel.com.mx 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@stripped:/usr/obj/usr/src/sys/GENERIC i386 I can't reproduce this on my FreeBSD 5.4 machine, running mysql-*-5.0.16. Try updating the mysql ports and try again. You didn't see anything in the .err file because only mysqldump crashed, not the server. A stack trace would also help (run "gdb mysqldump mysqldump.core", then enter "bt"). -- Dan Nelson dnelson@stripped