Hi!

I am having this weird problem that MySQL just dies with
signal 11 several time per day when loads get just a bit
hight (the load is very low, about 1 q/s and on some
export ops it gets a bit high two time per 24 hours).
Any way, FreeBSD 4.2 is not RELASE but STABLE
which is cvsupped pretty often (last time was on Jan 20th).
So all those problem with thread which Ken Manzel mentions
are gone as well as broken compiler.

I do not use port for MySQL and build it from the tar ball
source like:
gmake
gmake install

(i use gmake for a historical reason, bsd make could not build
it some time ago).

I just looked at the ports and saw a couple of compiler options:

-felide-constructors -fno-exceptions -fno-rtti

And it is said that w/o then MySQL could crash under high loads.

Well, I tried to make an experiment:

sh
CXXFLAGS='-felide-constructors -fno-exceptions -fno-rtti'
./configure --prefix=/usr/local/mysql --with-charset=win1251
--localstatedir=/usr/local/mysql/data --with-mit-threads=no
--without-debug --without-perl --without-bench
gmake
gmake install

Now I am going to see if the problem goes away.

Artem




---------------------------------------------------------------------
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

Reply via email to