http://bugs.winehq.org/show_bug.cgi?id=59163 --- Comment #2 from Bernhard Übelacker <bernhardu@mailbox.org> --- Created attachment 80021 --> http://bugs.winehq.org/attachment.cgi?id=80021 +crypt_rr-debugging I tried to debug this further and found the failure seen with +crypt alone disappears when using +crypt,+secur32. And when I attached a debugger I found a unix-side segfault, because the logging function set by gnutls_global_set_log_function seems no longer in memory. This seems to be a result of several loads and unloads of dll's and so's in CRYPT_LoadProvider. Unfortunately it looks like libgnutls.so itself doesn't get unloaded, therefore the log function pointer stays still set. -- 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.