From: Eli Zaretskii <eliz@gnu.org>
To: Pip Cet <pipcet@protonmail.com>,
Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 72559@debbugs.gnu.org, yantar92@posteo.net
Subject: bug#72559: 31.0.50; profiler-report-write-profile produced unreadable data
Date: Sat, 10 Aug 2024 17:09:17 +0300 [thread overview]
Message-ID: <86a5hkjwqa.fsf@gnu.org> (raw)
In-Reply-To: <877ccomqg3.fsf@protonmail.com> (bug-gnu-emacs@gnu.org)
> Cc: 72559@debbugs.gnu.org
> Date: Sat, 10 Aug 2024 13:56:49 +0000
> From: Pip Cet via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> "Ihor Radchenko" <yantar92@posteo.net> writes:
>
> > Since ~few months ago, I started having issues with profiler dumps
> > shared by users. The latest example is in
> > https://list.orgmode.org/87r0axvu7y.fsf@gmail.com/T/#u
> >
> > When trying to open the profiler data with M-x profiler-find-profile, I
> > keep getting
> > profiler-find-profile: Invalid read syntax: "#<", 2, 64028
> > or similar errors.
>
> (Just trying to save others the work of going to character 64028 in that
> dump).
>
> In that example, the relevant section of the dump looks like this:
>
> #[0 "..." [#<killed buffer> buffer-name kill-buffer] 2]
>
> Which looks like a byte code closure produced by make-closure, probably
> by with-temp-buffer:
>
> (defmacro with-temp-buffer (&rest body)
> "Create a temporary buffer, and evaluate BODY there like `progn'.
> The buffer does not run the hooks `kill-buffer-hook',
> `kill-buffer-query-functions', and `buffer-list-update-hook'.
> See also `with-temp-file' and `with-output-to-string'."
> (declare (indent 0) (debug t))
> (let ((temp-buffer (make-symbol "temp-buffer")))
> `(let ((,temp-buffer (generate-new-buffer " *temp*" t)))
> ;; `kill-buffer' can change current-buffer in some odd cases.
> (with-current-buffer ,temp-buffer
> (unwind-protect
> (progn ,@body)
> (and (buffer-name ,temp-buffer)
> (kill-buffer ,temp-buffer)))))))
>
> No idea what a good fix would be, though.
Thanks, adding Stefan in the hope that he could have some ideas.
next prev parent reply other threads:[~2024-08-10 14:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-10 12:41 bug#72559: 31.0.50; profiler-report-write-profile produced unreadable data Ihor Radchenko
2024-08-10 12:50 ` Eli Zaretskii
2024-08-10 13:05 ` Ihor Radchenko
2024-08-10 13:56 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-10 14:09 ` Eli Zaretskii [this message]
2024-08-10 16:17 ` Eli Zaretskii
2024-08-14 12:21 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-14 12:41 ` Eli Zaretskii
2024-08-14 12:48 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-17 10:03 ` Eli Zaretskii
2024-08-17 14:07 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-17 14:27 ` Eli Zaretskii
2024-08-17 17:35 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-17 17:49 ` Eli Zaretskii
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=86a5hkjwqa.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=72559@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=pipcet@protonmail.com \
--cc=yantar92@posteo.net \
/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).