* Install gdb if it isn't already installed > > * Make sure a core file is presend in coredumpd, coredumpctl should > show; if not, have it crash again so it's fresh and saved in there > > * coredumpctl gdb gedit > > * bt full > > Post output of that "bt full" > > (gdb) bt full #0 0x00007f60cd333a74 in g_main_context_prepare () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #1 0x00007f60cd33449b in ?? () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #2 0x00007f60cd334693 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 No symbol table info available. #3 0x00007f60d047676a in g_application_run () from /usr/lib64/libgio-2.0.so.0 No symbol table info available. #4 0x0000563890d41d59 in main () No symbol table info available. FWIW I have -fomit-frame-pointer set - should i rebuild glib & gedit with that or some other options changed?