RE: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-07 Thread Andrew Braithwaite
Hi,

I have loaded and ran mysql-debug-4.1.10a and am getting the same
problem.

There are no errors produced in the error log and mysqld is not crashing
so there is no stack trace to resolve.

Any ideas?

Cheers,

Andrew

-Original Message-
From: Gleb Paharenko [mailto:[EMAIL PROTECTED] 
Sent: Sat 02 April 2005 13:31
To: mysql@lists.mysql.com
Subject: Re: Can't create a new thread (errno 11). If you are not out of
available memory, you can consult the manual for a possible OS-dependent
bug'

Hello.

I don't know. With additional information we could make more exact
conclusions.



Jocelyn Fournier [EMAIL PROTECTED] wrote:
 Hi,
 
 For me it sounds like a glibc issue.
 BTW, currently the 4.1.10a build is compiled against glibc-2.2, does 
 MySQL plan to build next releases against glibc-2.3 which seems to 
 handle much better a high number of simultaneous connected threads ?
 
 Thanks !
   Jocelyn
 
 Gleb Paharenko wrote:
 Hello.
 
 
 
 Please switch to the mysql-debug-4.1.10a version and send
 
 the error log with resolved stack trace. Include the
 
 output of the following statement as well:
 
 
 
   SHOW VARIABLES;
 
 
 
 
 
 
I'm getting this strange error when there are more than 1100 mysql
 
 
connections connected to the same server.
 
 
 
 
 What about ulimits and free memory of your system?
 
 
 
 
 
 
 
 
 
 Andrew Braithwaite [EMAIL PROTECTED] wrote:
 
 
Hi,
 
 
 
Yes - am using the standard binaries and have even upgraded to
 
 
mysql-standard-4.1.10a-pc-linux-gnu-i686.  I'm still getting this 
error
 
 
- does anyone have any ideas?=20
 
 
 
Cheers,
 
 
 
Andrew
 
 
 
-Original Message-
 
 
From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
 
 
Sent: Thu 31 March 2005 02:31
 
 
To: mysql@lists.mysql.com
 
 
Subject: Re: Can't create a new thread (errno 11). If you are not out

of
 
 
available memory, you can consult the manual for a possible 
OS-dependent
 
 
bug'
 
 
 
Hello.
 
 
 
I strongly recommend you to upgrade to the latest release. Do you use
 
 
official binaries? See:
 
 
 
 http://dev.mysql.com/doc/mysql/en/crashing.html
 
 
 
 
 
 
 
Andrew Braithwaite [EMAIL PROTECTED] wrote:
 
 
Hi,
 
 
=20
 
 
I'm getting this strange error when there are more than 1100 
mysql=20
 
 
connections connected to the same server.
 
 
=20
 
 
[EMAIL PROTECTED] mysql]# bin/mysql
 
 
bin/mysql: connect to server at 'localhost' failed
 
 
error: 'Can't create a new thread (errno 11). If you are not out 
of=20
 
 
available memory, you can consult the manual for a possible=20
 
 
OS-dependent bug'
 
 
=20
 
 
I've had this running fine in the past with MySQL 4.0.17 and Red 
Hat=20
 
 
7.3 (linux 2.4..) but with the same hardware and MySQL versions 
using=20
 
 
Fedora core 2 (linux 2.6) I am getting these problems.
 
 
=20
 
 
I have checked max_connections and others in my.cnf and all is good.
 
 
I'm running 'out of the box' linux and 'out of the box' MySQL
 
 
binaries.
 
 
=20
 
 
Has anyone had this before?
 
 
=20
 
 
I would love to hear your thoughts and ideas..
 
 
=20
 
 
Cheers for the help,
 
 
=20
 
 
Andrew
 
 
=20
 
 
SQL, Query
 
 
=20
 
 
=20
 
 
 
 
--
 
 
For technical support contracts, goto
 
 
https://order.mysql.com/?ref=3Densita
 
 
This email is sponsored by Ensita.NET http://www.ensita.net/
 
 
  __  ___ ___   __
 
 
 /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 
 
/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
 
 
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
 
 
  ___/   www.mysql.com
 
 
 
 
 
 
--=20
 
 
MySQL General Mailing List
 
 
For list archives: http://lists.mysql.com/mysql
 
 
To unsubscribe:
 
 
http://lists.mysql.com/[EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 


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




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




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



Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-07 Thread Gleb Paharenko
Hello.



If you are able to use a DBUG package on a production server - do it. You

may limit debugging to the list of named functions with 'f' flag. See:



  http://dev.mysql.com/doc/mysql/en/the-dbug-package.html



Send an output of 'SHOW VARIABLES', 'SHOW STATUS', ulimits for mysql

user.











Andrew Braithwaite [EMAIL PROTECTED] wrote:

 Hi,

 

 I have loaded and ran mysql-debug-4.1.10a and am getting the same

 problem.

 

 There are no errors produced in the error log and mysqld is not crashing

 so there is no stack trace to resolve.

 

 Any ideas?



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




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



Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-04 Thread Gleb Paharenko
Hello.



I don't know. With additional information we could make more exact

conclusions.







Jocelyn Fournier [EMAIL PROTECTED] wrote:

 Hi,

 

 For me it sounds like a glibc issue.

 BTW, currently the 4.1.10a build is compiled against glibc-2.2, does 

 MySQL plan to build next releases against glibc-2.3 which seems to 

 handle much better a high number of simultaneous connected threads ?

 

 Thanks !

   Jocelyn

 

 Gleb Paharenko wrote:

 Hello.

 

 

 

 Please switch to the mysql-debug-4.1.10a version and send  

 

 the error log with resolved stack trace. Include the

 

 output of the following statement as well:

 

 

 

   SHOW VARIABLES;

 

 

 

 

 

 

I'm getting this strange error when there are more than 1100 mysql

 

 

connections connected to the same server.

 

 

 

 

 What about ulimits and free memory of your system?

 

 

 

 

 

 

 

 

 

 Andrew Braithwaite [EMAIL PROTECTED] wrote:

 

 

Hi,

 

 

 

Yes - am using the standard binaries and have even upgraded to

 

 

mysql-standard-4.1.10a-pc-linux-gnu-i686.  I'm still getting this error

 

 

- does anyone have any ideas?=20

 

 

 

Cheers,

 

 

 

Andrew

 

 

 

-Original Message-

 

 

From: Gleb Paharenko [mailto:[EMAIL PROTECTED]

 

 

Sent: Thu 31 March 2005 02:31

 

 

To: mysql@lists.mysql.com

 

 

Subject: Re: Can't create a new thread (errno 11). If you are not out of

 

 

available memory, you can consult the manual for a possible OS-dependent

 

 

bug'

 

 

 

Hello.

 

 

 

I strongly recommend you to upgrade to the latest release. Do you use

 

 

official binaries? See:

 

 

 

 http://dev.mysql.com/doc/mysql/en/crashing.html

 

 

 

 

 

 

 

Andrew Braithwaite [EMAIL PROTECTED] wrote:

 

 

Hi,

 

 

=20

 

 

I'm getting this strange error when there are more than 1100 mysql=20

 

 

connections connected to the same server.

 

 

=20

 

 

[EMAIL PROTECTED] mysql]# bin/mysql

 

 

bin/mysql: connect to server at 'localhost' failed

 

 

error: 'Can't create a new thread (errno 11). If you are not out of=20

 

 

available memory, you can consult the manual for a possible=20

 

 

OS-dependent bug'

 

 

=20

 

 

I've had this running fine in the past with MySQL 4.0.17 and Red Hat=20

 

 

7.3 (linux 2.4..) but with the same hardware and MySQL versions using=20

 

 

Fedora core 2 (linux 2.6) I am getting these problems.

 

 

=20

 

 

I have checked max_connections and others in my.cnf and all is good.

 

 

I'm running 'out of the box' linux and 'out of the box' MySQL

 

 

binaries.

 

 

=20

 

 

Has anyone had this before?

 

 

=20

 

 

I would love to hear your thoughts and ideas..

 

 

=20

 

 

Cheers for the help,

 

 

=20

 

 

Andrew

 

 

=20

 

 

SQL, Query

 

 

=20

 

 

=20

 

 

 

 

--

 

 

For technical support contracts, goto

 

 

https://order.mysql.com/?ref=3Densita

 

 

This email is sponsored by Ensita.NET http://www.ensita.net/

 

 

  __  ___ ___   __

 

 

 /  |/  /_ __/ __/ __ \/ /Gleb Paharenko

 

 

/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]

 

 

/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET

 

 

  ___/   www.mysql.com

 

 

 

 

 

 

--=20

 

 

MySQL General Mailing List

 

 

For list archives: http://lists.mysql.com/mysql

 

 

To unsubscribe:

 

 

http://lists.mysql.com/[EMAIL PROTECTED]

 

 

 

 

 

 

 

 

 



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




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



RE: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Andrew Braithwaite
Hi,

Yes - am using the standard binaries and have even upgraded to
mysql-standard-4.1.10a-pc-linux-gnu-i686.  I'm still getting this error
- does anyone have any ideas? 

Cheers,

Andrew

-Original Message-
From: Gleb Paharenko [mailto:[EMAIL PROTECTED] 
Sent: Thu 31 March 2005 02:31
To: mysql@lists.mysql.com
Subject: Re: Can't create a new thread (errno 11). If you are not out of
available memory, you can consult the manual for a possible OS-dependent
bug'

Hello.

I strongly recommend you to upgrade to the latest release. Do you use
official binaries? See:

  http://dev.mysql.com/doc/mysql/en/crashing.html





Andrew Braithwaite [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm getting this strange error when there are more than 1100 mysql 
 connections connected to the same server.
 
 [EMAIL PROTECTED] mysql]# bin/mysql
 bin/mysql: connect to server at 'localhost' failed
 error: 'Can't create a new thread (errno 11). If you are not out of 
 available memory, you can consult the manual for a possible 
 OS-dependent bug'
 
 I've had this running fine in the past with MySQL 4.0.17 and Red Hat 
 7.3 (linux 2.4..) but with the same hardware and MySQL versions using 
 Fedora core 2 (linux 2.6) I am getting these problems.
 
 I have checked max_connections and others in my.cnf and all is good.
 I'm running 'out of the box' linux and 'out of the box' MySQL
binaries.
 
 Has anyone had this before?
 
 I would love to hear your thoughts and ideas..
 
 Cheers for the help,
 
 Andrew
 
 SQL, Query
 
 


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




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




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



Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Gleb Paharenko
Hello.



Please switch to the mysql-debug-4.1.10a version and send  

the error log with resolved stack trace. Include the

output of the following statement as well:



  SHOW VARIABLES;





I'm getting this strange error when there are more than 1100 mysql

connections connected to the same server.



What about ulimits and free memory of your system?









Andrew Braithwaite [EMAIL PROTECTED] wrote:

 Hi,

 

 Yes - am using the standard binaries and have even upgraded to

 mysql-standard-4.1.10a-pc-linux-gnu-i686.  I'm still getting this error

 - does anyone have any ideas?=20

 

 Cheers,

 

 Andrew

 

 -Original Message-

 From: Gleb Paharenko [mailto:[EMAIL PROTECTED]

 Sent: Thu 31 March 2005 02:31

 To: mysql@lists.mysql.com

 Subject: Re: Can't create a new thread (errno 11). If you are not out of

 available memory, you can consult the manual for a possible OS-dependent

 bug'

 

 Hello.

 

 I strongly recommend you to upgrade to the latest release. Do you use

 official binaries? See:

 

  http://dev.mysql.com/doc/mysql/en/crashing.html

 

 

 

 

 

 Andrew Braithwaite [EMAIL PROTECTED] wrote:

 Hi,

=20

 I'm getting this strange error when there are more than 1100 mysql=20

 connections connected to the same server.

=20

 [EMAIL PROTECTED] mysql]# bin/mysql

 bin/mysql: connect to server at 'localhost' failed

 error: 'Can't create a new thread (errno 11). If you are not out of=20

 available memory, you can consult the manual for a possible=20

 OS-dependent bug'

=20

 I've had this running fine in the past with MySQL 4.0.17 and Red Hat=20

 7.3 (linux 2.4..) but with the same hardware and MySQL versions using=20

 Fedora core 2 (linux 2.6) I am getting these problems.

=20

 I have checked max_connections and others in my.cnf and all is good.

 I'm running 'out of the box' linux and 'out of the box' MySQL

 binaries.

=20

 Has anyone had this before?

=20

 I would love to hear your thoughts and ideas..

=20

 Cheers for the help,

=20

 Andrew

=20

 SQL, Query

=20

=20

 

 

 --

 For technical support contracts, goto

 https://order.mysql.com/?ref=3Densita

 This email is sponsored by Ensita.NET http://www.ensita.net/

   __  ___ ___   __

  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko

 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]

 /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET

   ___/   www.mysql.com

 

 

 

 

 --=20

 MySQL General Mailing List

 For list archives: http://lists.mysql.com/mysql

 To unsubscribe:

 http://lists.mysql.com/[EMAIL PROTECTED]

 

 

 

 



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




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



Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Jocelyn Fournier
Hi,
For me it sounds like a glibc issue.
BTW, currently the 4.1.10a build is compiled against glibc-2.2, does 
MySQL plan to build next releases against glibc-2.3 which seems to 
handle much better a high number of simultaneous connected threads ?

Thanks !
  Jocelyn
Gleb Paharenko wrote:
Hello.

Please switch to the mysql-debug-4.1.10a version and send  

the error log with resolved stack trace. Include the
output of the following statement as well:

  SHOW VARIABLES;



I'm getting this strange error when there are more than 1100 mysql

connections connected to the same server.


What about ulimits and free memory of your system?




Andrew Braithwaite [EMAIL PROTECTED] wrote:

Hi,


Yes - am using the standard binaries and have even upgraded to

mysql-standard-4.1.10a-pc-linux-gnu-i686.  I'm still getting this error

- does anyone have any ideas?=20


Cheers,


Andrew


-Original Message-

From: Gleb Paharenko [mailto:[EMAIL PROTECTED]

Sent: Thu 31 March 2005 02:31

To: mysql@lists.mysql.com

Subject: Re: Can't create a new thread (errno 11). If you are not out of

available memory, you can consult the manual for a possible OS-dependent

bug'


Hello.


I strongly recommend you to upgrade to the latest release. Do you use

official binaries? See:


http://dev.mysql.com/doc/mysql/en/crashing.html




Andrew Braithwaite [EMAIL PROTECTED] wrote:

Hi,

=20

I'm getting this strange error when there are more than 1100 mysql=20

connections connected to the same server.

=20

[EMAIL PROTECTED] mysql]# bin/mysql

bin/mysql: connect to server at 'localhost' failed

error: 'Can't create a new thread (errno 11). If you are not out of=20

available memory, you can consult the manual for a possible=20

OS-dependent bug'

=20

I've had this running fine in the past with MySQL 4.0.17 and Red Hat=20

7.3 (linux 2.4..) but with the same hardware and MySQL versions using=20

Fedora core 2 (linux 2.6) I am getting these problems.

=20

I have checked max_connections and others in my.cnf and all is good.

I'm running 'out of the box' linux and 'out of the box' MySQL

binaries.

=20

Has anyone had this before?

=20

I would love to hear your thoughts and ideas..

=20

Cheers for the help,

=20

Andrew

=20

SQL, Query

=20

=20


--

For technical support contracts, goto

https://order.mysql.com/?ref=3Densita

This email is sponsored by Ensita.NET http://www.ensita.net/

 __  ___ ___   __

/  |/  /_ __/ __/ __ \/ /Gleb Paharenko

/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]

/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET

 ___/   www.mysql.com



--=20

MySQL General Mailing List

For list archives: http://lists.mysql.com/mysql

To unsubscribe:

http://lists.mysql.com/[EMAIL PROTECTED]




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


Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-03-31 Thread Gleb Paharenko
Hello.



I strongly recommend you to upgrade to the latest release. Do 

you use official binaries? See:



  http://dev.mysql.com/doc/mysql/en/crashing.html











Andrew Braithwaite [EMAIL PROTECTED] wrote:

 Hi,

 

 I'm getting this strange error when there are more than 1100 mysql

 connections connected to the same server.

 

 [EMAIL PROTECTED] mysql]# bin/mysql

 bin/mysql: connect to server at 'localhost' failed

 error: 'Can't create a new thread (errno 11). If you are not out of

 available memory, you can consult the manual for a possible OS-dependent

 bug'

 

 I've had this running fine in the past with MySQL 4.0.17 and Red Hat 7.3

 (linux 2.4..) but with the same hardware and MySQL versions using Fedora

 core 2 (linux 2.6) I am getting these problems.

 

 I have checked max_connections and others in my.cnf and all is good.

 I'm running 'out of the box' linux and 'out of the box' MySQL binaries.

 

 Has anyone had this before?

 

 I would love to hear your thoughts and ideas..

 

 Cheers for the help,

 

 Andrew

 

 SQL, Query

 

 



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




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



Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-03-30 Thread Andrew Braithwaite
Hi,

I'm getting this strange error when there are more than 1100 mysql
connections connected to the same server.

[EMAIL PROTECTED] mysql]# bin/mysql
bin/mysql: connect to server at 'localhost' failed
error: 'Can't create a new thread (errno 11). If you are not out of
available memory, you can consult the manual for a possible OS-dependent
bug'

I've had this running fine in the past with MySQL 4.0.17 and Red Hat 7.3
(linux 2.4..) but with the same hardware and MySQL versions using Fedora
core 2 (linux 2.6) I am getting these problems.

I have checked max_connections and others in my.cnf and all is good.
I'm running 'out of the box' linux and 'out of the box' MySQL binaries.

Has anyone had this before?

I would love to hear your thoughts and ideas..

Cheers for the help,

Andrew

SQL, Query


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