http://bugs.winehq.org/show_bug.cgi?id=31305
--- Comment #3 from anthonysepa@yahoo.ca 2012-07-25 07:10:25 CDT --- Thanks for getting back to me. The software is used to trade on the stock market and as such my account and password information is used when I log in to the software. Looking at the trace I see my account information being sent in the clear, I'd like to minimize any potential sensitive information posted on the net.
Is there a specific call you need to look at? Is there a way to cut the log by time so I can send after the login has been accomplished and it is closer to the point where WINE hangs?
The log is about 16070681 lines in size and I couldn't figure out when the program started to hang, but starting on line 6722761 the program seems to loop with "Call KERNEL32.Sleep(00000032) ret=6d9133bc" being issued every 20 or so lines.
Let me know any suggestions on cutting the log file a zeroing on the "hang" point. Thanks again.