http://bugs.winehq.org/show_bug.cgi?id=24180 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2010-08-28 05:07:23 CDT --- Created an attachment (id=30440) --> (http://bugs.winehq.org/attachment.cgi?id=30440) dnsapi: Remove resolver lock. Please try this patch. The app runs many queries in separate threads and it looks like one of them gets killed before the query completes, while still holding the resolver lock. This could be part of normal operation, so our best option may be to remove the critical section and rely on thread safety of res_query. -- 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.