9 messages in com.mysql.lists.bugsOfficial binaries segfault for Solari...
FromSent OnAttachments
Phil Dibowitz05 Jul 2001 21:17 
Sinisa Milivojevic06 Jul 2001 04:30 
Michael Widenius06 Jul 2001 08:21 
Phil Dibowitz06 Jul 2001 13:25 
Phil Dibowitz06 Jul 2001 13:26 
Sasha Pachev06 Jul 2001 14:25 
Phil Dibowitz06 Jul 2001 15:36 
Michael Widenius06 Jul 2001 21:31 
Sinisa Milivojevic07 Jul 2001 04:41 
Subject:Official binaries segfault for Solaris 8 x86
From:Michael Widenius (mon@mysql.com)
Date:07/06/2001 08:21:50 AM
List:com.mysql.lists.bugs

Hi!

"Phil" == Phil Dibowitz <webm@ipom.com> writes:

Phil> Hey all, the following is a bug report using mysqlbug. I cannot get the Phil> official binaries to work on my Solaris system -- they just segfault. Phil> Any help would be greatly appreciated.

Description:

Phil> I've installed the offical binaries from the mysql site and upon

Phil> attempt Phil> ing to start the server, it core dumps.

How-To-Repeat:

Phil> Any time I attempt to start the server

Phil> (/usr/local/mysql/bin/safe_mysqld --user=mysql &) it core dumps.: Phil> [root@Knight mysql]# bin/safe_mysqld --user=mysql Phil> Starting mysqld daemon with databases from Phil> /usr/local/mysql-3.23.39-pc-solaris2.8-i386/data Phil> Segmentation Fault - core dumped Phil> 010705 21:09:40 mysqld ended

All official binaries on www.mysql.com has been tested on the platforms we have compiled them on, so they should not coredump if you don't have any conflicting libraries installed.

What output do you get from:

ldd bin/mysqld bin/mysqld -V

If both of the above looks ok, can you post me the last 50 lines from the output from:

truss bin/mysqld --user=mysql

If everything fails, you should still be able to get MySQL to work by downloading the MySQL source distribution and compile this yourself.

Regards, Monty