From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Killing a frame sometimes kills emacs Date: Thu, 01 Sep 2011 09:04:22 +0200 Message-ID: <87bov44ubt.fsf@thinkpad.tsdh.de> References: <87d3flnxoo.fsf@thinkpad.tsdh.de> <83fwkhdld0.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314860674 31471 80.91.229.12 (1 Sep 2011 07:04:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2011 07:04:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 01 09:04:31 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qz1KA-0000kW-KZ for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2011 09:04:30 +0200 Original-Received: from localhost ([::1]:35287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz1K9-0000Rd-Pc for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2011 03:04:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz1K7-0000RV-Ta for emacs-devel@gnu.org; Thu, 01 Sep 2011 03:04:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz1K7-0000em-6M for emacs-devel@gnu.org; Thu, 01 Sep 2011 03:04:27 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:44593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz1K5-0000dK-It; Thu, 01 Sep 2011 03:04:25 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 38348D2228; Thu, 1 Sep 2011 09:04:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gp29gXT2nS1J; Thu, 1 Sep 2011 09:04:23 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id BD8C4D2223; Thu, 1 Sep 2011 09:04:23 +0200 (CEST) In-Reply-To: <83fwkhdld0.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 01 Sep 2011 05:53:15 +0300") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 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:143678 Archived-At: Eli Zaretskii writes: >> From: Tassilo Horn >> Date: Wed, 31 Aug 2011 22:16:55 +0200 >> >> Do you have any suggestions on how to debug this issue? > > Run Emacs under a debugger, put a breakpoint on Fkill_emacs, and when > this happens again, tell use who called it by showing the backtrace. Ok, breakpoint is set. Let's see what happens... Bye, Tassilo