https://bugs.winehq.org/show_bug.cgi?id=40289
Bug ID: 40289 Summary: winedbg --gdb fails to create process Product: Wine Version: 1.8.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: vz-wine@zeitlins.org Distribution: Debian
Using wine 1.8-2 from Debian jessie-backports repository I can't use winedbg --gdb:
% winedbg --gdb notepad.exe 0023:0024: create process 'C:\windows\system32\notepad.exe'/0x1106e0 @0x7ff17200 (0<0>) 0023:0024: create thread I @0x7ff17200
Doing it with any other program, including my own one which I'd like to debug, fails with the same error. Without --gdb option, winedbg works correctly (but doesn't understand the debug info).