#1054399 emacs-gtk: Disassembling native compiled function show nothing: search failed

Package:
emacs-gtk
Source:
emacs-gtk
Description:
GNU Emacs editor (with GTK+ GUI support)
Submitter:
Braun Gábor
Date:
2023-10-23 10:51:04 UTC
Severity:
normal
#1054399#5
Date:
2023-10-23 10:49:56 UTC
From:
To:
The first line below is the command to reproduce the bug,
after that is the output (presumably by the debugger):

$ emacs -Q --batch --eval "(disassemble 'kill-line)"
Debugger entered--Lisp error: (search-failed "^.*<F6b696c6c2d6c696e65_kill_line_0>:")
  re-search-forward("^.*<F6b696c6c2d6c696e65_kill_line_0>:")
  disassemble-internal(kill-line 0 t)
  disassemble(kill-line)
  command-line-1(("--eval" "(disassemble 'kill-line)"))
  command-line()
  normal-top-level()


(The error also happens when using Emacs interactively:
M-x disassemble RET kill-line RET.)

Best wishes,

	Gábor