unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#27207: fsync on pipe output port exits without error message when input port has been closed
@ 2017-06-03 11:10 j kalbhenn
  0 siblings, 0 replies; only message in thread
From: j kalbhenn @ 2017-06-03 11:10 UTC (permalink / raw)
  To: 27207

tested with 2.2.2

(let*
  ( (ports (pipe))
    (in (car ports))
    (out (cdr ports)))
  (close in)
  (display 0 out)
  (display 1)
  (fsync out)
  (display 2))

without "(display 0 out)", error information is displayed and guile exits before "(display 2)".
with "(display 0 out)", no error information is displayed and guile exits before "(display 2)".
without "(close in)", error information is displayed in both cases.

i would expect the error information to be displayed in any case.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-03 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-03 11:10 bug#27207: fsync on pipe output port exits without error message when input port has been closed j kalbhenn

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