From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mirian Crzig Lennox Newsgroups: gmane.emacs.devel Subject: (standard-syntax-table) segfault on FreeBSD Date: Mon, 13 Jan 2003 16:07:02 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030113160702.A5087@cosmic.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042491814 31975 80.91.224.249 (13 Jan 2003 21:03:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 13 Jan 2003 21:03:34 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18YBk5-0008Jb-00 for ; Mon, 13 Jan 2003 22:03:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18YBrj-0004XR-00 for ; Mon, 13 Jan 2003 22:11:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YBkr-0008DK-04 for emacs-devel@quimby.gnus.org; Mon, 13 Jan 2003 16:04:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18YBkX-00085Q-00 for emacs-devel@gnu.org; Mon, 13 Jan 2003 16:04:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18YBkP-0007fW-00 for emacs-devel@gnu.org; Mon, 13 Jan 2003 16:03:55 -0500 Original-Received: from trantor.cosmic.com ([66.92.65.5] helo=cosmic.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18YBkN-0007UL-00 for emacs-devel@gnu.org; Mon, 13 Jan 2003 16:03:51 -0500 Original-Received: (from mirian@localhost) by cosmic.com (8.11.2/8.9.3) id h0DL72505236 for emacs-devel@gnu.org; Mon, 13 Jan 2003 16:07:02 -0500 Original-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10711 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10711 Has anyone else seen this? I am running a stock emacs-21.2 on FreeBSD. When I evaluate (standard-syntax-table) in the *scratch* buffer, Emacs will print it but crashes with a signal 11 almost immediately afterwards. Giving the -q option to avoid reading my .emacs file has no effect on the problem. This problem seems to be peculiar to FreeBSD. When I try the same thing on the same source version of Emacs running on Debian GNU/Linux, I do not see this crash. --Mirian