Hello,

(linux novice: windows user migrating to linux)

Hoping someone can point me in the right direction. Install of
MySQL-server-standard-5.0.21-1.sles9.i586.rpm is failing
with following error msg: "mysqld got signal 11".

I have 2 Suse 9E systems and mysql installs fine on one but not the other.
Both systems are new installs and have the same software installed (all rpms
are same except kernel).

kernel: 2.6.5-7.97-default --> installs okay here
AMD Athlon64

kernel: 2.6.5-7.97-smp --> fails here
Intel Dual Xeons

MySQL-server-standard-5.0.19-0.sles9.i586.rpm installs perfectly on both
systems.

MySQL-server-standard-5.0.20a-0.sles9.i586.rpm also fails on the Intel Xeon
system but installs fine on the AMD system.

I think it has to do with my network configuration or the yaSSL features in
5.0.20+

I tried doing "resolve_stack_dump" but I am no linux programming expert.

Any help would be appreciated. Details below

JohnC

-------- full error msg ---------------
MySQL-server-standard-5.0.21-1.sles9.i586.rpm

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=0
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 =
217599 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=(nil)
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...
Cannot determine thread, fp=0xbffbcae4, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x8183f80
0xffffe420
New value of fp=(nil) failed sanity check, terminating stack trace!
------------- ------------- -------------

Tried doing: resolve_stack_dump -s mysqld.sym -n mysqld.stack2

0x8183f80 handle_segfault + 656
0xffffe420 _end + -140375984


-------- full error msg ---------------
MySQL-server-standard-5.0.19-0.sles9.i586.rpm

060506 09:05:31 mysqld started
mysqld: socket_wrapper.cpp:114: uint yaSSL::Socket::send(const byte*,
unsigned int, int) const: Assertion `socket_ != INVALID_SOCKET' failed.
mysqld got signal 6;
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=0
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 =
217599 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=(nil)
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...
Cannot determine thread, fp=0xbffbc9bc, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x8182090
0xffffe420
(nil)
0x400c9cd3
0x8401dd1
0x83f6e91
0x84017ad
0x83eb843
0x40209809
0x40209ad8
0x401caa9c
0x401cc671
0x401c382e
Stack trace seems successful - bottom reached
-------------------- -------------------------

Tried doing: resolve_stack_dump -s mysqld.sym -n mysqld.stack

0x8183f80 handle_segfault + 656
0xffffe420 _end + -140375984
(nil)
0x400c9cd3 _end + 934199555
0x84038a1 _ZNK5yaSSL6Socket4sendEPKhji + 97
0x83f8961 _ZN5yaSSL3SSL4SendEPKhj + 49
0x840327d _ZN5yaSSL15sendClientHelloERNS_3SSLE + 317
0x83ed313 SSL_connect + 19
0x40209809 _end + 935509049
0x40209ad8 _end + 935509768
0x401caa9c _end + 935251660
0x401cc671 _end + 935258785
0x401c382e _end + 935222366


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to