From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E4F01381F3 for ; Sat, 30 Dec 2017 16:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C50E08BB; Sat, 30 Dec 2017 16:17:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50399E088F for ; Sat, 30 Dec 2017 16:16:58 +0000 (UTC) Received: from [192.168.2.51] (85.253.86.194.cable.starman.ee [85.253.86.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: leio) by smtp.gentoo.org (Postfix) with ESMTPSA id 66BDF335C2F for ; Sat, 30 Dec 2017 16:16:57 +0000 (UTC) Message-ID: <1514650613.4521.1.camel@gentoo.org> Subject: Re: [gentoo-user] segfault in gedit / glib From: Mart Raudsepp To: gentoo-user@lists.gentoo.org Date: Sat, 30 Dec 2017 18:16:53 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: db97f4cf-1e96-4477-94ce-19573a866e59 X-Archives-Hash: f7bebfa508af61bc451752ed913fef0d 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 ", substituting a > > text file for .  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 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