unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 42655@debbugs.gnu.org, eggert@cs.ucla.edu, uyennhi.qm@gmail.com,
	Bhavin Gandhi <bhavin7392@gmail.com>,
	monnier@iro.umontreal.ca
Subject: bug#42655: 27.1; iconify-frame on a Lucid build may stuck the frame
Date: Thu, 06 Aug 2020 10:13:06 +0200	[thread overview]
Message-ID: <871rkki44t.fsf@gmail.com> (raw)
In-Reply-To: <F09DB352-6A54-4395-B671-69C5B8150D38@gnu.org> (Eli Zaretskii's message of "Thu, 06 Aug 2020 10:43:43 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

> 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.

(gdb) xframe (selected_frame)
$3 = (struct frame *) 0x234f888
"emacs@localhost.example.com"
(gdb) p *$3->output_data.x
$4 = {
  menubar_height = 29, 
  toolbar_top_height = 0, 
  toolbar_bottom_height = 0, 
  toolbar_left_width = 0, 
  toolbar_right_width = 0, 
  border_tile = 18874720, 
  normal_gc = 0x233c280, 
  reverse_gc = 0x223db40, 
  cursor_gc = 0x2251400, 
  window_desc = 18874715, 
  draw_desc = 18874716, 
  need_buffer_flip = false, 
  icon_desc = 0, 
  parent_desc = 8405122, 
  widget = 0x241c240, 
  column_widget = 0x221f610, 
  edit_widget = 0x2220390, 
  menubar_widget = 0x22f2b40, 
  icon_bitmap = 1, 
  font = 0x23ea680, 
  baseline_offset = 0, 
  fontset = 2, 
  cursor_pixel = 0, 
  border_pixel = 0, 
  mouse_pixel = 0, 
  cursor_foreground_pixel = 16777215, 
  scroll_bar_foreground_pixel = 18446744073709551615, 
  scroll_bar_background_pixel = 18446744073709551615, 
  scroll_bar_top_shadow_pixel = 18446744073709551615, 
  scroll_bar_bottom_shadow_pixel = 18446744073709551615, 
  text_cursor = 18874392, 
  nontext_cursor = 18874396, 
  modeline_cursor = 18874641, 
  hand_cursor = 18874645, 
  hourglass_cursor = 18874637, 
  horizontal_drag_cursor = 18874649, 
  vertical_drag_cursor = 18874653, 
  current_cursor = 18874396, 
  left_edge_cursor = 18874657, 
  top_left_corner_cursor = 18874661, 
  top_edge_cursor = 18874665, 
  top_right_corner_cursor = 18874669, 
  right_edge_cursor = 18874673, 
  bottom_right_corner_cursor = 18874677, 
  bottom_edge_cursor = 18874681, 
  bottom_left_corner_cursor = 18874685, 
  hourglass_window = 0, 
  wm_hints = {
    flags = 1, 
    input = 1, 
    initial_state = 0, 
    icon_pixmap = 18874722, 
    icon_window = 0, 
    icon_x = 0, 
    icon_y = 0, 
    icon_mask = 18874724, 
    window_group = 0
  }, 
  display_info = 0x222c5c0, 
  saved_menu_event = 0x248a670, 
  id = 1, 
  hourglass_p = false, 
  explicit_parent = false, 
  asked_for_visible = true, 
  has_been_visible = true, 
  wait_for_wm = true, 
  xic = 0x24269a0, 
  xic_style = 1028, 
  xic_xfs = 0x2423880, 
  black_relief = {
    gc = 0x21e8220, 
    pixel = 7566195
  }, 
  white_relief = {
    gc = 0x23e2ca0, 
    pixel = 15132390
  }, 
  relief_background = 12566463, 
  focus_state = 1, 
  move_offset_top = 0, 
  move_offset_left = 0, 
  cr_context = 0x22734b0, 
  cr_surface_desired_width = 674, 
  cr_surface_desired_height = 633
}
(gdb) 





  reply	other threads:[~2020-08-06  8:13 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01 18:46 bug#42655: 27.1; iconify-frame on a Lucid build may stuck the frame Tino Calancha
2020-08-01 18:53 ` Eli Zaretskii
2020-08-02 13:07 ` Tino Calancha
2020-08-02 14:34   ` Eli Zaretskii
2020-08-03 19:46     ` Tino Calancha
2020-08-03 21:29       ` Stefan Monnier
2020-08-04  2:21       ` Eli Zaretskii
2020-08-04  3:59         ` Eli Zaretskii
2020-08-04 14:20           ` Eli Zaretskii
2020-08-04 15:14             ` Bhavin Gandhi
2020-08-04 16:40               ` Eli Zaretskii
2020-08-04 18:53                 ` Bhavin Gandhi
2020-08-04 19:07                   ` Eli Zaretskii
2020-08-05 17:23                     ` Bhavin Gandhi
2020-08-05 18:43                       ` Eli Zaretskii
2020-08-05 18:57                         ` Tino Calancha
2020-08-06  2:29                           ` Eli Zaretskii
2020-08-06  5:41                             ` Bhavin Gandhi
2020-08-06  7:43                               ` Eli Zaretskii
2020-08-06  8:13                                 ` Tino Calancha [this message]
2020-08-06 13:47                                   ` Eli Zaretskii
2020-08-06 13:57                                     ` Eli Zaretskii
2020-08-06 14:18                                       ` Tino Calancha
2020-08-06 14:37                                     ` Tino Calancha
2020-08-07  5:53                                       ` Eli Zaretskii
2020-08-07 11:47                                         ` Tino Calancha
2020-08-07 12:05                                           ` Eli Zaretskii
2020-08-07 12:20                                             ` Bhavin Gandhi
2020-08-07 14:01                                             ` Tino Calancha
2020-08-07 15:06                                               ` Eli Zaretskii
2020-08-08 11:52                                                 ` Tino Calancha
2020-08-09 14:26                                                   ` Eli Zaretskii
2020-08-10 17:52                                                     ` Tino Calancha
2020-08-12 16:50                                                       ` Eli Zaretskii
2020-08-15 14:23                                                         ` Tino Calancha
2020-08-05 18:24               ` Tino Calancha
2020-08-05 18:31                 ` Bhavin Gandhi
2020-08-05 18:34                   ` Tino Calancha

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=871rkki44t.fsf@gmail.com \
    --to=tino.calancha@gmail.com \
    --cc=42655@debbugs.gnu.org \
    --cc=bhavin7392@gmail.com \
    --cc=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=uyennhi.qm@gmail.com \
    /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).