From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 09:12:29 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 78D681065719 for ; Wed, 1 Jul 2009 09:12:29 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 071C88FC08 for ; Wed, 1 Jul 2009 09:12:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm18 with SMTP id 18so614542fxm.43 for ; Wed, 01 Jul 2009 02:12:28 -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 :content-transfer-encoding; bh=LDAKxUTN6VKylcq64wKdbkB/JXA7z2DYrzZNdCXyNyo=; b=Kcl2J+nMmoGMExcXn/q410Y5PDkowAxDaDsUp+cl0+iRNiv9e4CeAzm45+VtJN8Y4w xuBbVRhaGtRHdrUv3V5V/Go2avtdacwZ1k1AubplS9CTnoKoON8V8sNjypmuSj3s5R4J qZVsQhf8yvV5h+eCIs9OTO19s6YO138ST03K8= 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:content-transfer-encoding; b=MN/MCeP2zBNLf6/NPuUCGg8WkxqzEitint3Z6IDfZhxOJrIqOqS4XBZjxRJEvXab/W Aewd4PhYmv5uP14oA8YsIxN9VYtm6GKzfHkUOrK1xk2tUfe07Ui4beMqTZpEYRhA1Klt HZ7DeiKesybAVqdEjCiX3IQ6zdQz6GLjRHSQg= MIME-Version: 1.0 Received: by 10.204.66.2 with SMTP id l2mr9298085bki.177.1246439547954; Wed, 01 Jul 2009 02:12:27 -0700 (PDT) In-Reply-To: <3a142e750907010154n8b2417dw4d480876c89ddbca@mail.gmail.com> References: <3a142e750906301603i4088580djed9ce24713dfc541@mail.gmail.com> <3a142e750907010154n8b2417dw4d480876c89ddbca@mail.gmail.com> Date: Wed, 1 Jul 2009 11:12:27 +0200 Message-ID: <3a142e750907010212t61001359md700e573147ea00b@mail.gmail.com> From: "Paul B. Mahol" To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 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:12:30 -0000 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 -- Paul