[Bug 18364] utorrent with an https tracker url stops working

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 3 19:42:39 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18364





--- Comment #46 from Juan Lang <juan_lang at 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.



More information about the wine-bugs mailing list