From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19244 invoked by alias); 16 Aug 2012 07:41:41 -0000 Received: (qmail 19075 invoked by uid 22791); 16 Aug 2012 07:41:40 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Aug 2012 07:41:26 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T1uhk-0001FB-Ar for cygwin@cygwin.com; Thu, 16 Aug 2012 09:41:20 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Aug 2012 09:41:20 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Aug 2012 09:41:20 +0200 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: Promote sqlite 3.7.13-1 from test status? (was: Updated: sqlite3-3.7.13-1) Date: Thu, 16 Aug 2012 09:01:00 -0000 Message-ID: References: <502C0B7D.10909@etr-usa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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-08/txt/msg00362.txt.bz2 Warren Young etr-usa.com> writes: > I haven't heard peep one from either side about this release on this > list. (For contrast, I've gotten several positive responses in my > answer to the question about this on Stack Overflow[1].) Sorry, I've been swamped with other stuff... > Silence = happiness, then? :) The original bug is back, although it behaves even more wierd than before. The error now happens _only_ when run as normal user _and_ not under strace or gdb. $ sqlite3 SQLite version 3.7.13 2012-06-11 02:05:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> CREATE TEMP TABLE two (id INTEGER NOT NULL, name CHAR(64) NOT NULL ); Error: unable to open database file sqlite> Since I can't reproduce the problem in the debugger anymore, it will be difficult to impossible to find out what's causing this (at least for me). Just like the problem with TortoiseSVN these are indications IMHO that there's a race somewhere between calls from the Cygwin DLL and Windows file locking functions. I can't rule out BLODA either. So please go ahead and make this version current as it seems to cause less problems given the widespread use of TortoiseSVN. I'll see to either run the failing application with elevated privileges or install a local patch to sqlite3. Thanks for your patience on that matter. Regards, Achim. -- 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