http://bugs.winehq.org/show_bug.cgi?id=3719
------- Additional Comments From saulius.krasuckas@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. :-)