From owner-freebsd-ports@FreeBSD.ORG Tue Dec 15 22:51:30 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 941711065693 for ; Tue, 15 Dec 2009 22:51:30 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id D1E468FC1C for ; Tue, 15 Dec 2009 22:51:29 +0000 (UTC) Received: (qmail 5306 invoked from network); 15 Dec 2009 22:47:03 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.171.77) by smtp.mel.people.net.au with SMTP; 15 Dec 2009 22:47:03 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 5D7BC17169; Wed, 16 Dec 2009 09:51:26 +1100 (EST) Date: Wed, 16 Dec 2009 09:51:26 +1100 From: andrew clarke To: freebsd-ports@freebsd.org Message-ID: <20091215225126.GA30657@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: garga@FreeBSD.org Subject: editors/jed 0.99.19 freezing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 22:51:30 -0000 Hi, After upgrading to the latest version of Jed from ports, Jed is now freezing when run from sh with the -c option: $ sh -c jed loading /usr/local/lib/jed/lib/emacs.sl I had to open another terminal and kill -9 the process. $ jed --version jed version: 0.99.19/Unix Compiled with GNU C 4.2 S-Lang version: 2.2.2 jed compile-time options: +LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS +EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS +COLOR_COLUMNS +LINE_MARKS -GPM_MOUSE +IMPORT Using JED_ROOT=/usr/local/lib/jed $ uname -a FreeBSD blizzard.phoenix 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 Downgrading to jed-0.99.18_3 (but with libslang2-2.2.2 still installed) and the fault goes away. Thanks, Regards Andrew