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: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 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.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 AT cygwin DOT com From: jojelino Subject: Re: sqlite defect Date: Fri, 19 Jul 2013 21:36:07 +0900 Lines: 17 Message-ID: References: <51E74AB4 DOT 7010508 AT etr-usa DOT com> <20130718085953 DOT GC9628 AT calimero DOT vinschen DOT de> <20130719100329 DOT GC20871 AT calimero DOT vinschen DOT de> <20130719100809 DOT GD20871 AT calimero DOT vinschen DOT de> <20130719113009 DOT GE20871 AT calimero DOT vinschen DOT de> <20130719120242 DOT GH20871 AT calimero DOT vinschen DOT de> 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: 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