http://bugs.winehq.org/show_bug.cgi?id=3719 ------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-13-11 04:48 ------- The only way to detect where some race condition occurs IMHO is to compare two wine outputs: "+all" and "+all,-relay". Of course, one should always check if the last one really shows a problem before comparing: WINEDEBUG=+all,-relay wine matlab.exe 2>/dev/null Still, comparing probably will be somewhat painfull, as some handles and addresses will change for sure when WINEDEBUG flags changes. Here some awk/sed filter/similarifier would help before doing diff -u. :-) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.