Gerhard W. Gruber wrote:
Wine-dbg> wine_dbg_cmd: Exception c000013a fatal flex scanner internal error--end of buffer missed
In the above example I pressed CTRL-C on the commandline from Winedbg. The exception message is shown and a dbg xterm window has been opened. After exiting from gdb winedbg exits.
Is this a bug? I suppose so. :)
no... it's the expected behaviour when you run winedbg outside of wineconsole (there's no support for Ctrl-C handling)
run it instead with wineconsole winedbg
A+