Package: emacs;
Reported by: Sean Whitton <spwhitton <at> spwhitton.name>
Date: Thu, 4 Jul 2024 02:34:02 UTC
Severity: normal
Found in version 30.0.60
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
View this message in rfc822 format
From: Sean Whitton <spwhitton <at> spwhitton.name> To: Po Lu <luangruo <at> yahoo.com> Cc: 71929 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org> Subject: bug#71929: 30.0.60; crash in mark_image_cache Date: Sun, 07 Jul 2024 12:54:13 +0800
Hello, On Sun 07 Jul 2024 at 12:04pm +08, Po Lu wrote: > Sean Whitton <spwhitton <at> spwhitton.name> writes: > >> Hello, >> >> On Sun 07 Jul 2024 at 10:43am +08, Sean Whitton wrote: >> >>> Hello, >>> >>> On Sat 06 Jul 2024 at 02:08pm +08, Po Lu wrote: >>> >>>> Thanks. Would you mind running Emacs with this patch installed and >>>> configured with the aforesaid option, and responding with backtraces >>>> from any triggered assertion? >>> >>> I launch it with emacs --fg-daemon under gdb and it crashes immediately, >>> before I've had chance to open any frames with emacsclient: >> >> Not quite. It crashes when I try to use 'emacsclient -c' to open the >> first graphical frame. > > Please move into verify_image_cache_refcount and execute: > > (gdb) p expected > (gdb) p FRAME_IMAGE_CACHE (f) > (gdb) p FRAME_IMAGE_CACHE (f)->refcount > (gdb) set $cons = Vframe_list > (gdb) while $cons > >xgetptr $cons > >p ((struct Lisp_Cons *) $ptr)->u.s.car > >xframe > >p *$ > >xgetptr $cons > >set $cons = ((struct Lisp_Cons *) $ptr)->u.s.u.cdr > >end (gdb) p expected $1 = 0 (gdb) p FRAME_IMAGE_CACHE (f) $2 = (struct image_cache *) 0x555557f29270 (gdb) p FRAME_IMAGE_CACHE (f)->refcount $3 = 1 (gdb) set $cons = Vframe_list [...] $4 = XIL(0x555555f3dfd5) $5 = (struct frame *) 0x555555f3dfd0 "F1" $6 = { header = { size = 4611686018595352602 }, name = XIL(0x55555587c944), icon_name = XIL(0), title = XIL(0), parent_frame = XIL(0), last_mouse_device = XIL(0), focus_frame = XIL(0), root_window = XIL(0x555555f3e225), selected_window = XIL(0x555555f3e225), old_selected_window = XIL(0), minibuffer_window = XIL(0x555555f3e4cd), param_alist = XIL(0x555557a23523), scroll_bars = XIL(0), condemned_scroll_bars = XIL(0), menu_bar_items = XIL(0), face_hash_table = XIL(0x555555f3e775), menu_bar_vector = XIL(0), buffer_predicate = XIL(0), buffer_list = XIL(0x555557a23503), buried_buffer_list = XIL(0), tab_bar_window = XIL(0), desired_tab_bar_string = XIL(0), current_tab_bar_string = XIL(0), tool_bar_position = XIL(0x11d00), font_data = XIL(0), tab_bar_items = XIL(0), tool_bar_items = XIL(0), face_cache = 0x555555f741d0, image_cache = 0x0, last_tab_bar_item = -1, menu_bar_items_used = 0, current_pool = 0x555555f3f4b0, desired_pool = 0x555555f3f490, desired_matrix = 0x555555f3f4d0, current_matrix = 0x555555f3f740, glyphs_initialized_p = true, resized_p = true, default_face_done_p = false, already_hscrolled_p = false, updated_p = false, minimize_tab_bar_window_p = false, external_tool_bar = false, fonts_changed = false, cursor_type_changed = false, redisplay = true, external_menu_bar = false, visible = 1, iconified = false, garbaged = true, wants_modeline = true, auto_raise = false, auto_lower = false, no_split = false, explicit_name = false, window_change = true, window_state_change = false, mouse_moved = false, pointer_invisible = false, frozen_window_starts = false, output_method = output_initial, tooltip = false, want_fullscreen = FULLSCREEN_NONE, vertical_scroll_bar_type = vertical_scroll_bar_none, horizontal_scroll_bars = false, undecorated = false, override_redirect = false, skip_taskbar = false, no_focus_on_map = false, no_accept_focus = false, z_group = z_group_none, no_special_glyphs = false, can_set_window_size = true, after_make_frame = true, tab_bar_redisplayed = false, tab_bar_resized = false, tool_bar_redisplayed = false, tool_bar_resized = false, inhibit_horizontal_resize = false, inhibit_vertical_resize = false, face_change = true, inhibit_clear_image_cache = false, new_size_p = false, was_invisible = false, select_mini_window_flag = false, change_stamp = 1, number_of_windows = 0, tab_bar_lines = 0, tab_bar_height = 0, n_tab_bar_rows = 0, n_tab_bar_items = 0, tool_bar_lines = 0, tool_bar_height = 0, n_tool_bar_rows = 0, n_tool_bar_items = 0, decode_mode_spec_buffer = 0x555555f3f340 "", insert_line_cost = 0x0, delete_line_cost = 0x0, insert_n_lines_cost = 0x0, delete_n_lines_cost = 0x0, text_cols = 80, text_lines = 24, text_width = 80, text_height = 24, total_cols = 80, total_lines = 25, pixel_width = 80, pixel_height = 25, new_width = -1, new_height = -1, left_pos = 0, top_pos = 0, win_gravity = 0, size_hint_flags = 0, border_width = 0, child_frame_border_width = -1, internal_border_width = 0, right_divider_width = 0, bottom_divider_width = 0, left_fringe_width = 0, right_fringe_width = 0, fringe_cols = 0, menu_bar_lines = 1, menu_bar_height = 1, column_width = 1, line_height = 1, terminal = 0x555555f3ddb0, output_data = { tty = 0x0, x = 0x0, w32 = 0x0, ns = 0x0, pgtk = 0x0, haiku = 0x0, android = 0x0 }, font_driver_list = 0x0, desired_cursor = FILLED_BOX_CURSOR, cursor_width = 0, blink_off_cursor = FILLED_BOX_CURSOR, blink_off_cursor_width = 0, config_scroll_bar_width = 0, config_scroll_bar_cols = 0, config_scroll_bar_height = 0, config_scroll_bar_lines = 0, cost_calculation_baud_rate = 0, alpha = {0, 0}, alpha_background = 0, gamma = 0, extra_line_spacing = 0, background_pixel = 18446744073709551613, foreground_pixel = 18446744073709551614 } -- Sean Whitton
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.