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

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:

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.

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

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.

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?

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

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:

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

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

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

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

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:

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

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?

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

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

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

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

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

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

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

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)

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

2019-12-31 Thread Ken Brown
ild/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/

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 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 question. The

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

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. I can see I'm

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

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 printing cause of

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, and

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

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 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. Sometimes I have

fork: Resource temporarily unavailable: address space is already occupied

2011-08-09 Thread Heiko Elger
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? There are losts of postings

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 errors.

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 http://cygwin.com/acronyms/#BLODA. 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't

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 port

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 checked

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 posted saying

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

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

xargs: cannot fork: Resource temporarily unavailable

2007-11-12 Thread Jose Correia
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 is left hanging waiting for the other? Anyone experienced this issue before...? can't find

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 PROTECTED] [mailto:[EMAIL

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: http://sourceware.org

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: http

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 ../libtool: fork: Resource temporarily

Re: fork: Resource temporarily unavailable

2006-10-20 Thread Andy Hall
(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 temporarily

fork: Resource temporarily unavailable

2006-10-19 Thread Andy Hall
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 bizarre and unexplainable failures. If run

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 bizarre

RE: random fork: Resource temporarily unavailable

2006-06-22 Thread Mark Bartel
, 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 unavailable [EMAIL PROTECTED] ~ $ Unfortunately, it is more than just annoying in my

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 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 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 encountered the

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

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, Larry Hall (Cygwin) wrote: Robin Walker wrote

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 times do we have to ask not to quote raw email

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 do we have

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 Li wrote: -Original Message- From

RE: random fork: Resource temporarily unavailable

2006-06-20 Thread Mark Bartel
::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 unavailable [EMAIL PROTECTED] ~ $ Unfortunately, it is more than just annoying

Re: random fork: Resource temporarily unavailable

2006-06-20 Thread Larry Hall (Cygwin)
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 unavailable [EMAIL PROTECTED] ~ $ Unfortunately, it is more than just annoying in my case, as it happens all the time. I had

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

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 I've not seen

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

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-19 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:

fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
- 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 126840 fork: child -1 - CreateProcessA failed, errno 11 ../../libtool

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
; \ 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: fork: Resource temporarily unavailable 28 [main] sh 126804 fork: child -1 - CreateProcessA failed, errno 11

Re: fork: Resource temporarily unavailable

2006-04-14 Thread Ken Perl
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 126840 fork: child -1 - CreateProcessA failed, errno 11 ../../libtool: fork: Resource

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 the problem came

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: 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 (kicked off

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

informal report on fork: Resource temporarily unavailable incidents

2006-03-28 Thread Tom Rodman
: 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/SYSTEM/CurrentControlSet bash-3.00$ key=$ccs/Control/Session Manager

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 that

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 that might

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 the fork: resource

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 machines

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: resource temporarily unavailable problem

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 fork: Resource Temporarily unavailable

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

2005-09-28 Thread PSP Blizz
. 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 than ever before it crashed. This time it crashed in a new manner: e:\cygwin

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

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

Re: fork: Resource temporarily unavailable

2005-08-19 Thread Christopher Faylor
::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 coming from the simple creation

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

fork: Resource temporarily unavailable

2005-08-18 Thread David Arnstein
, 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

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 effect

Re: fork: Resource temporarily unavailable

2005-08-18 Thread Eric Blake
: -- 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

[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 running

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

2003-12-31 Thread Roberto Urban
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) 2003-09-20 16

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. This is the extract from

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. Thanks. This

Cannot fork: Resource temporarily unavailable

2003-03-21 Thread jim . a . davidson
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. This is the extract from

Re: Cannot fork: Resource temporarily unavailable

2003-03-21 Thread Mike W.
Funny you should mention that... often noted but not yet answered... http://cygwin.com/ml/cygwin/2003-03/msg01506.html http://cygwin.com/ml/cygwin/2003-03/msg01350.html http://cygwin.com/ml/cygwin/2003-03/msg01393.html http://sources.redhat.com/ml/cygwin/2002-02/msg01188.html

  1   2   >