Re: procps and pgrep hang

2012-06-06 Thread Tom Rodman
On Wed 6/6/12 10:04 EDT cgf wrote: --snip > >This morning I tried cygwin-inst-20120604.tar.bz2, and the problem > >shows up in the same way as decribed above for cygwin-inst-20120507.tar.bz2. > > Is putty required to see this hang? Yes. Tonight, I tried cygwin-inst-20120507.tar.bz2 and I s

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
Actually, I think Greg Chicares-2 may have provided the answer earlier. When I set CYGWIN to procs_retry:1 the old fashioned Windows way (using the Control Panel, etc.) and then open a new Cygwin shell to run my application in, I do not see the repeated restart behavior. Furthermore, when I foll

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread Eliot Moss
On 6/6/2012 7:33 PM, jjo wrote: ii) I set 'proc_retry' to 0 or 1 in a Cygwin shell like this CYGWIN=proc_retry:1 (following the example given here http://cygwin.com/ml/cygwin/2009-05/msg00103.html) and tried again. Didn't solve the problem. Sometimes still restarts more than once automaticall

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
i) My application ends with 'return 0'. When I put a debugging statement such as 'cout << "Here I am" << endl' just before 'return 0' I see the message in the output just before a restart, so I'm pretty sure the code is getting there. ii) I set 'proc_retry' to 0 or 1 in a Cygwin shell like this

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread Greg Chicares
On 2012-06-06 22:19Z, jjo wrote: > > Oftentimes, when I start my command line launched console application from > Cygwin it runs through to the end and then it restarts itself from the > beginning without any intervention on my part. Perhaps it's because of 'proc_retry', described here: http://

program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread jjo
My problem in brief: Oftentimes, when I start my command line launched console application from Cygwin it runs through to the end and then it restarts itself from the beginning without any intervention on my part. I've seen it automatically restart itself and run through several times over befor

Re: why is rsh not running normally but is running rlogin?

2012-06-06 Thread Marilo
--- On Tue, 29/5/12, Marilo wrote: > From: Marilo > Subject: why is rsh not running normally but is running rlogin? > To: cygwin > Date: Tuesday, 29 May, 2012, 10:29 > As mentioned, I am just trying > rexec/rsh/rlogin, just as a test, on my few computers. I > know ssh is more secure.. > > I ha

Re: Windows 8 Release Preview. fork problems with rsync

2012-06-06 Thread Corinna Vinschen
Please, don't http://cygwin.com/acronyms/#TOFU Thank you. On Jun 6 17:59, Nick Lowe wrote: > > Thanks.  I can confirm the effect.  For no apparent reason, the OS > > reserves a 1 Megs shared memory region, top-down allocated, of which it > > uses about 20K.  It's not the PEB or one of the TEBs,

Re: tcl/tk fails to connect to display

2012-06-06 Thread Jeremy Ramer
On Tue, Jun 5, 2012 at 2:51 PM, Achim Gratz wrote: > Jeremy Ramer writes: >> $ gitk >> Application initialization failed: couldn't connect to display ":0" > > Start an X server.  Tk now requires X and won't run without it. > Huh. Weird that on my searches earlier I did not find these posts: http

Re: Windows 8 Release Preview. fork problems with rsync

2012-06-06 Thread Nick Lowe
Urgh! Hmm.. Do you see the same effect when running the process in question under the Windows 8 operating system context? If you manifest and include: http://msdn.microsoft.com/en-us/library/windows/desktop/hh848036(v=vs.85).aspx Does the odd behaviour still pers

Re: Windows 8 Release Preview. fork problems with rsync

2012-06-06 Thread Corinna Vinschen
On Jun 6 16:41, Bertrand Latinville wrote: > I'm using > > rsync --chmod=ug=rwX -arvz --prune-empty-dirs --include="*/" > --include-from=include-file.txt --exclude="*" ${source_dir}/ > ${dest_dir} Thanks. I can confirm the effect. For no apparent reason, the OS reserves a 1 Megs shared memo

Re: Windows 8 Release Preview. fork problems with rsync

2012-06-06 Thread Bertrand Latinville
I'm using rsync --chmod=ug=rwX -arvz --prune-empty-dirs --include="*/" --include-from=include-file.txt --exclude="*" ${source_dir}/ ${dest_dir} The include list from include-file.txt is up to four lines with some wildcard like folder1/folder2/*.dll folder3/** 2012/6/6 Corinna Vinschen > On J

Re: Problem with binary installation of cppunit 1.12.1-2 with setup.exe version 2.774

2012-06-06 Thread marco atzeri
On 6/6/2012 4:24 PM, Csaba Raduly wrote: On Wed, Jun 6, 2012 at 4:17 PM, marco atzeri wrote: On 6/6/2012 4:00 PM, Anthony Ricke wrote: Hello All, I updated my cygwin installation using setup.exe version 2.774, and I included the binary distribution of the cppunit package (cygwin package vers

Re: Problem with binary installation of cppunit 1.12.1-2 with setup.exe version 2.774

2012-06-06 Thread Csaba Raduly
On Wed, Jun 6, 2012 at 4:17 PM, marco atzeri wrote: > On 6/6/2012 4:00 PM, Anthony Ricke wrote: >> >> Hello All, >> >> I updated my cygwin installation using setup.exe version 2.774, and I >> included the binary distribution of the cppunit package (cygwin >> package version 1.12.1-2). I wrote comp

Re: Problem with binary installation of cppunit 1.12.1-2 with setup.exe version 2.774

2012-06-06 Thread marco atzeri
On 6/6/2012 4:00 PM, Anthony Ricke wrote: Hello All, I updated my cygwin installation using setup.exe version 2.774, and I included the binary distribution of the cppunit package (cygwin package version 1.12.1-2). I wrote compiled and built a simple unit test program using G++ (cygwin package ve

Re: procps and pgrep hang

2012-06-06 Thread Christopher Faylor
On Wed, Jun 06, 2012 at 07:10:04AM -0500, Tom Rodman wrote: >On Wed 6/6/12 10:08 +0200 Corinna wrote: >> On Jun 5 20:31, Tom Rodman wrote: >> > On Wed 5/30/12 17:53 +0200 Corina wrote: >--SNIP >> > Tonight on my laptop I have been unable to get either problem >> > to show up on the cygwin-inst-201

Re: Windows 8 Release Preview. fork problems with rsync

2012-06-06 Thread Corinna Vinschen
On Jun 6 12:57, Bertrand Latinville wrote: > Hello, > > I'm using cygwin 1.7.75 on Windows 8 Release Preview 64 bits. > Bash scripts are launched via jenkins. > > I'm getting some problems with rsync giving fork errors. > This is not systematic,this happens once over 6 times. > > building file

Re: procps and pgrep hang

2012-06-06 Thread Tom Rodman
On Wed 6/6/12 10:08 +0200 Corinna wrote: > On Jun 5 20:31, Tom Rodman wrote: > > On Wed 5/30/12 17:53 +0200 Corina wrote: --SNIP > > Tonight on my laptop I have been unable to get either problem > > to show up on the cygwin-inst-20120504.tar.bz2 snapshot. > > > > To get the hang to show up on the

Re: Performance problems with emacs-X11 in current cygwin

2012-06-06 Thread Stephen L
Ken Brown cornell.edu> writes: > Never mind. I'm not up to this task. But if you're willing to > facilitate the bisection by doing the builds, I'll be glad to test them > on my XP system, at least as far as emacs is concerned. And I'm sure > there are gvim users who would do the same. ok so

Re: ssh logon failure

2012-06-06 Thread Corinna Vinschen
On Jun 6 09:04, marco atzeri wrote: > I am probably missing something obvious > > - > ssh marco@127.0.0.1 > marco@127.0.0.1's password: > Last login: Wed Jun 6 06:19:27 2012 from 127.0.0.1 > > The Hippo says: Welcome to Cygwin > > /bin/bash: Operation not p

Re: procps and pgrep hang

2012-06-06 Thread Corinna Vinschen
On Jun 5 20:31, Tom Rodman wrote: > On Wed 5/30/12 17:53 +0200 Corina wrote: > --SNIP > > > On my laptop, only the pgrep bug shows up, here is the 'forever hang' > > > strace w/CYGWIN set to pipe_byte: > > > > A signal delivery hangs as if the receiver never reads its signal pipe. > > I still can

Re: sqlite3 section in master setup.hint wrong

2012-06-06 Thread Corinna Vinschen
On Jun 5 14:28, Warren Young wrote: > On 6/5/2012 1:56 PM, Corinna Vinschen wrote: > > > >My fault, apparently. > > Am I supposed to be mirroring the sqlite3 subtree of the > sourceware.org directory structure on my server, so that the wget > command populates the sourceware directories automatic