GNU bug report logs - #66743
30.0.50; Crash when dumping reftex

Previous Next

Package: emacs;

Reported by: Ihor Radchenko <yantar92 <at> posteo.net>

Date: Wed, 25 Oct 2023 09:46:01 UTC

Severity: wishlist

Found in version 30.0.50

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

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: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: gerd.moellmann <at> gmail.com, 66743 <at> debbugs.gnu.org, stefankangas <at> gmail.com
Subject: bug#66743: 30.0.50; Crash when dumping reftex
Date: Thu, 26 Oct 2023 18:49:50 +0300
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: gerd.moellmann <at> gmail.com, stefankangas <at> gmail.com, 66743 <at> debbugs.gnu.org
> Date: Thu, 26 Oct 2023 13:48:47 +0000
> 
> --- a/src/pdumper.c
> +++ b/src/pdumper.c
> @@ -2862,8 +2862,11 @@ dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
>    DUMP_FIELD_COPY (out, buffer, long_line_optimizations_p);
>  
>    if (!itree_empty_p (buffer->overlays))
> -    /* We haven't implemented the code to dump overlays.  */
> -    emacs_abort ();
> +    {
> +      /* We haven't implemented the code to dump overlays.  */
> +      error ("Dumping overlays in buffers is not yet implemented.  Aborting...\n");
> +      emacs_abort ();
> +    }

If you call 'error' in batch mode, do you really need emacs_abort?




This bug report was last modified 1 year and 203 days ago.

Previous Next


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