Michael, Friday, February 01, 2002, 4:15:24 PM, you wrote:
MM> I have been having an issue where the mysql client is core dumping for no MM> obvious reason to me. MM> I loaded a database via a file which created 167 tables. I then loaded MM> another file to populate some data. I then go into mysql and did a show MM> tables command, then I did a show columns command. when I tried to quit out, MM> it core dumped, below is some of the output. MM> I am running NetBSD 1.5 and mysql 3.23.47 and I am using the my-small.cnf as MM> my my.conf file in /etc. The machine has 48M of RAM. MM> mysql> show columns from zipcode; MM> +-----------+----------+------+-----+---------+-------+ MM> | Field | Type | Null | Key | Default | Extra | MM> +-----------+----------+------+-----+---------+-------+ MM> | zip | char(10) | | MUL | | | MM> | state | char(10) | | | | | MM> | city | char(50) | | | | | MM> | longitude | double | YES | | NULL | | MM> | latitude | double | YES | | NULL | | MM> +-----------+----------+------+-----+---------+-------+ MM> 5 rows in set (0.04 sec) MM> mysql> \q MM> Segmentation fault (core dumped) Maybe you could make a testcase for us, and please provide us with the strace of the client: strace mysql <<eof show columns from zipcode; eof and send us back the result (probably send 'em to me in private mail, let's not trash the mailing list). MM> Any help would be appreciated. We can work together to find out the problem. MM> Mike McLaughlin -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php