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: Eli Zaretskii <eliz <at> gnu.org>
To: Bhavin Gandhi <bhavin7392 <at> gmail.com>
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, 06 Aug 2020 10:43:43 +0300
On August 6, 2020 8:41:12 AM GMT+03:00, Bhavin Gandhi <bhavin7392 <at> gmail.com> wrote:
>
>  (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.


Thanks.  This clearly shows that Emacs considers the frame as being still iconified.

Please tell what does the following yield:

  (gdb) p *$2->output_data.x

This assumes that $2 is as you have show  previously, i.e. a pointer to struct frame that corresponds to the selected frame.




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.