Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh got stuck without any message because of history lock file
- X-seq: zsh-workers 32574
- From: Andreas <klingt.net@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh got stuck without any message because of history lock file
- Date: Thu, 24 Apr 2014 18:48:40 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=254tdYLGnt0XAURxClOVqnb11iT/6LLp92q5SQux6qg=; b=NuhdWrS08y1Q9ox2S+BDo/X/dzjpErz9isfx0UEn5Cls7lEJmF2WnQPs0PCcKAk65R Thq1dlUcePejYglxM/Iz0Q6rg6mdi5EpG1oVQimIKwhVq0jz50NDe4FYZ88Bm8zX6A9c PU1J7FpSZ3R2wSde2stC5hzct/TTBTRsmCWipMSY/iD3Ko2Y0Vs6cBlYbRleFNre9hoq IOhdeZRyqKYSxM9hf+Wh7iDsDR/ZBdZiAsQKrt6H7UsOIzNWiNjy9uJFnVorp6EIHs7u 7V2kSAqXaYjv93bADTWUIAP8rUFTNuLbC61He629Vs5iCyfZsnN0HZJ2zjqxuYkoixHp GbLQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
My zsh got stuck without any error message, because the
~/.zsh-history.LOCK file wasn't deleted after a system crash. This is a
real problem if one uses zsh as default shell and therefore can't
execute any command. Luckily i was able to open a bash terminal and used
strace to determine why zsh doesn't respond.
Please add an error message or prompt the user, if the lock should be
deleted.
I'm using zsh "5.0.5 (x86_64-unknown-linux-gnu)" on Arch Linux with
Kernel 3.14.1-1-ARCH x86_64.
Andreas Linz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author