From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#43664: 28.0.50; Crush of X after choosing F10 -> Tutorial Date: Wed, 30 Sep 2020 17:08:16 +0300 Message-ID: <831rijjr1r.fsf@gnu.org> References: <83k0wemmp9.fsf@gnu.org> <20200930110359.GD31048@protected.rcdrun.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39629"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43664@debbugs.gnu.org To: Jean Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 30 16:12:29 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kNcqK-000ACf-OS for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 30 Sep 2020 16:12:28 +0200 Original-Received: from localhost ([::1]:60648 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNcqJ-0005cG-RC for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 30 Sep 2020 10:12:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNcn0-0003W0-Az for bug-gnu-emacs@gnu.org; Wed, 30 Sep 2020 10:09:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49110) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kNcn0-0008PG-11 for bug-gnu-emacs@gnu.org; Wed, 30 Sep 2020 10:09:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kNcmz-0003Qa-Qj for bug-gnu-emacs@gnu.org; Wed, 30 Sep 2020 10:09:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 30 Sep 2020 14:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43664 X-GNU-PR-Package: emacs Original-Received: via spool by 43664-submit@debbugs.gnu.org id=B43664.160147491113136 (code B ref 43664); Wed, 30 Sep 2020 14:09:01 +0000 Original-Received: (at 43664) by debbugs.gnu.org; 30 Sep 2020 14:08:31 +0000 Original-Received: from localhost ([127.0.0.1]:60656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNcmU-0003Po-Pm for submit@debbugs.gnu.org; Wed, 30 Sep 2020 10:08:31 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNcmS-0003Pa-Gt for 43664@debbugs.gnu.org; Wed, 30 Sep 2020 10:08:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33999) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNcmN-0008MR-5U; Wed, 30 Sep 2020 10:08:23 -0400 Original-Received: from [176.228.60.248] (port=2709 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kNcmM-0003wF-8g; Wed, 30 Sep 2020 10:08:22 -0400 In-Reply-To: <20200930110359.GD31048@protected.rcdrun.com> (message from Jean Louis on Wed, 30 Sep 2020 14:03:59 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:189339 Archived-At: > Date: Wed, 30 Sep 2020 14:03:59 +0300 > From: Jean Louis > Cc: 43664@debbugs.gnu.org > > > In any case, please run Emacs under GDB, and when it crashes, type at > > GDB's prompt > > > > (gdb) thread apply all bt > > > > and post here everything GDP prints. > > It is hard to reproduce the bug, it could be also something related to > EXWM, I cannot reproduce it, I was myself surprised as I have not seen > crushes for years. Then I suggest to run Emacs under GDB as a matter of routine, so that if and when it eventually crashes, you will be able to report the backtrace. We need that backtrace to make progress with this problem.