GNU bug report logs - #71484
30.0.50; An critical error after upgrade to Org-9.7

Previous Next

Package: emacs;

Reported by: Lin Sun <sunlin7.mail <at> gmail.com>

Date: Mon, 10 Jun 2024 18:41:02 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71484 in the body.
You can then email your comments to 71484 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#71484; Package emacs. (Mon, 10 Jun 2024 18:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lin Sun <sunlin7.mail <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 10 Jun 2024 18:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lin Sun <sunlin7.mail <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; An critical error after upgrade to Org-9.7
Date: Mon, 10 Jun 2024 17:25:11 +0000
After upgrading emacs-30 to last git one (with the Org-9.7 commit
https://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org.el?id=5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2),

An error will happened for an image inside a table, a simple org file
can reproduce the issue:

$ touch  /tmp/a.png

$ echo '|[[file:a.png]]|' > /tmp/a.org

$ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'

Emacs was built with image support, and started with GUI.

Please help investigate this issue. Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71484; Package emacs. (Mon, 10 Jun 2024 20:38:01 GMT) Full text and rfc822 format available.

Message #8 received at 71484 <at> debbugs.gnu.org (full text, mbox):

From: Lin Sun <sunlin7.mail <at> gmail.com>
To: 71484 <at> debbugs.gnu.org, kyle <at> kyleam.com
Subject: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7
Date: Mon, 10 Jun 2024 20:08:34 +0000
>From: Lin Sun <sunlin7.mail <at> gmail.com>
>Subject: 30.0.50; An critical error after upgrade to Org-9.7
>Date: Mon, 10 Jun 2024 17:25:11 +0000
>After upgrading emacs-30 to last git one (with the Org-9.7 commit
>https://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org.el?id=5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2),
>An error will happened for an image inside a table, a simple org file
>can reproduce the issue:
>$ touch  /tmp/a.png
>$ echo '|[[file:a.png]]|' > /tmp/a.org
>$ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
>Emacs was built with image support, and started with GUI.

Hi Kyle, could you please help investigate this issue? Thanks




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71484; Package emacs. (Tue, 11 Jun 2024 15:45:02 GMT) Full text and rfc822 format available.

Message #11 received at 71484 <at> debbugs.gnu.org (full text, mbox):

From: Kyle Meyer <kyle <at> kyleam.com>
To: Lin Sun <sunlin7.mail <at> gmail.com>
Cc: Karthik Chikmagalur <karthikchikmagalur <at> gmail.com>,
 Ihor Radchenko <yantar92 <at> posteo.net>, 71484 <at> debbugs.gnu.org
Subject: Re: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7
Date: Mon, 10 Jun 2024 23:42:10 -0400
Lin Sun writes:

>>An error will happened for an image inside a table, a simple org file
>>can reproduce the issue:
>>$ touch  /tmp/a.png
>>$ echo '|[[file:a.png]]|' > /tmp/a.org
>>$ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
>>Emacs was built with image support, and started with GUI.
>
> Hi Kyle, could you please help investigate this issue? Thanks

It looks like the error was introduced with Org's 6011e7a48 (org: Add
image alignment, 2023-12-21).  Karthik or Ihor may have ideas on what
the right fix is here.

(I recommend you report issues directly to the Org developers by sending
a message to <emacs-orgmode <at> gnu.org>.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71484; Package emacs. (Tue, 11 Jun 2024 16:09:02 GMT) Full text and rfc822 format available.

Message #14 received at 71484 <at> debbugs.gnu.org (full text, mbox):

From: Lin Sun <sunlin7.mail <at> gmail.com>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: 71484 <at> debbugs.gnu.org
Subject: Re: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7
Date: Tue, 11 Jun 2024 15:06:25 +0000
On Tue, Jun 11, 2024 at 10:45 AM Ihor Radchenko <yantar92 <at> posteo.net> wrote:
>
> Lin Sun <sunlin7.mail <at> gmail.com> writes:
>
> > $ touch  /tmp/a.png
> >
> > $ echo '|[[file:a.png]]|' > /tmp/a.org
> >
> > $ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
>
> Fixed, on bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3e4c89e55
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
Verified the commit fix the issue on my local.
Thanks, and please help close this ticket.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71484; Package emacs. (Tue, 11 Jun 2024 16:44:01 GMT) Full text and rfc822 format available.

Message #17 received at 71484 <at> debbugs.gnu.org (full text, mbox):

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Lin Sun <sunlin7.mail <at> gmail.com>
Cc: 71484 <at> debbugs.gnu.org
Subject: Re: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7
Date: Tue, 11 Jun 2024 10:47:31 +0000
Lin Sun <sunlin7.mail <at> gmail.com> writes:

> $ touch  /tmp/a.png
>
> $ echo '|[[file:a.png]]|' > /tmp/a.org
>
> $ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'

Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3e4c89e55

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>




Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sun, 30 Jun 2024 05:36:02 GMT) Full text and rfc822 format available.

Notification sent to Lin Sun <sunlin7.mail <at> gmail.com>:
bug acknowledged by developer. (Sun, 30 Jun 2024 05:36:02 GMT) Full text and rfc822 format available.

Message #22 received at 71484-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Lin Sun <sunlin7.mail <at> gmail.com>
Cc: Ihor Radchenko <yantar92 <at> posteo.net>, 71484-done <at> debbugs.gnu.org
Subject: Re: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7
Date: Sat, 29 Jun 2024 22:34:11 -0700
Lin Sun <sunlin7.mail <at> gmail.com> writes:

> On Tue, Jun 11, 2024 at 10:45 AM Ihor Radchenko <yantar92 <at> posteo.net> wrote:
>>
>> Lin Sun <sunlin7.mail <at> gmail.com> writes:
>>
>> > $ touch  /tmp/a.png
>> >
>> > $ echo '|[[file:a.png]]|' > /tmp/a.org
>> >
>> > $ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
>>
>> Fixed, on bugfix.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3e4c89e55
>>
>> --
>> Ihor Radchenko // yantar92,
>> Org mode contributor,
>> Learn more about Org mode at <https://orgmode.org/>.
>> Support Org development at <https://liberapay.com/org-mode>,
>> or support my work at <https://liberapay.com/yantar92>
> Verified the commit fix the issue on my local.
> Thanks, and please help close this ticket.

Done.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Jul 2024 11:24:18 GMT) Full text and rfc822 format available.

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

Previous Next


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