Skip navigation.
 
mlRe: ERROR: __CFURLCache::StepSQLStatement
FROM : Jens Alfke
DATE : Wed Apr 02 01:40:46 2008

On 1 Apr '08, at 12:06 PM, Bill wrote:

> Is my app causing it to happen?  If so, should I try and correct 
> it?  Or can I safely ignore it?


IIRC, sqlite error 5 means the database is locked. I think the only 
way that could happen is if you have multiple copies of your app/
process running at the same time, and one of them is hung or stopped 
at a breakpoint or something.

If that's not the case, this is probably nothing your app is doing.

—Jens

Related mailsAuthorDate
mlERROR: __CFURLCache::StepSQLStatement Kimo Apr 1, 19:22
mlRe: ERROR: __CFURLCache::StepSQLStatement Jens Alfke Apr 1, 19:45
mlRe: ERROR: __CFURLCache::StepSQLStatement Bill Apr 1, 21:06
mlRe: ERROR: __CFURLCache::StepSQLStatement Jens Alfke Apr 2, 01:40