Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-4.3.1[45] problem on FreeBSD
- X-seq: zsh-workers 30068
- From: "Herbert J. Skuhra" <hskuhra@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh-4.3.1[45] problem on FreeBSD
- Date: Tue, 27 Dec 2011 21:38:58 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= date:message-id:from:to:subject:in-reply-to:references :mime-version:content-type; s=mesmtp; bh=FN5HyueXqwCNT3fO1CEGxTz XTwI=; b=obQiGuOJEy2ZsWlzKdy7IRy38l0U1KLo8pUzJMRlJsxNlToWjUY0dwD vlbox+ozqBHZmS5yCYIuYLyFcSj5H/5RPHHhRR9tTo4DM5xV1Kkzhc6XcwLOBOIz QrA1BDFByIq856TwUggVZ0M3a5eNPCd6lq6ogYnGq5tC1VAUfgsk=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:message-id:from:to:subject :in-reply-to:references:mime-version:content-type; s=smtpout; bh=FN5HyueXqwCNT3fO1CEGxTzXTwI=; b=hs9uOvicVoXXKHgZyvq4/fY0JAEE +D5W3RZHj86b8J2NolwY+ohYioFA43XF/eyEXaIiVD0483wBmyaMyIUoTADTn/sd +Y6R3Idzp22NOwcSuC9R/Saiapis3acwn6Ln/EUIkmcAJP69GHN9qIzAVauX5JC/ GQvx9ule7afhM+U=
- In-reply-to: <111226183140.ZM23495@torch.brasslantern.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: <1324929718.26691.140661016136941@webmail.messagingengine.com> <111226183140.ZM23495@torch.brasslantern.com>
On Mon, 26 Dec 2011 18:31:40 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
% ./configure
[...]
checking for conflicts in sys/time.h and sys/select.h... no
checking TIOCGWINSZ in termios.h... yes
checking for streams headers including struct winsize... no
checking for printf in -lc... yes
[...]
> Staring at the code in adjustwinsize() makes me suspect the SIGWINCH,
> as improbable as that seems.
>
> Can you reproduce this with "zsh -f"?
Yes.
> If not, what are the values of your PS1 and RPS1 parameters?
(PS1 is %m%# and RPS1 is unset)
Thanks.
--
Herbert
Messages sorted by:
Reverse Date,
Date,
Thread,
Author