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#42772: Emacs crashes on openSUSE Leap 15.1 with Xfce in graphcal more Date: Sun, 09 Aug 2020 16:57:29 +0300 Message-ID: <83lfin6hx2.fsf@gnu.org> References: <83o8nk5yza.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17248"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42772@debbugs.gnu.org To: William Krivan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 09 15:58:10 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 1k4lpy-0004Pb-Ie for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 09 Aug 2020 15:58:10 +0200 Original-Received: from localhost ([::1]:60700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4lpx-0000Me-JX for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 09 Aug 2020 09:58:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4lpr-0000MA-1R for bug-gnu-emacs@gnu.org; Sun, 09 Aug 2020 09:58:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49870) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k4lpq-0000yo-LV for bug-gnu-emacs@gnu.org; Sun, 09 Aug 2020 09:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k4lpq-0003Sj-F6 for bug-gnu-emacs@gnu.org; Sun, 09 Aug 2020 09:58:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 09 Aug 2020 13:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42772 X-GNU-PR-Package: emacs Original-Received: via spool by 42772-submit@debbugs.gnu.org id=B42772.159698147413295 (code B ref 42772); Sun, 09 Aug 2020 13:58:02 +0000 Original-Received: (at 42772) by debbugs.gnu.org; 9 Aug 2020 13:57:54 +0000 Original-Received: from localhost ([127.0.0.1]:33183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4lpi-0003SM-91 for submit@debbugs.gnu.org; Sun, 09 Aug 2020 09:57:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4lpf-0003S9-Rm for 42772@debbugs.gnu.org; Sun, 09 Aug 2020 09:57:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60205) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4lpa-0000yU-Hj; Sun, 09 Aug 2020 09:57:46 -0400 Original-Received: from [176.228.60.248] (port=4912 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k4lpZ-00069Q-Bc; Sun, 09 Aug 2020 09:57:46 -0400 In-Reply-To: (message from William Krivan on Sat, 8 Aug 2020 22:16:49 -0700) 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:184418 Archived-At: [Please use Reply All so that the bug address is CC'ed.] > From: William Krivan > Date: Sat, 8 Aug 2020 22:16:49 -0700 > > Thanks so much - I will work on it. TIA > Regarding your first suggestion, I believe "M-x report-emacs-bug" is not a possibility if I understand your > suggestion correctly, since emacs doesn't even start in the GUI mode, which is the one where it crashes. You can use report-emacs-bug from a -nw session, it collects the same data. > With regard to running Emacs under GDB, at first sight it seems that the emacs version I have installed may > not have been compiled with the option for debugging. When I start gbd with the name of the executable, I > get "not in executable format: file format not recognized" The error message seems to say that you invoked GDB not on the Emacs executable at all, but on some other file. Please show your GDB invocation.