http://bugs.winehq.com/show_bug.cgi?id=990
Summary: winedbg generates a lot of error messages for symbol information for cygwin dll Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.com ReportedBy: apa3a@yahoo.com
I compiled myself a cygwin installer. I'm trying to run it with cygwin.dll, taken from cygwin installation. Cygwin calls Wine unimplemented functions. This causes winedbg to fire up. The debugger first prints a lot of error messages about symbol information, then correct information about unimplemented function.
Steps to reproduce: 1. Set Wine to run in nt40 mode ([Version] section in the config file). 2. Run the attached cygwin installer, it will try to call functions NetWkstaUserGetInfo. I'm working now on implementation of stubs for this call. To reproduce this bug be sure you have record: @ stub NetWkstaUserGetInfo in your dlls/netapi32/netapi32.spec file. 3. The installer crashes when it calls the NetWkstaUserGetInfo function of netapi32.dll. The debugger consold window appears and it scrolls for a few minutes long error messages. Below I include screenshots of the debugger window.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=990. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.