public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin 1.7.13 regression: Inheritance of /dev/clipboard filedesc fails
@ 2012-04-06 19:15 Christian Franke
  2012-04-06 19:41 ` Christopher Faylor
  0 siblings, 1 reply; 11+ messages in thread
From: Christian Franke @ 2012-04-06 19:15 UTC (permalink / raw)
  To: cygwin

The inheritance of a /dev/clipboard filedesc through fork() fails in 
1.7.13. Last working snapshot was 2012-03-30.

Access to /dev/clipboard itself works as expected.

Testcase:

$ uname -vrs
CYGWIN_NT-6.1-WOW64 1.7.12s(0.260/5/3) 20120330 12:20:36

$ echo test1 | cat > /dev/clipboard

$ cat < /dev/clipboard
test1


$ uname -vrs
CYGWIN_NT-6.1-WOW64 1.7.13(0.260/5/3) 2012-04-05 12:43

$ echo test2 | cat > /dev/clipboard
cat: standard output: Bad file descriptor

$ cat < /dev/clipboard
cat: failed to reopen `stdin' with mode `rb': Bad file descriptor

$ cat /dev/clipboard
test1

$ echo test3 > /dev/clipboard

$ cat /dev/clipboard
test3

Christian


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-04-18 18:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06 19:15 Cygwin 1.7.13 regression: Inheritance of /dev/clipboard filedesc fails Christian Franke
2012-04-06 19:41 ` Christopher Faylor
2012-04-06 19:58   ` Christian Franke
2012-04-06 20:07     ` Nellis, Kenneth
2012-04-06 20:45       ` Christian Franke
2012-04-07  4:19         ` Charles Wilson
2012-04-08 10:19           ` Denis Excoffier
2012-04-07 15:05         ` Andrey Repin
2012-04-17 21:20     ` Michael Vance
2012-04-18  6:16       ` Inheritance of /dev/urandom " Christopher Faylor
2012-04-18 18:57         ` Michael Vance

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).