GNU bug report logs - #42655
27.1; iconify-frame on a Lucid build may stuck the frame

Previous Next

Package: emacs;

Reported by: Tino Calancha <tino.calancha <at> gmail.com>

Date: Sat, 1 Aug 2020 18:47:01 UTC

Severity: wishlist

Found in version 27.1

Done: Tino Calancha <tino.calancha <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bhavin Gandhi <bhavin7392 <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 42655 <at> debbugs.gnu.org, eggert <at> cs.ucla.edu, uyennhi.qm <at> gmail.com, monnier <at> iro.umontreal.ca, Tino Calancha <tino.calancha <at> gmail.com>
Subject: bug#42655: 27.1; iconify-frame on a Lucid build may stuck the frame
Date: Thu, 6 Aug 2020 11:11:12 +0530
[Message part 1 (text/plain, inline)]
On Thu, 6 Aug 2020 at 07:59, Eli Zaretskii <eliz <at> gnu.org> wrote:
> OK, now the important part:
>
>   (gdb) p XFRAME (selected_frame)

This gave an error for me, I tried the following commands.

  (gdb) p XFRAME (selected_frame)
  No symbol "XFRAME" in current context.
  (gdb) p xframe (selected_frame)
  No symbol "xframe" in current context.

But xframe (selected_frame) worked.

>   (gdb) p *$
>
> The last command should display all the members of 'struct frame' that
> correspond to the frame which doesn't redisplay.

  (gdb) p selected_frame
  $1 = XIL(0x1e81975)
  (gdb) xtype
  Lisp_Vectorlike
  PVEC_FRAME
  (gdb) xframe (selected_frame)
  $2 = (struct frame *) 0x1e81970
  "emacs <at> toolbox"
  (gdb) p *$

Attaching the output as a file. This is the only frame in that Emacs
instance and it's frozen. I'm keeping gdb and Emacs running in case if
we need it.
[bug-42655-struct-frame (application/octet-stream, attachment)]

This bug report was last modified 4 years and 337 days ago.

Previous Next


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