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: Fri, 23 Nov 2007 10:45:39 +0100 Message-ID: <4746A143.50300@swipnet.se> References: <4742CE2C.8000809@swipnet.se> <4743E151.9050405@swipnet.se> <47452A98.8000408@swipnet.se> <47458076.6050408@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195811210 9824 80.91.229.12 (23 Nov 2007 09:46:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 09:46:50 +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 Fri Nov 23 10:46:57 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 1IvV7g-0002QK-O9 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 10:46:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvV7S-0007Wq-5e for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 04:46:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvV7L-0007U2-It for emacs-devel@gnu.org; Fri, 23 Nov 2007 04:46:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvV7G-0007Ry-2p for emacs-devel@gnu.org; Fri, 23 Nov 2007 04:46:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvV7F-0007Rv-U0 for emacs-devel@gnu.org; Fri, 23 Nov 2007 04:46:29 -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 1IvV7F-0002at-G0 for emacs-devel@gnu.org; Fri, 23 Nov 2007 04:46:29 -0500 Original-Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id C9CE33922C; Fri, 23 Nov 2007 10:46:27 +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 6E6B83922D; Fri, 23 Nov 2007 10:46:27 +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 0822937E4A; Fri, 23 Nov 2007 10:46:26 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) 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:83940 Archived-At: Thank you. Well, everything looks fine. I think the X protocol error is a symptom of some memory corruption. But why that corruption occurs is unknown. I can not repeat it here. Do you still get crashes if you use the font ...*iso10646-1 instead of ...*iso8859-1 from the start? Jan D. Robert J. Chassell skrev: > jan.h.d@swipnet.se wrote, > > Sorry, I forgot. Can you also: ... > > No problem. This morning's, 2007 Nov 22, instance of Emacs and Debian. > The breakpoint is in x_draw_glyph_string at xterm.c:1374 > I hope that is what you want. > > (gdb) p s->char2b[0] > $1 = { > byte1 = 32 ' ', > byte2 = 172 '\254' > } > > Incidently, I triggered the breakpoint by evaluating a mail message > with `insert' before > > (make-char 'latin-iso8859-15 164) > > (I don't dare write the complete expression since it is likely to > crash this instance of Emacs -- that has happened a bunch of times.) >