>Description:
 
 While starting mysqld, mysqld stops with default values from 
support-files/my-medium.cnf.
 I'm not sure if it's really a bug or just inadequate buffer settings. Anyway, you 
asked
 in the $hostname.err to make a bug report. ;-) My compile time flags you have in my 
previous
 posts to bugs@ list under the thread "make test fails' - to be onest, I removed two 
 site-specific options like -I/software/@sys/usr/local/include and same for libs.

>How-To-Repeat:

root# ulimit -a; /usr/local/mysql/bin/safe_mysqld --user=mysql &
core file size (blocks)     unlimited
data seg size (kbytes)      1048576
file size (blocks)          unlimited
max memory size (kbytes)    152220
open files                  200
pipe size (512 bytes)       20
stack size (kbytes)         65536
cpu time (seconds)          unlimited
max user processes          170
virtual memory (kbytes)     1048576
[2] 253026
root# Starting mysqld daemon with databases from /usr/local/mysql/var
010622 09:21:20  mysqld ended


[2]-  Done                    /usr/local/mysql/bin/safe_mysqld --user=mysql
root# 

root# cat $hostname.err
010622 09:21:19  mysqld started
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=0
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

010622 09:21:20  mysqld ended
 

>Fix:
        

>Submitter-Id:  <submitter ID>
>Originator:    Super-User
>Organization:
 
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis: mysqld doesn't start
>Severity:      
>Priority:      
>Category:      mysql
>Class: sw-bug
>Release:       mysql-3.23.39 (Source distribution)

>Environment:
        
System: IRIX nmrindy 6.5 01101244 IP22


Some paths:  /usr/sbin/perl /software/@sys/usr/local/bin/make 
/software/@sys/usr/local/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/local/lib/gcc-lib/mips-sgi-irix6.5/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Compilation info: CC='cc'  CFLAGS='-O3 -n32 -TARG:platform=IP22'  CXX='CC'  
CXXFLAGS='-O3 -n32 -TARG:platform=IP22'  LDFLAGS=''
LIBC: 
-r-xr-xr-t   1 root     sys       2362688 Mar 13 14:40 /lib/libc.so.1
lrwxr-xr-x   1 root     sys            19 Jan  1  2000 /usr/lib/libc.so -> 
../../lib/libc.so.1
lrwxr-xr-x   1 root     sys            19 Jan  1  2000 /usr/lib/libc.so.1 -> 
../../lib/libc.so.1
Configure command: ./configure  --prefix=/usr/local/mysql --with-berkeley-db 
--with-innodb --with-charset=czech --with-extra-charsets=latin1 --with-libwrap 
--with-named-curses-libs=/software/@sys/usr/local/lib/libncurses.a
Perl: This is perl, version 5.004_04 built for irix-n32

---------------------------------------------------------------------
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