http://bugs.winehq.org/show_bug.cgi?id=18364 --- Comment #46 from Juan Lang <juan_lang(a)yahoo.com> 2009-09-03 19:42:36 --- (In reply to comment #45)
I executed WINEDEBUG=+wininet,+tid wine utorrent.exe >& log.txt but no trace:tid line appears in the log so don't know if I did it right but I think the variable value is right.
You did it correctly. The +tid turns on tracing the thread ID. Here's an example: 0026:trace:wininet:NETCON_init using SSL connection Thread 26 is using SSL. Here's another: 0027:trace:wininet:NETCON_init using SSL connection and another, along with the crash: 0028:trace:wininet:NETCON_init using SSL connection wine: Assertion failed at address 0xf7f86425 (thread 0027), starting debugger... So, at least my suspicion is correct: the threading is at issue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.