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 12:45:04 +0200 Message-ID: <87sjog35jj.fsf@thinkpad.tsdh.de> References: <87d3flnxoo.fsf@thinkpad.tsdh.de> <83fwkhdld0.fsf@gnu.org> <871uw04lr9.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314873922 27419 80.91.229.12 (1 Sep 2011 10:45:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2011 10:45:22 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 01 12:45:15 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 1Qz4ll-0004jC-O1 for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2011 12:45:13 +0200 Original-Received: from localhost ([::1]:51902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz4ll-0002QB-AS for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2011 06:45:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz4li-0002Ou-FF for emacs-devel@gnu.org; Thu, 01 Sep 2011 06:45:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz4lh-0003rR-HV for emacs-devel@gnu.org; Thu, 01 Sep 2011 06:45:10 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:42754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz4lf-0003qJ-BK; Thu, 01 Sep 2011 06:45:07 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 8BE5CD2312; Thu, 1 Sep 2011 12:45:06 +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 NE0ECJIig-n6; Thu, 1 Sep 2011 12:45:06 +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 E8EC3D2310; Thu, 1 Sep 2011 12:45:05 +0200 (CEST) In-Reply-To: (Andreas Schwab's message of "Thu, 01 Sep 2011 12:33:25 +0200") 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:143684 Archived-At: Andreas Schwab writes: > Tassilo Horn writes: > >> It turned out to be a crash, not something calling Fkill_emacs. Here's >> the backtrace: >> >> Breakpoint 1 at 0x4f23dd: file emacs.c, line 1985. >> Starting program: /usr/bin/emacs-24 >> [Thread debugging using libthread_db enabled] >> [New Thread 0x7fffe6e80700 (LWP 31725)] >> [New Thread 0x7fffe667f700 (LWP 31726)] >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x00007ffff4dd1ecc in XFreeColormap () from /usr/lib64/libX11.so.6 >> #0 0x00007ffff4dd1ecc in XFreeColormap () from /usr/lib64/libX11.so.6 >> No symbol table info available. >> #1 0x00007ffff759c93a in ?? () from /usr/lib64/libgdk-3.so.0 > > Isn't that the known gtk bug with multiple displays? As said in the reply to Eli, I don't have multiple displays. There's only one X instance in which emacs runs with exactly one X11 frame. Then I invoked "emacsclient -c" to get another X11 frame, and closing that made emacs crash. Bye, Tassilo