Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG REPORT
- X-seq: zsh-workers 48129
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: ZheNing Hu <adlternative@xxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: BUG REPORT
- Date: Mon, 1 Mar 2021 15:27:35 +0000
- Archived-at: <https://zsh.org/workers/48129>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/20210301152735.GB18578%40tarpaulin.shahaf.local2>
- In-reply-to: <CAOLTT8TB3bydhRT+gAj0n72Hz312=oJFBCW6vjWWUZ+1X+kr=A@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAOLTT8TB3bydhRT+gAj0n72Hz312=oJFBCW6vjWWUZ+1X+kr=A@mail.gmail.com>
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