Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh seg fault when TERM = linux
- X-seq: zsh-workers 26923
- From: Murilo Opsfelder Araújo <mopsfelder@xxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: zsh seg fault when TERM = linux
- Date: Mon, 4 May 2009 12:58:10 -0300
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LyDU+ApLN7JHeahoWhx/Vwa6ZVthDK9/Z+Dxc44gSwg=; b=DlADWlSCveIHFUFPS0EldQVzMk0UT1LR2swXO2xdgD/HfVvT0iJ9IYMEVeqvS2DDuV A4ODwPx6G2KU6zqr2Ec/eH22OCwPM77YSgEiiuDlFm36wH79e2rK8Aa8pWHFH0w3DHZo DpizXUs/PiOi5QAMFHtRKi8XMD2l6wZK57xFI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=gS1o0WvhLtioLiIgY7xkrpdABfB65XLTXWuhi8Nm65dlNY4khgzfgt2EC2gY3VKmqC 4epDApeH8tlMgdzZDjKyS6wMGiRJQ7WezvutLev4Q/8bAcxk0Gh4ODPL4t4iWJtmcbCl gz2FDlhTPLfR4V1MaN9284K0Dubqlce6QwK8E=
- In-reply-to: <200905010918.n419IS87031648@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <e17dc37a0904300535q4ff7b681w76a2d63f7b8a1146@xxxxxxxxxxxxxx> <200904301354.n3UDsoNM021549@xxxxxxxxxxxxxx> <e17dc37a0904301422h5e1445c2l34c26e28218e7f4e@xxxxxxxxxxxxxx> <200905010918.n419IS87031648@xxxxxxxxxxxxxx>
On Fri, May 1, 2009 at 6:18 AM, Peter Stephenson <pws@xxxxxxx> wrote:
> =?ISO-8859-1?Q?Murilo_Opsfelder_Ara=FAjo?= wrote:
>> How can I see in zsh of server side if TGETENT_ACCEPTS_NULL is set?
>
> This would only be in the directory where zsh was originally compiled,
> if you don't have that you can't tell.
On the server, I unpacked the zsh 4.3.9 and applied all FreeBSD
patches made by ports. After that I greped for TGETENT_ACCPETS_NULL.
See:
server$ cd /usr/ports/shells/zsh
server$ make patch
server$ cd work/zsh-4.3.9
server$ grep -r 'TGETENT_ACCEPTS_NULL' ./
./config.h.in:#undef TGETENT_ACCEPTS_NULL
./Src/init.c:#ifndef TGETENT_ACCEPTS_NULL
./Src/init.c:#ifdef TGETENT_ACCEPTS_NULL
./configure.ac:AH_TEMPLATE([TGETENT_ACCEPTS_NULL],
./configure.ac: AC_DEFINE(TGETENT_ACCEPTS_NULL)
./configure:#define TGETENT_ACCEPTS_NULL 1
I think these are the options zsh was installed on server. If you need
the options zsh port was compiled, it will take me more time. I have
no root acces on the server.
>> On the server side (where zsh crashes) there is no command 'infocmp'.
>> The server is running FreeBSD.
>
> So this appears to be something to do with the response of FreeBSD to
> being given a TERM setting of "linux"; can you reproduce this by setting
> TERM to linux locally on the server?
I set TERM to 'linux' on the server before calling 'zsh'. All seems
ok. May be a problem with ssh connection.
If you need more, please, let me know.
Thanks.
--
Murilo Opsfelder Araujo
mopsfelder@xxxxxxxxx
{murilo,panda}@bsd.com.br
BSD will never die.
"Tempo difícil esse em que estamos, em que é mais fácil quebrar um
átomo do que um preconceito." - Albert Einstein
Messages sorted by:
Reverse Date,
Date,
Thread,
Author