https://bugs.winehq.org/show_bug.cgi?id=47233
Bug ID: 47233 Summary: Windbg: kd requires SIO_ENABLE_CIRCULAR_QUEUEING for net debugging Product: Wine Version: 4.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: dpierce1983@hotmail.com Distribution: ---
Created attachment 64506 --> https://bugs.winehq.org/attachment.cgi?id=64506 Default logging output for kd net repro command
kd requires the ioctl SIO_ENABLE_CIRCULAR_QUEUEING to be implemented for net debugging. From what I can tell looking into WINE source code, this ioctl is just not implemented. This occurs for version 6 of kd as well as the latest version 10 of kd, which can be installed with some other workarounds.
Repro steps:
Follow the install steps for windbg and kd on "Debugging Tools for Windows"
execute the following to open a net connection with kd:
$ wine "$WINEPREFIX/drive_c/Program Files/Debugging Tools for Windows (x64)/kd.exe" -k net:port=50000
among the output is
002a:fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (SIO_ENABLE_CIRCULAR_QUEUEING)
and the program exits with an error. Full output logs are attached.
https://bugs.winehq.org/show_bug.cgi?id=47233
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20140625163642/http://down | |load.microsoft.com/download | |/A/6/A/A6AC035D-DA3F-4F0C-A | |DA4-37C8E5D34E3D/setup/WinS | |DKDebuggingTools_amd64/dbg_ | |amd64.msi CC| |focht@gmx.net Ever confirmed|0 |1 Keywords| |download Status|UNCONFIRMED |NEW
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folls,
confirming and adding download links for Debugging Tools for Windows 6.x
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-...
https://web.archive.org/web/20140314135700/http://download.microsoft.com/dow... (x86)
https://web.archive.org/web/20140625163642/http://download.microsoft.com/dow... (x64)
From my experience you need at least native 'dbgeng' and later 'dbghelp'
overrides for MS debugging tools to work properly.
Reminder: Always tell if any native overrides have been used when creating bug reports.
Regards
https://bugs.winehq.org/show_bug.cgi?id=47233
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com