pipe connection problem in recent cvs release

Ralf Habacker Ralf.Habacker@freenet.de
Mon Jun 24 05:14:00 GMT 2002


Hi,

with the recent cvs release there is a problem with pipes. See the following
examples.


---- cygwin 1-3.10 ------
habacker@BRAMSCHE ~
$ echo $PWD
/home/habacker

habacker@BRAMSCHE ~
$ echo `basename $PWD`
habacker

---- cvs release --------

habacker@BRAMSCHE ~
$ echo $PWD
/home/habacker

habacker@BRAMSCHE ~
$ basename $PWD
habacker

habacker@BRAMSCHE ~
$ echo `basename $PWD`

there is printed only an empty line.

The strace log is appended. The only unusal behavior I can see, is a pipe
opening error".

368   43330 [main] echo 2408 transport_layer_pipes::connect: Error opening the
pipe (2)

Perhaps that helps.

Ralf


-------------- next part --------------
A non-text attachment was scrubbed...
Name: echo.strace.bz2
Type: application/octet-stream
Size: 5801 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20020624/1802586e/attachment.obj>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list