GNU bug report logs - #59802
30.0.50; Checkbox button not rendered

Previous Next

Package: emacs;

Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>

Date: Sat, 3 Dec 2022 10:41:02 UTC

Severity: minor

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Manuel Giraud <manuel <at> ledu-giraud.fr>
Cc: 59802 <at> debbugs.gnu.org
Subject: Re: bug#59802: 30.0.50; Checkbox button not rendered
Date: Sat, 03 Dec 2022 20:22:12 +0200
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Cc: 59802 <at> debbugs.gnu.org
> Date: Sat, 03 Dec 2022 19:16:51 +0100
> 
> Now this is strange.  Here is what I get at the svg_load break point for
> img:
> 
> --8<---------------cut here---------------start------------->8---
> (gdb) p img
> $2 = (struct image *) 0x10980e87d0
> (gdb) p img->spec
> Cannot access memory at address 0x10980e8860
> --8<---------------cut here---------------end--------------->8---

If you step till this line:

  /* If IMG->spec specifies a file name, create a non-file spec from it.  */
  file_name = image_spec_value (img->spec, QCfile, NULL);  <<<<<<<<<<<<<<<

is img still garbled and GDB cannot display img->spec?

If so, I suggest to go up the callstack and look for the reason why 'img' is
garbled.




This bug report was last modified 2 years and 157 days ago.

Previous Next


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