From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#707: 23.0.60; segmentation fault in gtkutil.c:update_frame_tool_bar Date: Wed, 13 Aug 2008 10:50:50 -0400 Message-ID: <87fxp9rmt1.fsf@stupidchicken.com> Reply-To: Chong Yidong , 707@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218640392 24310 80.91.229.12 (13 Aug 2008 15:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2008 15:13:12 +0000 (UTC) Cc: 707@emacsbugs.donarmstrong.com To: Harald Maier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 13 17:14:03 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KTI2r-0004bT-Ez for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Aug 2008 17:13:53 +0200 Original-Received: from localhost ([127.0.0.1]:44808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTI1u-0005Ur-SR for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Aug 2008 11:12:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTHwj-0003af-OS for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 11:07:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTHwg-0003Z3-0T for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 11:07:32 -0400 Original-Received: from [199.232.76.173] (port=37653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTHwf-0003Yo-NO for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 11:07:29 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:34419) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KTHwe-0007R4-VU for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 11:07:29 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7DF7PmA009028; Wed, 13 Aug 2008 08:07:25 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m7DF05nA005647; Wed, 13 Aug 2008 08:00:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 13 Aug 2008 15:00:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 707 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 707-submit@emacsbugs.donarmstrong.com id=B707.12186390623676 (code B ref 707); Wed, 13 Aug 2008 15:00:05 +0000 Original-Received: (at 707) by emacsbugs.donarmstrong.com; 13 Aug 2008 14:51:02 +0000 Original-Received: from furry (c-24-63-201-57.hsd1.ma.comcast.net [24.63.201.57]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7DEou0f003670 for <707@emacsbugs.donarmstrong.com>; Wed, 13 Aug 2008 07:50:57 -0700 Original-Received: by furry (Postfix, from userid 1000) id ED614C054; Wed, 13 Aug 2008 10:50:50 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Wed, 13 Aug 2008 11:07:32 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:19375 Archived-At: > I am using the new "newsticker tree view" under GNU/Linux and GTK+ > 2.8.11. Very often I get a segmentation fault in the function > update_frame_tool_bar. Could you do two things: 1. Recompile without optimization (CFLAGS="-g" ./configure; make) 2. Trigger the crash again, and in gdb, do f 3' p stock xstring Please give the results, as well as the new backtrace. Thanks.