From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: EMACS_22_BASE: Crash after creating a new frame, gtk_toolbar_set_icon_size? Date: Wed, 15 Aug 2007 22:13:57 +0200 Message-ID: <46C35E85.3010800@swipnet.se> References: <46B854A4.7080301@swipnet.se> <46C2F56D.3020700@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: quoted-printable X-Trace: sea.gmane.org 1187208851 17434 80.91.229.12 (15 Aug 2007 20:14:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2007 20:14:11 +0000 (UTC) To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 15 22:14:09 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 1ILPFn-00027u-5D for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2007 22:14:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILPFm-0006vh-Jw for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2007 16:14:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILPFj-0006vH-Lg for emacs-devel@gnu.org; Wed, 15 Aug 2007 16:14:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILPFi-0006uZ-Tv for emacs-devel@gnu.org; Wed, 15 Aug 2007 16:14:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILPFi-0006uP-Lz for emacs-devel@gnu.org; Wed, 15 Aug 2007 16:14:02 -0400 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILPFi-0002ot-7i for emacs-devel@gnu.org; Wed, 15 Aug 2007 16:14:02 -0400 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 5E49A38189; Wed, 15 Aug 2007 22:14:01 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 2C214383CA for ; Wed, 15 Aug 2007 22:14:01 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 11C8C37E49 for ; Wed, 15 Aug 2007 22:14:00 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Detected-Kernel: 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:76593 Archived-At: Reiner Steib wrote: > On Wed, Aug 15 2007, Jan Dj=E4rv wrote: >=20 >> Reiner Steib skrev: > [...] >>> I got another (probably unrelated) crash when using this patch: >>> >> Please don't link to other places, post the full details here. >=20 > Well, I have posted the full details in the other mail on emacs-devel. > But as I thought the crashed are not related, I started a new thread. The backtraces are different. >=20 > ,----[ ] > | From: Reiner Steib > | Subject: EMACS_22_BASE: Crash during mail composition > | To: emacs-devel@gnu.org > | Date: Tue, 14 Aug 2007 22:12:39 +0200 > | Message-ID: > `---- >=20 >> Can you print font_frame in frame 0? And if it isn't NULL, *font_fram= e? >=20 > --8<---------------cut here---------------start------------->8--- > (gdb) frame 0 > #0 0x080ba394 in cmp_font_names (a=3D0xb21a3c0, b=3D0xb21a8c0) > at [...]/cvs-EMACS_22_BASE/emacs/src/xfaces.c:2715 > 2715 int resy =3D FRAME_X_DISPLAY_INFO (font_frame)->resy; > (gdb) print font_frame > $1 =3D (struct frame *) 0x0 > (gdb) print *font_frame > Cannot access memory at address 0x0 > --8<---------------cut here---------------end--------------->8--- >=20 > I'm not very familiar with gdb, so please give me the exact gdb > commands if this was not what you had in mind. >=20 That was it for now, thanks. Jan D.