I've been recompiling with various options. It seems only when
--with-mysql-ldflags=-all-static is included is the server unreliable.

Symptoms: client will randomly hang on connecting, causing server to
hang. Server cannot be stopped without kill -9 <pids>

Is this a known bug or does it need reporting?

Cheers,

James

James Green wrote:
> Hi,
>
> I've upgraded from 5.0.26 to 5.0.37, both compiled from same source
> options, and the newer release crashes on startup.
>
> 5.0.26 Appears fine on all counts.
> 5.0.37 Appears to start without innodb switched on, but mysql clients
> just hang, and you cannot stop it without several "killall -9 mysqld"
> attempts.
> 5.0.37 With innodb switched on mysqld hangs on startup without creating
> the socket or pid file.
>
> In all cases, logs show mysqld started normally.
>
> If I roll back to 5.0.26, all is fine again.
>
> Platform: Intel(R) Pentium(R) 4 CPU 2.40GHz
> OS: Debian 3.1
> gcc --version: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
>
> Configure script:
> #!/bin/bash
> CFLAGS="-O3 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O3 -mcpu=pentiumpro \
> -felide-constructors -fno-exceptions -fno-rtti" \
> ./configure \
> --prefix=/opt/mysql-5.0.37 \
> --enable-thread-safe-client \
> --enable-assembler \
> --with-mysqld-ldflags=-all-static
>
> Any ideas?
>
> Cheers,
>
> James
>
>
>   


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to