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
>> 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 reading/writing data to the database. This appears to be
>> intermittent. I'm still figuring out how to replicate it.
>>
>> Is this a known bug in 3.3.7?
>>
>> Thanks
>> ___
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> 
>
> D. Richard Hipp
> [EMAIL PROTECTED]
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>   

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 by any means and is no longer usable.
>
> My environment is FreeBSD 6.2, SQLite 3.3.7. Several processes
> are reading/writing data to the database. This appears to be
> intermittent. I'm still figuring out how to replicate it.
>
> Is this a known bug in 3.3.7?
>
> Thanks
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

D. Richard Hipp
[EMAIL PROTECTED]



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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 reading/writing data to the database. This appears to be
intermittent. I'm still figuring out how to replicate it.

Is this a known bug in 3.3.7?

Thanks
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users