From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GTK applications crash on start Date: Fri, 02 Mar 2018 14:56:19 +0100 Message-ID: <87k1uueg3g.fsf@gnu.org> References: <87fu5kcvpc.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> 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]:59304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erlAg-0001Yi-Td for help-guix@gnu.org; Fri, 02 Mar 2018 08:56:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erlAb-00036v-Se for help-guix@gnu.org; Fri, 02 Mar 2018 08:56:26 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1erlAb-00036O-JL for help-guix@gnu.org; Fri, 02 Mar 2018 08:56:21 -0500 In-Reply-To: <87fu5kcvpc.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> (Alex ter Weele's message of "Wed, 28 Feb 2018 21:37:35 -0600") 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: Alex ter Weele Cc: help-guix@gnu.org Hi Alex, Alex ter Weele skribis: > I used gdb on the failing emacs: > > (gdb) bt > #0 0x00007ffff7df4a1c in ?? () from /gnu/store/n6acaivs0jwiwpidjr551= dhdni5kgpcr-glibc-2.26.105-g0890d5379c/lib/ld-linux-x86-64.so.2 > #1 0x00007fffefecbfbb in dlopen_doit () from /gnu/store/3h31zsqxjjg5= 2da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2 > #2 0x00007ffff01f7901 in _dl_catch_error () from /gnu/store/n6acaivs= 0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/lib/libc.so.6 > #3 0x00007fffefecc599 in _dlerror_run () from /gnu/store/3h31zsqxjjg= 52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2 > #4 0x00007fffefecc021 in dlopen@@GLIBC_2.2.5 () from /gnu/store/3h31= zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2 > #5 0x00007fffec693e73 in g_module_open () from /gnu/store/sm37m59gq3= smxxz8gs4jikn50qg0g7xh-glib-2.54.2/lib/libgmodule-2.0.so.0 > #6 0x00007ffff6a18339 in _gtk_module_has_mixed_deps () from /gnu/sto= re/gfz7znplsbgsw2npdbz5vgfl90q222hv-gtk+-3.22.26/lib/libgtk-3.so.0 Could you run the faulty Emacs with: LD_DEBUG=3Dfiles emacs to see what file it tries and fails to dlopen? Or otherwise with: strace emacs TIA! Ludo=E2=80=99.