On my FreeBSD:

usr/include/errno.h:#define EAGAIN  35 /* Resource temporarily unavailable
*/
/usr/include/errno.h-#ifndef _POSIX_SOURCE
/usr/include/errno.h-#define EWOULDBLOCK EAGAIN /* Operation would block */

I still wouldn't discount the files resources limit; though obviously
I bow to Jörg's expertise on the matter. :)

- Mark


-----Original Message-----
From: Martin Gainty [mailto:mgai...@hotmail.com] 
Sent: dinsdag 28 april 2009 14:44
To: Joerg Bruehe; maan...@gmail.com
Cc: ad...@asarian-host.net; mysql@lists.mysql.com
Subject: RE: 1135: Can't create a new thread (errno 35); if you are not out
of available memory, you can consult the manual for a possible OS-dependent
bug


Jörg

mgai...@martini ~
FGIN.sh 35 | fgrep errno

find: File system loop detected; `/usr/include/gnome-xml/libxml' is part of
the
same file system loop as `/usr/include/gnome-xml'.
/usr/include/apr-1/apr_errno.h:806:#define SOCEWOULDBLOCK
(SOCBASEERR+3
5)            /* Operation would block */
/usr/include/mingw/errno.h:60:/* 35 - Unknown Error */

Vielen Danke!
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
dient lediglich dem Austausch von Informationen und entfaltet keine
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.







> Date: Tue, 28 Apr 2009 12:26:47 +0200
> From: joerg.bru...@sun.com
> Subject: Re: 1135: Can't create a new thread (errno 35); if you are not
out of  available memory, you can consult the manual for a possible
OS-dependent bug
> To: maan...@gmail.com
> CC: ad...@asarian-host.net; mysql@lists.mysql.com
> 
> Hi VeeJay, Mark, all,
> 
> 
> VeeJay wrote:
> > Hi Mark
> > 
> > Yes, you are right. I should have provided complete information in order
to
> > get help...
> > 
> > I am running
> > 
> > DB:      Server version: 5.0.77-log FreeBSD port: mysql-server-5.0.77_1
> > OS:      FreeBSD 7.1
> > 
> > On Tue, Apr 28, 2009 at 10:44 AM, Mark <ad...@asarian-host.net> wrote:
> > 
> >> It would probably help if you told folks what MySQL version you are
> >> running.
> >> :)
> >>
> >> - Mark
> >>
> >>
> >> -----Original Message-----
> >> From: VeeJay [mailto:maan...@gmail.com]
> >> Sent: dinsdag 28 april 2009 10:22
> >> To: mysql@lists.mysql.com; VeeJay
> >> Subject: 1135: Can't create a new thread (errno 35); if you are not out
of
> >> available memory, you can consult the manual for a possible
OS-dependent
> >> bug
> >>
> >> Hello guys and gurus
> >>
> >> I am keep getting this error after a while "*1135: Can't create a new
> >> thread
> >> (errno 35); if you are not out of available memory, you can consult the
> >> manual for a possible OS-dependent bug*"
> 
> Why don't you believe the mesage?
> It clearly says "possible OS-dependent bug", so the OS is where to look..
> 
> Also, 35 is a pretty low number, so I expect it to be an "errno" as
> provided by the operating system.
> (Which agrees with the message text, that says "errno 35".)
> 
> 
> I don't have FreeBSD available, on my Linux the code 35 means EDEADLK:
>   /usr/include/asm-generic/errno.h:6:#define      EDEADLK         35
>   /* Resource deadlock would occur */
> 
> 
> For such searches, I have my tiny script "FGIN":
> 
>   #! /bin/sh
>   #
>   # FGIN          shell script to use "fgrep" on all
> "/usr/include/....h" files
>   #
>   # $1, $2, ...   options and arguments given to "fgrep"
>   #
>   # Simple example:
>   #    FGIN seteuid       return the line(s) in system header files where
>   #                       'seteuid()' is defined or otherwise mentioned.
>   #
>   # 2004-09-13  Joerg Bruehe  Initial "published" version
> 
>   find /usr/include -follow -name '*.h' -print | xargs fgrep -n $*
> 
> As "35" my be a common term, I do
>   FGIN 35 | fgrep errno
> 
> I propose you do something similar on your machine.
> 
> Granted, this still doesn't tell you what exactly happened, but it
> should help to narrow the possible causes.
> 
> 
> HTH,
> Jörg
> 
> -- 
> Joerg Bruehe,  MySQL Build Team,
>                joerg.bru...@sun.com
> Sun Microsystems GmbH,   Sonnenallee 1,   D-85551 Kirchheim-Heimstetten
> Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer
> Vorsitzender des Aufsichtsrates: Martin Haering     Muenchen: HRB161028
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/mysql?unsub=mgai...@hotmail.com
> 

_________________________________________________________________
Rediscover Hotmail®: Get e-mail storage that grows with you. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Sto
rage2_042009


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to