Re: Don't use snapshots until I send all-clear

2011-05-30 Thread marco atzeri
On Mon, May 30, 2011 at 7:51 PM, Christopher Faylor wrote: > Recent snapshots have pipe problems. Please don't use them. > > cgf > I noticed, but I am glad to tell you that the plotting problem with octave doesn't not appear with : Changes by: cgf 2011-05-31 00:26:37 Modified files:

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Charles Wilson
On 5/30/2011 5:12 PM, Juanjo wrote: > It seems I did not express myself properly. Code is compiled on the fly. > DLLs do not survive beyond program execution. This is a dynamic language > (Common Lisp btw) and functions are compiled and run and consumed > quickly. Calling rebase for each invocation

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Juanjo
Christopher Faylor cygwin.com> writes: > > Please calm down. I am calm :-) I just happen to like exclamation signs. > I guess I shouldn't have said the "doesn't really work" and stuck with > "of limited utility". fds attached with cygwin_attach_handle_to_fd are > not fully functional. You st

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Christopher Faylor
On Mon, May 30, 2011 at 11:39:13AM -0700, Daniel Colascione wrote: >On 5/30/11 10:46 AM, Christopher Faylor wrote: >> On Mon, May 30, 2011 at 07:34:27AM +, Juanjo wrote: >>> Christopher Faylor writes: Unfortunately, cygwin_attach_handle_to_fd doesn't really work. Cygwin needs to know

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Daniel Colascione
On 5/30/11 10:46 AM, Christopher Faylor wrote: > On Mon, May 30, 2011 at 07:34:27AM +, Juanjo wrote: >> Christopher Faylor writes: >>> Unfortunately, cygwin_attach_handle_to_fd doesn't really work. Cygwin >>> needs to know the type of handle it is attaching in order to set up the >>> correct t

Don't use snapshots until I send all-clear

2011-05-30 Thread Christopher Faylor
Recent snapshots have pipe problems. Please don't use them. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Christopher Faylor
On Mon, May 30, 2011 at 07:34:27AM +, Juanjo wrote: >Christopher Faylor writes: >>Unfortunately, cygwin_attach_handle_to_fd doesn't really work. Cygwin >>needs to know the type of handle it is attaching in order to set up the >>correct type of file handler. Since it doesn't do that the handle

User name in screen caption not displaying with snapshot from 28th

2011-05-30 Thread Thorsten Kampe
Hi, I have these two lines in my .screenr: backtick 0 0 0 echo $LOGNAME caption always "%{= c}[%0`@%H:%n%f %{w}%t %{r}loadavg: %l %=%{g}%Y-% m-%d %0c:%s]%{d}" Screen always displayed this until cygwin1-20110520.dll as [thorsten@hombre:0$loadavg: 0.00 0.00 0.00 2011-05-30 17:20:46]

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-30 Thread Andrew DeFaria
On 05/30/2011 06:26 AM, Gaurav Chhabra wrote: I have Perl separately installed at c:\Perl. I am not sure how to run this. This will not work. perlrebase works only for cygwin perls, not for strawberry or activestate perls. That's what I was thinking. I was sure that I am doing something wrong

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-30 Thread Gaurav Chhabra
> I have Perl separately installed at c:\Perl. I am not sure how to run this. >>> This will not work. >>> perlrebase works only for cygwin perls, not for strawberry or >>> activestate perls. That's what I was thinking. I was sure that I am doing something wrong, and it must have something to do

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-30 Thread Reini Urban
2011/5/30 Gaurav Chhabra: > Thanks for your reply Reini! > > I got hold of perlrebase from here: > http://cygwin.com/ml/cygwin/2010-02/txt00017.txt > > Not sure whether this is the latest one. The latest one is from perl-5.10.1-5 > I have Perl separately installed at c:\Perl. I am not sure how to

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Ryan Johnson
On 30/05/2011 3:34 AM, Juanjo wrote: Christopher Faylor cygwin.com> writes: Unfortunately, cygwin_attach_handle_to_fd doesn't really work. Cygwin needs to know the type of handle it is attaching in order to set up the correct type of file handler. Since it doesn't do that the handle is of li

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-30 Thread Gaurav Chhabra
Thanks for your reply Reini! I got hold of perlrebase from here: http://cygwin.com/ml/cygwin/2010-02/txt00017.txt Not sure whether this is the latest one. I have Perl separately installed at c:\Perl. I am not sure how to run this. I just copied the prelrebase script and kept it in the Cygwin's

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-05-30 Thread Reini Urban
2011/5/27 Gaurav Chhabra: > > http://old.nabble.com/file/p31714033/cygcheck.out cygcheck.out > > I have a Windows machine and I have Cygwin installed. I have a Perl script > which calls a shell script using Cygwin. I am getting the following message > while running the Perl script: Please try perl

snapshot 20110528 works, 20110530 not

2011-05-30 Thread EXCOFFIER Denis
Hello, The following script: - #!/bin/csh -f /bin/ls /cygdrive | /bin/grep . set x = `/bin/ls /cygdrive | /bin/grep .` echo "zz $x zz" - produces c e g h o p s zz c e g h o p s Broken pipe zz wh

Re: Problem with Cygwin's fdopen and Windows handles

2011-05-30 Thread Juanjo
Christopher Faylor cygwin.com> writes: > > Unfortunately, cygwin_attach_handle_to_fd doesn't really work. Cygwin > needs to know the type of handle it is attaching in order to set up > the correct type of file handler. Since it doesn't do that the handle > is of limited utility. If this was tr