https://bugs.winehq.org/show_bug.cgi?id=44936
Bug ID: 44936 Summary: winedbg + gdb (remote) interaction broken due to recent commits Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: julius.schwartzenberg@gmail.com Distribution: ---
I'm using OpenSUSE 42.3. I start winedbg as follows: winedbg --gdb --no-start path/to/smth.exe
Then I use Eclipse to connect to the remote port that is shown.
This results in: - ../../gdb/infrun.c:5585: internal-error: int finish_step_over(execution_control_state*): Assertion `ecs->event_thread->control.trap_expected' failed. A problem internal to GDB has been detected, further debugging may prove unreliable.
- Text I enter in the Debugger Console (in Eclipse) is invisible
- Things crash
When I revert back to 77d65c39486ffc2b4c17aec958e361b180a029a1 these problems disappear.
Please let me know if I should do more analysis.