X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; q=dns; s=
	default; b=NSTTgqu+kh3OC2tHTV65qSJE/Mh/2iTA7vjwtHnZseE6iNnTb8vv8
	tGGHYzZoSvrExIwmqLzBuTdJC1zBggEs/+qJi9S7wC4428Q6DjiYo3cnaWE26JVa
	efvv4bJJcLEpz6uIMeUSQ2P80NuW84OjmPD6YQMv0qWcsxzHUSAsYQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; s=default;
	 bh=J/v+ZWrAbgf7+ty59zSHssqQqGQ=; b=Mrv6tBLPuFmfo5gvTHoG6dxEOfZR
	P6H6p5THUJrTjzin09ZVH6yp4NW5LPanLAuxzP3WR9XKzXLkNm6+d2TKlINHWGux
	owrjh9B3H4jsexQskNP1iUMw0OQ+htJSaHL1gNwnpxWWFWYKU3AakQb+mpSiezLP
	skfqqZevPbM595E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.1
Date: Thu, 18 Jul 2013 10:59:53 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: sqlite defect
Message-ID: <20130718085953.GC9628@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <trinity-fdc5a0b5-6dcf-4fc0-9370-dd32a75fe928-1373654994500@3capp-gmx-bs47> <51E703FB.1010300@etr-usa.com> <trinity-1068d666-3dec-43c9-8453-39c7cae3a94c-1374102947415@3capp-gmx-bs33> <51E74AB4.7010508@etr-usa.com> <ks87ur$nle$1@ger.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <ks87ur$nle$1@ger.gmane.org>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jul 18 17:11, jojelino wrote:
> On 2013-07-18 AM 10:53, Warren Young wrote:
> >Nothing so simple.  Locking is handled at the OS and/or Cygwin DLL
> >level.  The build change between 3.7.16.2 and 3.7.17-3 is that we're now
> >relying on new features in the Cygwin DLL to do Windows-style locking by
> >default.
> >
> >Older versions of Cygwin SQLite bypassed the Cygwin DLL entirely for
> >this, going straight to the Win32 API, thereby preventing the DLL from
> >interposing itself for the "posix" case.
> >
> Mandatory locking feature of cygwin used in sqlite is broken.

Simple testcase in plain C?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
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

