Thanks for your response. I get
> gdb $(which emacs) ./core "/home/mason/.guix-profile/bin/emacs": not in executable format: File format not recognized /home/mason/./core: No such file or directory. > (gdb) bt No stack. Mason On Mon, 2017-11-13 at 10:54 +0100, Ludovic Courtès wrote: > Hi, > > Mason Hock <masonh...@gmail.com> 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. Your > > settings > > 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’.