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 [EMAIL PROTECTED]:/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
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to