From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7061 invoked by alias); 3 Oct 2014 07:52:05 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19205 Received: (qmail 22818 invoked from network); 3 Oct 2014 07:52:01 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Yandex-Uniq: 8c63f659-8a94-4651-9a94-36077e48563f From: "Vadim A. Misbakh-Soloviov" To: Zsh-Users List Subject: freezing bug in 5.0.6? Date: Fri, 03 Oct 2014 14:44:30 +0700 Message-ID: <2866935.K4qTiKRXRF@note> User-Agent: KMail/4.14 (Linux/3.16.2-hardened-r1-note; KDE/4.14.0; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5106620.7a283CBBsR"; micalg="pgp-sha1"; protocol="application/pgp-signature" --nextPart5106620.7a283CBBsR Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Hi there! I'm using SHARE_HISTORY option. After recent upgrade to 5.0.6 (means, all was okay before it) few days = ago,=20 I've got a strange bug: sometimes new sessions freezes on zsh start. When I start debugging and run > strace -eopen,stat,access -ff zsh I found that it freezes on=20 > open("/home/mva/.zhistory", O_RDWR|O_NOCTTY|O_LARGEFILE) =3D 3 (which is prety plain file on the local fs, not a symlink and so on). Further debugging revealed that fact, that it is same behaviour on all = of my=20 mchines (>40), which makes me think it is 100% zsh's issue. Also, I debugged that if I press ^C and ^Z (send sigint and sigstp=20 respectivey) many times (~36-40) =E2=80=94 then zsh throw: > zsh: locking failed for /home/mva/.zhistory: interrupt and loads just fine. Removing .zhistory before running zsh helps just once (until zsh I run = created=20 it again). So, I just wondered if it is fixed in 5.0.7 trial and if it is a way to= =20 disable zhistory locking (since it anyway interfers with access rights = in=20 another condition, unrelated to this issue) =2D-=20 Best regards, mva --nextPart5106620.7a283CBBsR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABAgAGBQJULlPeAAoJECZQPTSbOzNL1ewP/3uVFhSWq4znP4/x5attfT5b /Muvv/fRGKkk06c6Rg1Guh/7EAx7gE5WKUgOhpYeDU3t4X/wGawhAqvNn0OITSA7 lZxAd71/XU1jm3JASN/Ss7Ty+vIujqpc8iovfUg025hNm0v4RRHp84jh3KULp9HP KWiq+6RXuZwq2//aWWsVIwCxCeC5wlKFtHp1mPqINkVOFvucCh80B+i00kSF2EaD 1DodE6CQgWinDB6ptSPceYIAvBSOKXpxdYoFx6A5FJc3laEQeacTt0ofumsB0Oe/ f4UZ/+gLZH1XF6a9ReKj9OjOACFZVM0Q00fpkkFrCuTWlUFJRGwIPdKmzaiYC9LW 9SXq9ME9mGIxhYbz5DBbvApN3pVeuV2yO1DINgAZejqDLiK1+AW/IhG2uqhZdmix nQ0RFLoL6QUmZVOifc8Wck0utNeDRQlbIigkMTPLfOm75coixnZRbRotuELQCDO4 zFMKxxfrbKgM6ttv7Kn3yb7moAIMCl9xKYh+fZ1EmIA026P1uJ+2MXfvnZVFTua3 ooOGapt3O5l5hl2KFBIVlz17x5O+R9V00wsSIzR5l7naUh0apzBS4Wty7wLz+5qk BQVlss9MBdTxbIqTox26jAXlfNWq+mWt4/Wqoc5vUHcwq7uZ0an7tQknltlBKfYU 4lt/3pWJT9ywQ17wNX7c =9cpG -----END PGP SIGNATURE----- --nextPart5106620.7a283CBBsR--