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: Tue, 03 Jun 2003 19:49:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EDCDF9A.8050606@swipnet.se> References: <4730DD5C-946F-11D7-B375-00039363E640@swipnet.se> <3EDB7184.1020602@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054662989 10047 80.91.224.249 (3 Jun 2003 17:56:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 17:56:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 03 19:56:27 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 19NG0n-0002Zt-00 for ; Tue, 03 Jun 2003 19:55:53 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NGHz-00087b-00 for ; Tue, 03 Jun 2003 20:13:39 +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 19NG0X-0000OA-Ch for emacs-devel@quimby.gnus.org; Tue, 03 Jun 2003 13:55:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NFzI-0007Uk-Jd for emacs-devel@gnu.org; Tue, 03 Jun 2003 13:54:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NFyt-000778-Ma for emacs-devel@gnu.org; Tue, 03 Jun 2003 13:53:56 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NFuZ-0005CN-Ew for emacs-devel@gnu.org; Tue, 03 Jun 2003 13:49:27 -0400 Original-Received: from swipnet.se (accessno42.bodenonline.com [193.201.16.44]) h53IchLC017962; Tue, 3 Jun 2003 20:38:44 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 X-Accept-Language: en-us, en Original-To: Danilo Segan In-Reply-To: <3EDB7184.1020602@gmx.net> 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:14644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14644 Danilo Segan wrote: > I hope "bt full" is enough. It's attached to this mail and gotten using > standard output redirection (anyone knows of a better way). This time, > it took more than a day to crash Emacs (it didn't crash when I was > wanting it to crash, but then crashed today when I had work to do, and > clicked on the menu just to check if it's still stable ;-)). Yes, thanks. I've checked in a change that should make the crashes stop, but I am not sure why this happens in the first place. Somehow a menu item has no label and GTK don't like NULL char*. Jan D.