http://bugs.winehq.org/show_bug.cgi?id=18800
Summary: Debugger goes into race condition after 123 crash on bug 18324 Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: ToddAndMargo@verizon.net
Hi All,
Please reference bug 18324 on this bug. This is bug is on the debugger and 18324 in on Lotus 123.
Basically, when you try to copy from two cell into the clip board in Lotus 123, 123 will crash (bug 18324). And, the debugger goes into a race condition, eating up as much CPU as the OS will give it. It never finished. The only way to stop the race is tho do a "kill -9" on 123's process ID.
-T
Steps to reproduce: 1) open the 123 attachment on 18324 (http://bugs.winehq.org/attachment.cgi?id=20865)
2) highlight across two cell horizontally
3) press <ctrl><c> or go to "Edit", "Copy"