12 messages in com.mysql.lists.bugsRe: PATCH: MySQL 3.23 crashes on Free...
FromSent OnAttachments
Maciek Dobrzanski16 Apr 2001 02:17 
Michael Widenius16 Apr 2001 04:19 
Sinisa Milivojevic16 Apr 2001 04:31 
Andrei Cojocaru16 Apr 2001 05:47 
Andrei Cojocaru16 Apr 2001 05:49 
Maciek Dobrzanski16 Apr 2001 06:28 
Michael Widenius16 Apr 2001 14:54 
Michael Widenius16 Apr 2001 14:56 
Andrei Errapart16 Apr 2001 22:21 
Maciek Dobrzanski17 Apr 2001 03:50.txt
Michael Widenius17 Apr 2001 04:45 
Maciek Dobrzanski17 Apr 2001 06:55 
Subject:Re: PATCH: MySQL 3.23 crashes on FreeBSD 4.2
From:Maciek Dobrzanski (mac@firma.interia.pl)
Date:04/17/2001 06:55:36 AM
List:com.mysql.lists.bugs

Hello again :)

I think I know what causes the SEGV crash. As I have already mentioned the problem always occurs while using mysqldump and I could not repeat this using 'SELECT ... FROM ... INTO OUTFILE ...' from mysql console. This may require to have a larger tables in the database because all must be running at the same time. Also at least one table must have float field. My database has 15 tables with total direcotry size of 240MB.

Try this: /usr/local/mysql/bin/mysqldump -T /tmp/ --all --fields-terminated-by="~END~" test_db & /usr/local/mysql/bin/mysqldump -T /tmp/ --all --fields-terminated-by="~END~" test_db &

mysqld crashes every time on my FreeBSD 4.2-STABLE.

Here is the important part of gdb's 'back full'

#0 0x4069f2f4 in bcopy () from /usr/lib/libc_r.so.4 No symbol table info available. #1 0x406b10a8 in _thread_autoinit_dummy_decl () from /usr/lib/libc_r.so.4 No symbol table info available. #2 0x406a101a in __dtoa () from /usr/lib/libc_r.so.4 No symbol table info available. #3 0x4069eb3b in vfprintf () from /usr/lib/libc_r.so.4 No symbol table info available. #4 0x4069cc56 in vfprintf () from /usr/lib/libc_r.so.4 No symbol table info available. #5 0x4068e4cd in sprintf () from /usr/lib/libc_r.so.4 No symbol table info available. #6 0x8062f10 in Field_float::val_str (this=0x315fe5d0, val_buffer=0xbf01a40c, val_ptr=0x1b) at field.cc:1847 nr = 3.65606737 to = 0xbf01a51c "~END~10-30 18:33:45" #7 0x804c9c6 in Item_field::str_result (this=0xbf01a51c, str=0x1) at item.cc:168 No locals. #8 0x806920d in select_export::send_data (this=0x1, items=@0x2f294d60) at sql_class.cc:416 result_type = STRING_RESULT _db_func_ = 0x0 _db_file_ = 0x0 _db_level_ = 0 _db_framep_ = (char **) 0x0 ...