Re: [sqlite] indefinite database lock

2008-12-05 Thread Ronnel P. Maglasang
D. Richard Hipp wrote: > On Dec 4, 2008, at 10:51 PM, Ronnel P. Maglasang wrote: > > >> Hi All, >> >> Has anyone encountered an indefinite database lock? >> > > Is the database on an NFS filesystem? > > > It's on a UFS filesystem. >> This is a condition where the database is in a locked

Re: [sqlite] indefinite database lock

2008-12-05 Thread D. Richard Hipp
On Dec 4, 2008, at 10:51 PM, Ronnel P. Maglasang wrote: > Hi All, > > Has anyone encountered an indefinite database lock? Is the database on an NFS filesystem? > > This is a condition where the database is in a locked > state and no process is connected to it. The database > cannot be unlocked

[sqlite] indefinite database lock

2008-12-04 Thread Ronnel P. Maglasang
Hi All, Has anyone encountered an indefinite database lock? This is a condition where the database is in a locked state and no process is connected to it. The database cannot be unlocked by any means and is no longer usable. My environment is FreeBSD 6.2, SQLite 3.3.7. Several processes are readi