From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#36716: 27.0.50; Emacs crushes in console after X session, but not in screen Date: Thu, 18 Jul 2019 16:34:26 +0200 Organization: GOLDIVANTI LP Message-ID: <20190718143426.GE8459@protected.rcdrun.com> References: <86v9vzik4l.fsf@protected.rcdrun.com> <83wogfwlj6.fsf@gnu.org> <20190718133828.GB8459@protected.rcdrun.com> <83pnm7widi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="161107"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: 36716@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 18 16:35:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ho7V4-000fo6-6T for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2019 16:35:14 +0200 Original-Received: from localhost ([::1]:38644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ho7V2-00041a-5y for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2019 10:35:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58489) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ho7Uz-00041U-7x for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2019 10:35:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ho7Us-0005ky-LQ for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2019 10:35:09 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ho7Us-0005k6-Gm for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2019 10:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ho7Us-0002Ks-8m for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2019 10:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Jul 2019 14:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36716 X-GNU-PR-Package: emacs Original-Received: via spool by 36716-submit@debbugs.gnu.org id=B36716.15634604788943 (code B ref 36716); Thu, 18 Jul 2019 14:35:02 +0000 Original-Received: (at 36716) by debbugs.gnu.org; 18 Jul 2019 14:34:38 +0000 Original-Received: from localhost ([127.0.0.1]:54464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho7UT-0002KB-Ix for submit@debbugs.gnu.org; Thu, 18 Jul 2019 10:34:37 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:35603) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho7UQ-0002Jw-6y for 36716@debbugs.gnu.org; Thu, 18 Jul 2019 10:34:34 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA; Thu, 18 Jul 2019 07:34:27 -0700 id 0000000000020364.000000005D308373.000029CC Original-Received: from localhost (protected.rcdrun.com [local]) by protected.rcdrun.com (OpenSMTPD) with ESMTPA id 07f80747; Thu, 18 Jul 2019 14:34:26 +0000 (UTC) Content-Disposition: inline In-Reply-To: <83pnm7widi.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:163304 Archived-At: * Eli Zaretskii [2019-07-18 16:03]: > Looks like some problem with GPM mouse? What if you build Emacs > without GPM? > > Can someone else who has Emacs built with GPM support reproduce this? I did not use GPM. Now I tried while using GPM, and it crashed again. As I said, if I run screen, then there is no crash within screen. Let me pull latest git version, recompile without GPM and try. Jean