[Bug 10401] cygwin programs don't sscanf() properly when -mno-cygwin is used in gcc options

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 18 21:34:36 CDT 2008


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


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #1 from Dan Kegel <dank at kegel.com>  2008-03-18 21:34:35 ---
(Did you get the names of those binaries backwards?)

In the successful case, cygwin1.dll's scanf is called.
In the failure case, WINEDEBUG=+all shows no calls
between program entry and failure, so I suspect
you've linked in a static library that implements
sscanf.  You'd need to step through that library
with a debugger to figure out what's going on.


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