Comment 2 for bug 104698

Revision history for this message
bma (bertrand-marquis-deactivatedaccount) wrote :

I made a patch to fix this (it is attached to this).

It is not very clean but principe is to prevent trying to read or write to stdin/stdout when the fake-tty mode is enabled.

To save cpu on the read thread i did same thing as under windows which make a small sleep before returning that there is nothing
to read. This solve the problem for me.

I tested the path on edgy and feisty x86 32 bits.