I could not port my code quickly to Cygwin but a quick investigation shows 
me that the lock (wrFlag) is never set back to 1. Which API is supposed to 
do this ?

Right now, I have the following stack trace:

sqlite3_step
        sqlite3VbdeExec
                Cp_OP_OpenRead
                Sqlite3BtreeCursor
                        wrFlag = 0;

Any idea how my table should be unlocked ? 

Mario Hebert
Legerity



[EMAIL PROTECTED] 
06/20/2006 03:07 PM
Please respond to
sqlite-users@sqlite.org


To
sqlite-users@sqlite.org
cc

Subject
Re: [sqlite] Database locked. Any idea ?






[EMAIL PROTECTED] wrote:
> 
> Anyone has an idea of what may be wrong ? Oh yeah, I am running of my 
own 
> port using uCos and a memory database. 
> 

You say you are using a ":memory:" database and this
is happening?

Can you provide a test program running under Linux?
--
D. Richard Hipp   <[EMAIL PROTECTED]>


Reply via email to