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_22_BASE: Crash after creating a new frame, gtk_toolbar_set_icon_size? Date: Thu, 09 Aug 2007 07:24:41 +0200 Message-ID: <46BAA519.3060202@swipnet.se> References: <46B854A4.7080301@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 1186637130 3071 80.91.229.12 (9 Aug 2007 05:25:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2007 05:25:30 +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 Thu Aug 09 07:25:29 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 1IJ0WV-00021d-11 for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 07:25:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ0WU-00036c-Di for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 01:25:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJ0WO-00034O-Bs for emacs-devel@gnu.org; Thu, 09 Aug 2007 01:25:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJ0WM-00033Y-Vg for emacs-devel@gnu.org; Thu, 09 Aug 2007 01:25:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ0WM-00033V-S8 for emacs-devel@gnu.org; Thu, 09 Aug 2007 01:25:18 -0400 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJ0WM-0006Tl-Ie for emacs-devel@gnu.org; Thu, 09 Aug 2007 01:25:18 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id B765F380B8; Thu, 9 Aug 2007 07:25:17 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 7734B37E78 for ; Thu, 9 Aug 2007 07:25:17 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 650D737E42 for ; Thu, 9 Aug 2007 07:25:17 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Macintosh/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:76238 Archived-At: Reiner Steib skrev: > On Tue, Aug 07 2007, Jan Dj=E4rv wrote: >=20 >> Reiner Steib skrev: >>> Emacs crashed after `M-x w3m RET' which makes a new frame in my setup= . > [...] >> It looks like some picture file for the tool bar didn't load correctly= and we >> loose track of where we are in the tool bar. Can you try the attached= patch? >=20 > I can try it, but as I don't have a recipe to reproduce the crash (and > I don't use `w3m' often) I cannot judge if it helps. >=20 > The debug session is still running, so I may enter some gdb commands > if it would be helpful for you. >=20 Can you go to the frame in gtkutil.c, frame 6, and print *img? Thanks, Jan D.