Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-13 Thread Takashi Yano
On Thu, 13 Feb 2020 22:42:31 +0100 Peter Dons Tychsen wrote: > On Thu, 2020-02-13 at 13:13 +0900, Takashi Yano wrote: > > Could you please try latest snapshot? > > https://cygwin.com/snapshots/ > > The commit regarding use of kill() does the trick. > It's a go from here :-). > > Thanks for all th

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-13 Thread Peter Dons Tychsen
Hi Takashi, On Thu, 2020-02-13 at 13:13 +0900, Takashi Yano wrote: > Could you please try latest snapshot? > https://cygwin.com/snapshots/ The commit regarding use of kill() does the trick. It's a go from here :-). Thanks for all the help, /pedro -- Problem reports: http://cygwin.com/pr

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-12 Thread Takashi Yano
On Wed, 12 Feb 2020 11:54:02 +0100 Peter Dons Tychsen wrote: > Hi Takashi, > > On Wed, 2020-02-12 at 11:24 +0900, Takashi Yano wrote: > > My failure in pty code was that I used kill() in pty system > > calls. kill() can be used check if the process is still alive > > by passing signal number of 0

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-12 Thread Takashi Yano
On Tue, 11 Feb 2020 09:21:32 -0500 Ken Brown wrote: > On 2/11/2020 8:16 AM, Takashi Yano wrote: > > On Tue, 11 Feb 2020 11:38:35 +0100 > > Peter Dons Tychsen wrote: > >> On Tue, 2020-02-11 at 11:20 +0900, Takashi Yano wrote: > >>> Is this the same as your problem? > >> > >> Yeah, it could be. Could

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Corinna Vinschen
On Feb 12 11:24, Takashi Yano wrote: > On Tue, 11 Feb 2020 22:31:12 +0100 > Peter Dons Tychsen wrote: > > On Tue, 2020-02-11 at 22:16 +0900, Takashi Yano wrote: > > > however, I found the real cause is that errno is accidentally set > > > by kill() in pty system calls. That is, the problem is not i

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Takashi Yano
On Tue, 11 Feb 2020 22:31:12 +0100 Peter Dons Tychsen wrote: > On Tue, 2020-02-11 at 22:16 +0900, Takashi Yano wrote: > > however, I found the real cause is that errno is accidentally set > > by kill() in pty system calls. That is, the problem is not in the > > kill() itself but in usage of it. Cyg

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Peter Dons Tychsen
Hi Takashi, Thanks for your effort. On Tue, 2020-02-11 at 22:16 +0900, Takashi Yano wrote: > however, I found the real cause is that errno is accidentally set > by kill() in pty system calls. That is, the problem is not in the > kill() itself but in usage of it. Cygwin older than 3.1.0 does not >

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Ken Brown
On 2/11/2020 8:16 AM, Takashi Yano wrote: On Tue, 11 Feb 2020 11:38:35 +0100 Peter Dons Tychsen wrote: On Tue, 2020-02-11 at 11:20 +0900, Takashi Yano wrote: Is this the same as your problem? Yeah, it could be. Could this result in fork error messages as we are seeing all over the place? No

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Takashi Yano
On Tue, 11 Feb 2020 11:38:35 +0100 Peter Dons Tychsen wrote: > On Tue, 2020-02-11 at 11:20 +0900, Takashi Yano wrote: > > Is this the same as your problem? > > Yeah, it could be. Could this result in fork error messages as we are > seeing all over the place? No. Fork error is not seen in my envir

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Peter Dons Tychsen
On Tue, 2020-02-11 at 11:38 +0100, Peter Dons Tychsen wrote: > processes. And why did this work before? And why does it work when running without minnty? How does that play into this? Thanks, /pedro -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-11 Thread Peter Dons Tychsen
Hi Takashi, Thanks for looking at this & your great work on Cygwin! On Tue, 2020-02-11 at 11:20 +0900, Takashi Yano wrote: > Is this the same as your problem? Yeah, it could be. Could this result in fork error messages as we are seeing all over the place? > If so, it goes without stopping 1 min

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-10 Thread Takashi Yano
On Mon, 10 Feb 2020 21:58:09 +0100 Peter Dons Tychsen wrote: > 1) Put attached makefile somewhere > 2) Download https://nuwen.net/files/mingw/mingw-17.1-without-git.exe > and unzip it in same place. > 3) Now run "make create" > 4) Now run "make clean && make -j32". Try a couple of times. > > -

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-10 Thread David Finnie
On 11/02/2020 07:58, Peter Dons Tychsen wrote: It seems to be related to the fact the is is spawning non-cygwin programs. If i do the same test with normal GCC (default cygwin gcc) then everything is fine. That's great work, and I can confirm that it is the same in my environment. Our makefile

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-10 Thread Peter Dons Tychsen
Hi all, On Thu, 2020-02-06 at 09:18 +1100, David Finnie wrote: > That would be awesome if you could create a small test case OK, i put together a test-case: 1) Put attached makefile somewhere 2) Download https://nuwen.net/files/mingw/mingw-17.1-without-git.exe and unzip it in same place. 3) Now

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-07 Thread David Finnie
On 8/02/2020 05:13, Brian Inglis wrote: DF's post immediately preceding that KB post at the start of*January* *was* Brian, indeed. And, as I'm sure you're aware - given that you were trawling through past posts - Ken already pulled me up on it, and since then I haven't. It has been my *only*

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-07 Thread Brian Inglis
On 2020-02-05 16:35, Ken Brown wrote: > On 2/5/2020 6:07 PM, David Finnie wrote: >>> [Please don't top-post on this list.  Thanks.] >> What do you mean by top posting, then ? How was my post a top post ? > It wasn't.  I misread it.  Sorry. DF's post immediately preceding that KB post at the start

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread Takashi Yano
On Wed, 5 Feb 2020 17:07:38 -0500 Ken Brown wrote: > That last issue is probably due to changes in > /usr/bin/cygwin-console-helper.exe > related to the new PTY code. So in addition to rewinding the DLL, you have > to > rewind cygwin-console-helper. Indeed, cygwin-console-helper.exe was chang

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread Ken Brown
On 2/5/2020 6:07 PM, David Finnie wrote: [Please don't top-post on this list.  Thanks.] What do you mean by top posting, then ? How was my post a top post ? It wasn't. I misread it. Sorry. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread David Finnie
[Please don't top-post on this list.  Thanks.] What do you mean by top posting, then ? How was my post a top post ? Thanks. Dave -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsu

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread Ken Brown
[Please don't top-post on this list. Thanks.] On 2/5/2020 5:18 PM, David Finnie wrote: Hi Pedro, I have started down the road of building cygwin, but did run into a few issues so don't have a debuggable version yet. If you beat me to it,  please let me know. Thanks! Any findings? Unfortunat

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread David Finnie
Hi Pedro, I have started down the road of building cygwin, but did run into a few issues so don't have a debuggable version yet. If you beat me to it, please let me know. Thanks! Any findings? Unfortunately no, I did get a clean build, but "make install" following it just created complete ha

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread Ken Brown
On 2/5/2020 4:45 PM, Peter Dons Tychsen wrote: Hi David & Co, I have started down the road of building cygwin, but did run into a few issues so don't have a debuggable version yet. If you beat me to it, please let me know. Thanks! Any findings? I have found something interesting: 1) If i r

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread Peter Dons Tychsen
Hi David & Co, > I have started down the road of building cygwin, but did run into a > few issues so don't have a debuggable version yet. If you beat me to > it, please let me know. Thanks! Any findings? I have found something interesting: 1) If i run the terminal without mintty, the problem g

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-02 Thread Ken Brown
[Please don't top-post on this list. Thanks.] On 1/2/2020 5:29 PM, David Finnie wrote: > Hi Pedro, > > That's good to hear confirmation. > > I have started down the road of building cygwin, but did run into a few > issues so don't have a debuggable version yet. If you beat me to it, > please le

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-02 Thread David Finnie
Hi Pedro, That's good to hear confirmation. I have started down the road of building cygwin, but did run into a few issues so don't have a debuggable version yet. If you beat me to it, please let me know. Thanks! Dave On Fri, 3 Jan. 2020, 08:58 Peter Dons Tychsen, wrote: > Hi Cygwinners, > >

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-02 Thread Peter Dons Tychsen
Hi Cygwinners, On Thu, 2020-01-02 at 10:43 +1100, David Finnie wrote: > I did as Ken suggested and reverted to 3.0.7-1. (Thanks, Ken !) > > That has fixed the issue for me, and the make it now running again > at > full speed. I forgot to mention that it did seem somewhat slower > with > the new

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-01 Thread Ken Brown
On 1/1/2020 6:43 PM, David Finnie wrote: > That strongly implies that there is an issue with changes made since then. I > noticed that in fork.cc, at line 540, this new code exists: > >   /* Do not attach to the child before it has successfully initialized. > Otherwise we may wait forever,

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-01 Thread David Finnie
Hi all, I did as Ken suggested and reverted to 3.0.7-1. (Thanks, Ken !) That has fixed the issue for me, and the make it now running again at full speed. I forgot to mention that it did seem somewhat slower with the new version of cygwin. That strongly implies that there is an issue with cha

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-01-01 Thread David Finnie
Hi Ken, Thanks for having a look at my issue. On 1/01/2020 06:20, Ken Brown wrote: On 12/30/2019 6:10 PM, David Finnie wrote: I recently upgraded my cygwin64 installation to get latest packages. After the install, if I run a fairly lengthy GNU make with multiple concurrent jobs (-j option) sp

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2019-12-31 Thread Ken Brown
../build/Make/platform_options.mk:9: fork: Resource temporarily > unavailable > make[2]: ../../build/Make/platform_options_linux.mk:33: fork: Resource > temporarily unavailable > make[2]: ../../build/Make/platform_options.mk:9: fork: Resource temporarily > unavailable > make[2]: ../../b

fork: Resource temporarily unavailable errors after upgrading cygwin packages

2019-12-30 Thread David Finnie
build/Make/platform_options.mk:9: fork: Resource temporarily unavailable make[2]: ../../build/Make/platform_options_linux.mk:33: fork: Resource temporarily unavailable make[2]: ../../build/Make/platform_options.mk:9: fork: Resource temporarily unavailable make[2]: ../../build/Make/platform_options_l

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-11 Thread Marco atzeri
On 8/11/2011 10:02 AM, Heiko Elger wrote: Christopher Faylor writes: On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: Ryan Johnson writes: Let me ask again, what was being compiled when the problems arose? And is it an intermittent error or a consistent one? I'm sorry - I hav

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-11 Thread Heiko Elger
Christopher Faylor writes: > > On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: > >Ryan Johnson writes: > > > >> Let me ask again, what was being compiled when the problems arose? And > >> is it an intermittent error or a consistent one? > >> > > > >I'm sorry - I havn't seen your qu

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Christopher Faylor
On Thu, Aug 11, 2011 at 05:07:15AM +, Heiko Elger wrote: >Ryan Johnson writes: > >> Let me ask again, what was being compiled when the problems arose? And >> is it an intermittent error or a consistent one? >> > >I'm sorry - I havn't seen your question. > >The error is intermittent. >Sometime

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Ryan Johnson writes: > Let me ask again, what was being compiled when the problems arose? And > is it an intermittent error or a consistent one? > I'm sorry - I havn't seen your question. The error is intermittent. Sometimes I have this error and sometimes not - really not reproduceable. If it

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Ryan Johnson
On 10/08/2011 7:16 AM, Heiko Elger wrote: Ryan Johnson writes: Did you reboot? Windows won't notice the changes made by peflagsall until you do so. yes Also, you never mentioned what you are making. Are you, by chance building an app which builds helper binaries and/or lots of shared librar

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Ryan Johnson writes: > Did you reboot? Windows won't notice the changes made by peflagsall > until you do so. yes > Also, you never mentioned what you are making. Are you, by chance > building an app which builds helper binaries and/or lots of shared > libraries? Apps such as emacs, gcc, an

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Heiko Elger writes: > > Christopher Faylor writes: > > > > > On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: > > >Hello, > > > > > >I know there are lots of such postings "Resource temporarily unavailable" > > >But using lates snapshot (2011-08-03): there are changes by C. Faylor

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Ryan Johnson
On 10/08/2011 7:04 AM, Heiko Elger wrote: Christopher Faylor writes: On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: Hello, I know there are lots of such postings "Resource temporarily unavailable". But using lates snapshot (2011-08-03): there are changes by C. Faylor printing ca

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-10 Thread Heiko Elger
Christopher Faylor writes: > > On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: > >Hello, > > > >I know there are lots of such postings "Resource temporarily unavailable". > >But using lates snapshot (2011-08-03): there are changes by C. Faylor > >printing > >cause of fork failure. >

Re: fork: Resource temporarily unavailable: address space is already occupied

2011-08-09 Thread Christopher Faylor
On Wed, Aug 10, 2011 at 04:51:32AM +, Heiko Elger wrote: >Hello, > >I know there are lots of such postings "Resource temporarily unavailable". >But using lates snapshot (2011-08-03): there are changes by C. Faylor printing >cause of fork failure. I can see I'm going to regret exposing these er

fork: Resource temporarily unavailable: address space is already occupied

2011-08-09 Thread Heiko Elger
0 [main] sh 8 child_info_fork::abort: address space needed by 'cyggcc_s-1.dll' (67F0) is already occupied c:/programme/cygwin/bin/sh: fork: Resource temporarily unavailable The question is: Is there somethink I can to to avoid this error? Why is this address already occupied? Th

Re: Fork: Resource temporarily unavailable

2008-06-16 Thread Adam Thompson
2008/6/16 Larry Hall (Cygwin) <[EMAIL PROTECTED]>: > > A common reason for this kind of message is also > . Check it out if you haven't > already. > > Thanks Larry- I've taken a look at the list, and the only match with our environment is McAfee - but that doesn

Re: Fork: Resource temporarily unavailable

2008-06-15 Thread Larry Hall (Cygwin)
Adam Thompson wrote: Dear all, We have several sshd installations based on Cygwin, running on Server 2003 SP1 (and also SP2). Over the last 12 months or so, there seems to have been a lot of problems with sshd - the eventlogs cite a fork: resource temporarily unavailable - error. I've ch

Fork: Resource temporarily unavailable

2008-06-15 Thread Adam Thompson
Dear all, We have several sshd installations based on Cygwin, running on Server 2003 SP1 (and also SP2). Over the last 12 months or so, there seems to have been a lot of problems with sshd - the eventlogs cite a fork: resource temporarily unavailable - error. I've checked the obvious (ie

RE: xargs: cannot fork: Resource temporarily unavailable

2007-11-27 Thread Jose Correia
Correia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall (Cygwin) Sent: 23 November 2007 06:14 AM To: cygwin@cygwin.com Subject: Re: xargs: cannot fork: Resource temporarily unavailable Jose Correia wrote: > Hi all > > Sometime ago I post

Re: xargs: cannot fork: Resource temporarily unavailable

2007-11-22 Thread Larry Hall (Cygwin)
Jose Correia wrote: Hi all Sometime ago I posted saying it could have been the Logitech services running, as I had read somewhere on the mailing list, but unfortunately that is not the case, the problem below still persists... Can someone shed some urgent light on this matter please? Got BLODA

RE: xargs: cannot fork: Resource temporarily unavailable

2007-11-22 Thread Jose Correia
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Correia Sent: 12 November 2007 03:55 PM To: cygwin@cygwin.com Subject: xargs: cannot fork: Resource temporarily unavailable Hi all Im using cygin install when the cygwin install version 2.457.2.2 on Windows

RE: xargs: cannot fork: Resource temporarily unavailable

2007-11-12 Thread Jose Correia
for "xargs: cannot fork: Resource temporarily unavailable" hence why I said I had found nothing. Had I limited the search further to "cannot fork: Resource temporarily unavailable" I would have found something. ;-) Regards Jose -Original Message- From: [EMAIL PROTE

xargs: cannot fork: Resource temporarily unavailable

2007-11-12 Thread Jose Correia
ersion.j ava [exec] 4 [main] xargs 112660 fork_copy: linked dll data/bss pass 0 failed, 0x54D000..0x54D020, done 0, windows pid 114584, Win32 error 487 [exec] xargs: cannot fork: Resource temporarily unavailable Could this be because of the dual processor where somehow the one process

Re: fork: Resource temporarily unavailable

2007-10-31 Thread Larry Hall (Cygwin)
jamil egdemir wrote: Hi, While trying to install matplotlib using easy_install for python (see output below) I ran into the 'fork: Resource temporarily unavailable' problem. I've been searching for a few hours now on the web.. no luck. I've searched the mailing lists: h

Re: A tale of "../libtool: fork: Resource temporarily unavailable" issue.

2006-11-01 Thread Reini Urban
Eric Blake schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ravi V on 10/31/2006 2:50 PM: A tale of "../libtool: fork: Resource temporarily unavailable" issue (cygcheck output attached). make -j1 will also help most likely. -- Reini -- Unsubscribe info:

Re: A tale of "../libtool: fork: Resource temporarily unavailable" issue.

2006-10-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ravi V on 10/31/2006 2:50 PM: > A tale of "../libtool: fork: Resource temporarily > unavailable" issue (cygcheck output attached). > > Problem > --- > Builds using cygwin shell (sh) fail with &

Re: fork: Resource temporarily unavailable

2006-10-20 Thread Andy Hall
laris (java clients only) or on a Win2K Professional box running cygwin 1.5.19-4 (both java or .NET clients) They were also running flawlessly on a Win2K Server, until it got upgraded to cygwin 1.5.2.21-2. After that, the scripts run for a while until the message "fork: Resource t

Re: fork: Resource temporarily unavailable

2006-10-19 Thread Larry Hall (Cygwin)
1.5.19-4 (both java or .NET clients) They were also running flawlessly on a Win2K Server, until it got upgraded to cygwin 1.5.2.21-2. After that, the scripts run for a while until the message "fork: Resource temporarily unavailable" occurs, at which point there are all sorts of b

fork: Resource temporarily unavailable

2006-10-19 Thread Andy Hall
.NET clients) They were also running flawlessly on a Win2K Server, until it got upgraded to cygwin 1.5.2.21-2. After that, the scripts run for a while until the message "fork: Resource temporarily unavailable" occurs, at which point there are all sorts of bizarre and unexplainable fai

RE: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Charli Li
-Original Message- > From: mwoehlke > Sent: Thursday, June 22, 2006 3:56 PM > To: cygwin mailing list > Subject: Re: random "fork: Resource temporarily unavailable" > > > Christopher Faylor wrote: > > On Thu, Jun 22, 2006 at 01:47:46PM -0400, Charli

Re: random "fork: Resource temporarily unavailable"

2006-06-22 Thread mwoehlke
Christopher Faylor wrote: On Thu, Jun 22, 2006 at 01:47:46PM -0400, Charli Li wrote: -Original Message- From: Larry Hall (Cygwin) Sent: Thursday, June 22, 2006 1:39 PM To: [EMAIL PROTECTED] Subject: Re: random "fork: Resource temporarily unavailable" Wow. How many times

Re: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Christopher Faylor
On Thu, Jun 22, 2006 at 01:47:46PM -0400, Charli Li wrote: >-Original Message- >> From: Larry Hall (Cygwin) >> Sent: Thursday, June 22, 2006 1:39 PM >> To: [EMAIL PROTECTED] >> Subject: Re: random "fork: Resource temporarily unavailable" Wow. How many

RE: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Charli Li
-Original Message- > From: Larry Hall (Cygwin) > Sent: Thursday, June 22, 2006 1:39 PM > To: cygwin@cygwin.com > Subject: Re: random "fork: Resource temporarily unavailable" > > > Christopher Faylor wrote: > > On Thu, Jun 22, 2006 at 11:22:34AM -0400,

Re: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Thu, Jun 22, 2006 at 11:22:34AM -0400, Larry Hall (Cygwin) wrote: Robin Walker wrote: --On 22 June 2006 06:35 -0700 Mark Bartel wrote: However, yet another person who has encountered this problem emailed me with a workaround, which seems to resolve the issue in my

Re: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Christopher Faylor
On Thu, Jun 22, 2006 at 11:22:34AM -0400, Larry Hall (Cygwin) wrote: >Robin Walker wrote: >>--On 22 June 2006 06:35 -0700 Mark Bartel wrote: >> >>>However, yet another person who has encountered this problem emailed me >>>with a workaround, which seems to resolve the issue in my case. He had >>>en

Re: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Larry Hall (Cygwin)
Robin Walker wrote: --On 22 June 2006 06:35 -0700 Mark Bartel wrote: However, yet another person who has encountered this problem emailed me with a workaround, which seems to resolve the issue in my case. He had encountered the problem himself, and he found http://aslongas.pe.kr/tt/ which

RE: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Robin Walker
--On 22 June 2006 06:35 -0700 Mark Bartel wrote: However, yet another person who has encountered this problem emailed me with a workaround, which seems to resolve the issue in my case. He had encountered the problem himself, and he found http://aslongas.pe.kr/tt/ which says to turn off the

RE: random "fork: Resource temporarily unavailable"

2006-06-22 Thread Mark Bartel
: *** recreate_mmaps_after_fork_failed > > 13 [main] find 434720 child_info::sync: wait failed, pid 435884, > > Win32 error 0 > > 344 [main] find 434720 fork: child -1 - died waiting for longjmp > > before initialization, retry 10, exit code 0x1

Re: random "fork: Resource temporarily unavailable"

2006-06-20 Thread Larry Hall (Cygwin)
e: *** recreate_mmaps_after_fork_failed 13 [main] find 434720 child_info::sync: wait failed, pid 435884, Win32 error 0 344 [main] find 434720 fork: child -1 - died waiting for longjmp before initialization, retry 10, exit code 0x100, errno 11 find: cannot fork: Resource temporarily unavaila

RE: random "fork: Resource temporarily unavailable"

2006-06-20 Thread Mark Bartel
ountering. I can reproduce it on demand with: [EMAIL PROTECTED] ~ $ find * -type f -exec grep foo {} /dev/null \; 6 [main] find 435884 fhandler_dev_zero::fixup_mmap_after_fork: requested 0x48 != 0x0 mem alloc base 0x48, state 0x2000, size 1040384, Win32 error 487 272 [main]

Re: random "fork: Resource temporarily unavailable"

2006-06-15 Thread Larry Hall (Cygwin)
Linda Walsh wrote: I've not seen this message except when I've had to rapidly press ^C to break out of a loop shell script. Today, I've seen it twice when there was virtually no cpu load on the system, about 50% virtual memory committed, and 40 processes. Once, was with an "ls" command, the oth

RE: random "fork: Resource temporarily unavailable"

2006-06-15 Thread Charli Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Linda Walsh > Sent: Thursday, June 15, 2006 6:06 PM > To: cygwin@cygwin.com > Subject: random "fork: Resource temporarily unavailable&qu

random "fork: Resource temporarily unavailable"

2006-06-15 Thread Linda Walsh
I've not seen this message except when I've had to rapidly press ^C to break out of a loop shell script. Today, I've seen it twice when there was virtually no cpu load on the system, about 50% virtual memory committed, and 40 processes. Once, was with an "ls" command, the other happened as my sh

Re: fork: Resource temporarily unavailable

2006-04-20 Thread Ken Perl
Are you sure about that? Me memory is 1G total, what's recommended values for the parameter? I 'd like to try again. On 4/20/06, Alexander J. Herrmann <[EMAIL PROTECTED]> wrote: > Ken Perl wrote: > > >I follow the workaround and increase the values by adding two zero to > >each of 3 parameters of

Re: fork: Resource temporarily unavailable

2006-04-18 Thread Ken Perl
I follow the workaround and increase the values by adding two zero to each of 3 parameters of SharedSection=,,, but when I still got the same error like before, then I reboot my XP and saw the blue screen and can't boot the XP. On 4/15/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > Ken Perl

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Larry Hall (Cygwin)
Ken Perl wrote: when I make graphicviz2.8 on cygwin, I was blocked by the below fork error. I searched the cygwin mailing list archive, and didn't find any userful info could help me to solve the problem, any comments? Did you miss this one?

Re: fork: Resource temporarily unavailable

2006-04-14 Thread hermitte
Hello, Ken Perl <[EMAIL PROTECTED]> wrote: > > On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > > > when I make graphicviz2.8 on cygwin, I was blocked by the below fork > > > error. > On 4/14/06, Ken Perl <[EMAIL PROTECTED]> wrote: > > The problem is disappeared after my XP is rebooted. > but th

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
aph.Tpo" -c -o graph.lo graph.c; \ > > then mv -f ".deps/graph.Tpo" ".deps/graph.Plo"; else rm -f > > ".deps/graph.Tpo"; ex > > it 1; fi > > 21 [main] sh 126676 fork: child -1 - CreateProcessA failed, errno 11 > > ../../libtool: f

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
all -ffast-math > -MT > graph.lo -MD -MP -MF ".deps/graph.Tpo" -c -o graph.lo graph.c; \ > then mv -f ".deps/graph.Tpo" ".deps/graph.Plo"; else rm -f ".deps/graph.Tpo"; > ex > it 1; fi > 21 [main] sh 126676 fork: child -1 - Cr

fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
ph.Tpo"; ex it 1; fi 21 [main] sh 126676 fork: child -1 - CreateProcessA failed, errno 11 ../../libtool: fork: Resource temporarily unavailable 28 [main] sh 126804 fork: child -1 - CreateProcessA failed, errno 11 ../../libtool: fork: Resource temporarily unavailable 21 [main] sh

Re: informal report on "fork: Resource temporarily unavailable" incidents

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 01:16:48PM +0200, Corinna Vinschen wrote: >That's always a good idea. You sure? That sounds like maybe the next release would get some testing if that happens and, then, mailing list traffic might suffer. No, wait. It's ok. The sshd/cygwin/select is slow discussion will

Re: informal report on "fork: Resource temporarily unavailable" incidents

2006-03-29 Thread Corinna Vinschen
On Mar 28 18:29, Tom Rodman wrote: > Not expecting help, just sharing. > > We're running windows 2003 server enterprise edition on a quad processor > HP proliant G3. uname -a results in > [CYGWIN_NT-5.2 c7mdcs063 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin]. > > Yesterday I ran a script (kick

informal report on "fork: Resource temporarily unavailable" incidents

2006-03-28 Thread Tom Rodman
m/config/etc/passwd.autogen.domain ;\ fi /adm/config/bp/bash.bp.shinc: fork: Resource temporarily unavailable --v-v--C-U-T---H-E-R-E-v-v-- Here's the slightly adjusted heap setting on the server: bash-3.00$ ccs=/proc/registry/HKEY_LOCAL_MACHINE/SYS

Re: Some new data regarding "fork: resource temporarily unavailable"

2005-11-07 Thread hermitte
Eric Blake <[EMAIL PROTECTED]> wrote: > According to David Arnstein on 11/6/2005 11:34 AM: > > I left my machine running all night. The count of handles for "System" > > rose to 200,000+, so perhaps this statistic is not relevant. I'll keep > > looking. > > Do you have some other program installed

Re: Some new data regarding "fork: resource temporarily unavailable"

2005-11-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to David Arnstein on 11/6/2005 11:34 AM: > I left my machine running all night. The count of handles for "System" > rose to 200,000+, so perhaps this statistic is not relevant. I'll keep > looking. Do you have some other program installed th

Re: Some new data regarding "fork: resource temporarily unavailable"

2005-11-06 Thread David Arnstein
On Sun, Nov 06, 2005 at 10:44:37AM -0500, Volker Quetschke wrote: > First of all, on this Win2k SP4 I don't see that behavior. Even when I start > several "normal" Windows programs that value doesn't increase. (It's at 132 > here.) Thank you for this data Mr. Quetschke. I will test two other machi

Re: Some new data regarding "fork: resource temporarily unavailable"

2005-11-06 Thread Volker Quetschke
David Arnstein wrote: Synopsis: the "fork: resource temporarily unavailable" problem may be caused by a large number of obsolete process handles. Attached to this e-mail: 1. cygcheck.out: the output from "cygcheck -s -v -r" 2. tempor.sh: A bash shell script that causes

Some new data regarding "fork: resource temporarily unavailable"

2005-11-05 Thread David Arnstein
Synopsis: the "fork: resource temporarily unavailable" problem may be caused by a large number of obsolete process handles. Attached to this e-mail: 1. cygcheck.out: the output from "cygcheck -s -v -r" 2. tempor.sh: A bash shell script that causes the "fork: resourc

"fork: Resource Temporarily Unavailable" (Was Re: Hang with 1.5.18, 1.5.19 snapshot 20051029)

2005-11-02 Thread Igor Pechtchanski
On Wed, 2 Nov 2005, Peter Rehley wrote: > [snip] > One really odd thing that I did notice on my windows 2000 machines was > that when I do a 'ps -ef' many times in a row quickly, the > test_configure script that I'm using dies...it either segfaults or I get &

Re: solution to cygwin error: Win32 error 487 bash: fork: Resource temporarily unavailable

2005-09-28 Thread PSP Blizz
/Run... or a cmd or command window. > Execute '/bin/rebaseall' from ash. > > > Hope it could help others to solve the same problem. This was a close one with my "fork: Resource temporarily unavailable" problem. The compiling of gcc 4.0.1 ran for a much longer time

solution to cygwin error: Win32 error 487 bash: fork: Resource temporarily unavailable

2005-09-27 Thread john.wei
, windows pid 1216, Win32 error 487 bash: fork: Resource temporarily unavailable I tried many solutions with no help including: 1) make sure cygwin1.dll has only one copy on the machine. 2) install different versions, different selections 3) rebaseall in the bash. (bash is totally useless except for

Re: fork: Resource temporarily unavailable

2005-08-19 Thread David Arnstein
On Fri, Aug 19, 2005 at 11:13:51AM -0400, Christopher Faylor wrote: > I've created a new snapshot which may work around this problem by trying > again when this error is presented. Could you give it a try? Thank you Mr. Faylor. I have installed the cygwin1.dll dated August 19. If I see any releva

Re: fork: Resource temporarily unavailable

2005-08-19 Thread Christopher Faylor
main] bash 1880 pinfo::wait: Couldn't create pipe tracker for pid 3768, >Win32 error 231 >bash: fork: Resource temporarily unavailable >-- error 231 is ERROR_PIPE_BUSY -- that's a very strange error to be com

Re: [OT] Re: fork: Resource temporarily unavailable

2005-08-19 Thread Krzysztof Duleba
Jason Pyeron wrote: I recently upgraded to XP on my laptop from 2000. It seems I can run only about a hundred processes instead of 200-300. Why is the limit so low? Is it adjustable? support and msdn don't seem to say. I can run about 300 processes on my XP SP2 laptop no problem. $ ps -aW|wc

[OT] Re: fork: Resource temporarily unavailable

2005-08-18 Thread Jason Pyeron
: -- 10 [main] bash 1880 pinfo::wait: Couldn't create pipe tracker for pid 3768, Win32 error 231 bash: fork: Resource temporarily unavailable -- This is not a bug in bash, but a limitation in the number of ru

Re: fork: Resource temporarily unavailable

2005-08-18 Thread Eric Blake
m bash: > > -- > 10 [main] bash 1880 pinfo::wait: Couldn't create pipe tracker for > pid 3768, > > Win32 error 231 > bash: fork: Resource temporarily unavailable > -- This is not a b

Re: fork: Resource temporarily unavailable

2005-08-18 Thread Jason Pyeron
: Couldn't create pipe tracker for pid 3768, Win32 error 231 bash: fork: Resource temporarily unavailable -- The bash shell in the command window is unusable. Commands typed into the shell return immediately, but have no e

fork: Resource temporarily unavailable

2005-08-18 Thread David Arnstein
3768, Win32 error 231 bash: fork: Resource temporarily unavailable -- The bash shell in the command window is unusable. Commands typed into the shell return immediately, but have no effect. Sometimes, a Cygwin/bash command window

Bash.exe cannot fork: resource temporarily unavailable

2005-03-09 Thread Markku Yli-Pentila
Hello, I am sorry if this is in FAQ or in mailing list archives, but I couldn't find there the answer which would help me out of this. I noticed this when I tried ./configure script of lynx (and also with other ./configure scripts that I've tried). I've uninstalled cygwin and installed it agai

Fork: Resource temporarily unavailable when trying to run lots of processes

2003-12-31 Thread Roberto Urban
ntask" is the name of the script): ./gentask: fork: Resource temporarily unavailable and everything stops. Some snippets of information from Cygcheck are attached. Thank you in advance. Roberto. == Dell Latitude C810 PIII 1.13GHz 2512MB RAM 30GBHD CYGWIN_NT-5.0 lu 1.5.5(0.94/3/2)

RE: Cannot fork: Resource temporarily unavailable

2003-03-23 Thread Hannu E K Nevalainen (garbage mail)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Chris January > Cc: [EMAIL PROTECTED] > > I am trying to rebuild the Cygwin tools under W98 and keep getting this > > error message when running make: -- 8< -- > > Can anyone offer me any advice. > > Thank

RE: Cannot fork: Resource temporarily unavailable

2003-03-23 Thread Chris January
> I am trying to rebuild the Cygwin tools under W98 and keep getting this > error message when running make: > > Cannot fork: Resource temporarily unavailable. > Despite rebooting the machine and ensuring that sufficient swap space is > available this continues to recur. >

Re: Cannot fork: Resource temporarily unavailable

2003-03-21 Thread Christopher Faylor
On Sat, Mar 22, 2003 at 03:32:45AM +0100, Luc Hermitte wrote: >May be our PID numbers consumption is going very fast because we have >some "resident" programs like anti-viruses, firewalls, etc. But the >problem still remains: there is a limit that stop us from using cygwin >to accomplish more or le

  1   2   >