From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs crashes, 07nov16 Date: Sat, 24 Nov 2007 10:19:13 +0100 Message-ID: <4747EC91.8040302@swipnet.se> References: <4742CE2C.8000809@swipnet.se> <4743E151.9050405@swipnet.se> <47452A98.8000408@swipnet.se> <47458076.6050408@swipnet.se> <4746A143.50300@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195896026 8986 80.91.229.12 (24 Nov 2007 09:20:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 09:20:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@rattlesnake.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 10:20:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvrBf-0007ek-Cn for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 10:20:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvrBQ-00067J-Rh for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 04:20:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvrBL-00062r-Rf for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:20:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvrBL-000617-05 for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:20:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvrBK-00060x-Bv for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:20:10 -0500 Original-Received: from av8-2-sn3.vrr.skanova.net ([81.228.9.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvrBJ-0004Le-St for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:20:10 -0500 Original-Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id E001E3853C; Sat, 24 Nov 2007 10:20:08 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id A628C381EC; Sat, 24 Nov 2007 10:20:08 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 4134B37E46; Sat, 24 Nov 2007 10:20:08 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84033 Archived-At: Robert J. Chassell skrev: > Do you still get crashes if you use the font ...*iso10646-1 instead of > ...*iso8859-1 from the start? > > Yes, even with a size of 18, which I did not expect. > > That is in > Today's GNU Emacs CVS snapshot, Fri, 2007 Nov 23 11:14 UTC > GNU Emacs 23.0.50.4 (i686-pc-linux-gnu, GTK+ Version 2.12.1) > started in debugger with > > set args -i -q \ > --eval '(emacs-version t)' -bg DodgerBlue4 -fg white \ > -fn '-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1' \ > -geometry 80x44+545+43 -name '-q GNU Emacs in Debugger, font: fixed 18' > > > with the breakpoint at xterm.c:1374 > and after I evaluated (x-synchronize t) in the debuggee > > (I could not even visit my test file with a size of 20, > > -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1 > > #0 0xffffe410 in __kernel_vsyscall () > #1 0xb7483c26 in kill () from /lib/i686/cmov/libc.so.6 > #2 0x080f906b in abort () at emacs.c:431 > Can you get a full backtrace for this abort? Jan D.