From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 23 09:22:08 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 7D88A106568D for ; Fri, 23 Oct 2009 09:22:08 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 127E78FC19 for ; Fri, 23 Oct 2009 09:22:07 +0000 (UTC) Received: by fxm6 with SMTP id 6so9570639fxm.43 for ; Fri, 23 Oct 2009 02:22:07 -0700 (PDT) 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 :date:message-id:subject:from:to:cc:content-type; bh=TnXNh/9xaXczdXMFuQq7uCtLmPhL3ZYLpr+0emaHBRo=; b=Q8qIdyWILdj2BvdEE4KiCAK8Q/6ms6OBjirVRCxba9M/Sr1xGSQ4K0xIylfwuaJg3v zpiDZ1AscEzgnYa9QePMNhSsXuLpuwgtQ5VaLY7I3gZjw55i56u4Rae+bPbnrEd0ZGF+ a7qMvTPSoM0xjuZN4rLCzNjv0GTq6iL2eO7KE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=h/HQXYCdoWPQdBv/ngIj77gpfHGcdVZUmw9D8iKY/nIZgLKtr47srTw0a0xVZsY+7l HgYiyWxAeSdZBmDXSkOJDrNIo5BtTKIv0dCyocUkbhRVQYYm7+vchkSckQTGrosS7GwP sZu9RljL0LGXuvQaXkekovW1z8bqxqQvJQ3GI= MIME-Version: 1.0 Received: by 10.204.34.205 with SMTP id m13mr10692977bkd.80.1256288323483; Fri, 23 Oct 2009 01:58:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Oct 2009 12:58:43 +0400 Message-ID: From: pluknet To: Antony Mawer Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Alexander Best 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 09:22:08 -0000 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. -- wbr, pluknet