phiresky / ripgrep-all

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Other
8.21k stars 177 forks source link

Error code 15: Database lock protocol error #238

Open Shooter3k opened 3 months ago

Shooter3k commented 3 months ago

What do these errors mean?

/mnt/z/./tl-tr/tl-tr.xml.zip: preprocessor command failed: '"/home/home/.cargo/bin/rga-preproc" "/mnt/z/./tl-tr/tl-tr.xml.zip"':

/mnt/z/./tl-tr/tl-tr.xml.zip adapter: zip Error: during preprocessing

Caused by: 0: run_adapter(/mnt/z/./tl-tr/tl-tr.xml.zip) 1: Rusqlite("locking protocol") 2: locking protocol 3: Error code 15: Database lock protocol error


When running rga on the specific errored file individually, it works fine. It appears this error is only encountered when running from a root folder. Perhaps threads are overlapping each other?