From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 15 06:20:32 2003 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611C816A5CE for ; Mon, 15 Dec 2003 06:20:32 -0800 (PST) Received: from bigtex.jrv.org (rrcs-sw-24-73-246-106.biz.rr.com [24.73.246.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4756D43D31 for ; Mon, 15 Dec 2003 06:20:31 -0800 (PST) (envelope-from james@bigtex.jrv.org) Received: from bigtex.jrv.org (localhost [127.0.0.1]) by bigtex.jrv.org (8.12.1/8.12.1) with ESMTP id hBFEKUo8098747 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 15 Dec 2003 08:20:30 -0600 (CST) Received: (from james@localhost) by bigtex.jrv.org (8.12.1/8.12.1/Submit) id hBFEKTAe098742; Mon, 15 Dec 2003 08:20:29 -0600 (CST) Date: Mon, 15 Dec 2003 08:20:29 -0600 (CST) Message-Id: <200312151420.hBFEKTAe098742@bigtex.jrv.org> From: James Van Artsdalen To: freebsd-amd64@freebsd.org Subject: emacs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 14:20:32 -0000 Is anyone using emacs on x86-64? I did a really lame conf file for emacs 21.3 by copying the ia64 files with a couple of changes, and that didn't work. temacs crashes on the first call to Fmake_symbol () in alloc.c: Program received signal SIGBUS, Bus error. 0x00000000004e4261 in Fmake_symbol (name=6917529027648327624) at alloc.c:2544 2544 p->obarray = Qnil; Anyone already have a working config file?