http://bugs.winehq.org/show_bug.cgi?id=5612
Summary: Wineconsole crashes after Ctrl-C is pressed Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P5 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: saulius.krasuckas@elst.vtu.lt
Here is what I get in my terminal:
$ ./wine wineconsole --backend=user wcmd.exe fixme:console:CONSOLE_DefaultHandler Terminating process c on event 0 wine: Unhandled page fault on read access to 0x00000034 at address 0x7f18eb4d (thread 000e), starting debugger... fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119
And in wineconsole I see this head of backtrace:
Backtrace: =>1 0x7f18eb4d in libgl.so.1 (+0x36b4d) (0x7f18eb4d) 2 0x7f306f4a X11DRV_GDI_Finalize+0x26 [.../dlls/winex11.drv/init.c:112] in winex11 (0x7f306f4a)
In windows cmd.exe just reset user input to a new prompt line.