X-Recipient: archive-cygwin AT delorie DOT 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=uS4drHBwoeIVO/SiaVuDRtvB8U9ST+UGWBPUVgmq8Yq1H7ChI1Gxe hWjyUbfld7GUd84dZWH3m3J6j0zf7rVDyvyydYHLf/V/ZJUR239tr3TY5ilOBHlZ uygONV+uEu95d36n7eyI/QJLbuaxrUNbCuAwkvTP7E9S3m32hQanxQ= 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=oUuJP+uMFb2OJedtGLtDsGpEVm8=; b=eYeWguFwIVlBDJ59Jg3BiZ/CFh7I cAIo/ae5lQg2M0YosgLAksk06qCFks04UYR4E7JFBcEnQ+g3nsGl8tbncq1FQQm7 xwAJfz2wPLSrkQTgyOytJD1mnY6GhZljC2vw2tgJAQMG33lubLaK0QdGgHKgaIwn arZrcHFgY0SonV0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,TW_FC autolearn=ham version=3.3.1 Date: Tue, 4 Jun 2013 10:48:15 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: sqlite3: bug with monotone Message-ID: <20130604084815.GD19572@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <51A6B6EB DOT 6050309 AT users DOT sourceforge DOT net> <51A7862F DOT 1070507 AT etr-usa DOT com> <51A7D47E DOT 3050502 AT users DOT sourceforge DOT net> <51A7F547 DOT 6020509 AT etr-usa DOT com> <20130531092228 DOT GB30659 AT calimero DOT vinschen DOT de> <51A900EF DOT 2020606 AT etr-usa DOT com> <20130601105741 DOT GC30659 AT calimero DOT vinschen DOT de> <20130602103125 DOT GE13934 AT calimero DOT vinschen DOT de> <51ACD415 DOT 2090709 AT etr-usa DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51ACD415.2090709@etr-usa.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 3 11:36, Warren Young wrote: > On 6/2/2013 04:31, Corinna Vinschen wrote: > >I dropped the F_MDLCK idea. Instead I implemented a specific fcntl code > >to switch to mandatory locking on a file descriptor: > > > > fcntl (fd, F_LCK_MANDATORY, 1); > > Could you add an O_MAND open(2) option as well to turn on the same > feature? This will avoid a race condition. If you call F_LCK_MANDATORY right after open in the opening routine, there won't be (much of) a race. I know what you mean (it's the O_CLOEXEC dilemma) but is it really that important in terms of locking? > As I see it, the test will proceed in several stages: > > 0. I patch SQLite and run it against both .18 and your snapshot, and > strace it to verify that fcntl(fd, 0x99, 1) is called and returns 0 > with the snapshot and returns -1 with errno == EINVAL for .18. Both > count as "success" so we don't have to require .19. > > 1. I upload it, and Achim and Yaakov try it and see if this new > build satisfies their use cases. Well, we will have more than one round of testing, apparently...(*) Corinna (*) http://cygwin.com/ml/cygwin/2013-06/msg00042.html -- 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