[Bug 16968] environment variables not passed across to commands that are run with popen

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 19 07:41:53 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16968


Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #5 from Luke Kenneth Casson Leighton <lkcl at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list