From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 23 12:00:52 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 625DB1065670 for ; Fri, 23 Oct 2009 12:00:52 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout1.freenet.de (mout1.freenet.de [IPv6:2001:748:100:40::2:3]) by mx1.freebsd.org (Postfix) with ESMTP id EDA648FC12 for ; Fri, 23 Oct 2009 12:00:51 +0000 (UTC) Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout1.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1N1Ip8-0002Vm-RN for freebsd-hackers@freebsd.org; Fri, 23 Oct 2009 14:00:50 +0200 Received: from t9911.t.pppool.de ([89.55.153.17]:51595 helo=ernst.jennejohn.org) by 12.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1N1Ip8-0002q7-Jo for freebsd-hackers@freebsd.org; Fri, 23 Oct 2009 14:00:50 +0200 Date: Fri, 23 Oct 2009 14:00:49 +0200 From: Gary Jennejohn To: freebsd-hackers@freebsd.org Message-ID: <20091023140049.110d0562@ernst.jennejohn.org> In-Reply-To: <20091023135024.377bcfa6@ernst.jennejohn.org> References: <20091023135024.377bcfa6@ernst.jennejohn.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: help needed to fix contrib/ee crash/exit when receiving SIGWINCH X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 12:00:52 -0000 On Fri, 23 Oct 2009 13:50:24 +0200 Gary Jennejohn wrote: > On Fri, 23 Oct 2009 12:58:43 +0400 > pluknet wrote: > > > 2009/10/23 Antony Mawer : > > > On Fri, Oct 23, 2009 at 1:35 PM, Alexander Best > > > wrote: > > >> hi everyone, > > >> > > >> together with hugh mahon (the author of ee) i've been trying to fix a nasty > > >> bug in ee. for some reason ee exits (not crashes) and leaves the console > > >> corrupted when receiving SIGWINCH (`killall -SIGWINCH ee` should exit all > > >> running ee instances). > > > > > > I noticed this the other day when working on a new 8.0-RC1 system... > > > in my case I was using putty (Windows ssh client) to access the system > > > and maximised the window I had ee running in, and noticed ee just > > > dumped me straight to the prompt. > > > > > > I am wondering if this has anything to do with the new tty subsystem > > > in 8.0, as this wasn't a problem I've experienced before under 7.x... > > > > > > > No, that's a regression appeared in (FreeBSD'ish? version of) ee 1.5.0. > > > > SIGWINCH is handled in new_curse.c, but it's not being compiled/linked. > Never mind - I see that new_curse.c is supposed to be a substitute for ncurses if it's not available on the system. Sorry for the noise. --- Gary Jennejohn