From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7966 invoked by alias); 27 Dec 2011 02:32:18 -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: 30063 Received: (qmail 454 invoked from network); 27 Dec 2011 02:32:06 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <111226183140.ZM23495@torch.brasslantern.com> Date: Mon, 26 Dec 2011 18:31:40 -0800 In-reply-to: <1324929718.26691.140661016136941@webmail.messagingengine.com> Comments: In reply to "Herbert J. Skuhra" "zsh-4.3.1[45] problem on FreeBSD" (Dec 26, 9:01pm) References: <1324929718.26691.140661016136941@webmail.messagingengine.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: zsh-4.3.1[45] problem on FreeBSD MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 26, 9:01pm, Herbert J. Skuhra wrote: } } 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. Hrm. This must have something to do with TIOCGWINSZ not being defined on that platform and something causing re-entry into adjustwinsize(), but I don't have a FreeBSD system to test on and I can't tell whether it's a recursive call or simply that we've created an infinite series of SIGWINCH somehow. Staring at the code in adjustwinsize() makes me suspect the SIGWINCH, as improbable as that seems. Can you reproduce this with "zsh -f"? If not, what are the values of your PS1 and RPS1 parameters?