https://bugs.winehq.org/show_bug.cgi?id=34340
--- Comment #3 from Ralf Habacker ralf.habacker@freenet.de --- (In reply to Fabian Maurer from comment #2)
Is this still a problem with recent wine?
Yes, retested with wine 4.9 How to reproduce: 1. download mingw executables from https://sourceforge.net/projects/mingw-w64/ 2. run wine <installroot>/bin/gdb.exe --args <installroot>/bin/cpp.exe --help 3. enter 'r'
What happens: The application to debug is not started.
What is expected: The application to debug should start and print the help page in this case
Additional information: Pressing CTRL-C breaks the program and prints
^CQuit (expect signal SIGINT when the program is resumed)
(gdb) bt returns nothing
Neither CRTL-C nor entering 'quit' exits gdb. The only way to exit gdb is to press CTRL-Z, enter 'bg' and 'killall gdb.exe'