When I try to run emacs 26.3.50 (built from source), it gives me the following warning: "Warning: desktop file appears to be in use by PID .... Using it may cause conflicts. Use it anyway? (y or n)". If I select "y", it eventually quits and the following error is produced: Fatal error 11: Segmentation fault Backtrace: ./src/emacs-26.3.50.1[0x5072fe] ./src/emacs-26.3.50.1[0x4ece6a] ./src/emacs-26.3.50.1[0x50581e] ./src/emacs-26.3.50.1[0x505a38] ./src/emacs-26.3.50.1[0x505abc] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890)[0x7f0e498eb890] /usr/lib/x86_64-linux-gnu/libXft.so.2(XftCharIndex+0xd)[0x7f0e4a9bb68d] ./src/emacs-26.3.50.1[0x5c8b29] ./src/emacs-26.3.50.1[0x45ad79] ./src/emacs-26.3.50.1[0x433180] ./src/emacs-26.3.50.1[0x43df5d] ./src/emacs-26.3.50.1[0x446f4a] ./src/emacs-26.3.50.1[0x4507ce] ./src/emacs-26.3.50.1[0x42f428] ./src/emacs-26.3.50.1[0x4551da] ./src/emacs-26.3.50.1[0x4554ef] ./src/emacs-26.3.50.1[0x45565c] ./src/emacs-26.3.50.1[0x559b5d] ./src/emacs-26.3.50.1[0x562ee2] ./src/emacs-26.3.50.1[0x599c70] ./src/emacs-26.3.50.1[0x562e5d] ./src/emacs-26.3.50.1[0x599c70] ./src/emacs-26.3.50.1[0x562e5d] ./src/emacs-26.3.50.1[0x599c70] ./src/emacs-26.3.50.1[0x562e5d] ./src/emacs-26.3.50.1[0x599c70] ./src/emacs-26.3.50.1[0x565953] ./src/emacs-26.3.50.1[0x564eca] ./src/emacs-26.3.50.1[0x566dab] ./src/emacs-26.3.50.1[0x56204e] ./src/emacs-26.3.50.1[0x4ed290] ./src/emacs-26.3.50.1[0x561fbd] ./src/emacs-26.3.50.1[0x4ed1a8] ./src/emacs-26.3.50.1[0x4f1d73] ./src/emacs-26.3.50.1[0x4f2096] ./src/emacs-26.3.50.1[0x416129] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f0e48d4ab97] ./src/emacs-26.3.50.1[0x416d7a] My .emacs is currently as follows: (desktop-save-mode 1) If I remove this line, or select "n" for the aforementioned prompt, emacs 26 runs just fine (except I can't save the session of course). Also, emacs 27 for some reason runs fine with desktop-save-mode on. The following are the outputs of bt full and xbacktrace in gdb: (gdb) bt full #0 0x00007ffff49f468d in XftCharIndex () at /usr/lib/x86_64-linux-gnu/libXft.so.2 #1 0x00000000005c8b29 in xftfont_encode_char (font=, c=) at xftfont.c:554 xftfont_info = code = #2 0x000000000045ad79 in get_char_glyph_code (char2b=, font=0x331a670, c=) at xdisp.c:25844 code = stretched_p = char2b = face = 0x35771e0 font = 0x331a670 pcm = 0x0 boff = 0 extra_line_spacing = 0 #3 0x000000000045ad79 in x_produce_glyphs (it=0x7fffffff9d00) at xdisp.c:28218 stretched_p = char2b = face = 0x35771e0 font = 0x331a670 pcm = 0x0 boff = 0 extra_line_spacing = 0 #4 0x0000000000433180 in produce_special_glyphs (it=it@entry=0x7fffffffb0a0, what=what@entry=IT_CONTINUATION) at xdisp.c:27854 temp_it = {window = {i = 20782133}, w = 0x13d1c30 , f = 0x13cfc60 , method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 0, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {{i = 0} }, start = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {{i = 0} }, string_overlays = {{i = 0} }, string = {i = 0}, from_overlay = {i = 0}, stack = {{string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = fal---Type to continue, or q to quit--- se, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_number_produced_p = false, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 92, len = 1, cmp_it = {stop_pos = 0, id = -1, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, char_to_display = 92, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, xwidget = 0x0, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, space_width = {i = 0}, voffset = 0, tab_width = 8, font_height = {i = 0}, object = {i = 0}, position = {charpos = 0, bytepos = 0}, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 0, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = LEFT_MARGIN_AREA, nglyphs = 1, pixel_width = 0, ascent = 14, descent = 4, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = {charpos = 0, bytepos = 0}, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, lnum = 0, lnum_bytepos = 0, lnum_width = 0, lnum_pixel_width = 0, pt_lnum = 0, tab_offset = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = {bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_wn = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0 '\000', isolate_level = 0 '\000', invalid_levels = 0, invalid_isolates = 0, prev = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, last_strong = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, next_for_neutral = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, prev_for_neutral = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, next_for_ws = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, bracket_pairing_pos = 0, bracket_enclosed_type = UNKNOWN_BT, next_en_pos = 0, next_en_type = UNKNOWN_BT, sos = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000'} }, string = {lstring = {i = 0}, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false}, w = 0x13d1c30 , paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false}, paragraph_embedding = L2R} gc = glyph = {ch = 92, face_id = 0} ---Type to continue, or q to quit--- #5 0x000000000043df5d in init_iterator (it=0x7fffffffb0a0, w=0x13d1c30 , charpos=1, bytepos=, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2993 remapped_base_face_id = DEFAULT_FACE_ID #6 0x0000000000446f4a in resize_mini_window (w=w@entry=0x13d1c30 , exact_p=exact_p@entry=false) at xdisp.c:11327 total_height = 648 unit = 18 max_height = old_current_buffer = 0x0 it = {window = {i = 20782133}, w = 0x13d1c30 , f = 0x13cfc60 , method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 0, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {{i = 0} }, start = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = -1, string_pos = {charpos = -1, bytepos = -1}, dpvec_index = -1}, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {{i = 0} }, string_overlays = {{i = 0} }, string = {i = 0}, from_overlay = {i = 0}, stack = {{string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}, {string = {i = 0}, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it---Type to continue, or q to quit--- = {stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 0, u = {image = {object = {i = 0}, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, image_id = 0}, stretch = {object = {i = 0}}, xwidget = {object = {i = 0}}}, position = {charpos = 0, bytepos = 0}, current = {pos = {charpos = 0, bytepos = 0}, overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = 0}, from_overlay = {i = 0}, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = {i = 0}, font_height = {i = 0}}}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_number_produced_p = false, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 0, len = 0, cmp_it = {stop_pos = 0, id = -1, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0}, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, xwidget = 0x0, slice = {x = {i = 0}, y = {i = 0}, width = {i = 0}, height = {i = 0}}, space_width = {i = 0}, voffset = 0, tab_width = 8, font_height = {i = 0}, object = {i = 0}, position = {charpos = 0, bytepos = 0}, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 0, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = {charpos = 0, bytepos = 0}, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, lnum = 0, lnum_bytepos = 0, lnum_width = 0, lnum_pixel_width = 0, pt_lnum = 0, tab_offset = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = {bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_wn = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0 '\000', isolate_level = 0 '\000', invalid_levels = 0, invalid_isolates = 0, prev = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, last_strong = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, next_for_neutral = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, prev_for_neutral = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, next_for_ws = {charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT}, bracket_pairing_pos = 0, bracket_enclosed_type = UNKNOWN_BT, next_en_pos = 0, next_en_type = UNKNOWN_BT, sos = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000'} }, string = {lstring = {i = 0}, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false}, w = 0x13d1c30 , paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false}, paragraph_embedding = L2R} height = start = window_height_changed_p = false #7 0x00000000004507ce in display_echo_area_1 (a1=20782128, a2=...) at xdisp.c:11221 i1 = 20782128 w = 0x13d1c30 window_height_changed_p = #8 0x000000000042f428 in with_echo_area_buffer (w=w@entry=0x13d1c30 , which=, fn=fn@entry= 0x450790 , a1=a1@entry=20782128, a2=..., a2@entry=...) at xdisp.c:10999 this_one = the_other = clear_buffer_p = false rc = #9 0x00000000004551da in display_echo_area (w=0x13d1c30 ) at xdisp.c:11187 window_height_changed_p = count = 15 ---Type to continue, or q to quit--- i = mini_window = {i = 20782133} window_height_changed_p = false sf = #10 0x00000000004551da in echo_area_display (update_frame_p=update_frame_p@entry=true) at xdisp.c:11696 mini_window = {i = 20782133} window_height_changed_p = false sf = #11 0x00000000004554ef in message3_nolog (m=m@entry=...) at xdisp.c:10701 mini_window = frame = {i = 20773989} sf = #12 0x000000000045565c in message3 (m=m@entry=...) at xdisp.c:10630 #13 0x0000000000559b5d in Fmessage (nargs=, args=) at editfns.c:4026 #14 0x0000000000562ee2 in Ffuncall (nargs=7, args=args@entry=0x7fffffffc660) at eval.c:2773 fun = original_fun = {i = 745184} funcar = numargs = 6 val = count = 14 #15 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488340648, args=, args@entry=0x17fffffffca60) at bytecode.c:630 op = type = targets = {0x59c287 , 0x59b1e2 , 0x59b1dd , 0x59b1d8 , 0x599db0 , 0x599db0 , 0x59a259 , 0x59b331 , 0x599f2b , 0x599f26 , 0x599f21 , 0x599f1c , 0x599d53 , 0x599d58 , 0x59a24c , 0x599f30 , 0x599eb3 , 0x599eae , 0x599ea9 , 0x599ea4 , 0x599cd7 , 0x599ce0 , 0x599e80 , 0x599e8d , 0x599ec7 , 0x599ec2 , 0x599ebd , 0x599eb8 , 0x599c91 , 0x599c98 , 0x599ee3 , 0x599ecc , 0x599e39 , 0x599e5f , 0x599e5a , 0x599e55 , 0x599c50 , 0x599c50 , 0x599e2c , 0x599e3e , 0x599e64 , 0x599e1a , 0x599e15 , 0x599e10 , 0x599c02 , 0x599c08 , 0x599e1f , 0x599e69 , 0x59a944 , 0x59a971 , 0x59a9f8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59a734 , 0x59a6f5 , 0x59a6b0 , 0x59a66b , 0x59a628 , 0x59a19a , 0x59a15f , 0x59a5fb , 0x59a1d8 , 0x59a127 , 0x59a5c0 , 0x59b1ab , 0x59b170 , 0x59b139 , 0x59b102 , 0x59b089 , 0x59b04e , 0x59b00f to continue, or q to quit--- e+5727>, 0x59afe2 , 0x59afb5 , 0x59af7a , 0x59af3f , 0x59af04 , 0x59aec5 , 0x59ae8e , 0x59ae57 , 0x59ae20 , 0x59ad96 , 0x59ad58 , 0x59acfa , 0x59acba , 0x59ac7a , 0x59ac3a , 0x59abfa , 0x59abc3 , 0x59ab86 , 0x59ab4f , 0x59ab18 , 0x59aae1 , 0x59aaaa , 0x59bcf3 , 0x599de2 , 0x59bcc6 , 0x59bc97 , 0x59bc08 , 0x59bbc5 , 0x59bb98 , 0x59bb6d , 0x59bb42 , 0x59bb0f , 0x59bae0 , 0x59c287 , 0x59bab5 , 0x59ba8a , 0x59ba5f , 0x59ba34 , 0x59ba09 , 0x59b9dc , 0x599de2 , 0x59c287 , 0x59b99d , 0x59b970 , 0x59b943 , 0x59b908 , 0x59b8cd , 0x59b8a0 , 0x59b874 , 0x59b839 , 0x59b7fe , 0x59b7c3 , 0x59b798 , 0x59b76b , 0x59c287 , 0x59a33d , 0x59a532 , 0x59a210 , 0x59a584 , 0x59a4fd , 0x59a4c8 , 0x599f47 , 0x59a37c , 0x599ef0 , 0x59a30f , 0x59a28f , 0x59aa45 , 0x59aa03 , 0x59a8eb , 0x59a8ac , 0x59a866 , 0x59a7e6 , 0x59a560 , 0x59b72c , 0x59b6ff , 0x59b621 , 0x59b5f4 , 0x59b5c7 , 0x59b58c , 0x59b689 , 0x59b64e , 0x59b6c4 , 0x59b418 , 0x59b516 , 0x59b4db , 0x59b4ae , 0x59b473 , 0x59b551 , 0x59b3e0 , 0x59b3a8 , 0x59b371 , 0x59aa73 , 0x59bd36 , 0x59b22c , 0x59b1e7 , 0x59c287 , 0x59a471 , 0x59a43a , 0x59a403 , 0x59a3cf , 0x59a39b , 0x59b0b6 , 0x59add4 , 0x59bc4b , 0x59b2f0 , 0x59b2a3 , 0x59c287 , 0x59c287 , 0x59b272 , 0x599fd8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x599fa6 } const_length = bytestr_length = vectorp = 0x13e8c38 quitcounter = 1 '\001' stack_items = sa_avail = sa_count = 10 sa_must_free = false stack_base = stack_lim = top = 0x7fffffffc660 void_stack_lim = bytestr_data = 0x7fffffffc6a8 "\b?\205u\001\306\307\310\003GW\203\022" pc = count = 10 result = #16 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488340648, nargs@entry=0, arg_vector=0x17fffffffca60, arg_vector@entry=0x7fffffffca60) at eval.c:2974 ---Type to continue, or q to quit--- syms_left = next = lexenv = i = optional = rest = previous_optional_or_rest = #17 0x0000000000562e5d in Ffuncall (nargs=1, args=args@entry=0x7fffffffca58) at eval.c:2787 fun = original_fun = {i = 7028784} funcar = numargs = 0 val = count = 9 #18 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488341624, args=, args@entry=0x17fffffffcd28) at bytecode.c:630 op = type = targets = {0x59c287 , 0x59b1e2 , 0x59b1dd , 0x59b1d8 , 0x599db0 , 0x599db0 , 0x59a259 , 0x59b331 , 0x599f2b , 0x599f26 , 0x599f21 , 0x599f1c , 0x599d53 , 0x599d58 , 0x59a24c , 0x599f30 , 0x599eb3 , 0x599eae , 0x599ea9 , 0x599ea4 , 0x599cd7 , 0x599ce0 , 0x599e80 , 0x599e8d , 0x599ec7 , 0x599ec2 , 0x599ebd , 0x599eb8 , 0x599c91 , 0x599c98 , 0x599ee3 , 0x599ecc , 0x599e39 , 0x599e5f , 0x599e5a , 0x599e55 , 0x599c50 , 0x599c50 , 0x599e2c , 0x599e3e , 0x599e64 , 0x599e1a , 0x599e15 , 0x599e10 , 0x599c02 , 0x599c08 , 0x599e1f , 0x599e69 , 0x59a944 , 0x59a971 , 0x59a9f8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59a734 , 0x59a6f5 , 0x59a6b0 , 0x59a66b , 0x59a628 , 0x59a19a , 0x59a15f , 0x59a5fb , 0x59a1d8 , 0x59a127 , 0x59a5c0 , 0x59b1ab , 0x59b170 , 0x59b139 , 0x59b102 , 0x59b089 , 0x59b04e , 0x59b00f , 0x59afe2 , 0x59afb5 , 0x59af7a , 0x59af3f , 0x59af04 , 0x59aec5 , 0x59ae8e , 0x59ae57 , 0x59ae20 , 0x59ad96 , 0x59ad58 , 0x59acfa , 0x59acba , 0x59ac7a , 0x59ac3a , 0x59abfa , 0x59abc3 , 0x59ab86 , 0x59ab4f , 0x59ab18 , 0x59aae1 , 0x59aaaa , 0x59bcf3 , 0x599de2 , 0x59bcc6 , 0x59bc97 , 0x59bc08 , 0x59bbc5 , 0x59bb98 , 0x59bb6d , 0x59bb42 , 0x59bb0f , 0x59bae0 , 0x59c287 , 0x59bab5 , 0x59ba8a , 0x59ba5f to continue, or q to quit--- ode+8367>, 0x59ba34 , 0x59ba09 , 0x59b9dc , 0x599de2 , 0x59c287 , 0x59b99d , 0x59b970 , 0x59b943 , 0x59b908 , 0x59b8cd , 0x59b8a0 , 0x59b874 , 0x59b839 , 0x59b7fe , 0x59b7c3 , 0x59b798 , 0x59b76b , 0x59c287 , 0x59a33d , 0x59a532 , 0x59a210 , 0x59a584 , 0x59a4fd , 0x59a4c8 , 0x599f47 , 0x59a37c , 0x599ef0 , 0x59a30f , 0x59a28f , 0x59aa45 , 0x59aa03 , 0x59a8eb , 0x59a8ac , 0x59a866 , 0x59a7e6 , 0x59a560 , 0x59b72c , 0x59b6ff , 0x59b621 , 0x59b5f4 , 0x59b5c7 , 0x59b58c , 0x59b689 , 0x59b64e , 0x59b6c4 , 0x59b418 , 0x59b516 , 0x59b4db , 0x59b4ae , 0x59b473 , 0x59b551 , 0x59b3e0 , 0x59b3a8 , 0x59b371 , 0x59aa73 , 0x59bd36 , 0x59b22c , 0x59b1e7 , 0x59c287 , 0x59a471 , 0x59a43a , 0x59a403 , 0x59a3cf , 0x59a39b , 0x59b0b6 , 0x59add4 , 0x59bc4b , 0x59b2f0 , 0x59b2a3 , 0x59c287 , 0x59c287 , 0x59b272 , 0x599fd8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x599fa6 } const_length = bytestr_length = vectorp = 0x13fdcc8 quitcounter = 1 '\001' stack_items = sa_avail = sa_count = 9 sa_must_free = false stack_base = stack_lim = top = 0x7fffffffca58 void_stack_lim = bytestr_data = 0x7fffffffca78 "É\b\235\203\020" pc = count = 9 result = #19 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488341624, nargs@entry=0, arg_vector=0x17fffffffcd28, arg_vector@entry=0x7fffffffcd28) at eval.c:2974 syms_left = next = lexenv = i = optional = rest = previous_optional_or_rest = ---Type to continue, or q to quit--- #20 0x0000000000562e5d in Ffuncall (nargs=1, args=0x7fffffffcd20) at eval.c:2787 fun = original_fun = {i = 20962581} funcar = numargs = 0 val = count = 8 #21 0x0000000000562f09 in funcall_nil (nargs=, args=) at eval.c:2404 #22 0x00000000005624dd in run_hook_with_args (nargs=1, args=0x7fffffffcd20, funcall=0x562f00 ) at eval.c:2581 global_vals = sym = {i = 10504544} val = ret = #23 0x0000000000562677 in run_hook_with_args (funcall=0x562f00 , args=0x7fffffffcd20, nargs=1) at eval.c:2531 ret = i = #24 0x0000000000562677 in Frun_hook_with_args (args=0x7fffffffcd20, nargs=1) at eval.c:2446 i = #25 0x0000000000562677 in run_hook (hook=...) at eval.c:2594 i = #26 0x0000000000562677 in Frun_hooks (nargs=, args=) at eval.c:2428 i = #27 0x0000000000562ee2 in Ffuncall (nargs=3, args=args@entry=0x7fffffffcdb8) at eval.c:2773 fun = original_fun = {i = 713728} funcar = numargs = 2 val = count = 7 #28 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488342624, args=, args@entry=0x1f7fffffffd798) at bytecode.c:630 op = type = targets = {0x59c287 , 0x59b1e2 , 0x59b1dd , 0x59b1d8 , 0x599db0 , 0x599db0 , 0x59a259 , 0x59b331 , 0x599f2b , 0x599f26 , 0x599f21 , 0x599f1c , 0x599d53 , 0x599d58 , 0x59a24c , 0x599f30 , 0x599eb3 , 0x599eae , 0x599ea9 , 0x599ea4 , 0x599cd7 , 0x599ce0 , 0x599e80 , 0x599e8d , 0x599ec7 , 0x599ec2 , 0x599ebd , 0x599eb8 , 0x599c91 , 0x599c98 , 0x599ee3 , 0x599ecc to continue, or q to quit--- yte_code+1308>, 0x599e39 , 0x599e5f , 0x599e5a , 0x599e55 , 0x599c50 , 0x599c50 , 0x599e2c , 0x599e3e , 0x599e64 , 0x599e1a , 0x599e15 , 0x599e10 , 0x599c02 , 0x599c08 , 0x599e1f , 0x599e69 , 0x59a944 , 0x59a971 , 0x59a9f8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59a734 , 0x59a6f5 , 0x59a6b0 , 0x59a66b , 0x59a628 , 0x59a19a , 0x59a15f , 0x59a5fb , 0x59a1d8 , 0x59a127 , 0x59a5c0 , 0x59b1ab , 0x59b170 , 0x59b139 , 0x59b102 , 0x59b089 , 0x59b04e , 0x59b00f , 0x59afe2 , 0x59afb5 , 0x59af7a , 0x59af3f , 0x59af04 , 0x59aec5 , 0x59ae8e , 0x59ae57 , 0x59ae20 , 0x59ad96 , 0x59ad58 , 0x59acfa , 0x59acba , 0x59ac7a , 0x59ac3a , 0x59abfa , 0x59abc3 , 0x59ab86 , 0x59ab4f , 0x59ab18 , 0x59aae1 , 0x59aaaa , 0x59bcf3 , 0x599de2 , 0x59bcc6 , 0x59bc97 , 0x59bc08 , 0x59bbc5 , 0x59bb98 , 0x59bb6d , 0x59bb42 , 0x59bb0f , 0x59bae0 , 0x59c287 , 0x59bab5 , 0x59ba8a , 0x59ba5f , 0x59ba34 , 0x59ba09 , 0x59b9dc , 0x599de2 , 0x59c287 , 0x59b99d , 0x59b970 , 0x59b943 , 0x59b908 , 0x59b8cd , 0x59b8a0 , 0x59b874 , 0x59b839 , 0x59b7fe , 0x59b7c3 , 0x59b798 , 0x59b76b , 0x59c287 , 0x59a33d , 0x59a532 , 0x59a210 , 0x59a584 , 0x59a4fd , 0x59a4c8 , 0x599f47 , 0x59a37c , 0x599ef0 , 0x59a30f , 0x59a28f , 0x59aa45 , 0x59aa03 , 0x59a8eb , 0x59a8ac , 0x59a866 , 0x59a7e6 , 0x59a560 , 0x59b72c , 0x59b6ff , 0x59b621 , 0x59b5f4 , 0x59b5c7 , 0x59b58c , 0x59b689 , 0x59b64e , 0x59b6c4 , 0x59b418 , 0x59b516 , 0x59b4db , 0x59b4ae , 0x59b473 , 0x59b551 , 0x59b3e0 , 0x59b3a8 , 0x59b371 , 0x59aa73 , 0x59bd36 , 0x59b22c , 0x59b1e7 , 0x59c287 , 0x59a471 , 0x59a43a , 0x59a403 , 0x59a3cf , 0x59a39b , 0x59b0b6 , 0x59add4 , 0x59bc4b , 0x59b2f0 , 0x59b2a3 , 0x59c287 , 0x59c287 , 0x59b272 , 0x599fd8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x599fa6 } const_length = bytestr_length = vectorp = 0x958d68 quitcounter = 31 '\037' stack_items = sa_avail = sa_count = 7 sa_must_free = false stack_base = ---Type to continue, or q to quit--- stack_lim = top = 0x7fffffffcdb8 void_stack_lim = bytestr_data = 0x7fffffffce60 "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060" pc = count = 7 result = #29 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488342624, nargs@entry=0, arg_vector=0x1f7fffffffd798, arg_vector@entry=0x7fffffffd798) at eval.c:2974 syms_left = next = lexenv = i = optional = rest = previous_optional_or_rest = #30 0x0000000000562e5d in Ffuncall (nargs=1, args=args@entry=0x7fffffffd790) at eval.c:2787 fun = original_fun = {i = 10446272} funcar = numargs = 0 val = count = 6 #31 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488345064, args=, args@entry=0x297fffffffdb90) at bytecode.c:630 op = type = targets = {0x59c287 , 0x59b1e2 , 0x59b1dd , 0x59b1d8 , 0x599db0 , 0x599db0 , 0x59a259 , 0x59b331 , 0x599f2b , 0x599f26 , 0x599f21 , 0x599f1c , 0x599d53 , 0x599d58 , 0x59a24c , 0x599f30 , 0x599eb3 , 0x599eae , 0x599ea9 , 0x599ea4 , 0x599cd7 , 0x599ce0 , 0x599e80 , 0x599e8d , 0x599ec7 , 0x599ec2 , 0x599ebd , 0x599eb8 , 0x599c91 , 0x599c98 , 0x599ee3 , 0x599ecc , 0x599e39 , 0x599e5f , 0x599e5a , 0x599e55 , 0x599c50 , 0x599c50 , 0x599e2c , 0x599e3e , 0x599e64 , 0x599e1a , 0x599e15 , 0x599e10 , 0x599c02 , 0x599c08 , 0x599e1f , 0x599e69 , 0x59a944 , 0x59a971 , 0x59a9f8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59a734 , 0x59a6f5 , 0x59a6b0 , 0x59a66b , 0x59a628 , 0x59a19a , 0x59a15f , 0x59a5fb , 0x59a1d8 , 0x59a127 , 0x59a5c0 , 0x59b1ab , 0x59b170 to continue, or q to quit--- _byte_code+6080>, 0x59b139 , 0x59b102 , 0x59b089 , 0x59b04e , 0x59b00f , 0x59afe2 , 0x59afb5 , 0x59af7a , 0x59af3f , 0x59af04 , 0x59aec5 , 0x59ae8e , 0x59ae57 , 0x59ae20 , 0x59ad96 , 0x59ad58 , 0x59acfa , 0x59acba , 0x59ac7a , 0x59ac3a , 0x59abfa , 0x59abc3 , 0x59ab86 , 0x59ab4f , 0x59ab18 , 0x59aae1 , 0x59aaaa , 0x59bcf3 , 0x599de2 , 0x59bcc6 , 0x59bc97 , 0x59bc08 , 0x59bbc5 , 0x59bb98 , 0x59bb6d , 0x59bb42 , 0x59bb0f , 0x59bae0 , 0x59c287 , 0x59bab5 , 0x59ba8a , 0x59ba5f , 0x59ba34 , 0x59ba09 , 0x59b9dc , 0x599de2 , 0x59c287 , 0x59b99d , 0x59b970 , 0x59b943 , 0x59b908 , 0x59b8cd , 0x59b8a0 , 0x59b874 , 0x59b839 , 0x59b7fe , 0x59b7c3 , 0x59b798 , 0x59b76b , 0x59c287 , 0x59a33d , 0x59a532 , 0x59a210 , 0x59a584 , 0x59a4fd , 0x59a4c8 , 0x599f47 , 0x59a37c , 0x599ef0 , 0x59a30f , 0x59a28f , 0x59aa45 , 0x59aa03 , 0x59a8eb , 0x59a8ac , 0x59a866 , 0x59a7e6 , 0x59a560 , 0x59b72c , 0x59b6ff , 0x59b621 , 0x59b5f4 , 0x59b5c7 , 0x59b58c , 0x59b689 , 0x59b64e , 0x59b6c4 , 0x59b418 , 0x59b516 , 0x59b4db , 0x59b4ae , 0x59b473 , 0x59b551 , 0x59b3e0 , 0x59b3a8 , 0x59b371 , 0x59aa73 , 0x59bd36 , 0x59b22c , 0x59b1e7 , 0x59c287 , 0x59a471 , 0x59a43a , 0x59a403 , 0x59a3cf , 0x59a39b , 0x59b0b6 , 0x59add4 , 0x59bc4b , 0x59b2f0 , 0x59b2a3 , 0x59c287 , 0x59c287 , 0x59b272 , 0x599fd8 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x59c287 , 0x599fa6 } const_length = bytestr_length = vectorp = 0x957ff8 quitcounter = 41 ')' stack_items = sa_avail = sa_count = 5 sa_must_free = false stack_base = stack_lim = top = 0x7fffffffd790 void_stack_lim = bytestr_data = 0x7fffffffd7e8 "\b\203\b" pc = count = 5 result = ---Type to continue, or q to quit--- #32 0x000000000056555e in funcall_lambda (fun=..., fun@entry=..., nargs=140737488345064, nargs@entry=0, arg_vector=0x297fffffffdb90, arg_vector@entry=0x7fffffffdb90) at eval.c:2974 syms_left = next = lexenv = i = optional = rest = previous_optional_or_rest = #33 0x0000000000565953 in apply_lambda (fun=..., args=..., count=count@entry=4) at eval.c:2910 args_left = i = arg_vector = 0x7fffffffdb90 tem = {i = 4} sa_avail = sa_must_free = false #34 0x0000000000564eca in eval_sub (form=..., form@entry=...) at eval.c:2313 fun = val = original_fun = {i = 10503952} original_args = {i = 0} funcar = count = 4 argvals = {{i = 390842024046}, {i = 0}, {i = 0}, {i = 280}, {i = 140737271618624}, {i = 140737488346596}, {i = 4002}, {i = -1}} #35 0x0000000000566dab in Feval (form=..., lexical=...) at eval.c:2058 #36 0x000000000056204e in internal_condition_case (bfun=bfun@entry=0x4ed2a0 , handlers=..., handlers@entry=..., hfun=hfun@entry=0x4f2160 ) at eval.c:1336 val = {i = 4290773340} c = 0x2c3c870 #37 0x00000000004ed290 in top_level_1 (ignore=..., ignore@entry=...) at keyboard.c:1127 #38 0x0000000000561fbd in internal_catch (tag=..., tag@entry=..., func=func@entry=0x4ed230 , arg=..., arg@entry=...) at eval.c:1101 val = {i = 4290773340} c = 0x2c2fc00 #39 0x00000000004ed1a8 in command_loop () at keyboard.c:1088 #40 0x00000000004f1d73 in recursive_edit_1 () at keyboard.c:695 val = #41 0x00000000004f2096 in Frecursive_edit () at keyboard.c:766 #42 0x0000000000416129 in main (argc=1, argv=0x7fffffffdf78) at emacs.c:1722 stack_bottom_variable = 0x7ffff31528f8 <__libc_multiple_threads> do_initial_setlocale = ---Type to continue, or q to quit--- dumping = skip_args = 0 no_loadup = false junk = 0x0 dname_arg = 0x0 ch_to_dir = 0x0 original_pwd = disable_aslr = rlim = {rlim_cur = 10022912, rlim_max = 18446744073709551615} sockfd = -1 (gdb) source src/.gdbinit Warning: /home/ricercar/src/emacs26/../lwlib: No such file or directory. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :0 TERM = xterm-256color Breakpoint 1 at 0x4ecdd0: file emacs.c, line 368. Temporary breakpoint 2 at 0x5063d0: init_sys_modes. (3 locations) (gdb) xbacktrace "message" (0xffffc668) "desktop-read" (0xffffca60) 0x13fdd10 PVEC_COMPILED "run-hooks" (0xffffcdc0) "command-line" (0xffffd798) "normal-top-level" (0xffffdb90) In GNU Emacs 26.3.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32) of 2019-12-27 built on hausdorff Repository revision: 7497ee44b471f69ce59d131a6dece261e871534f Windowing system distributor 'The X.Org Foundation', version 11.0.11906000 System Description: Ubuntu 18.04.3 LTS Recent messages: Warning: desktop file appears to be in use by PID 20177. Using it may cause conflicts. Use it anyway? (y or n) n Desktop file in use; not loaded. For information about GNU Emacs and the GNU system, type C-h C-a. Configured features: XPM JPEG TIFF GIF PNG SOUND GSETTINGS GLIB NOTIFY GNUTLS FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK2 X11 XDBE XIM THREADS Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: desktop-save-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair finder-inf tex-site info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv desktop frameset cl-loaddefs cl-lib time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 120495 6120) (symbols 48 22829 1) (miscs 40 43 90) (strings 32 37393 1791) (string-bytes 1 1093312) (vectors 16 17672) (vector-slots 8 541340 7628) (floats 8 53 64) (intervals 56 218 0) (buffers 992 11))