Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug: ZSH crashes upon receiving SIGINT
- X-seq: zsh-workers 34702
- From: John <da_audiophile@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Bug: ZSH crashes upon receiving SIGINT
- Date: Wed, 11 Mar 2015 23:23:54 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1426116235; bh=+iOoroL0ZaWCLK+XZglWgo7qSTqufkQSbsxswwfseuw=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=Av+m5aWb5gFOj8VDRxQqpPJpzurIV2XQNsUVV9qs7JLJ9S+yVNF7W7n9hiAtsIJg4rbCnG+F22XpvoSgyELzDxWYMc4zSR5riQB3acfCSDEIMDOK/OWtiJEOajwQnAd5i5Or/Ay6O4hc/f5vjDTC4SH7dqj1/u5D5BFCFvQJQN/TmVkUjMjUj/jtaMFsGMXSu7muOrWLTppW+qSQ6HWRzrorcXBSSbAseN/EnBbseP0f4+8bWR1d01u9zH4VmzDvx0UMQhEfYVN3kPSusXuPXuzHXhm+TKl3oe4lFGyZL9Iw9AtYmcjUhDd1I61tpaLCsXScaDf0qPr75L4DMoHD7A==
- In-reply-to: <20150311200938.08b676bc@ntlworld.com>
- 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
- References: <20150311200938.08b676bc@ntlworld.com>
- Reply-to: John <da_audiophile@xxxxxxxxx>
It seems OK.
% zmodload zsh/parameter
print $options[MONITOR]
on
% sudo arch-chroot /mnt/mini /bin/zsh# << this is in the chroot >>
# << here I now hit ctrl+c and the bug happens >>
# umount: /mnt/mini/dev/pts: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
umount: /mnt/mini/dev: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
> As an easy check of the shell setup, could you run
>
> zmodload zsh/parameter
> print $options[MONITOR]
>
> in the problem case to see if job control has initialised properly?
>
> pws
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author