Hi folks, just compiled up mysql-4.0.17.tar.gz on a (stock, basic install) RHEL3 system, and get similar symptoms to something I experienced a while ago with RH9. that is... it compiles fine, but wont start.
The ./configure options are: ./configure '--prefix=/opt/local/stow/mysql-4.0.17' '--without-innodb' \ '--without-debug' '--with-extra-charsets=none' '--enable-assembler' \ '--localstatedir=/data/mysql' '--with-mysqld-ldflags=-all-static' The output i get in my error log file is: 031229 13:04:33 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 against 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 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd=0x82a8378 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... Bogus stack limit or frame pointer, fp=0xbfff62c8, stack_bottom=0x6a696867, thread_stack=196608, aborting backtrace. Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x66656463 is invalid pointer thd->thread_id=137005528 The manual page at http://www.mysql.com/doc/en/Crashing.html contains information that should help you find out what is causing the crash. 031229 13:04:33 mysqld ended If anybody has any ideas please help. -Dan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]