re: Re: error:mysqld got signal 11

2002-09-27 Thread Victoria Reznichenko

Vaso,
Thursday, September 26, 2002, 11:48:03 PM, you wrote:

VK Hello Victoria,
VK I have installed mysql  3.23.49 for Sorlaris and I have installed it 
VK from the source distribution.

I checked it on 3.23.52 installed from binary and it worked well.

VK Do you have any idea about my problem?

Could you test it with our binaries?
There are many possible causes not related to MySQL code like wrong C
libc, buggy compiler and so on ..

VK Thanks :-)

VK Victoria Reznichenko wrote:

Vaso,
Thursday, September 26, 2002, 9:54:06 AM, you wrote:

VK I have started mysql server keeping binary logs and once in a while I
VK execute reset master.
VK Irregularly mysqld crashes and in the error logs I read the lines
VK bellow:

VK mysqld got signal 11;
VK This could be because you hit a bug. It is also possible that this
VK binary
VK or one of the libraries it was linked agaist is corrupt, improperly
VK built,
VK or misconfigured. This error can also be caused by malfunctioning
VK hardware.
VK We will try our best to scrape up some info that will hopefully help
VK diagnose
VK the problem, but since we have already crashed, something is definitely
VK wrong
VK and this may fail

VK key_buffer_size=67104768
VK record_buffer=1044480
VK sort_buffer=5242872
VK max_used_connections=9
VK max_connections=300
VK threads_connected=2
VK It is possible that mysqld could use up to
VK key_buffer_size + (record_buffer + sort_buffer)*max_connections =
VK 1907529 K
VK bytes of memory
VK Hope that's ok, if not, decrease some variables in the equation

VK Does anyone have any ideas what can I do about it and why is this
VK happening?

What version of MySQL do you use? What OS do you use? Did you installed
MySQL from the binary or from source distribution? You provided incomplere
enough info :(


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com





-
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




error:mysqld got signal 11

2002-09-26 Thread Vaso Koutsonikola

Hello,
I have started mysql server keeping binary logs and once in a while I
execute reset master.
Irregularly mysqld crashes and in the error logs I read the lines
bellow:

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=67104768
record_buffer=1044480
sort_buffer=5242872
max_used_connections=9
max_connections=300
threads_connected=2
It is possible that mysqld could use up to
key_buffer_size + (record_buffer + sort_buffer)*max_connections =
1907529 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation

Does anyone have any ideas what can I do about it and why is this
happening?
Thanks in advance.


-
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




re: error:mysqld got signal 11

2002-09-26 Thread Victoria Reznichenko

Vaso,
Thursday, September 26, 2002, 9:54:06 AM, you wrote:

VK I have started mysql server keeping binary logs and once in a while I
VK execute reset master.
VK Irregularly mysqld crashes and in the error logs I read the lines
VK bellow:

VK mysqld got signal 11;
VK This could be because you hit a bug. It is also possible that this
VK binary
VK or one of the libraries it was linked agaist is corrupt, improperly
VK built,
VK or misconfigured. This error can also be caused by malfunctioning
VK hardware.
VK We will try our best to scrape up some info that will hopefully help
VK diagnose
VK the problem, but since we have already crashed, something is definitely
VK wrong
VK and this may fail

VK key_buffer_size=67104768
VK record_buffer=1044480
VK sort_buffer=5242872
VK max_used_connections=9
VK max_connections=300
VK threads_connected=2
VK It is possible that mysqld could use up to
VK key_buffer_size + (record_buffer + sort_buffer)*max_connections =
VK 1907529 K
VK bytes of memory
VK Hope that's ok, if not, decrease some variables in the equation

VK Does anyone have any ideas what can I do about it and why is this
VK happening?

What version of MySQL do you use? What OS do you use? Did you installed
MySQL from the binary or from source distribution? You provided incomplere
enough info :(


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com





-
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




Re: error:mysqld got signal 11

2002-09-26 Thread Vaso Koutsonikola

Hello Victoria,
I have installed mysql  3.23.49 for Sorlaris and I have installed it 
from the source distribution.
Do you have any idea about my problem?
Thanks :-)

Victoria Reznichenko wrote:

Vaso,
Thursday, September 26, 2002, 9:54:06 AM, you wrote:

VK I have started mysql server keeping binary logs and once in a while I
VK execute reset master.
VK Irregularly mysqld crashes and in the error logs I read the lines
VK bellow:

VK mysqld got signal 11;
VK This could be because you hit a bug. It is also possible that this
VK binary
VK or one of the libraries it was linked agaist is corrupt, improperly
VK built,
VK or misconfigured. This error can also be caused by malfunctioning
VK hardware.
VK We will try our best to scrape up some info that will hopefully help
VK diagnose
VK the problem, but since we have already crashed, something is definitely
VK wrong
VK and this may fail

VK key_buffer_size=67104768
VK record_buffer=1044480
VK sort_buffer=5242872
VK max_used_connections=9
VK max_connections=300
VK threads_connected=2
VK It is possible that mysqld could use up to
VK key_buffer_size + (record_buffer + sort_buffer)*max_connections =
VK 1907529 K
VK bytes of memory
VK Hope that's ok, if not, decrease some variables in the equation

VK Does anyone have any ideas what can I do about it and why is this
VK happening?

What version of MySQL do you use? What OS do you use? Did you installed
MySQL from the binary or from source distribution? You provided incomplere
enough info :(


  




-
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