Hi! On Aug 13, Henry Hank wrote: > Environment: > I'm setting up a database server on a Dell Poweredge 2650, dual 1.8GHZ pentium > with 1GB of memory and RAID5 drives. I've installed RedHat 9, and updated the > kernel to 2.4.20-19.9smp. I've installed the RPM binary distribution of MySQL > 4.0.14 right from the MySQL website. The only thing I have done is disable > InnoDb in my my.cnf file. > > Database Table: > I have a database with 21.4 million records. One field is a VARCHAR(255) field > on which I have created a FULLTEXT index. > > Problem: > Most single word full text searches work perfectly and quickly. Occasionally, > when someone enters several words (without any operators), MySQL will crash > with the following in the error log (see below).
Could you please run mysqld with --core-file to get a core dump and upload it to ftp://support.mysql.com/pub/mysql/secret/ ? How big is your table ? Note from the manual: To get a core dump on Linux if `mysqld' dies with a `SIGSEGV' signal, you can start `mysqld' with the `--core-file' option. Note that you also probably need to raise the `core file size' by adding `ulimit -c 1000000' to `mysqld_safe' or starting `mysqld_safe' with `--core-file-size=1000000'. *Note `mysqld_safe': mysqld_safe. Regards, Sergei -- __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Senior Software Developer /_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]