http://bugs.winehq.org/show_bug.cgi?id=18364
--- Comment #47 from David Santamaría Rogado howl.nsp@gmail.com 2009-09-03 20:24:38 --- (In reply to comment #46)
(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.
OK, and foret to advise you about newlines "Xlib: extension "Generic Event Extension" missing on display "192.168.0.20:20.0"." I did this last execution through a XDMCP session.
The problem then relies on the openssl implementation and not in wine's wininet, isn't it?