http://bugs.winehq.org/show_bug.cgi?id=21096
--- Comment #53 from Juan Lang juan_lang@yahoo.com 2010-09-28 20:30:24 CDT --- Created an attachment (id=31014) --> (http://bugs.winehq.org/attachment.cgi?id=31014) Patch 5/7: Don't call SSL_connect until initialization is complete
This was the source of the crash, SSL_connect was called before the required data were set, resulting a dereferencing a NULL pointer. (utorrent's exception handler caught it and respawned itself.)