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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=fb7RClHB4JCSoK/rN8i6rQFxSPGViE
	+a8g+103NV3ChuJulFYrKBb2W4jYaCewJ7QsUCsHi9+wnrnMblbGz62Tp43QLP2j
	79+Gx9mPDZLnGhc1Wmd4e5GVWDXKvKHQFIpnNLuzKbk8P7VU6AlPqWEHEX2+ANip
	gv8h2xv6SZyK8=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=LmhGPdciyxqViUVGjC71ZYMhzYw=; b=r49j
	ufgCDNG6hadKPOR02n2+xRROPpfE+roKLIaFMqTpUPp3mHuPNJBiVWiEW3/mZQmb
	tUNL90gaUY+WlGU7euMkq6Y1sv74LAIPmzKO+NNWXuzviT46DKH8tzWzci5njomR
	qxkF4h4D6bBVceNRIS1iF9umJ0M+mQ361o1Rn3c=
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=1.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_NUMERIC_HELO,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1
To: cygwin@cygwin.com
From: jojelino <jojelino@gmail.com>
Subject: Re: sqlite defect
Date: Fri, 19 Jul 2013 21:36:07 +0900
Lines: 17
Message-ID: <ksbbrk$ts4$1@ger.gmane.org>
References: <trinity-1068d666-3dec-43c9-8453-39c7cae3a94c-1374102947415@3capp-gmx-bs33> <51E74AB4.7010508@etr-usa.com> <ks87ur$nle$1@ger.gmane.org> <20130718085953.GC9628@calimero.vinschen.de> <ksa6bs$ac9$1@ger.gmane.org> <20130719100329.GC20871@calimero.vinschen.de> <20130719100809.GD20871@calimero.vinschen.de> <ksb4cn$cp8$1@ger.gmane.org> <20130719113009.GE20871@calimero.vinschen.de> <ksb9be$2ss$1@ger.gmane.org> <20130719120242.GH20871@calimero.vinschen.de> <ksba88$bvs$1@ger.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:25.0) Gecko/20100101 Thunderbird/25.0a1
In-Reply-To: <ksba88$bvs$1@ger.gmane.org>

On 2013-07-19 PM 9:08, jojelino wrote:
> On 2013-07-19 PM 9:02, Corinna Vinschen wrote:
>> There *is* a workaround:
>>
>>    export CYGWIN_SQLITE_LOCKING=posix
>>
>> See http://cygwin.com/ml/cygwin-announce/2013-06/msg00014.html
>>
> It's very good workaround instead of rebuild sqlite3. thanks for the point.
Also, I commented out F_LCK_MANDATORY in fcntl.h to keep from 
confronting the disastrous situation introduced by this experimental 
feature. I expect it would save many hours instead of digging into 
unmaintained source codes. especially for projects that uses the sort of 
autotools which just checks the existence of F_LCK_MANDATORY macro. and 
is optimistic about the experimental feature.
-- 
Regards.


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

