From owner-freebsd-stable Thu Nov 28 5:30:56 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3107D37B401 for ; Thu, 28 Nov 2002 05:30:54 -0800 (PST) Received: from prinz.cs.uni-magdeburg.de (prinz.cs.uni-magdeburg.de [141.44.21.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFDF743EA9 for ; Thu, 28 Nov 2002 05:30:52 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (daemon@knecht [141.44.21.3]) by prinz.cs.uni-magdeburg.de (8.11.6/8.11.6) with ESMTP id gASDUpV07635 for ; Thu, 28 Nov 2002 14:30:51 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.11.6+Sun/8.11.6) id gASDUnk12002; Thu, 28 Nov 2002 14:30:49 +0100 (MET) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@mail.cs.uni-magdeburg.de using -f To: FreeBSD -stable Subject: emacs dumps core in XMapRaised From: Aphex Calx Date: Thu, 28 Nov 2002 14:30:49 +0100 Message-ID: Lines: 52 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, for some time now, my emacs dumps core on occasion. It does happen in various situations but mainly when I try to type a German umlaut after emacs was running for some time. It does not crash in case emacs was started up recently. Here is the stack trace I get: #0 0x28491b58 in kill () from /usr/lib/libc.so.4 #1 0x80d1373 in XMapRaised () #2 0xbfbfffac in ?? () #3 0x283b7b0a in _XimLookupMBText () from /usr/X11R6/lib/libX11.so.6 #4 0x285199b4 in _XimLocalMbLookupString () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2 #5 0x2839ac7e in XmbLookupString () from /usr/X11R6/lib/libX11.so.6 #6 0x80b42ef in XMapRaised () #7 0x80d9711 in abort () #8 0x80d9936 in abort () #9 0xbfbfffac in ?? () #10 0x805653d in XMapRaised () #11 0x80d56a7 in abort () #12 0x80dbf6b in abort () #13 0x80d3c13 in abort () #14 0x81277c5 in abort () #15 0x80d37dc in abort () #16 0x81273e8 in abort () #17 0x80d378e in abort () #18 0x80d3315 in abort () #19 0x80d3438 in abort () #20 0x80d23a7 in abort () #21 0x804ebc9 in XMapRaised () The machine is running 4.7-stable (a couple days old). The according ports installed are: * emacs-21.2_2 * leim-21.2 * XFree86-4.2.0_1,1 * XFree86-font75dpi-4.2.0 * XFree86-FontServer-4.2.0_1 * XFree86-fontEncodings-4.2.0 * XFree86-Server-4.2.1_5 * XFree86-fontScalable-4.2.0 * XFree86-clients-4.2.1_2 * XFree86-libraries-4.2.1_3 * XFree86-documents-4.2.0 Any ideas on how to track this down or even fix it are very much appreciated. -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message