GNU bug report logs - #42772
Emacs crashes on openSUSE Leap 15.1 with Xfce in graphcal more

Previous Next

Package: emacs;

Reported by: William Krivan <william.krivan <at> gmail.com>

Date: Sat, 8 Aug 2020 19:56:01 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42772 in the body.
You can then email your comments to 42772 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#42772; Package emacs. (Sat, 08 Aug 2020 19:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to William Krivan <william.krivan <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 08 Aug 2020 19:56:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: William Krivan <william.krivan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs crashes on openSUSE Leap 15.1 with Xfce in graphcal more
Date: Sat, 8 Aug 2020 11:24:22 -0700
[Message part 1 (text/plain, inline)]
Hi!

When I start emacs fro the command line I get the error below, but if I use
the "-nw" option it works.

Thanks and warm regards from LA, William



Fatal error 11: Segmentation fault
Backtrace:
/usr/bin/emacs[0x50bb5b]
/usr/bin/emacs[0x4f2729]
/usr/bin/emacs[0x50a33e]
/usr/bin/emacs[0x50a4f8]
/usr/bin/emacs[0x50a575]
/lib64/libpthread.so.0(+0x132d0)[0x7f01b96522d0]
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42772; Package emacs. (Sun, 09 Aug 2020 02:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 42772 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: William Krivan <william.krivan <at> gmail.com>
Cc: 42772 <at> debbugs.gnu.org
Subject: Re: bug#42772: Emacs crashes on openSUSE Leap 15.1 with Xfce in
 graphcal more
Date: Sun, 09 Aug 2020 05:34:17 +0300
> From: William Krivan <william.krivan <at> gmail.com>
> Date: Sat, 8 Aug 2020 11:24:22 -0700
> 
> When I start emacs fro the command line I get the error below, but if I use the "-nw" option it works.

Please show the information collected by "M-x report-emacs-bug" on
that system.

Also, please run Emacs under GDB, and when it crashes, produce the
backtrace (type "thread apply all bt" at GDB prompt) and post it
here.  The traceback you posted is partial, and cannot be interpreted
on any system but your own.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42772; Package emacs. (Sun, 09 Aug 2020 13:58:02 GMT) Full text and rfc822 format available.

Message #11 received at 42772 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: William Krivan <william.krivan <at> gmail.com>
Cc: 42772 <at> debbugs.gnu.org
Subject: Re: bug#42772: Emacs crashes on openSUSE Leap 15.1 with Xfce in
 graphcal more
Date: Sun, 09 Aug 2020 16:57:29 +0300
[Please use Reply All so that the bug address is CC'ed.]

> From: William Krivan <william.krivan <at> gmail.com>
> 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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42772; Package emacs. (Tue, 11 Aug 2020 04:00:02 GMT) Full text and rfc822 format available.

Message #14 received at 42772 <at> debbugs.gnu.org (full text, mbox):

From: William Krivan <william.krivan <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 42772 <at> debbugs.gnu.org
Subject: Re: bug#42772: Emacs crashes on openSUSE Leap 15.1 with Xfce in
 graphcal more
Date: Mon, 10 Aug 2020 20:58:57 -0700
[Message part 1 (text/plain, inline)]
I see that, in the meantime, this has been reported on bugzilla. Please see
https://bugzilla.opensuse.org/show_bug.cgi?id=1175028

On Sun, Aug 9, 2020 at 6:57 AM Eli Zaretskii <eliz <at> gnu.org> wrote:

> [Please use Reply All so that the bug address is CC'ed.]
>
> > From: William Krivan <william.krivan <at> gmail.com>
> > 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.
>
[Message part 2 (text/html, inline)]

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Tue, 11 Aug 2020 14:44:02 GMT) Full text and rfc822 format available.

Notification sent to William Krivan <william.krivan <at> gmail.com>:
bug acknowledged by developer. (Tue, 11 Aug 2020 14:44:02 GMT) Full text and rfc822 format available.

Message #19 received at 42772-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: William Krivan <william.krivan <at> gmail.com>
Cc: 42772-done <at> debbugs.gnu.org
Subject: Re: bug#42772: Emacs crashes on openSUSE Leap 15.1 with Xfce in
 graphcal more
Date: Tue, 11 Aug 2020 17:43:37 +0300
> From: William Krivan <william.krivan <at> gmail.com>
> Date: Mon, 10 Aug 2020 20:58:57 -0700
> Cc: 42772 <at> debbugs.gnu.org
> 
> I see that, in the meantime, this has been reported on bugzilla. Please see
> https://bugzilla.opensuse.org/show_bug.cgi?id=1175028

OK, thanks.  This bug is already fixed in the repository and in Emacs
27.1 that was released just today.  So I'm closing the bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Sep 2020 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.