From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16436 invoked by alias); 26 Dec 2011 20:12:11 -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: 30059 Received: (qmail 8391 invoked from network); 26 Dec 2011 20:11:59 -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.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.26 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date; s=mesmtp; bh=MMLyJ96O8cW8wWC06U8esEk XFRQ=; b=RUSqRKQAJR19jTPv4T+m8874SmqByyOfj0916GRZBZ6zBKoqxp/1bxc /GQNtGHZpWoMgi7m0eWJvHUJsHg11GU9uRC8Dn10yMwnIi+M2S9opaMDLo83G8nY ih2WoZsjWJCPgVh2C3KGyLcFjb/liCkZzGKskUj/4lORDJXSpKlM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=MMLyJ96O8cW8wWC06U8esEkXFRQ=; b=nQP0a/ZRM588fY8eXgajYgAqhR8Z bXGXjrk7by0UwlzH/BaPCCct4vno6QPeJHc9vbF6nAfDvkh/XLeaZKmKwt+IBRBt 0oVqh+daxjBq2iKUPpx2N+XsbF5XlhhvZSjvRgfW4ohEJXnelJVhirooBg53tnqb BnfzTKx22BfaWjc= Message-Id: <1324929718.26691.140661016136941@webmail.messagingengine.com> X-Sasl-Enc: Cy1HcCSBE/rwYMQL/pOfgPtQhFq1lUVBWfPH8P239NfB 1324929718 From: "Herbert J. Skuhra" To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Mailer: MessagingEngine.com Webmail Interface Subject: zsh-4.3.1[45] problem on FreeBSD Date: Mon, 26 Dec 2011 21:01:58 +0100 Hi, after upgrading zsh from version 4.3.12 to 4.3.14 (and later 4.3.15) I have a strange problem on FreeBSD 9.0-PRELEASE (i386). When I launch xterm/sakura/urxvt instead of the shell prompt I only see the cursor. 96450 herbert 1 89 0 11452K 2888K RUN 0:49 59.96% zsh 96448 herbert 1 52 0 14372K 5944K select 0:35 40.97% xterm Ktrace shows an endless loop of: 96228 xterm RET read 4096/0x1000 96228 xterm CALL select(0x5,0x809f900,0x809f880,0,0x809f878) 96228 xterm RET select 1 96228 xterm CALL sched_yield 96228 xterm RET sched_yield 0 96228 xterm CALL read(0x3,0x288ac018,0x1000) 96228 xterm RET read -1 errno 35 Resource temporarily unavailable 96228 xterm CALL read(0x3,0x288ac018,0x1000) 96228 xterm RET read -1 errno 35 Resource temporarily unavailable 96228 xterm CALL read(0x3,0x288ac018,0x1000) 96228 xterm RET read -1 errno 35 Resource temporarily unavailable 96228 xterm CALL poll(0x2886c648,0x1,0) 96228 xterm RET poll 0 96228 xterm CALL select(0x5,0x809f900,0x809f880,0,0) 96228 xterm RET select 1 96228 xterm CALL read(0x3,0x288ac018,0x1000) 96228 xterm RET read -1 errno 35 Resource temporarily unavailable 96228 xterm CALL read(0x3,0x288ac018,0x1000) 96228 xterm RET read -1 errno 35 Resource temporarily unavailable 96228 xterm CALL poll(0x2886c648,0x1,0) 96228 xterm RET poll 0 96228 xterm CALL read(0x4,0x28aa101c,0x1000) 96228 xterm GIO fd 4 read 3716 bytes 0x0000 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b |[A.[A.[A.[A.[A.[A.[A.[A.| 0x0018 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b |[A.[A.[A.[A.[A.[A.[A.[A.| 0x0030 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b |[A.[A.[A.[A.[A.[A.[A.[A.| 0x0048 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b |[A.[A.[A.[A.[A.[A.[A.[A.| 0x0060 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b 5b41 1b5b 411b |[A.[A.[A.[A.[A.[A.[A.[A.| [snip] -- Herbert