Closed GoogleCodeExporter closed 9 years ago
Thank you for your bug report!
Original comment by y.fujita...@gmail.com
on 16 Oct 2008 at 4:11
I found that procedure 'process' in Ypsilon can not handle parameter like
"gtk-server
stdin nodetach" since it is very primitive wrapper for fork&execvp. I have
added new
procedure 'process-shell-command' which can handle such parameter properly.
Please try attached 'process-compat.ypsilon.sls' and Ypsilon revision 256 in
trunk.
They works fine on my system with gtk-server-demo.ss :)
Thank you!
Original comment by y.fujita...@gmail.com
on 20 Oct 2008 at 4:40
Attachments:
Sorry, I forgot to mention about that there was another bug which cause
flush-output-port dead badly (no error message) on SIGPIPE. I have fixed that
bug too
in revision 256.
--fujita
Original comment by y.fujita...@gmail.com
on 20 Oct 2008 at 4:59
The code works very well now [v256]. A broken pipe is also reported properly.
Thanks much!
-KenD
Original comment by Ken.Dic...@whidbey.com
on 20 Oct 2008 at 5:23
> The code works very well now [v256]. A broken pipe is also reported properly.
It's Great! Thank you!
Original comment by y.fujita...@gmail.com
on 22 Oct 2008 at 12:39
Original issue reported on code.google.com by
Ken.Dic...@whidbey.com
on 16 Oct 2008 at 4:36Attachments: