From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Three minor GTK (?) problems Date: Sun, 1 Jun 2003 22:26:08 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4730DD5C-946F-11D7-B375-00039363E640@swipnet.se> References: <3EDA5CD2.7090308@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054500230 31985 80.91.224.249 (1 Jun 2003 20:43:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 20:43:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 01 22:43:47 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MZgB-0008JS-00 for ; Sun, 01 Jun 2003 22:43:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19MZwS-0006ax-00 for ; Sun, 01 Jun 2003 23:00:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MZgd-0004NA-6n for emacs-devel@quimby.gnus.org; Sun, 01 Jun 2003 16:44:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MZfA-0003gC-AN for emacs-devel@gnu.org; Sun, 01 Jun 2003 16:42:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MZec-0003Km-6p for emacs-devel@gnu.org; Sun, 01 Jun 2003 16:42:12 -0400 Original-Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MZeb-000326-E6 for emacs-devel@gnu.org; Sun, 01 Jun 2003 16:42:09 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by gnuftp.gnu.org with esmtp (Exim 4.20) id 19MZPc-0001Td-AL for emacs-devel@gnu.org; Sun, 01 Jun 2003 16:26:40 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44])h51LG4LC028919; Sun, 1 Jun 2003 23:16:04 +0200 Original-To: Danilo Segan In-Reply-To: <3EDA5CD2.7090308@gmx.net> X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14576 > Simon Josefsson wrote: > >> * Crash when clicking on menus. I have only seen this two or three >> times. It typically happened when I have been working (with >> keyboard) in emacs for a long time, and then using the mouse to >> click on a menu, and slightly misses the menubar when I click. I'm >> not sure what I hit instead, but I suspect it is somewhere between >> the menubar or the toolbar. >> > I experience this too, but it might be a bug in Gtk+ 2.2.1 (which I am > using). ... > If neccessary, I can provide more details and complete trace. Please send the complete stack trace from gdb. Thanks, Jan D.