From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11650 invoked by alias); 11 Mar 2015 23:29:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34702 Received: (qmail 18497 invoked from network); 11 Mar 2015 23:29:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 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== X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 370217.44250.bm@omp1057.mail.bf1.yahoo.com X-YMail-OSG: rM3smMEVM1m3tmE41tQN1Zwu1mUBlnWc95LziMsvpHcAw183n4kIlu7uNYuHSnE iyRB7shSUrJjJErd0yqYwRKZ0LtYLzg12HwviUq.0CC9pLfgwkYf0uvu1QLxKWNC3JeYTPPty5j3 cB5Bs6.sHndod23K4jYP.I90CqmlAWi2lbLXqVLJiGuvKO2mfvPYEaGmhdXr53XzNSJZfecxk989 U4hZ7tbVqhNWGTnqTgg.YKttWKh6RBhk5D2pvOtuvM82dBAvmghYnN4UwPWe0bKpNI0GSw8K23Go hH_Bnd6CFN77NjG3ExyXxXsBy0K_cB0HebHiQWoGqmh.n61KupVAthp1_QMQULQAjoGElFFF6GaH wlYkt_kx.Q_LgWwn2xjz46YUf2C.vNuxD5nTfi2evAc4.BCoJihsKyvGiyW7Nl7mHKse7wg.51ek MMUMdw3rRLHavU0eX7wmWt2CtM9fUPPD9M2bXNzFNkQjCBAH.84dFkaHEaaKRgk9XqGBFK7UnqIB OyakuPQ8rADWh Date: Wed, 11 Mar 2015 23:23:54 +0000 (UTC) From: John Reply-To: John To: Peter Stephenson , "zsh-workers@zsh.org" Message-ID: <1582769146.4284024.1426116234620.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <20150311200938.08b676bc@ntlworld.com> References: <20150311200938.08b676bc@ntlworld.com> Subject: Re: Bug: ZSH crashes upon receiving SIGINT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 >