Greetings,

I am having some trouble getting a 64bit mysql (built with gcc)
to work correctly.  I am able to build and start mysql, but it crashes
anytime I try to manipulate a table with some data in it.  This is
using mysql-3.23.42.

Here is what I see in the error log.
011130 18:53:35  mysqld restarted
/usr/local/mysql-3.0.42/libexec/mysqld: ready for connections
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=1
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


Here is my basic config:
Solaris 8 on Ultra-2 (patched up to June 2001)
Solaris 7 on NetraT1 (patched up to January 2001)
gcc-3.0.1 and gcc-3.0.2
gnu ld/as and sun ld/as

The only non-system libraries that mysqld is linked to come 
with gcc (libstdc++.so.3, libgcc_s.so.1), so I tried a couple of
different versions of the compiler/libs to see if that was the problem.  
Then I tried re-building it using a non gnu linker/assembler just to
see if that would fix the problem.  Then I tried doing this again
on a Solaris 7 machine to eliminate the other system libs, but got
the same results.

I am running out of ideas quickly on this and am hoping that someone
on this list will have done this before.

Thanks in advance,


        IW.



Ian Waters

[EMAIL PROTECTED]/interesting.net/geekninja.net/geekcoop.com

PGP Public Key: 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFF7EE368



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