>Description:
        Whenever I compile mysql 3.23.40 with Berkeley DB support,
        I get a signal 11 when attempting to start the mysql server.
        If I omit Berkeley DB support, everything starts fine.

# /usr/local/mysql/bin/safe_mysqld &
in error file:

010723 12:13:16  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=8388600
record_buffer=131072
sort_buffer=2097144
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 = 225791 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation

010723 12:13:16  mysqld ended

>How-To-Repeat:
        Include Berkeley DB support on Solaris 8 i386
>Fix:
        <how to correct or work around the problem, if known (multiple lines)>

>Submitter-Id:  <submitter ID>
>Originator:    Brian McCloskey
>Organization:
 <organization of PR author (multiple lines)>
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:      solairs 8 x86 get signal 11 with bdb support
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.40 (Source distribution)

>Environment:
System: SunOS bones 5.8 Generic_108529-05 i86pc i386 i86pc
Architecture: i86pc

Some paths:  /usr/bin/perl /usr/local/bin/make /usr/local/bin/gcc
GCC: Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Compilation info: CC='/usr/local/bin/gcc'  CFLAGS='-O3 -fomit-frame-pointer 
-DHAVE_CURSES_H'  CXX='/usr/local/bin/gcc'  CXXFLAGS='-O3 -fomit-frame-pointer 
-felide-constructors -fno-exceptions -fno-rtti -DHAVE_CURSES_H'  LDFLAGS='-L/usr/lib 
-R/usr/lib -L/usr/local/lib -R/usr/local/lib'
LIBC: 
-rw-r--r--   1 root     bin      1579204 Nov 23  2000 /lib/libc.a
lrwxrwxrwx   1 root     root          11 May 10 22:14 /lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       932532 Nov 23  2000 /lib/libc.so.1
-rw-r--r--   1 root     bin      1579204 Nov 23  2000 /usr/lib/libc.a
lrwxrwxrwx   1 root     root          11 May 10 22:14 /usr/lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       932532 Nov 23  2000 /usr/lib/libc.so.1
Configure command: ./configure  --prefix=/usr/local/mysql --with-low-memory 
--with-mysqld-user=nobody --with-berkeley-db=./bdb



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