GNU bug report logs - #20748
25.0.50; Seemingly random segfaults.

Previous Next

Package: emacs;

Reported by: zack <at> apertron.net

Date: Fri, 5 Jun 2015 19:57:02 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 25.0.50

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Zack Piper <zack <at> apertron.net>
Cc: 20748 <at> debbugs.gnu.org
Subject: bug#20748: 25.0.50; Seemingly random segfaults.
Date: Sat, 06 Jun 2015 22:09:25 +0300
> Date: Sat, 6 Jun 2015 09:54:26 +0000
> From: Zack Piper <zack <at> apertron.net>
> 
> > Did you build this Emacs yourself?  If so, can you also build a
> > non-optimized version, and see if the problem happens there? 
> 
> I built it myself, yes.
> 
> When compiling without optimizations I can't seem to reproduce it.

Then I guess we will have to debug it in the optimized build.  But
before you get back to that, could you try a slightly different
configuration:

  CFLAGS='-Og -g3' ./configure --enable-checking='yes,glyphs' ...

(If -Og doesn't work with your GCC, try -O1 instead.)

If this build doesn't reproduce the crash, just rebuild with full
optimizations.

> Since it's compiled without optimizations now, is this a bug in GCC
> itself?

No, it's just an Emacs bug that shows up in optimized code.

> > Finally, do you have a lot of customizations in your ~/.emacs?  I'm
> > puzzled by the large number of the face ID (74) in the backtrace -- do
> > you customize your faces a lot, or use packages that create a lot of
> > faces?
> 
> I use a lot of packages.
> 
> `M-x list-faces-display RET' (I think that's the correct command) lists ~703.

OK.  So I'd like to see the output of those 2 GDB command in a build
that does crash.  Thanks.




This bug report was last modified 7 years and 178 days ago.

Previous Next


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