7 messages in com.mysql.lists.bugsRe[2]: Bug in MySQL
FromSent OnAttachments
Martin McFlySr10 Sep 2000 07:12 
Michael Widenius10 Sep 2000 12:33 
Martin McFlySr10 Sep 2000 15:16 
Michael Widenius10 Sep 2000 16:52 
Martin McFlySr11 Sep 2000 01:01 
Michael Widenius11 Sep 2000 06:58 
Thimble Smith11 Sep 2000 07:00 
Subject:Re[2]: Bug in MySQL
From:Michael Widenius (mon@mysql.com)
Date:09/11/2000 06:58:41 AM
List:com.mysql.lists.bugs

Hi!

"Martin" == Martin McFlySr <Mar@McFlySr.Kurgan.Ru> writes:

Martin> Hello Michael Widenius, Martin> Monday, September 11, 2000, 3:53:20, you wrote:

MW> You should try to find someone that can use gdb and find out which MW> program it is that dumps core and provide a back trace of this.

Martin> gdb & ./extra/replace:

Martin> (gdb) ba Martin> #0 0x80582e8 in __error () Martin> #1 0x280c39b0 in _thread_fd_table_init () from /usr/lib/libc_r.so.4 Martin> #2 0x280c2d9e in _thread_init () from /usr/lib/libc_r.so.4 Martin> #3 0x280f1671 in _thread_init_invoker::_thread_init_invoker () Martin> from /usr/lib/libc_r.so.4 Martin> #4 0x280f1698 in global constructors keyed to Martin> _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 Martin> #5 0x2808ad58 in _init () from /usr/lib/libc_r.so.4 Martin> #6 0x280880c5 in _init () from /usr/lib/libc_r.so.4 Martin> #7 0x2805f51e in _rtld () from /usr/libexec/ld-elf.so.1

The above indicates that your threaded library are not up to date.

I am sorry, but I can't suggest anything else than:

- Upgrade your libc - Upgrade to FreeeBSD 4.0:( - Try configuring MySQL with --with-mit-threads

Regards, Monty