System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: c0620b3a372927959f9acbdf09215ddb9d79bce3
Ticket: fbd3d93d98c2601935a30e3ad1416153b149072d
Error "database is locked" seen via log callback
User & Date: anonymous 2018-07-02 08:41:29
Changes

  1. foundin changed to: "1.0.107.0"
  2. icomment:
    Reasonly, we have updated our sqlite.data.dll version to 1.0.107. and now, we are experiencing "System.Data.SQLite.SQLiteLog.LogCallback: SQLite error (5): database is locked" several times in our trace log. (we have implemented the custom trace log listener). we close the every connection after it opens. Even though above log is written, database connection is open successfully and no exception is thrown. but we would like to know the reason behind it.
    
    Further more, we added Thread.Sleep(100); before call the connection.open() method and then we did not notice above error in our trace log. It seems sqllite take some time to release the sqlite file after connection is closed ?
    
    
    Questions: 
    
    what is the reason for this error ? 
    Can we ignore this error log ?
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "b056530da4c1ea2e847ce1aba5bfde8cd4bdc9e3"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. type changed to: "Incident"