>Description:
        Any connection to mysqld over network socket results in segmentation fault and 
mysqld restarting. The log records:
===================== begin log extract ==================
bin/mysqld_safe: line 320: 12974 Segmentation fault
  $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION 
--datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking >>$err_log 2>&1

Number of processes running now: 1
mysqld process hanging, pid 12984 - killed
030402 13:17:22  mysqld restarted
bin/mysqld_safe: line 320: 13007 Segmentation fault      $NOHUP_NICENESS 
$ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION
--pid-file=$pid_file --skip-locking >>$err_log 2>&1

Number of processes running now: 1
mysqld process hanging, pid 13017 - killed
030402 13:18:01  mysqld restarted
==================== end log extract ===================

>How-To-Repeat:
        Any of:
                telnet wardroom.mcmaster.ca mysql
                mysql -u root -h wardroom -p

>Fix:
        No fix or workaround known.

>Submitter-Id:  <submitter ID>
>Originator:    Colin Wu
>Organization:  McMaster University
>MySQL support: none
>Synopsis:      Can not connect to mysqld over network
>Severity:      serious
>Priority:      medium
>Category:      mysql
>Class:         support
>Release:       mysql-4.0.12 (Source distribution)

>C compiler:    gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>C++ compiler:  g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>Environment:
        
System: Linux wardroom 2.4.18-26.8.0 #1 Mon Feb 24 10:21:42 EST 2003 i686 i686 i386 
GNU/Linux
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking 
--host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Compilation info: CC='gcc'  CFLAGS=''  CXX='g++'  CXXFLAGS=''  LDFLAGS=''  ASFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           14 Feb 26 15:24 /lib/libc.so.6 -> 
libc-2.2.93.so
-rwxr-xr-x    1 root     root      1235468 Sep  5  2002 /lib/libc-2.2.93.so
-rw-r--r--    1 root     root      2233342 Sep  5  2002 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Sep  5  2002 /usr/lib/libc.so
Configure command: ./configure '--prefix=/usr' 
'--with-unix-socket-path=/tmp/mysql.sock' '--with-mysqld-user=mysql' 
'--with-mysqld-ldflags=-all-static' '--enable-assembler'


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

Reply via email to