unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 65455@debbugs.gnu.org, Andrea Corallo <acorallo@gnu.org>
Subject: bug#65455: 30.0.50; Disassemble: error with "free-standing" native compiled function
Date: Tue, 22 Aug 2023 15:41:40 +0200	[thread overview]
Message-ID: <m2cyzfxkh7.fsf@Mini.fritz.box> (raw)
In-Reply-To: <831qfvtdca.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 22 Aug 2023 16:29:25 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

> What happens if you do
>
>   (native-compile 'foo "foo.eln")
>
> instead?
>
> Adding Andrea.

Ok. I did

(fmakunbound 'foo)
(defun foo (a b)
  (list a b))
(native-compile 'foo "foo.eln")

That resulted in an error, with *Messages* containing

comp--native-compile: Native compiler error: foo, "Compiling foo.eln...
Wrong type argument: stringp, nil

Error: wrong-type-argument (stringp nil)
  mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode -0x1ffb7762e512f81>))
  debug-early-backtrace()
  debug-early(error (wrong-type-argument stringp nil))
  file-exists-p(nil)
  comp-compile-ctxt-to-file(\"foo.eln\")
  comp-final1()
  load-with-code-conversion(\"/private/var/folders/1d/k_6t25f94sl83szqbf8gpkrh0000gn/T/emacs-int-comp-foo-e1cmnO.el\" \"/private/var/folders/1d/k_6t25f94sl83szqbf8gpkrh0000gn/T/emacs-int-comp-foo-e1cmnO.el\" nil t)
  command-line-1((\"-l\" \"/var/folders/1d/k_6t25f94sl83szqbf8gpkrh0000gn/T/emacs-int-comp-foo-e1cmnO.el\"))
  command-line()
  normal-top-level()





  reply	other threads:[~2023-08-22 13:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 13:17 bug#65455: 30.0.50; Disassemble: error with "free-standing" native compiled function Gerd Möllmann
2023-08-22 13:29 ` Eli Zaretskii
2023-08-22 13:41   ` Gerd Möllmann [this message]
2023-08-22 15:39     ` Eli Zaretskii
2023-08-25  8:11 ` Andrea Corallo
2023-08-25 10:30   ` Eli Zaretskii
2023-08-25 11:43     ` Andrea Corallo
2023-08-25 11:47       ` Eli Zaretskii
2023-08-25 11:52         ` Andrea Corallo
2023-08-25 13:01           ` Eli Zaretskii
2023-08-25 14:11             ` Andrea Corallo
2023-08-25 14:56               ` Eli Zaretskii
2023-08-27 13:34                 ` Andrea Corallo
2023-08-27 13:40                   ` Eli Zaretskii
2023-08-27 15:41                     ` Andrea Corallo
2023-08-27 14:43         ` Andrea Corallo
2023-08-27 16:21           ` Eli Zaretskii
2023-08-27 18:04             ` Andrea Corallo
2023-08-27 18:22               ` Eli Zaretskii
2023-10-26  6:53                 ` Gerd Möllmann

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=m2cyzfxkh7.fsf@Mini.fritz.box \
    --to=gerd.moellmann@gmail.com \
    --cc=65455@debbugs.gnu.org \
    --cc=acorallo@gnu.org \
    --cc=eliz@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).