unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lynn Winebarger <owinebar@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Regression in dump-emacs-portable
Date: Thu, 16 Feb 2023 22:19:06 -0500	[thread overview]
Message-ID: <CAM=F=bAg-fBuG2S+8npsEQ6TzdUjP5XU8cqe2a6XBZ=dscHZVA@mail.gmail.com> (raw)
In-Reply-To: <CAM=F=bCr+vvZSeusCSpupOYuRZvi0-Uv0aUvbuTacvfoq60_jQ@mail.gmail.com>

On Thu, Feb 16, 2023 at 8:29 PM Lynn Winebarger <owinebar@gmail.com> wrote:
> > time emacs -Q -batch --eval '(load "icomplete")' --eval '(dump-emacs-portable "test-icomplete.pdmp")'
> Loading icomplete...

I was able to cut this down to a single expression that causes the core dump:
=====> icomplete-test.el <==============
(defvar icomplete-overlay (make-overlay (point-min) (point-min) nil t t)
  "Overlay used to display the list of completions.")
===============================
 time emacs -Q -batch --eval '(load "icomplete-test")' --eval
'(dump-emacs-portable "test.pdmp")'
Loading icomplete-test.el (source)...
Dumping fingerprint:
30c4a01f07c30c32913a3c578aa6871d7af188212b14e2f9c5e3717f80b9ab43
Fatal error 6: Aborted
Backtrace:
emacs(emacs_backtrace+0x37)[0x55d13ee16e67]
emacs(terminate_due_to_signal+0x6f)[0x55d13ecdc514]
emacs(nsberror+0x0)[0x55d13ecdc726]
emacs(+0x21f9da)[0x55d13ee649da]
emacs(+0x21efc7)[0x55d13ee63fc7]
emacs(+0x2203a1)[0x55d13ee653a1]
emacs(Fdump_emacs_portable+0xb70)[0x55d13ee66070]
emacs(eval_sub+0x9b3)[0x55d13ee851d3]
emacs(Feval+0x3f)[0x55d13ee8722f]
emacs(exec_byte_code+0x482)[0x55d13eec7182]
emacs(+0x2412fc)[0x55d13ee862fc]
emacs(eval_sub+0x2bc)[0x55d13ee84adc]
emacs(Feval+0x3f)[0x55d13ee8722f]
emacs(internal_condition_case+0x3e)[0x55d13ee7fc7e]
emacs(+0x1b4618)[0x55d13edf9618]
emacs(internal_catch+0x3d)[0x55d13ee7fbed]
emacs(+0x1b2998)[0x55d13edf7998]
emacs(recursive_edit_1+0x86)[0x55d13edfdd56]
emacs(Frecursive_edit+0xd0)[0x55d13edfe0f0]
emacs(main+0x190f)[0x55d13ecdec5f]
/lib64/libc.so.6(__libc_start_main+0xef)[0x7fda0df8529d]
emacs(_start+0x2a)[0x55d13ecdf9ea]
Aborted (core dumped)

real 0m0.137s
user 0m0.096s
sys 0m0.041s



  reply	other threads:[~2023-02-17  3:19 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  0:51 Regression in dump-emacs-portable Lynn Winebarger
2023-02-14  1:13 ` Lynn Winebarger
2023-02-14 14:23   ` Eli Zaretskii
2023-02-14 23:26     ` Lynn Winebarger
2023-02-15 12:42       ` Eli Zaretskii
2023-02-16  9:31         ` Lynn Winebarger
2023-02-16  9:54           ` Lynn Winebarger
2023-02-16 15:05             ` Lynn Winebarger
2023-02-16 15:34               ` Eli Zaretskii
2023-02-16 23:45                 ` Lynn Winebarger
2023-02-17 13:22                   ` Lynn Winebarger
2023-02-17 14:31                     ` Eli Zaretskii
2023-02-17 23:44                       ` Lynn Winebarger
2023-02-18  7:07                         ` Eli Zaretskii
2023-02-21 14:21                           ` Lynn Winebarger
2023-02-23  2:41                             ` Lynn Winebarger
2023-02-23 13:21                 ` Lynn Winebarger
2023-02-16 15:46           ` Eli Zaretskii
2023-02-17  1:29             ` Lynn Winebarger
2023-02-17  3:19               ` Lynn Winebarger [this message]
2023-02-17  4:10               ` Lynn Winebarger
2023-02-17  5:21                 ` Po Lu
2023-02-17 12:57                   ` Lynn Winebarger
2023-02-23 15:08 ` Gregory Heytings
2023-02-23 22:32   ` Lynn Winebarger
2023-02-25  4:11     ` Richard Stallman
2023-02-25  4:11     ` Richard Stallman

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='CAM=F=bAg-fBuG2S+8npsEQ6TzdUjP5XU8cqe2a6XBZ=dscHZVA@mail.gmail.com' \
    --to=owinebar@gmail.com \
    --cc=eliz@gnu.org \
    --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).