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:20:31 +0100 Message-ID: <4747ECDF.50303@swipnet.se> References: <4742CE2C.8000809@swipnet.se> <4743E151.9050405@swipnet.se> <47452A98.8000408@swipnet.se> <47458076.6050408@swipnet.se> <4746A143.50300@swipnet.se> <85d4u1cepc.fsf@lola.goethe.zz> <4746E993.3070902@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 1195896090 9142 80.91.229.12 (24 Nov 2007 09:21:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 09:21:30 +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:21:36 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 1IvrCg-0007wB-Au for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 10:21:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvrCR-00078h-MP for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 04:21:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvrCN-00076r-7N for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:21:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvrCJ-000751-BY for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:21:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvrCI-00074v-QQ for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:21:10 -0500 Original-Received: from av7-2-sn3.vrr.skanova.net ([81.228.9.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvrCH-0004m0-Rg for emacs-devel@gnu.org; Sat, 24 Nov 2007 04:21:10 -0500 Original-Received: by av7-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 057A338376; Sat, 24 Nov 2007 10:19:56 +0100 (CET) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av7-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 5D91B38316; Sat, 24 Nov 2007 10:19:55 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 2196337E48; Sat, 24 Nov 2007 10:21: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:84034 Archived-At: Robert J. Chassell skrev: > Following Jan's request, I intended to compile with -O0 but I may have > forgot and done a regular make. (I cannot remember.) In any case, I > have updated Emacs and done another make which is definitely -O0. > > > Today's GNU Emacs CVS snapshot, Fri, 2007 Nov 23 16:19 UTC > GNU Emacs 23.0.50.5 (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 > > After visiting my test file, which tried to insert a Euro sign, > Emacs crashed as before: > > (gdb) bt full > #0 x_draw_glyph_string (s=0xbfd4ff40) at xterm.c:1374 > tem = > h = > y = This does not look like -O0. You should not have any in such a build. Jan D.