Hi,

We found a small issue in the latest releases that is affecting our automated tests (and Plastic trigger/hook execution :P).

It goes as follows:

* Parent process in mono creates a new process and redirects its input and output.
* Child process also in mono does:

        Console.In.ReadToEnd();

* Parent does

                p.StandardInput.Flush();
                p.StandardInput.Close();

but child stays in ReadToEnd forever, although it shouldn't (it worked well on mono 2.x, 3.x and 4.0.3, and .NET).

We reported a bug here, all code attached:

https://bugzilla.xamarin.com/show_bug.cgi?id=34596

Thanks,

pablo
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to