From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 23 04:02:51 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 0AE33106566B for ; Fri, 23 Oct 2009 04:02:51 +0000 (UTC) (envelope-from lists@mawer.org) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id E22518FC16 for ; Fri, 23 Oct 2009 04:02:50 +0000 (UTC) Received: by pzk15 with SMTP id 15so5324060pzk.3 for ; Thu, 22 Oct 2009 21:02:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.161.3 with SMTP id j3mr1784643rve.27.1256270570433; Thu, 22 Oct 2009 21:02:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Oct 2009 15:02:50 +1100 Message-ID: From: Antony Mawer To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org 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 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 04:02:51 -0000 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... Maybe worth cc'ing ed@ to see if he has any thoughts? --Antony