>Description:
        <Whenever mysqld starts (seems ok) and on every connection it stops
and I'm getting the following message:

mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked agaist is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose
the problem, but since we have already crashed, something is definitely
wrong
and this may fail

key_buffer_size=16773120
record_buffer=131072
sort_buffer=524280
max_used_connections=0
max_connections=100
threads_connected=1
It is possible that mysqld could use up to 
key_buffer_size + (record_buffer + sort_buffer)*max_connections = 80379 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation>

>How-To-Repeat:
        <compile on solaris 8 x86 , install,run mysqld and try to connect with any 
client programm>
>Fix:
        <No way until now>

>Submitter-Id:  <submitter ID>
>Originator:angelos Vasdaris
>Organization:
 <SPARKnet S.A. - Greece>
>MySQL support: [none]
>Synopsis:      <mysql connections aborted/server is getting a SIGHUP?>
>Severity:      
>Priority:      
>Category:      mysql
>Class:         
>Release:       mysql-3.23.46-max (Source distribution)

>Environment:
        
System: SunOS talos 5.8 Generic_108529-12 i86pc i386 i86pc
Architecture: i86pc

Some paths:  /usr/bin/perl /usr/local/bin/make /usr/local/bin/gmake /usr/local/bin/gcc 
/usr/local/bin/cc
GCC: Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/3.0.2/specs
Configured with: ../configure --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.0.2
Compilation info: CC='gcc'  CFLAGS='-O3 -fomit-frame-pointer -DHAVE_CURSES_H'  
CXX='gcc'  CXXFLAGS='-O3 -fomit-frame-pointer -felide-constructors -fno-exceptions 
-fno-rtti -DHAVE_CURSES_H'  LDFLAGS=''
LIBC: 
-rw-r--r--   1 root     bin      1588040 Dec  4 02:51 /lib/libc.a
lrwxrwxrwx   1 root     root          11 Nov 29 11:09 /lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       943052 Dec  4 02:51 /lib/libc.so.1
-rw-r--r--   1 root     bin      1588040 Dec  4 02:51 /usr/lib/libc.a
lrwxrwxrwx   1 root     root          11 Nov 29 11:09 /usr/lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       943052 Dec  4 02:51 /usr/lib/libc.so.1
Configure command: ./configure  --with-mysql-user=mysql --enable-assembler 
--prefix=/usr/local/mysql-3.23.46-max --with-server-suffix=-max --with-innodb 
--enable-shared --enable-static --with-debug=yes --with-gnu-ld


(backtrace full from gdb)

#0  0x80a6184 in _ZN9MYSQL_LOG5writeEP3THD19enum_server_commandPKcz
(this=???, thd=???, command=???, format=???)
    at log.cc:561
        this = (class MYSQL_LOG *) 0x8aa1bd0
        thd = (THD *) 0x0
        error = 145365980

uname -a -> SunOS talos 5.8 Generic_108529-12 i86pc i386 i86pc

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to