unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: Crash with --enable-checking and some glyphs
Date: Thu, 25 Nov 2021 16:23:37 +0100	[thread overview]
Message-ID: <87h7c0jm2u.fsf@telefonica.net> (raw)
In-Reply-To: 87sfvlwkrc.fsf_-_@gnus.org

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> No, of course that wasn't it.  It was --enable-checking.  D'oh.
>>
>> So I'm now able to reproduce the problem on the faster build machine,
>> which should help.  
>
> I assumed that this problem had to be pretty recent, but I'm now back to 
>
> 58bdfd7c540c49f3727c517c3599c9d601696caf
>
> (which is December 31sth 2020), and the abort is still there:
>
> xdisp.c:31003: Emacs fatal error: assertion failed: it->ascent >= 0 && it->descent >= 0
> Fatal error 6: Aborted
> Backtrace:
> ./src/emacs(+0x19d4d1)[0x5628f66344d1]
> ./src/emacs(+0x50756)[0x5628f64e7756]
> ./src/emacs(+0x5653e)[0x5628f64ed53e]
>
> So perhaps it's more productive to try to debug it than trying to chase
> the problem down, but before I do that: Is anybody else seeing this?
>
> The way to reproduce it is:
>
> ./configure --enable-checking
> make
> ./src/emacs /tmp/crash.txt
>
> where that file contains the contents of:
>
> http://quimby.gnus.org/s/crash.txt
>
> I'm reproducing this on Debian/bullseye and Debian/bookworm.

Just tried with master (updated yesterday) on Debian Testing, configured
with

../emacs/configure --enable-checking
--without-toolkit-scroll-bars --with-x-toolkit=lucid --with-modules
--without-imagemagick

No crash.

Configured for 'x86_64-pc-linux-gnu'.

  Where should the build process find the source code?    ../emacs
  What compiler should emacs be built with?               gcc -g3 -O2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -lpng16 -lz
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lwebp?                                  no
  Does Emacs use cairo?                                   yes
  Does Emacs use -llcms2?                                 no
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  no
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               yes
  Does Emacs use a file notification library?             yes -lglibc (inotify)
  Does Emacs use access control lists?                    no
  Does Emacs use -lselinux?                               yes
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use HarfBuzz?                                yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     no
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   yes
  Does Emacs use version 2 of the the X Input Extension?  no





  parent reply	other threads:[~2021-11-25 15:23 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 13:53 Proportional fonts in the mode line (one month test) Lars Ingebrigtsen
2021-11-24 13:54 ` Lars Ingebrigtsen
2021-11-24 14:12   ` Lars Ingebrigtsen
2021-11-24 14:16     ` Lars Ingebrigtsen
2021-11-24 14:42       ` Eli Zaretskii
2021-11-24 14:46         ` Lars Ingebrigtsen
2021-11-24 14:54           ` Eli Zaretskii
2021-11-24 15:00             ` Lars Ingebrigtsen
2021-11-24 15:12               ` Lars Ingebrigtsen
2021-11-24 17:01                 ` Crash with --enable-checking and some glyphs Lars Ingebrigtsen
2021-11-24 17:55                   ` Robert Pluim
2021-11-25 12:51                     ` Lars Ingebrigtsen
2021-11-25 13:09                       ` Andreas Schwab
2021-11-25 13:39                         ` Lars Ingebrigtsen
2021-11-25 14:36                       ` Robert Pluim
2021-11-25 14:39                         ` Lars Ingebrigtsen
2021-11-25 14:51                           ` Lars Ingebrigtsen
2021-11-25 15:02                             ` Gregory Heytings
2021-11-25 15:11                               ` Lars Ingebrigtsen
2021-11-25 15:36                                 ` Gregory Heytings
2021-11-25 16:03                                   ` Lars Ingebrigtsen
2021-11-25 16:18                                     ` Gregory Heytings
2021-11-26 12:14                                       ` Lars Ingebrigtsen
2021-11-25 15:14                             ` Eli Zaretskii
2021-11-26 12:18                               ` Lars Ingebrigtsen
2021-11-26 12:50                                 ` Eli Zaretskii
2021-11-26 14:30                                   ` Lars Ingebrigtsen
2021-11-26 15:00                                     ` Eli Zaretskii
2021-11-26 15:04                                       ` Lars Ingebrigtsen
2021-11-26 16:27                                         ` Eli Zaretskii
2021-11-27  8:37                                           ` Eli Zaretskii
2021-11-27 14:04                                           ` Lars Ingebrigtsen
2021-11-27 15:12                                             ` Eli Zaretskii
2021-11-27 15:25                                               ` Lars Ingebrigtsen
2021-11-28  0:41                                                 ` Po Lu
2021-11-27 21:28                                               ` Gregory Heytings
2021-11-27 21:31                                                 ` Lars Ingebrigtsen
2021-11-27 22:01                                                   ` Gregory Heytings
2021-11-28  7:21                                                     ` Eli Zaretskii
2021-11-29 13:55                                                       ` Gregory Heytings
2021-11-29 14:01                                                         ` Lars Ingebrigtsen
2021-11-25 15:23                   ` Óscar Fuentes [this message]
2021-11-25 21:29                   ` Gregor Zattler
2021-11-26 13:01                   ` Po Lu
2021-11-27  0:18                     ` Po Lu
2021-11-24 18:49                 ` Proportional fonts in the mode line (one month test) Uwe Brauer
2021-11-24 19:12                   ` Lars Ingebrigtsen
2021-11-24 19:44                     ` Eli Zaretskii
2021-11-25  0:52                       ` Po Lu
2021-11-25 12:42                         ` Lars Ingebrigtsen
2021-11-25 12:41                       ` Lars Ingebrigtsen
2021-11-25  1:01               ` Po Lu
2021-11-24 14:40 ` Eli Zaretskii
2021-11-24 14:44   ` Manuel Uberti
2021-11-24 16:25 ` Yuri D'Elia
2021-11-24 16:38 ` Óscar Fuentes
2021-11-24 16:50   ` Yuan Fu
2021-11-24 17:09     ` Óscar Fuentes
2021-11-24 17:18       ` Lars Ingebrigtsen
2021-11-24 17:26         ` Yuan Fu
2021-11-24 17:18       ` Yuan Fu
2021-11-24 16:49 ` Yuan Fu
2021-11-24 16:55   ` Lars Ingebrigtsen
2021-11-24 17:32     ` Yuan Fu
2021-11-24 16:51 ` Dmitry Gutov
2021-11-24 16:58   ` Yuan Fu
2021-11-24 17:22   ` Eli Zaretskii
2021-11-24 17:26     ` Lars Ingebrigtsen
2021-11-24 17:54       ` Eli Zaretskii
2021-11-24 17:58         ` Lars Ingebrigtsen
2021-11-24 18:42           ` Eli Zaretskii
2021-11-25 12:37             ` Lars Ingebrigtsen
2021-11-25 13:15               ` Eli Zaretskii
2021-11-24 17:55       ` Lars Ingebrigtsen
2021-11-24 18:57         ` Manuel Uberti
2021-11-25 12:39           ` Lars Ingebrigtsen
2021-11-25 14:04             ` Manuel Uberti
2021-11-25 22:20               ` Tim Cross
2021-11-24 19:20     ` Dmitry Gutov
2021-11-24 16:51 ` Filipp Gunbin
2021-11-24 17:36 ` [External] : " Drew Adams
2021-11-24 17:39   ` Lars Ingebrigtsen
2021-11-25  0:18 ` Po Lu
2021-11-25  0:39   ` Po Lu
2021-11-25  1:48     ` Jim Porter
2021-11-25 13:29       ` Lars Ingebrigtsen
2021-11-25 14:03         ` Eli Zaretskii
2021-11-25 19:41         ` Jim Porter
2021-11-25 23:04           ` Kévin Le Gouguec
2021-11-26  2:44             ` Jim Porter
2021-11-26 17:07               ` Yuan Fu
2021-11-27  0:18               ` Po Lu
2021-11-26  4:53             ` Yuri Khan
2021-11-26  5:04             ` Po Lu
2021-11-26 12:35             ` Lars Ingebrigtsen
2021-11-27 21:50               ` Jim Porter
2021-11-25  7:45     ` Eli Zaretskii
2021-11-25  7:59       ` Po Lu
2021-11-25 13:28   ` Lars Ingebrigtsen
2021-11-25 13:34     ` Eli Zaretskii
2021-11-25 14:05       ` Lars Ingebrigtsen
2021-11-26 13:19         ` Lars Ingebrigtsen
2021-11-25  6:26 ` Protesilaos Stavrou
2021-11-25  8:03   ` Eli Zaretskii
2021-11-25  9:00     ` Gregory Heytings
2021-11-25 13:33   ` Lars Ingebrigtsen
2021-11-25  9:06 ` Simen Heggestøyl
2021-11-25 13:33   ` Lars Ingebrigtsen
2021-11-25 14:17     ` Lars Ingebrigtsen
2021-11-29 14:52 ` Michael Welsh Duggan
2021-11-29 15:03   ` Eli Zaretskii
2021-11-29 15:11     ` Lars Ingebrigtsen
2021-12-01  5:59 ` Jim Porter
2021-12-01  8:26   ` Davide Masserut
2021-12-01 12:30 ` Eric S Fraga
2021-12-01 13:41   ` Lars Ingebrigtsen
2021-12-01 13:46     ` Eric S Fraga
2021-12-01 13:54       ` Lars Ingebrigtsen
2021-12-01 14:19         ` Eric S Fraga
2021-12-01 14:40           ` Eli Zaretskii
2021-12-01 14:45             ` Eric S Fraga
2021-12-03  3:09               ` João Pedro de Amorim Paula
2021-12-03 11:45                 ` Eric S Fraga
2021-12-04  5:41                 ` Richard Stallman
2021-12-04  6:24                   ` Po Lu
2021-12-05 13:04                 ` Eric S Fraga
2021-12-05 20:46                   ` James Cloos
2021-12-05 22:06                   ` João Pedro de Amorim Paula
2021-12-01 15:00       ` Yuri Khan
2021-12-01 15:08         ` Eric S Fraga

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87h7c0jm2u.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).