From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: error running emacs installed with guix Date: Mon, 13 Nov 2017 10:54:26 +0100 Message-ID: <87375ibj1p.fsf@gnu.org> References: <1510516603.12220.4.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEBRo-0000mN-N4 for help-guix@gnu.org; Mon, 13 Nov 2017 04:54:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEBRk-00006D-Qd for help-guix@gnu.org; Mon, 13 Nov 2017 04:54:32 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:50950) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eEBRk-00005a-Jk for help-guix@gnu.org; Mon, 13 Nov 2017 04:54:28 -0500 In-Reply-To: <1510516603.12220.4.camel@gmail.com> (Mason Hock's message of "Sun, 12 Nov 2017 11:56:43 -0800") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Mason Hock Cc: "help-guix@gnu.org" Hi, Mason Hock skribis: > I have installed emacs with Guix. When I try to run it I get > > Gtk-Message: Failed to load module "canberra-gtk-module" > Gtk-Message: Failed to load module "topmenu-gtk-module" > > followed by many > > (emacs-25-3:7212): Gtk-WARNING **: Theme parsing error:* > > messages, and then > > GLib-GIO-Message: Using the 'memory' GSettings backend.=C2=A0=C2=A0Your s= ettings > will not be saved or shared with other applications. > Fatal error 6: Aborted [...] > Aborted (core dumped) Could you post the backtrace obtained with GDB? You can run: gdb $(which emacs) ./core and then: (gdb) bt Thanks, Ludo=E2=80=99.