all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Zack Piper <zack@apertron.net>
Cc: emacs-devel@gnu.org
Subject: Re: Random segfaults when using M-x.
Date: Fri, 05 Jun 2015 16:58:35 +0300	[thread overview]
Message-ID: <838ubyp88k.fsf@gnu.org> (raw)
In-Reply-To: <20150605102048.GA31678@apertron.net>

> Date: Fri, 5 Jun 2015 10:20:49 +0000
> From: Zack Piper <zack@apertron.net>
> 
> I get the following backtrace (seemingly at random) when pressing M-x,
> this happens sometimes 2 times a day, I didn't report a bug because I
> couldn't reproduce it reliably, but it randomly happened 2 times just
> now when trying to debug what was happening (both times during trying
> to use M-x). Shall I try disecting my Emacs configuration
> (https://github.com/zackp30/dotfiles) or wait to see if that's not
> needed and it's a known bug?

This is a strange backtrace: how come XUNTAG called recursive_edit_1?
I'm guessing this is because your binary is optimized, and so the
backtrace is not really reliable.

Can you rebuild Emacs without optimizations, preferably configured
with --enable-checking=yes, and run Emacs under GDB, so that we could
both catch the error before the crash and get a better backtrace?

Also, please report all this via "M-x report-emacs-bug RET", so that
it's recorded in the bug tracker.

Anyway, this cannot be due to your configuration, because the reason
for the crash is most probably an invalid NULL face, which should
never happen.

Thanks.



      parent reply	other threads:[~2015-06-05 13:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05 10:20 Random segfaults when using M-x Zack Piper
2015-06-05 10:24 ` Zack Piper
2015-06-05 13:59   ` Eli Zaretskii
2015-06-05 13:07 ` Stephen Leake
2015-06-05 13:24   ` Przemysław Wojnowski
2015-06-05 14:00   ` Eli Zaretskii
2015-06-08  2:00     ` Stephen Leake
2015-06-05 14:17   ` Eli Zaretskii
2015-06-08  2:01     ` Stephen Leake
2015-06-05 13:25 ` Zack Piper
2015-06-05 13:32   ` Zack Piper
2015-06-05 19:25     ` Eli Zaretskii
2015-06-05 19:29       ` Zack Piper
2015-06-05 13:58 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838ubyp88k.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=zack@apertron.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.