From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16353 invoked by alias); 30 Mar 2012 21:15:19 -0000 Received: (qmail 16343 invoked by uid 22791); 30 Mar 2012 21:15:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,TW_SV X-Spam-Check-By: sourceware.org Received: from qmta05.emeryville.ca.mail.comcast.net (HELO qmta05.emeryville.ca.mail.comcast.net) (76.96.30.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Mar 2012 21:15:03 +0000 Received: from omta15.emeryville.ca.mail.comcast.net ([76.96.30.71]) by qmta05.emeryville.ca.mail.comcast.net with comcast id rtmy1i0081Y3wxoA5xF2vW; Fri, 30 Mar 2012 21:15:02 +0000 Received: from mail.daveroth.dyndns.org ([67.171.9.42]) by omta15.emeryville.ca.mail.comcast.net with comcast id rxF11i00a0uRACK8bxF22H; Fri, 30 Mar 2012 21:15:02 +0000 Received: from [10.249.1.104] (tela64.daveroth.dyndns.org [10.249.1.104]) (authenticated bits=0) by mail.daveroth.dyndns.org (8.14.3/8.14.3/Debian-9.4) with ESMTP id q2ULExEN009285 for ; Fri, 30 Mar 2012 14:14:59 -0700 Message-ID: <4F762254.2080600@acm.org> Date: Fri, 30 Mar 2012 21:15:00 -0000 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: BLODA detection code in latest snapshot References: <20120227122614.GB31025@calimero.vinschen.de> <4F761CB9.4070905@t-online.de> In-Reply-To: <4F761CB9.4070905@t-online.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin@cygwin.com Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-03/txt/msg00834.txt.bz2 On 3/30/2012 1:51 PM, Christian Franke wrote: > On Feb 27, Corinna Vinschen wrote: >> I've just uploaded a new snapshot "2012-02-27 12:04:23 UTC". It >> contains two code snippets which are supposed to help diagnosing BLODA >> problems. >> [...] >> Of course I'd be interested in your experience with this and in any >> BLODA message you get by setting CYGWIN=detect_bloda. > > Got this with current "2012-03-30 10:24:55 UTC" snapshot: > > $ svn log https://... > > Potential BLODA detected! Thread function called outside of Cygwin DLL: > C:\Windows\syswow64\CRYPT32.DLL I link svn against CRYPT32.DLL to use the "windows-cryptoapi" password store code in the Subversion source. This is used by svn to encrypt passwords it stores in the filesystem. Without it, the only choices are "gnome-keyring" and "kwallet", which aren't great for Cygwin. So, that's where the reference to CRYPT32.DLL comes from. I do see the same message on my Win7 x64 system, but not on my WinXP 32 system. -- David Rothenberger ---- daveroth@acm.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple