[racket] error writing to stream port (Broken pipe; errno=32)

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Sep 11 08:01:38 EDT 2014

(with-handlers ((exn:fail? (lambda (x) "let's throw away the exception from a closed port"))
  ... do stuff with ports and pipes ...)

[[ You probably need to provide more context to get truly useful answers. ]]


On Sep 11, 2014, at 7:18 AM, Wolfgang Hukriede wrote:

> Do I need to install a signal handler catching SIGPIPE? (Or replace
> the existing signal-handler?)
> Thanks!
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



Posted on the users mailing list.