Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: BUG REPORT



ZheNing Hu wrote on Mon, Mar 01, 2021 at 17:43:00 +0800:
> Hi,
> 
> When I use my own webServer, client may send some [CR] or [LF]
> or '\0' to the webServer, and after I closing my webServer,
> I find zsh get a Error here:
> "Error: near line 584: database is locked"
> I don't think it's my own webServer's or vscode's bug,so
> The most likely situation is that zsh does not process certain
> characters. And it may be related to zsh history because it involve
>  the database?
> 
> I don't know the reason for this, thanks for any comments.

"database is locked" happens to be the error message for the sqlite3
error code SQLITE_BUSY.  Perhaps that's what you're seeing.

I don't think the error is related to zsh in any way.




Messages sorted by: Reverse Date, Date, Thread, Author