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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2229158091 for ; Sun, 19 Jun 2022 10:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D3A0E0B09; Sun, 19 Jun 2022 10:36:36 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBEFCE099E for ; Sun, 19 Jun 2022 10:36:35 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1o2sIE-0007Yj-Mp for gentoo-user@lists.gentoo.org; Sun, 19 Jun 2022 12:36:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: X11 crashes anyone? Date: Sun, 19 Jun 2022 13:36:27 +0300 Message-ID: References: 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US In-Reply-To: X-Archives-Salt: 1f063ed3-80d4-4d15-8a70-90c9dfe6693b X-Archives-Hash: f1e6315a4c17da29d39f791b5e4c5e9c On 20/12/2021 09:10, Nikos Chantziaras wrote: > Has anyone here noticed that x.org likes to crash sometimes as of late? > Never happened before, going years and years back. The last month or so, > I've got three x.org crashes: > > systemd-coredump[204553]: [🡕] Process 453 (X) of user 0 dumped core. So half a year later and I was still getting these crashes. I found the possible issue. More and more people started having the same crashes as different distros were updating their X11 stuff. It seems the issue is this: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1261 A patch was merged in xorg upstream about 4 months ago: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/865 Downloadable diff: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/865.diff This patch is not carried in portage. I copied it to /etc/portage/patches/x11-base/xorg-server/ and rebuilt xorg-server three days ago, and I haven't had any more crashes. Fingers crossed...