http://bugs.winehq.org/show_bug.cgi?id=9772
Summary: Wine apps stop after program error exit Product: Wine Version: CVS/GIT Platform: PC URL: http://arcelectronicsinc.com/testinfo/kpnl1tester.zip OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: pgr@arcelectronicsinc.com CC: fgouget@codeweavers.com
Test program is 16 bit app built as a C part with a Delphi 1 DLL and Delphi 1 GUI interface. See testerexeReadme.txt in kpnl1tester.zip for info how to reproduce the problem.
9271fcc86d668a3d25bad3f98dcb1cefc20da88b is first bad commit commit 9271fcc86d668a3d25bad3f98dcb1cefc20da88b Author: Francois Gouget fgouget@codeweavers.com Date: Fri Aug 31 02:34:24 2007 +0200
winedbg: 'winedbg --auto' and 'winedbg --minidump' should detach when done so as to not mess up the crashed process exit code.
If tester.exe is closed under windows KPNL1.EXE still remains running. Under wine before latest regression when either tester.exe or KPNL1.EXE is closed (mouse on X) the debugger would display a dump I think to the effect that the messages were sent to a non-existent process then after the 60 second time out then the other process half would be terminated.
Now after the closed processes has an error on exit the contents of the remaining application on the virtual desktop fail to respond. Closing the virtual desktop does end the wineserver task without a problem.