[Bug 21291] System call "dup2" doesn't retain text vs binary mode

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 16 11:25:44 CST 2010


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


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |bon at elektron.ikp.physik.tu-
                   |                            |darmstadt.de
         Resolution|                            |FIXED




--- Comment #1 from Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de>  2010-01-16 11:25:44 ---
/tmp> i386-mingw32msvc-gcc test.c
/tmp> ~/.wine/wine-git/wine a.exe
is_mode 1
dup2 3 => 0
is_mode 1
/tmp> env WINEDLLOVERRIDES=msvcrt=n ~/.wine/wine-git/wine a.exe                
is_mode 1
dup2 3 => 0
is_mode 1
/tmp> wine --version
wine-1.1.36

For me it seems to bug is resolved.

-- 
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