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: gtk3, emacs 24 and gnome shell Date: Fri, 28 Oct 2011 08:18:13 +0200 Message-ID: <87bot1ljve.fsf@thinkpad.tsdh.de> References: <4EA554D1.1040000@gmail.com> <878voaf05x.fsf@gmail.com> <87ty6xczz2.fsf@thinkpad.tsdh.de> <8739ehfpia.fsf@gmail.com> <87hb2x5u7g.fsf@thinkpad.tsdh.de> <8762jaqi2d.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319782713 11791 80.91.229.12 (28 Oct 2011 06:18:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 06:18:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rasmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 08:18:29 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 1RJflq-0003Zb-MV for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 08:18:26 +0200 Original-Received: from localhost ([::1]:57716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJflq-0003rn-7B for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 02:18:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJflm-0003ri-UK for emacs-devel@gnu.org; Fri, 28 Oct 2011 02:18:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJflm-0001k4-0a for emacs-devel@gnu.org; Fri, 28 Oct 2011 02:18:22 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:44726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJfll-0001jw-Qk for emacs-devel@gnu.org; Fri, 28 Oct 2011 02:18:21 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 100D31A4129; Fri, 28 Oct 2011 08:18:21 +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 JePLQDag9ihs; Fri, 28 Oct 2011 08:18:20 +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 56AE31A40BC; Fri, 28 Oct 2011 08:18:19 +0200 (CEST) In-Reply-To: <8762jaqi2d.fsf@gmail.com> (rasmus@gmx.us's message of "Thu, 27 Oct 2011 21:46:02 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (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:145695 Archived-At: Rasmus writes: Hi Rasmus, >> Run it in gdb. Compile it without optimizations and -ggdb in CFLAGS and >> then run it like so: >> >> $ cd path/to/emacs/src/ >> $ gdb emacs >> gdb> run >> >> Then you'll get C and lisp backtraces when emacs crashes. (It's >> important to start emacs from its src directory, because that contains >> some GDB setup scripts.) > > I run the program using gdb etc. as suggested above, but no message is > echoed upon a crash. It shoult at least say that emacs has crashed somehow. > Do I have to issue some command to get a backtrace? Yes: bt full Bye, Tassilo