On Wednesday, August 14th, 2024 at 15:57, Eli Zaretskii wrote: > > #3 parse_modifiers (symbol=0x5555564e3dc0) at /usr/src/debug/emacs/emacs-29.4-wayland/src/keyboard.c:6888 > > ^^^^^^^^^^^^^^^^^^^^^ > Please show what is this symbol. Something like this: > > (gdb) source /path/to/emacs/src/.gdbinit > (gdb) p symbol > (gdb) xsymbol (gdb) frame 3 #3 parse_modifiers (symbol=XIL(0x5555564e3dc0)) at /usr/src/debug/emacs/emacs-29.4-wayland/src/keyboard.c:6888 6888 parse_modifiers (Lisp_Object symbol) (gdb) print symbol $11 = XIL(0x5555564e3dc0) (gdb) xsymbol $12 = (struct Lisp_Symbol *) 0xaaaaac1f1640 Cannot access memory at address 0xaaaaac1f1648 > Also, what is the value of globals.f_Voverriding_plist_environment? (gdb) p globals.f_Voverriding_plist_environment $13 = XIL(0)