david135 / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

interleaving input from stdin and output to stdout causes a hang #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ wget http://fixedpoint.jp/2009/11/15/persimmon.scm
2. $ wget http://www.acm-japan.org/past-icpc/domestic2003/input/B1.txt
3. $ mosh persimmon.scm < B1.txt

What is the expected output? What do you see instead?
the output should be like: http://fixedpoint.jp/2009/11/15/B1.log
but:
$ mosh persimmon.scm < B1.txt 
5 ; looks hung
^C ; interupt with ctrl-c
$

What version of the product are you using? On what operating system?
r2180

Please provide any additional information below.

Original issue reported on code.google.com by tabe.fix...@gmail.com on 15 Nov 2009 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by hige...@gmail.com on 16 Nov 2009 at 2:16

GoogleCodeExporter commented 9 years ago
Fixed on revision 2185.
Thank you.

Original comment by hige...@gmail.com on 16 Nov 2009 at 3:08

GoogleCodeExporter commented 9 years ago
Thanks for your quick fix :)

Original comment by tabe.fix...@gmail.com on 17 Nov 2009 at 2:40