On Sat, 2017-12-30 at 11:58 +1100, Adam Carter wrote: > > The segfault message would exist in the dmesg/journalctl. Please > > open a user shell in Gnome and type "gedit <file>", substituting a > > text file for <file>. Press enter. Does this segfault and if so > > is there anything else printed? > > > > > > The journalctl message is; > Dec 29 12:17:32 phat kernel: gedit[1177]: segfault at 7f7c0d36e880 ip > 00007f7c2550ba74 sp 00007fff66834850 error 4 in libglib- > 2.0.so.0.5200.3[7f7c254c0000+114000] > > the gedit <filename> message is; > Segmentation fault (core dumped)
* 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" Mart

