unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50)
@ 2019-12-31 20:03 ricercar
  2020-01-01  3:39 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: ricercar @ 2019-12-31 20:03 UTC (permalink / raw)
  To: 38837

[-- Attachment #1: Type: text/plain, Size: 63379 bytes --]

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=<optimized out>, c=<optimized out>) at xftfont.c:554

         xftfont_info = <optimized out>

         code = <optimized out>

#2  0x000000000045ad79 in get_char_glyph_code (char2b=<synthetic pointer>, font=0x331a670, c=<optimized out>) at xdisp.c:25844

         code = <optimized out>

         stretched_p = <optimized out>

         char2b = <optimized out>

         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 = <optimized out>

         char2b = <optimized out>

         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 <bss_sbrk_buffer+8218736>, f = 0x13cfc60 <bss_sbrk_buffer+8210592>, 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} <repeats 16 times>}, 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} <repeats 16 times>}, string_overlays = {{i = 0} <repeats 16 times>}, 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 <return> to continue, or q <return> 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'} <repeats 128 times>}, string = {lstring = {i = 0}, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false}, w = 0x13d1c30 <bss_sbrk_buffer+8218736>, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false}, paragraph_embedding = L2R}

         gc = <optimized out>

         glyph = {ch = 92, face_id = 0}

---Type <return> to continue, or q <return> to quit---

#5  0x000000000043df5d in init_iterator (it=0x7fffffffb0a0, w=0x13d1c30 <bss_sbrk_buffer+8218736>, charpos=1, bytepos=<optimized out>, 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 <bss_sbrk_buffer+8218736>, exact_p=exact_p@entry=false) at xdisp.c:11327

         total_height = 648

         unit = 18

         max_height = <optimized out>

         old_current_buffer = 0x0

         it =

           {window = {i = 20782133}, w = 0x13d1c30 <bss_sbrk_buffer+8218736>, f = 0x13cfc60 <bss_sbrk_buffer+8210592>, 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} <repeats 16 times>}, 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} <repeats 16 times>}, string_overlays = {{i = 0} <repeats 16 times>}, 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 <return> to continue, or q <return> 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'} <repeats 128 times>}, string = {lstring = {i = 0}, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false}, w = 0x13d1c30 <bss_sbrk_buffer+8218736>, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false}, paragraph_embedding = L2R}

         height = <optimized out>

         start = <optimized out>

         window_height_changed_p = false

#7  0x00000000004507ce in display_echo_area_1 (a1=20782128, a2=...) at xdisp.c:11221

         i1 = 20782128

         w = 0x13d1c30 <bss_sbrk_buffer+8218736>

         window_height_changed_p = <optimized out>

#8  0x000000000042f428 in with_echo_area_buffer (w=w@entry=0x13d1c30 <bss_sbrk_buffer+8218736>, which=<optimized out>, fn=fn@entry=

     0x450790 <display_echo_area_1>, a1=a1@entry=20782128, a2=..., a2@entry=...) at xdisp.c:10999

         this_one = <optimized out>

         the_other = <optimized out>

         clear_buffer_p = false

         rc = <optimized out>

#9  0x00000000004551da in display_echo_area (w=0x13d1c30 <bss_sbrk_buffer+8218736>) at xdisp.c:11187

         window_height_changed_p = <optimized out>

         count = 15

---Type <return> to continue, or q <return> to quit---

         i = <optimized out>

         mini_window = {i = 20782133}

         window_height_changed_p = false

         sf = <optimized out>

#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 = <optimized out>

#11 0x00000000004554ef in message3_nolog (m=m@entry=...) at xdisp.c:10701

         mini_window = <optimized out>

         frame = {i = 20773989}

         sf = <optimized out>

#12 0x000000000045565c in message3 (m=m@entry=...) at xdisp.c:10630

#13 0x0000000000559b5d in Fmessage (nargs=<optimized out>, args=<optimized out>) at editfns.c:4026

#14 0x0000000000562ee2 in Ffuncall (nargs=7, args=args@entry=0x7fffffffc660) at eval.c:2773

         fun = <optimized out>

         original_fun = {i = 745184}

         funcar = <optimized out>

         numargs = 6

         val = <optimized out>

         count = 14

#15 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488340648, args=<optimized out>,

     args@entry=0x17fffffffca60) at bytecode.c:630

         op = <optimized out>

         type = <optimized out>

         targets =

           {0x59c287 <exec_byte_code+10455>, 0x59b1e2 <exec_byte_code+6194>, 0x59b1dd <exec_byte_code+6189>, 0x59b1d8 <exec_byte_code+6184>, 0x599db0 <exec_byte_code+1024>, 0x599db0 <exec_byte_code+1024>, 0x59a259 <exec_byte_code+2217>, 0x59b331 <exec_byte_code+6529>, 0x599f2b <exec_byte_code+1403>, 0x599f26 <exec_byte_code+1398>, 0x599f21 <exec_byte_code+1393>, 0x599f1c <exec_byte_code+1388>, 0x599d53 <exec_byte_code+931>, 0x599d58 <exec_byte_code+936>, 0x59a24c <exec_byte_code+2204>, 0x599f30 <exec_byte_code+1408>, 0x599eb3 <exec_byte_code+1283>, 0x599eae <exec_byte_code+1278>, 0x599ea9 <exec_byte_code+1273>, 0x599ea4 <exec_byte_code+1268>, 0x599cd7 <exec_byte_code+807>, 0x599ce0 <exec_byte_code+816>, 0x599e80 <exec_byte_code+1232>, 0x599e8d <exec_byte_code+1245>, 0x599ec7 <exec_byte_code+1303>, 0x599ec2 <exec_byte_code+1298>, 0x599ebd <exec_byte_code+1293>, 0x599eb8 <exec_byte_code+1288>, 0x599c91 <exec_byte_code+737>, 0x599c98 <exec_byte_code+744>, 0x599ee3 <exec_byte_code+1331>, 0x599ecc <exec_byte_code+1308>, 0x599e39 <exec_byte_code+1161>, 0x599e5f <exec_byte_code+1199>, 0x599e5a <exec_byte_code+1194>, 0x599e55 <exec_byte_code+1189>, 0x599c50 <exec_byte_code+672>, 0x599c50 <exec_byte_code+672>, 0x599e2c <exec_byte_code+1148>, 0x599e3e <exec_byte_code+1166>, 0x599e64 <exec_byte_code+1204>, 0x599e1a <exec_byte_code+1130>, 0x599e15 <exec_byte_code+1125>, 0x599e10 <exec_byte_code+1120>, 0x599c02 <exec_byte_code+594>, 0x599c08 <exec_byte_code+600>, 0x599e1f <exec_byte_code+1135>, 0x599e69 <exec_byte_code+1209>, 0x59a944 <exec_byte_code+3988>, 0x59a971 <exec_byte_code+4033>, 0x59a9f8 <exec_byte_code+4168>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59a734 <exec_byte_code+3460>, 0x59a6f5 <exec_byte_code+3397>, 0x59a6b0 <exec_byte_code+3328>, 0x59a66b <exec_byte_code+3259>, 0x59a628 <exec_byte_code+3192>, 0x59a19a <exec_byte_code+2026>, 0x59a15f <exec_byte_code+1967>, 0x59a5fb <exec_byte_code+3147>, 0x59a1d8 <exec_byte_code+2088>, 0x59a127 <exec_byte_code+1911>, 0x59a5c0 <exec_byte_code+3088>, 0x59b1ab <exec_byte_code+6139>, 0x59b170 <exec_byte_code+6080>, 0x59b139 <exec_byte_code+6025>, 0x59b102 <exec_byte_code+5970>, 0x59b089 <exec_byte_code+5849>, 0x59b04e <exec_byte_code+5790>, 0x59b00f <exec_byte_cod---Type <return> to continue, or q <return> to quit---

e+5727>, 0x59afe2 <exec_byte_code+5682>, 0x59afb5 <exec_byte_code+5637>, 0x59af7a <exec_byte_code+5578>, 0x59af3f <exec_byte_code+5519>, 0x59af04 <exec_byte_code+5460>, 0x59aec5 <exec_byte_code+5397>, 0x59ae8e <exec_byte_code+5342>, 0x59ae57 <exec_byte_code+5287>, 0x59ae20 <exec_byte_code+5232>, 0x59ad96 <exec_byte_code+5094>, 0x59ad58 <exec_byte_code+5032>, 0x59acfa <exec_byte_code+4938>, 0x59acba <exec_byte_code+4874>, 0x59ac7a <exec_byte_code+4810>, 0x59ac3a <exec_byte_code+4746>, 0x59abfa <exec_byte_code+4682>, 0x59abc3 <exec_byte_code+4627>, 0x59ab86 <exec_byte_code+4566>, 0x59ab4f <exec_byte_code+4511>, 0x59ab18 <exec_byte_code+4456>, 0x59aae1 <exec_byte_code+4401>, 0x59aaaa <exec_byte_code+4346>, 0x59bcf3 <exec_byte_code+9027>, 0x599de2 <exec_byte_code+1074>, 0x59bcc6 <exec_byte_code+8982>, 0x59bc97 <exec_byte_code+8935>, 0x59bc08 <exec_byte_code+8792>, 0x59bbc5 <exec_byte_code+8725>, 0x59bb98 <exec_byte_code+8680>, 0x59bb6d <exec_byte_code+8637>, 0x59bb42 <exec_byte_code+8594>, 0x59bb0f <exec_byte_code+8543>, 0x59bae0 <exec_byte_code+8496>, 0x59c287 <exec_byte_code+10455>, 0x59bab5 <exec_byte_code+8453>, 0x59ba8a <exec_byte_code+8410>, 0x59ba5f <exec_byte_code+8367>, 0x59ba34 <exec_byte_code+8324>, 0x59ba09 <exec_byte_code+8281>, 0x59b9dc <exec_byte_code+8236>, 0x599de2 <exec_byte_code+1074>, 0x59c287 <exec_byte_code+10455>, 0x59b99d <exec_byte_code+8173>, 0x59b970 <exec_byte_code+8128>, 0x59b943 <exec_byte_code+8083>, 0x59b908 <exec_byte_code+8024>, 0x59b8cd <exec_byte_code+7965>, 0x59b8a0 <exec_byte_code+7920>, 0x59b874 <exec_byte_code+7876>, 0x59b839 <exec_byte_code+7817>, 0x59b7fe <exec_byte_code+7758>, 0x59b7c3 <exec_byte_code+7699>, 0x59b798 <exec_byte_code+7656>, 0x59b76b <exec_byte_code+7611>, 0x59c287 <exec_byte_code+10455>, 0x59a33d <exec_byte_code+2445>, 0x59a532 <exec_byte_code+2946>, 0x59a210 <exec_byte_code+2144>, 0x59a584 <exec_byte_code+3028>, 0x59a4fd <exec_byte_code+2893>, 0x59a4c8 <exec_byte_code+2840>, 0x599f47 <exec_byte_code+1431>, 0x59a37c <exec_byte_code+2508>, 0x599ef0 <exec_byte_code+1344>, 0x59a30f <exec_byte_code+2399>, 0x59a28f <exec_byte_code+2271>, 0x59aa45 <exec_byte_code+4245>, 0x59aa03 <exec_byte_code+4179>, 0x59a8eb <exec_byte_code+3899>, 0x59a8ac <exec_byte_code+3836>, 0x59a866 <exec_byte_code+3766>, 0x59a7e6 <exec_byte_code+3638>, 0x59a560 <exec_byte_code+2992>, 0x59b72c <exec_byte_code+7548>, 0x59b6ff <exec_byte_code+7503>, 0x59b621 <exec_byte_code+7281>, 0x59b5f4 <exec_byte_code+7236>, 0x59b5c7 <exec_byte_code+7191>, 0x59b58c <exec_byte_code+7132>, 0x59b689 <exec_byte_code+7385>, 0x59b64e <exec_byte_code+7326>, 0x59b6c4 <exec_byte_code+7444>, 0x59b418 <exec_byte_code+6760>, 0x59b516 <exec_byte_code+7014>, 0x59b4db <exec_byte_code+6955>, 0x59b4ae <exec_byte_code+6910>, 0x59b473 <exec_byte_code+6851>, 0x59b551 <exec_byte_code+7073>, 0x59b3e0 <exec_byte_code+6704>, 0x59b3a8 <exec_byte_code+6648>, 0x59b371 <exec_byte_code+6593>, 0x59aa73 <exec_byte_code+4291>, 0x59bd36 <exec_byte_code+9094>, 0x59b22c <exec_byte_code+6268>, 0x59b1e7 <exec_byte_code+6199>, 0x59c287 <exec_byte_code+10455>, 0x59a471 <exec_byte_code+2753>, 0x59a43a <exec_byte_code+2698>, 0x59a403 <exec_byte_code+2643>, 0x59a3cf <exec_byte_code+2591>, 0x59a39b <exec_byte_code+2539>, 0x59b0b6 <exec_byte_code+5894>, 0x59add4 <exec_byte_code+5156>, 0x59bc4b <exec_byte_code+8859>, 0x59b2f0 <exec_byte_code+6464>, 0x59b2a3 <exec_byte_code+6387>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59b272 <exec_byte_code+6338>, 0x599fd8 <exec_byte_code+1576>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x599fa6 <exec_byte_code+1526> <repeats 64 times>}

         const_length = <optimized out>

         bytestr_length = <optimized out>

         vectorp = 0x13e8c38 <bss_sbrk_buffer+8312952>

         quitcounter = 1 '\001'

         stack_items = <optimized out>

         sa_avail = <optimized out>

         sa_count = 10

         sa_must_free = false

         stack_base = <optimized out>

         stack_lim = <optimized out>

         top = 0x7fffffffc660

         void_stack_lim = <optimized out>

         bytestr_data = 0x7fffffffc6a8 "\b?\205u\001\306\307\310\003GW\203\022"

         pc = <optimized out>

         count = 10

         result = <optimized out>

#16 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488340648, nargs@entry=0, arg_vector=0x17fffffffca60, arg_vector@entry=0x7fffffffca60) at eval.c:2974

---Type <return> to continue, or q <return> to quit---

         syms_left = <optimized out>

         next = <optimized out>

         lexenv = <optimized out>

         i = <optimized out>

         optional = <optimized out>

         rest = <optimized out>

         previous_optional_or_rest = <optimized out>

#17 0x0000000000562e5d in Ffuncall (nargs=1, args=args@entry=0x7fffffffca58) at eval.c:2787

         fun = <optimized out>

         original_fun = {i = 7028784}

         funcar = <optimized out>

         numargs = 0

         val = <optimized out>

         count = 9

#18 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488341624, args=<optimized out>,

     args@entry=0x17fffffffcd28) at bytecode.c:630

         op = <optimized out>

         type = <optimized out>

         targets =

           {0x59c287 <exec_byte_code+10455>, 0x59b1e2 <exec_byte_code+6194>, 0x59b1dd <exec_byte_code+6189>, 0x59b1d8 <exec_byte_code+6184>, 0x599db0 <exec_byte_code+1024>, 0x599db0 <exec_byte_code+1024>, 0x59a259 <exec_byte_code+2217>, 0x59b331 <exec_byte_code+6529>, 0x599f2b <exec_byte_code+1403>, 0x599f26 <exec_byte_code+1398>, 0x599f21 <exec_byte_code+1393>, 0x599f1c <exec_byte_code+1388>, 0x599d53 <exec_byte_code+931>, 0x599d58 <exec_byte_code+936>, 0x59a24c <exec_byte_code+2204>, 0x599f30 <exec_byte_code+1408>, 0x599eb3 <exec_byte_code+1283>, 0x599eae <exec_byte_code+1278>, 0x599ea9 <exec_byte_code+1273>, 0x599ea4 <exec_byte_code+1268>, 0x599cd7 <exec_byte_code+807>, 0x599ce0 <exec_byte_code+816>, 0x599e80 <exec_byte_code+1232>, 0x599e8d <exec_byte_code+1245>, 0x599ec7 <exec_byte_code+1303>, 0x599ec2 <exec_byte_code+1298>, 0x599ebd <exec_byte_code+1293>, 0x599eb8 <exec_byte_code+1288>, 0x599c91 <exec_byte_code+737>, 0x599c98 <exec_byte_code+744>, 0x599ee3 <exec_byte_code+1331>, 0x599ecc <exec_byte_code+1308>, 0x599e39 <exec_byte_code+1161>, 0x599e5f <exec_byte_code+1199>, 0x599e5a <exec_byte_code+1194>, 0x599e55 <exec_byte_code+1189>, 0x599c50 <exec_byte_code+672>, 0x599c50 <exec_byte_code+672>, 0x599e2c <exec_byte_code+1148>, 0x599e3e <exec_byte_code+1166>, 0x599e64 <exec_byte_code+1204>, 0x599e1a <exec_byte_code+1130>, 0x599e15 <exec_byte_code+1125>, 0x599e10 <exec_byte_code+1120>, 0x599c02 <exec_byte_code+594>, 0x599c08 <exec_byte_code+600>, 0x599e1f <exec_byte_code+1135>, 0x599e69 <exec_byte_code+1209>, 0x59a944 <exec_byte_code+3988>, 0x59a971 <exec_byte_code+4033>, 0x59a9f8 <exec_byte_code+4168>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59a734 <exec_byte_code+3460>, 0x59a6f5 <exec_byte_code+3397>, 0x59a6b0 <exec_byte_code+3328>, 0x59a66b <exec_byte_code+3259>, 0x59a628 <exec_byte_code+3192>, 0x59a19a <exec_byte_code+2026>, 0x59a15f <exec_byte_code+1967>, 0x59a5fb <exec_byte_code+3147>, 0x59a1d8 <exec_byte_code+2088>, 0x59a127 <exec_byte_code+1911>, 0x59a5c0 <exec_byte_code+3088>, 0x59b1ab <exec_byte_code+6139>, 0x59b170 <exec_byte_code+6080>, 0x59b139 <exec_byte_code+6025>, 0x59b102 <exec_byte_code+5970>, 0x59b089 <exec_byte_code+5849>, 0x59b04e <exec_byte_code+5790>, 0x59b00f <exec_byte_code+5727>, 0x59afe2 <exec_byte_code+5682>, 0x59afb5 <exec_byte_code+5637>, 0x59af7a <exec_byte_code+5578>, 0x59af3f <exec_byte_code+5519>, 0x59af04 <exec_byte_code+5460>, 0x59aec5 <exec_byte_code+5397>, 0x59ae8e <exec_byte_code+5342>, 0x59ae57 <exec_byte_code+5287>, 0x59ae20 <exec_byte_code+5232>, 0x59ad96 <exec_byte_code+5094>, 0x59ad58 <exec_byte_code+5032>, 0x59acfa <exec_byte_code+4938>, 0x59acba <exec_byte_code+4874>, 0x59ac7a <exec_byte_code+4810>, 0x59ac3a <exec_byte_code+4746>, 0x59abfa <exec_byte_code+4682>, 0x59abc3 <exec_byte_code+4627>, 0x59ab86 <exec_byte_code+4566>, 0x59ab4f <exec_byte_code+4511>, 0x59ab18 <exec_byte_code+4456>, 0x59aae1 <exec_byte_code+4401>, 0x59aaaa <exec_byte_code+4346>, 0x59bcf3 <exec_byte_code+9027>, 0x599de2 <exec_byte_code+1074>, 0x59bcc6 <exec_byte_code+8982>, 0x59bc97 <exec_byte_code+8935>, 0x59bc08 <exec_byte_code+8792>, 0x59bbc5 <exec_byte_code+8725>, 0x59bb98 <exec_byte_code+8680>, 0x59bb6d <exec_byte_code+8637>, 0x59bb42 <exec_byte_code+8594>, 0x59bb0f <exec_byte_code+8543>, 0x59bae0 <exec_byte_code+8496>, 0x59c287 <exec_byte_code+10455>, 0x59bab5 <exec_byte_code+8453>, 0x59ba8a <exec_byte_code+8410>, 0x59ba5f <exec_byte_c---Type <return> to continue, or q <return> to quit---

ode+8367>, 0x59ba34 <exec_byte_code+8324>, 0x59ba09 <exec_byte_code+8281>, 0x59b9dc <exec_byte_code+8236>, 0x599de2 <exec_byte_code+1074>, 0x59c287 <exec_byte_code+10455>, 0x59b99d <exec_byte_code+8173>, 0x59b970 <exec_byte_code+8128>, 0x59b943 <exec_byte_code+8083>, 0x59b908 <exec_byte_code+8024>, 0x59b8cd <exec_byte_code+7965>, 0x59b8a0 <exec_byte_code+7920>, 0x59b874 <exec_byte_code+7876>, 0x59b839 <exec_byte_code+7817>, 0x59b7fe <exec_byte_code+7758>, 0x59b7c3 <exec_byte_code+7699>, 0x59b798 <exec_byte_code+7656>, 0x59b76b <exec_byte_code+7611>, 0x59c287 <exec_byte_code+10455>, 0x59a33d <exec_byte_code+2445>, 0x59a532 <exec_byte_code+2946>, 0x59a210 <exec_byte_code+2144>, 0x59a584 <exec_byte_code+3028>, 0x59a4fd <exec_byte_code+2893>, 0x59a4c8 <exec_byte_code+2840>, 0x599f47 <exec_byte_code+1431>, 0x59a37c <exec_byte_code+2508>, 0x599ef0 <exec_byte_code+1344>, 0x59a30f <exec_byte_code+2399>, 0x59a28f <exec_byte_code+2271>, 0x59aa45 <exec_byte_code+4245>, 0x59aa03 <exec_byte_code+4179>, 0x59a8eb <exec_byte_code+3899>, 0x59a8ac <exec_byte_code+3836>, 0x59a866 <exec_byte_code+3766>, 0x59a7e6 <exec_byte_code+3638>, 0x59a560 <exec_byte_code+2992>, 0x59b72c <exec_byte_code+7548>, 0x59b6ff <exec_byte_code+7503>, 0x59b621 <exec_byte_code+7281>, 0x59b5f4 <exec_byte_code+7236>, 0x59b5c7 <exec_byte_code+7191>, 0x59b58c <exec_byte_code+7132>, 0x59b689 <exec_byte_code+7385>, 0x59b64e <exec_byte_code+7326>, 0x59b6c4 <exec_byte_code+7444>, 0x59b418 <exec_byte_code+6760>, 0x59b516 <exec_byte_code+7014>, 0x59b4db <exec_byte_code+6955>, 0x59b4ae <exec_byte_code+6910>, 0x59b473 <exec_byte_code+6851>, 0x59b551 <exec_byte_code+7073>, 0x59b3e0 <exec_byte_code+6704>, 0x59b3a8 <exec_byte_code+6648>, 0x59b371 <exec_byte_code+6593>, 0x59aa73 <exec_byte_code+4291>, 0x59bd36 <exec_byte_code+9094>, 0x59b22c <exec_byte_code+6268>, 0x59b1e7 <exec_byte_code+6199>, 0x59c287 <exec_byte_code+10455>, 0x59a471 <exec_byte_code+2753>, 0x59a43a <exec_byte_code+2698>, 0x59a403 <exec_byte_code+2643>, 0x59a3cf <exec_byte_code+2591>, 0x59a39b <exec_byte_code+2539>, 0x59b0b6 <exec_byte_code+5894>, 0x59add4 <exec_byte_code+5156>, 0x59bc4b <exec_byte_code+8859>, 0x59b2f0 <exec_byte_code+6464>, 0x59b2a3 <exec_byte_code+6387>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59b272 <exec_byte_code+6338>, 0x599fd8 <exec_byte_code+1576>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x599fa6 <exec_byte_code+1526> <repeats 64 times>}

         const_length = <optimized out>

         bytestr_length = <optimized out>

         vectorp = 0x13fdcc8 <bss_sbrk_buffer+8399112>

         quitcounter = 1 '\001'

         stack_items = <optimized out>

         sa_avail = <optimized out>

         sa_count = 9

         sa_must_free = false

         stack_base = <optimized out>

         stack_lim = <optimized out>

         top = 0x7fffffffca58

         void_stack_lim = <optimized out>

         bytestr_data = 0x7fffffffca78 "É\b\235\203\020"

         pc = <optimized out>

         count = 9

         result = <optimized out>

#19 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488341624, nargs@entry=0, arg_vector=0x17fffffffcd28, arg_vector@entry=0x7fffffffcd28) at eval.c:2974

         syms_left = <optimized out>

         next = <optimized out>

         lexenv = <optimized out>

         i = <optimized out>

         optional = <optimized out>

         rest = <optimized out>

         previous_optional_or_rest = <optimized out>

---Type <return> to continue, or q <return> to quit---

#20 0x0000000000562e5d in Ffuncall (nargs=1, args=0x7fffffffcd20) at eval.c:2787

         fun = <optimized out>

         original_fun = {i = 20962581}

         funcar = <optimized out>

         numargs = 0

         val = <optimized out>

         count = 8

#21 0x0000000000562f09 in funcall_nil (nargs=<optimized out>, args=<optimized out>) at eval.c:2404

#22 0x00000000005624dd in run_hook_with_args (nargs=1, args=0x7fffffffcd20, funcall=0x562f00 <funcall_nil>) at eval.c:2581

         global_vals = <optimized out>

         sym = {i = 10504544}

         val = <optimized out>

         ret = <optimized out>

#23 0x0000000000562677 in run_hook_with_args (funcall=0x562f00 <funcall_nil>, args=0x7fffffffcd20, nargs=1) at eval.c:2531

         ret = <optimized out>

         i = <optimized out>

#24 0x0000000000562677 in Frun_hook_with_args (args=0x7fffffffcd20, nargs=1) at eval.c:2446

         i = <optimized out>

#25 0x0000000000562677 in run_hook (hook=...) at eval.c:2594

         i = <optimized out>

#26 0x0000000000562677 in Frun_hooks (nargs=<optimized out>, args=<optimized out>) at eval.c:2428

         i = <optimized out>

#27 0x0000000000562ee2 in Ffuncall (nargs=3, args=args@entry=0x7fffffffcdb8) at eval.c:2773

         fun = <optimized out>

         original_fun = {i = 713728}

         funcar = <optimized out>

         numargs = 2

         val = <optimized out>

         count = 7

#28 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488342624, args=<optimized out>,

     args@entry=0x1f7fffffffd798) at bytecode.c:630

         op = <optimized out>

         type = <optimized out>

         targets =

           {0x59c287 <exec_byte_code+10455>, 0x59b1e2 <exec_byte_code+6194>, 0x59b1dd <exec_byte_code+6189>, 0x59b1d8 <exec_byte_code+6184>, 0x599db0 <exec_byte_code+1024>, 0x599db0 <exec_byte_code+1024>, 0x59a259 <exec_byte_code+2217>, 0x59b331 <exec_byte_code+6529>, 0x599f2b <exec_byte_code+1403>, 0x599f26 <exec_byte_code+1398>, 0x599f21 <exec_byte_code+1393>, 0x599f1c <exec_byte_code+1388>, 0x599d53 <exec_byte_code+931>, 0x599d58 <exec_byte_code+936>, 0x59a24c <exec_byte_code+2204>, 0x599f30 <exec_byte_code+1408>, 0x599eb3 <exec_byte_code+1283>, 0x599eae <exec_byte_code+1278>, 0x599ea9 <exec_byte_code+1273>, 0x599ea4 <exec_byte_code+1268>, 0x599cd7 <exec_byte_code+807>, 0x599ce0 <exec_byte_code+816>, 0x599e80 <exec_byte_code+1232>, 0x599e8d <exec_byte_code+1245>, 0x599ec7 <exec_byte_code+1303>, 0x599ec2 <exec_byte_code+1298>, 0x599ebd <exec_byte_code+1293>, 0x599eb8 <exec_byte_code+1288>, 0x599c91 <exec_byte_code+737>, 0x599c98 <exec_byte_code+744>, 0x599ee3 <exec_byte_code+1331>, 0x599ecc <exec_b---Type <return> to continue, or q <return> to quit---

yte_code+1308>, 0x599e39 <exec_byte_code+1161>, 0x599e5f <exec_byte_code+1199>, 0x599e5a <exec_byte_code+1194>, 0x599e55 <exec_byte_code+1189>, 0x599c50 <exec_byte_code+672>, 0x599c50 <exec_byte_code+672>, 0x599e2c <exec_byte_code+1148>, 0x599e3e <exec_byte_code+1166>, 0x599e64 <exec_byte_code+1204>, 0x599e1a <exec_byte_code+1130>, 0x599e15 <exec_byte_code+1125>, 0x599e10 <exec_byte_code+1120>, 0x599c02 <exec_byte_code+594>, 0x599c08 <exec_byte_code+600>, 0x599e1f <exec_byte_code+1135>, 0x599e69 <exec_byte_code+1209>, 0x59a944 <exec_byte_code+3988>, 0x59a971 <exec_byte_code+4033>, 0x59a9f8 <exec_byte_code+4168>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59a734 <exec_byte_code+3460>, 0x59a6f5 <exec_byte_code+3397>, 0x59a6b0 <exec_byte_code+3328>, 0x59a66b <exec_byte_code+3259>, 0x59a628 <exec_byte_code+3192>, 0x59a19a <exec_byte_code+2026>, 0x59a15f <exec_byte_code+1967>, 0x59a5fb <exec_byte_code+3147>, 0x59a1d8 <exec_byte_code+2088>, 0x59a127 <exec_byte_code+1911>, 0x59a5c0 <exec_byte_code+3088>, 0x59b1ab <exec_byte_code+6139>, 0x59b170 <exec_byte_code+6080>, 0x59b139 <exec_byte_code+6025>, 0x59b102 <exec_byte_code+5970>, 0x59b089 <exec_byte_code+5849>, 0x59b04e <exec_byte_code+5790>, 0x59b00f <exec_byte_code+5727>, 0x59afe2 <exec_byte_code+5682>, 0x59afb5 <exec_byte_code+5637>, 0x59af7a <exec_byte_code+5578>, 0x59af3f <exec_byte_code+5519>, 0x59af04 <exec_byte_code+5460>, 0x59aec5 <exec_byte_code+5397>, 0x59ae8e <exec_byte_code+5342>, 0x59ae57 <exec_byte_code+5287>, 0x59ae20 <exec_byte_code+5232>, 0x59ad96 <exec_byte_code+5094>, 0x59ad58 <exec_byte_code+5032>, 0x59acfa <exec_byte_code+4938>, 0x59acba <exec_byte_code+4874>, 0x59ac7a <exec_byte_code+4810>, 0x59ac3a <exec_byte_code+4746>, 0x59abfa <exec_byte_code+4682>, 0x59abc3 <exec_byte_code+4627>, 0x59ab86 <exec_byte_code+4566>, 0x59ab4f <exec_byte_code+4511>, 0x59ab18 <exec_byte_code+4456>, 0x59aae1 <exec_byte_code+4401>, 0x59aaaa <exec_byte_code+4346>, 0x59bcf3 <exec_byte_code+9027>, 0x599de2 <exec_byte_code+1074>, 0x59bcc6 <exec_byte_code+8982>, 0x59bc97 <exec_byte_code+8935>, 0x59bc08 <exec_byte_code+8792>, 0x59bbc5 <exec_byte_code+8725>, 0x59bb98 <exec_byte_code+8680>, 0x59bb6d <exec_byte_code+8637>, 0x59bb42 <exec_byte_code+8594>, 0x59bb0f <exec_byte_code+8543>, 0x59bae0 <exec_byte_code+8496>, 0x59c287 <exec_byte_code+10455>, 0x59bab5 <exec_byte_code+8453>, 0x59ba8a <exec_byte_code+8410>, 0x59ba5f <exec_byte_code+8367>, 0x59ba34 <exec_byte_code+8324>, 0x59ba09 <exec_byte_code+8281>, 0x59b9dc <exec_byte_code+8236>, 0x599de2 <exec_byte_code+1074>, 0x59c287 <exec_byte_code+10455>, 0x59b99d <exec_byte_code+8173>, 0x59b970 <exec_byte_code+8128>, 0x59b943 <exec_byte_code+8083>, 0x59b908 <exec_byte_code+8024>, 0x59b8cd <exec_byte_code+7965>, 0x59b8a0 <exec_byte_code+7920>, 0x59b874 <exec_byte_code+7876>, 0x59b839 <exec_byte_code+7817>, 0x59b7fe <exec_byte_code+7758>, 0x59b7c3 <exec_byte_code+7699>, 0x59b798 <exec_byte_code+7656>, 0x59b76b <exec_byte_code+7611>, 0x59c287 <exec_byte_code+10455>, 0x59a33d <exec_byte_code+2445>, 0x59a532 <exec_byte_code+2946>, 0x59a210 <exec_byte_code+2144>, 0x59a584 <exec_byte_code+3028>, 0x59a4fd <exec_byte_code+2893>, 0x59a4c8 <exec_byte_code+2840>, 0x599f47 <exec_byte_code+1431>, 0x59a37c <exec_byte_code+2508>, 0x599ef0 <exec_byte_code+1344>, 0x59a30f <exec_byte_code+2399>, 0x59a28f <exec_byte_code+2271>, 0x59aa45 <exec_byte_code+4245>, 0x59aa03 <exec_byte_code+4179>, 0x59a8eb <exec_byte_code+3899>, 0x59a8ac <exec_byte_code+3836>, 0x59a866 <exec_byte_code+3766>, 0x59a7e6 <exec_byte_code+3638>, 0x59a560 <exec_byte_code+2992>, 0x59b72c <exec_byte_code+7548>, 0x59b6ff <exec_byte_code+7503>, 0x59b621 <exec_byte_code+7281>, 0x59b5f4 <exec_byte_code+7236>, 0x59b5c7 <exec_byte_code+7191>, 0x59b58c <exec_byte_code+7132>, 0x59b689 <exec_byte_code+7385>, 0x59b64e <exec_byte_code+7326>, 0x59b6c4 <exec_byte_code+7444>, 0x59b418 <exec_byte_code+6760>, 0x59b516 <exec_byte_code+7014>, 0x59b4db <exec_byte_code+6955>, 0x59b4ae <exec_byte_code+6910>, 0x59b473 <exec_byte_code+6851>, 0x59b551 <exec_byte_code+7073>, 0x59b3e0 <exec_byte_code+6704>, 0x59b3a8 <exec_byte_code+6648>, 0x59b371 <exec_byte_code+6593>, 0x59aa73 <exec_byte_code+4291>, 0x59bd36 <exec_byte_code+9094>, 0x59b22c <exec_byte_code+6268>, 0x59b1e7 <exec_byte_code+6199>, 0x59c287 <exec_byte_code+10455>, 0x59a471 <exec_byte_code+2753>, 0x59a43a <exec_byte_code+2698>, 0x59a403 <exec_byte_code+2643>, 0x59a3cf <exec_byte_code+2591>, 0x59a39b <exec_byte_code+2539>, 0x59b0b6 <exec_byte_code+5894>, 0x59add4 <exec_byte_code+5156>, 0x59bc4b <exec_byte_code+8859>, 0x59b2f0 <exec_byte_code+6464>, 0x59b2a3 <exec_byte_code+6387>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59b272 <exec_byte_code+6338>, 0x599fd8 <exec_byte_code+1576>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x599fa6 <exec_byte_code+1526> <repeats 64 times>}

         const_length = <optimized out>

         bytestr_length = <optimized out>

         vectorp = 0x958d68 <pure+1056072>

         quitcounter = 31 '\037'

         stack_items = <optimized out>

         sa_avail = <optimized out>

         sa_count = 7

         sa_must_free = false

         stack_base = <optimized out>

---Type <return> to continue, or q <return> to quit---

         stack_lim = <optimized out>

         top = 0x7fffffffcdb8

         void_stack_lim = <optimized out>

         bytestr_data = 0x7fffffffce60 "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060"

         pc = <optimized out>

         count = 7

         result = <optimized out>

#29 0x000000000056555e in funcall_lambda (fun=..., nargs=140737488342624, nargs@entry=0, arg_vector=0x1f7fffffffd798, arg_vector@entry=0x7fffffffd798) at eval.c:2974

         syms_left = <optimized out>

         next = <optimized out>

         lexenv = <optimized out>

         i = <optimized out>

         optional = <optimized out>

         rest = <optimized out>

         previous_optional_or_rest = <optimized out>

#30 0x0000000000562e5d in Ffuncall (nargs=1, args=args@entry=0x7fffffffd790) at eval.c:2787

         fun = <optimized out>

         original_fun = {i = 10446272}

         funcar = <optimized out>

         numargs = 0

         val = <optimized out>

         count = 6

#31 0x0000000000599c70 in exec_byte_code (bytestr=..., vector=..., maxdepth=..., args_template=..., nargs=nargs@entry=140737488345064, args=<optimized out>,

     args@entry=0x297fffffffdb90) at bytecode.c:630

         op = <optimized out>

         type = <optimized out>

         targets =

           {0x59c287 <exec_byte_code+10455>, 0x59b1e2 <exec_byte_code+6194>, 0x59b1dd <exec_byte_code+6189>, 0x59b1d8 <exec_byte_code+6184>, 0x599db0 <exec_byte_code+1024>, 0x599db0 <exec_byte_code+1024>, 0x59a259 <exec_byte_code+2217>, 0x59b331 <exec_byte_code+6529>, 0x599f2b <exec_byte_code+1403>, 0x599f26 <exec_byte_code+1398>, 0x599f21 <exec_byte_code+1393>, 0x599f1c <exec_byte_code+1388>, 0x599d53 <exec_byte_code+931>, 0x599d58 <exec_byte_code+936>, 0x59a24c <exec_byte_code+2204>, 0x599f30 <exec_byte_code+1408>, 0x599eb3 <exec_byte_code+1283>, 0x599eae <exec_byte_code+1278>, 0x599ea9 <exec_byte_code+1273>, 0x599ea4 <exec_byte_code+1268>, 0x599cd7 <exec_byte_code+807>, 0x599ce0 <exec_byte_code+816>, 0x599e80 <exec_byte_code+1232>, 0x599e8d <exec_byte_code+1245>, 0x599ec7 <exec_byte_code+1303>, 0x599ec2 <exec_byte_code+1298>, 0x599ebd <exec_byte_code+1293>, 0x599eb8 <exec_byte_code+1288>, 0x599c91 <exec_byte_code+737>, 0x599c98 <exec_byte_code+744>, 0x599ee3 <exec_byte_code+1331>, 0x599ecc <exec_byte_code+1308>, 0x599e39 <exec_byte_code+1161>, 0x599e5f <exec_byte_code+1199>, 0x599e5a <exec_byte_code+1194>, 0x599e55 <exec_byte_code+1189>, 0x599c50 <exec_byte_code+672>, 0x599c50 <exec_byte_code+672>, 0x599e2c <exec_byte_code+1148>, 0x599e3e <exec_byte_code+1166>, 0x599e64 <exec_byte_code+1204>, 0x599e1a <exec_byte_code+1130>, 0x599e15 <exec_byte_code+1125>, 0x599e10 <exec_byte_code+1120>, 0x599c02 <exec_byte_code+594>, 0x599c08 <exec_byte_code+600>, 0x599e1f <exec_byte_code+1135>, 0x599e69 <exec_byte_code+1209>, 0x59a944 <exec_byte_code+3988>, 0x59a971 <exec_byte_code+4033>, 0x59a9f8 <exec_byte_code+4168>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59a734 <exec_byte_code+3460>, 0x59a6f5 <exec_byte_code+3397>, 0x59a6b0 <exec_byte_code+3328>, 0x59a66b <exec_byte_code+3259>, 0x59a628 <exec_byte_code+3192>, 0x59a19a <exec_byte_code+2026>, 0x59a15f <exec_byte_code+1967>, 0x59a5fb <exec_byte_code+3147>, 0x59a1d8 <exec_byte_code+2088>, 0x59a127 <exec_byte_code+1911>, 0x59a5c0 <exec_byte_code+3088>, 0x59b1ab <exec_byte_code+6139>, 0x59b170 <exec---Type <return> to continue, or q <return> to quit---

_byte_code+6080>, 0x59b139 <exec_byte_code+6025>, 0x59b102 <exec_byte_code+5970>, 0x59b089 <exec_byte_code+5849>, 0x59b04e <exec_byte_code+5790>, 0x59b00f <exec_byte_code+5727>, 0x59afe2 <exec_byte_code+5682>, 0x59afb5 <exec_byte_code+5637>, 0x59af7a <exec_byte_code+5578>, 0x59af3f <exec_byte_code+5519>, 0x59af04 <exec_byte_code+5460>, 0x59aec5 <exec_byte_code+5397>, 0x59ae8e <exec_byte_code+5342>, 0x59ae57 <exec_byte_code+5287>, 0x59ae20 <exec_byte_code+5232>, 0x59ad96 <exec_byte_code+5094>, 0x59ad58 <exec_byte_code+5032>, 0x59acfa <exec_byte_code+4938>, 0x59acba <exec_byte_code+4874>, 0x59ac7a <exec_byte_code+4810>, 0x59ac3a <exec_byte_code+4746>, 0x59abfa <exec_byte_code+4682>, 0x59abc3 <exec_byte_code+4627>, 0x59ab86 <exec_byte_code+4566>, 0x59ab4f <exec_byte_code+4511>, 0x59ab18 <exec_byte_code+4456>, 0x59aae1 <exec_byte_code+4401>, 0x59aaaa <exec_byte_code+4346>, 0x59bcf3 <exec_byte_code+9027>, 0x599de2 <exec_byte_code+1074>, 0x59bcc6 <exec_byte_code+8982>, 0x59bc97 <exec_byte_code+8935>, 0x59bc08 <exec_byte_code+8792>, 0x59bbc5 <exec_byte_code+8725>, 0x59bb98 <exec_byte_code+8680>, 0x59bb6d <exec_byte_code+8637>, 0x59bb42 <exec_byte_code+8594>, 0x59bb0f <exec_byte_code+8543>, 0x59bae0 <exec_byte_code+8496>, 0x59c287 <exec_byte_code+10455>, 0x59bab5 <exec_byte_code+8453>, 0x59ba8a <exec_byte_code+8410>, 0x59ba5f <exec_byte_code+8367>, 0x59ba34 <exec_byte_code+8324>, 0x59ba09 <exec_byte_code+8281>, 0x59b9dc <exec_byte_code+8236>, 0x599de2 <exec_byte_code+1074>, 0x59c287 <exec_byte_code+10455>, 0x59b99d <exec_byte_code+8173>, 0x59b970 <exec_byte_code+8128>, 0x59b943 <exec_byte_code+8083>, 0x59b908 <exec_byte_code+8024>, 0x59b8cd <exec_byte_code+7965>, 0x59b8a0 <exec_byte_code+7920>, 0x59b874 <exec_byte_code+7876>, 0x59b839 <exec_byte_code+7817>, 0x59b7fe <exec_byte_code+7758>, 0x59b7c3 <exec_byte_code+7699>, 0x59b798 <exec_byte_code+7656>, 0x59b76b <exec_byte_code+7611>, 0x59c287 <exec_byte_code+10455>, 0x59a33d <exec_byte_code+2445>, 0x59a532 <exec_byte_code+2946>, 0x59a210 <exec_byte_code+2144>, 0x59a584 <exec_byte_code+3028>, 0x59a4fd <exec_byte_code+2893>, 0x59a4c8 <exec_byte_code+2840>, 0x599f47 <exec_byte_code+1431>, 0x59a37c <exec_byte_code+2508>, 0x599ef0 <exec_byte_code+1344>, 0x59a30f <exec_byte_code+2399>, 0x59a28f <exec_byte_code+2271>, 0x59aa45 <exec_byte_code+4245>, 0x59aa03 <exec_byte_code+4179>, 0x59a8eb <exec_byte_code+3899>, 0x59a8ac <exec_byte_code+3836>, 0x59a866 <exec_byte_code+3766>, 0x59a7e6 <exec_byte_code+3638>, 0x59a560 <exec_byte_code+2992>, 0x59b72c <exec_byte_code+7548>, 0x59b6ff <exec_byte_code+7503>, 0x59b621 <exec_byte_code+7281>, 0x59b5f4 <exec_byte_code+7236>, 0x59b5c7 <exec_byte_code+7191>, 0x59b58c <exec_byte_code+7132>, 0x59b689 <exec_byte_code+7385>, 0x59b64e <exec_byte_code+7326>, 0x59b6c4 <exec_byte_code+7444>, 0x59b418 <exec_byte_code+6760>, 0x59b516 <exec_byte_code+7014>, 0x59b4db <exec_byte_code+6955>, 0x59b4ae <exec_byte_code+6910>, 0x59b473 <exec_byte_code+6851>, 0x59b551 <exec_byte_code+7073>, 0x59b3e0 <exec_byte_code+6704>, 0x59b3a8 <exec_byte_code+6648>, 0x59b371 <exec_byte_code+6593>, 0x59aa73 <exec_byte_code+4291>, 0x59bd36 <exec_byte_code+9094>, 0x59b22c <exec_byte_code+6268>, 0x59b1e7 <exec_byte_code+6199>, 0x59c287 <exec_byte_code+10455>, 0x59a471 <exec_byte_code+2753>, 0x59a43a <exec_byte_code+2698>, 0x59a403 <exec_byte_code+2643>, 0x59a3cf <exec_byte_code+2591>, 0x59a39b <exec_byte_code+2539>, 0x59b0b6 <exec_byte_code+5894>, 0x59add4 <exec_byte_code+5156>, 0x59bc4b <exec_byte_code+8859>, 0x59b2f0 <exec_byte_code+6464>, 0x59b2a3 <exec_byte_code+6387>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59b272 <exec_byte_code+6338>, 0x599fd8 <exec_byte_code+1576>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x59c287 <exec_byte_code+10455>, 0x599fa6 <exec_byte_code+1526> <repeats 64 times>}

         const_length = <optimized out>

         bytestr_length = <optimized out>

         vectorp = 0x957ff8 <pure+1052632>

         quitcounter = 41 ')'

         stack_items = <optimized out>

         sa_avail = <optimized out>

         sa_count = 5

         sa_must_free = false

         stack_base = <optimized out>

         stack_lim = <optimized out>

         top = 0x7fffffffd790

         void_stack_lim = <optimized out>

         bytestr_data = 0x7fffffffd7e8 "\b\203\b"

         pc = <optimized out>

         count = 5

         result = <optimized out>

---Type <return> to continue, or q <return> 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 = <optimized out>

         next = <optimized out>

         lexenv = <optimized out>

         i = <optimized out>

         optional = <optimized out>

         rest = <optimized out>

         previous_optional_or_rest = <optimized out>

#33 0x0000000000565953 in apply_lambda (fun=..., args=..., count=count@entry=4) at eval.c:2910

         args_left = <optimized out>

         i = <optimized out>

         arg_vector = 0x7fffffffdb90

         tem = {i = 4}

         sa_avail = <optimized out>

         sa_must_free = false

#34 0x0000000000564eca in eval_sub (form=..., form@entry=...) at eval.c:2313

         fun = <optimized out>

         val = <optimized out>

         original_fun = {i = 10503952}

         original_args = {i = 0}

         funcar = <optimized out>

         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 <top_level_2>, handlers=..., handlers@entry=..., hfun=hfun@entry=0x4f2160 <cmd_error>)

     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 <top_level_1>, 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 = <optimized out>

#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 = <optimized out>

---Type <return> to continue, or q <return> to quit---

         dumping = <optimized out>

         skip_args = 0

         no_loadup = false

         junk = 0x0

         dname_arg = 0x0

         ch_to_dir = 0x0

         original_pwd = <optimized out>

         disable_aslr = <optimized out>

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


[-- Attachment #2: Type: text/html, Size: 74716 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50)
  2019-12-31 20:03 bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50) ricercar
@ 2020-01-01  3:39 ` Eli Zaretskii
  2020-01-03  6:12   ` ricercar
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2020-01-01  3:39 UTC (permalink / raw)
  To: ricercar; +Cc: 38837

> From: ricercar@lycos.com
> Date: Tue, 31 Dec 2019 20:03:24 +0000
> 
> 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]

Crystal ball says this is bug#38442.  If so, it is already fixed, and
the problem is that you have a non-XFT font backend specified by the
desktop file for one of your frames.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50)
  2020-01-01  3:39 ` Eli Zaretskii
@ 2020-01-03  6:12   ` ricercar
  2020-01-03  7:56     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: ricercar @ 2020-01-03  6:12 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 38837

[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]

It seems to be fixed in 27. Any idea how I can avoid the problem in a stable
release, such as 26 or 25?

On 1/1/20 3:39 AM, Eli Zaretskii wrote:

>> From: ricercar@lycos.com
>> Date: Tue, 31 Dec 2019 20:03:24 +0000
>>
>> 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]
> Crystal ball says this is bug#38442.  If so, it is already fixed, and
> the problem is that you have a non-XFT font backend specified by the
> desktop file for one of your frames.
>

[-- Attachment #2: Type: text/html, Size: 1529 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50)
  2020-01-03  6:12   ` ricercar
@ 2020-01-03  7:56     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2020-01-03  7:56 UTC (permalink / raw)
  To: ricercar; +Cc: 38837-done

> Cc: 38837@debbugs.gnu.org
> From: ricercar@lycos.com
> Date: Fri, 3 Jan 2020 06:12:58 +0000
> 
> It seems to be fixed in 27.

OK, so I'm closing the bug.

> Any idea how I can avoid the problem in a stable release, such as 26
> or 25?

Apply this patch:

--- lisp/frameset.el~
+++ lisp/frameset.el
@@ -456,6 +456,9 @@ frameset-persistent-filter-alist
      (client                      . :never)
      (delete-before               . :never)
      (font                        . frameset-filter-font-param)
+     ;; Don't save font-backend because we cannot guarantee the new
+     ;; session will support the saved backend anyway.  (Bug#38442)
+     (font-backend                . :never)
      (foreground-color            . frameset-filter-sanitize-color)
      (frameset--text-pixel-height . :save)
      (frameset--text-pixel-width  . :save)

Then start "emacs -Q", edit your .emacs.desktop file, and remove from
it all the sub-lists of this form:

  (font-backend SOMETHING...)

Regardless of what you see instead of "SOMETHING..." in your
.emacs.desktop, remove all such sub-lists, including their
parentheses.  Save .emacs.desktop, then restart Emacs as usual.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-03  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 20:03 bug#38837: 26.3.50; Segmentation Fault with Desktop Save Mode (emacs 26.3.50) ricercar
2020-01-01  3:39 ` Eli Zaretskii
2020-01-03  6:12   ` ricercar
2020-01-03  7:56     ` Eli Zaretskii

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