This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pipe connection problem in recent cvs release


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


Attachment: echo.strace.bz2
Description: Binary data

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]