From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: (standard-syntax-table) segfault on FreeBSD Date: 17 Jan 2003 17:57:27 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5xvg0nr9xk.fsf@kfs2.cua.dk> References: <20030113160702.A5087@cosmic.com> <200301171114.UAA13164@etlken.m17n.org> <20030117104509.A17233@cosmic.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042819322 29736 80.91.224.249 (17 Jan 2003 16:02:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 17 Jan 2003 16:02:02 +0000 (UTC) Cc: Kenichi Handa Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ZYve-0007en-00 for ; Fri, 17 Jan 2003 17:01:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ZZ58-0007FZ-00 for ; Fri, 17 Jan 2003 17:10:59 +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 18ZYuW-0000pc-08 for emacs-devel@quimby.gnus.org; Fri, 17 Jan 2003 11:00:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ZYu9-0000OB-00 for emacs-devel@gnu.org; Fri, 17 Jan 2003 10:59:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ZYsr-0006rK-00 for emacs-devel@gnu.org; Fri, 17 Jan 2003 10:58:18 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZYse-0006YC-00 for emacs-devel@gnu.org; Fri, 17 Jan 2003 10:58:04 -0500 Original-Received: from kfs2.cua.dk.cua.dk (kfs2.local.filanet.dk [192.168.1.182]) by mail.filanet.dk (Postfix) with SMTP id 473D47C012; Fri, 17 Jan 2003 16:58:03 +0100 (CET) Original-To: Mirian Crzig Lennox In-Reply-To: <20030117104509.A17233@cosmic.com> Original-Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: emacs-devel@gnu.org 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:10810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10810 Mirian Crzig Lennox writes: > On Fri, Jan 17, 2003 at 08:14:44PM +0900, Kenichi Handa wrote: > > In article <20030113160702.A5087@cosmic.com>, Mirian Crzig Lennox writes: > > > > I've just tried emacs-21.2 and CVS HEAD on FreeBSD > > 4.6.1-RC2, but can't reproduce that bug. > > I've gotten the problem on both 4.6-RELEASE and 4.7-RELEASE, with > emacs-21.2. > > With some playing around, I've determined that if I start emacs with > the -nw switch (to disable X11 support), the problem does NOT occur. > > > Please run Emacs under gdb and show us the backtrace of the > > crashing point? > > Here it is. I was incorrect about the problem being a segfault; it is > actually a bus error: > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Program received signal SIGBUS, Bus error. > 0x284b1dd8 in _init () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2 > (gdb) where > #0 0x284b1dd8 in _init () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2 > #1 0x284bd298 in _XimFilterPropertyNotify () > from /usr/X11R6/lib/X11/locale/common/ximcp.so.2 What happens if you rebuild emacs using: ./configure --without-xim -- Kim F. Storm http://www.cua.dk