help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GTK applications crash on start


From: Ludovic Courtès
Subject: Re: GTK applications crash on start
Date: Fri, 02 Mar 2018 14:56:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Alex,

Alex ter Weele <address@hidden> skribis:

> I used gdb on the failing emacs:
>
>     (gdb) bt
>     #0  0x00007ffff7df4a1c in ?? () from 
> /gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/lib/ld-linux-x86-64.so.2
>     #1  0x00007fffefecbfbb in dlopen_doit () from 
> /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2
>     #2  0x00007ffff01f7901 in _dl_catch_error () from 
> /gnu/store/n6acaivs0jwiwpidjr551dhdni5kgpcr-glibc-2.26.105-g0890d5379c/lib/libc.so.6
>     #3  0x00007fffefecc599 in _dlerror_run () from 
> /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2
>     #4  0x00007fffefecc021 in dlopen@@GLIBC_2.2.5 () from 
> /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libdl.so.2
>     #5  0x00007fffec693e73 in g_module_open () from 
> /gnu/store/sm37m59gq3smxxz8gs4jikn50qg0g7xh-glib-2.54.2/lib/libgmodule-2.0.so.0
>     #6  0x00007ffff6a18339 in _gtk_module_has_mixed_deps () from 
> /gnu/store/gfz7znplsbgsw2npdbz5vgfl90q222hv-gtk+-3.22.26/lib/libgtk-3.so.0

Could you run the faulty Emacs with:

  LD_DEBUG=files emacs

to see what file it tries and fails to dlopen?

Or otherwise with:

  strace emacs

TIA!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]