From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: emacs 24 randomly hanging Date: Mon, 20 Feb 2012 10:34:42 -0500 Message-ID: References: <878vjzz920.fsf@earth.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329752098 13575 80.91.229.3 (20 Feb 2012 15:34:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2012 15:34:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 16:34:57 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RzVGS-0005mR-Bx for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2012 16:34:56 +0100 Original-Received: from localhost ([::1]:32976 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzVGP-0006Xj-OI for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2012 10:34:53 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzVGI-0006XV-SE for emacs-devel@gnu.org; Mon, 20 Feb 2012 10:34:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzVGE-00013Q-TH for emacs-devel@gnu.org; Mon, 20 Feb 2012 10:34:46 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzVGE-00013K-Rb for emacs-devel@gnu.org; Mon, 20 Feb 2012 10:34:42 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RzVGE-0004fS-N9 for emacs-devel@gnu.org; Mon, 20 Feb 2012 10:34:42 -0500 In-Reply-To: <878vjzz920.fsf@earth.home> (Adam's message of "Sun, 19 Feb 2012 06:28:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148679 Archived-At: Adam writes: > I am using GNU Emacs 24.0.93.1 (x86_64-unknown-linux-gnu, GTK+ Version > 2.20.1) of 2012-02-15, built from sources. > (I am running emacs in daemon mode with about three or five open X11 > clients. Although the backtrace references Fx_create_frame, I *did* not > create a frame. I am using a tight intergration between my window > manager and emacs though, and my window manager spawns about two > `emacsclient -e' per second). > > Is this problem known? Could this be fixed in emacs 24? Can you recompile your emacs using --with-x-toolkit=lucid and see if you can reproduce the problem using that version? As shown by the warning printed by Gtk emacs --daemon, there are known problems with that version that are not fixable in emacs. It's possible you are seeing those problems...