http://bugs.winehq.org/show_bug.cgi?id=16968
Luke Kenneth Casson Leighton lkcl@lkcl.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #5 from Luke Kenneth Casson Leighton lkcl@lkcl.net 2009-01-19 07:41:53 --- see #17031 - problem hasn't gone away, it's just that wine 1.1.13 is faster than 1.0.1.
my guess is this:
on a popen of /bin/sh.exe as compared to a popen of /mingw/bin/gcc.exe, /bin/sh.exe is much slower to load up, so it takes much longer before it wants to access its stdin and stdout.
and wine 1.1.13 is much faster at "getting round to preparing" stdin and stdout.
but, 1.1.13 can't quite beat gcc.exe to wanting to access its stdin and stdout.