MySQL seg fault using TCP connection
I am running a source installation of MySQL 3.23.54a. The server
segfaults whenever it receives an incoming TCP connection but
otherwise works OK on Unix sockets. Has anyone else had a
similar experience or know how to fix this?
My setup....
PIII 500 Mhz, 128 MB RAM, 3 GB HDD
Kernel : 2.4.2-2 (i686, RH 7.1 stock kernel)
libc : glibc-2.2-93
gcc : 2.96
I compiled MySQL using the following settings....
CFLAGS=-O3 -mcpu=i586
CXXFLAGS=-O3 -mcpu=i586 -felide-constructors -fno-exceptions -fno-rtti
CXX=gcc
configure --prefix=/usr/local/opt/mysql --sysconfdir=/etc --localstatedir=/var --program-prefix="" --without-debug i586-pc-linux-gnu
|