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
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 mails | Author | Date |
|---|---|---|
| Kimo | Apr 1, 19:22 | |
| Jens Alfke | Apr 1, 19:45 | |
| Bill | Apr 1, 21:06 | |
| Jens Alfke | Apr 2, 01:40 |






Cocoa mail archive

