http://bugs.winehq.org/show_bug.cgi?id=26897
Summary: tradeblazer V4 crashes when loading in data Product: Wine Version: 1.3.18 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cnbiz850@sohu.com
Created an attachment (id=34295) --> (http://bugs.winehq.org/attachment.cgi?id=34295) crash log when run without setting WINEDEBUG
I have been running its version 3 (which I have created an entry in Wine's AppDB) with Wine for over a year with basically no problem. Lately, the program is upgraded to version 4 and it crashes with Wine. I tried to print out debug messages but can't seem to get any clue about what is wrong. While I was testing with the debug messages, an interesting thing I found is that if I run it with the following debug setting, it runs.
WINEDEBUG=relay wine tradeblazer.exe >& test.log
I found that the program has 2 processes running (same as version 3) -- one main program and one data server. I am guessing the comms between the 2 processes in version 4 have some syncing problem. With WINEDEBUG=relay, Wine writes a lot of data to disk, so one process is delayed and somehow helps with the syncing.
Attached is a log file run without setting WINEDEBUG.