From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 09:54:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ADCF106566C for ; Wed, 1 Jul 2009 09:54:07 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id D1F478FC18 for ; Wed, 1 Jul 2009 09:54:06 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.42,322,1243807200"; d="scan'208";a="7268886" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 01 Jul 2009 11:54:05 +0200 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id 5ABCF1B0741; Wed, 1 Jul 2009 11:54:05 +0200 (CEST) Date: Wed, 01 Jul 2009 11:54:05 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: "Paul B. Mahol" Message-ID: In-Reply-To: <3a142e750907010212t61001359md700e573147ea00b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: strange ee behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 09:54:07 -0000 oh. i see. is this hard to fix? maybe a problem report would be useful? cheers. Paul B. Mahol schrieb am 2009-07-01: > On 7/1/09, Paul B. Mahol wrote: > > On 7/1/09, Alexander Best wrote: > >> i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when > >> i run > >> ee > >> in > >> the debugger and open another xterm the debugger says "Program > >> exited > >> normally.". so it's not a program crash i guess. > >> Paul B. Mahol schrieb am 2009-07-01: > >>> On 6/30/09, Alexander Best > >>> wrote: > >>> > hi there, > >>> > i'm experiencing this strange `ee` behaviour lately. when i > >>> > open > >>> > `ee` in an > >>> > xterm and open another xterm `ee` simply exits. if i try to > >>> > enter > >>> > commands > >>> > which output to sdtout/stderr like `ls` on the xterm window ee > >>> > was > >>> > running > >>> > on > >>> > the output is a mess. > >>> > i'm running r195173 (HEAD). > >>> Can't reproduce. Which X environment do you use? > > Actually I can, if I resize xterm window, ee will exit. > > You really should mentioned that you use awesome at first place. > Problems is that ee doesnt handle SIGWINCH properly. > ee on FreeBSD is linked with ncurses but new_curse.c from contrib/ee > is > only file that mentions SIGWINCH and that file is not part of > usr.bin/ee/Makefile