From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 27 02:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 22A4F5CA for ; Sat, 27 Apr 2013 02:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E3BC7171F for ; Sat, 27 Apr 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3R2013b045989 for ; Sat, 27 Apr 2013 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3R201Sg045988; Sat, 27 Apr 2013 02:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 27 Apr 2013 02:00:01 GMT Resent-Message-Id: <201304270200.r3R201Sg045988@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Grant Watson Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CDCED424 for ; Sat, 27 Apr 2013 01:52:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BF60E1700 for ; Sat, 27 Apr 2013 01:52:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3R1qonZ082335 for ; Sat, 27 Apr 2013 01:52:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3R1qotW082334; Sat, 27 Apr 2013 01:52:50 GMT (envelope-from nobody) Message-Id: <201304270152.r3R1qotW082334@red.freebsd.org> Date: Sat, 27 Apr 2013 01:52:50 GMT From: Grant Watson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178194: termit dies when running /bin/sh without a menu bar or scroll bar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 02:00:02 -0000 >Number: 178194 >Category: ports >Synopsis: termit dies when running /bin/sh without a menu bar or scroll bar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 27 02:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Grant Watson >Release: 9.1-release >Organization: >Environment: FreeBSD awesome-bsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm having an odd issue with termit, an X terminal program. In the default configuration it runs fine; when I try to disable the menu bar or the scroll bar or both, running /bin/sh causes termit to immediately exit. Running "termit -e /bin/csh" works fine, as do bash and zsh; the problem seems to be peculiar to termit and sh. termit doesn't print anything to stdout or stderr, it doesn't dump core, and it doesn't exit with a nonzero exit status. The terminal window simply flashes open and closed. As best I can tell no shell prompt is displayed. I'm running FreeBSD 9.1-release under VirtualBox, and the problem occurs when using 9.1-release packages and when using 9-stable packages. wblock on the FreeBSD forums was able to reproduce the problem and told me to enter a PR. >How-To-Repeat: Install termit and paste the following into ~/.config/termit/rc.lua: defaults = { showScrollbar = false, hideMenubar = true } setOptions(defaults) Then run "termit -e /bin/sh". >Fix: >Release-Note: >Audit-Trail: >Unformatted: