all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21394: 25.0.50; Segfault when displaying unprintable character in echo area while frames are being created
@ 2015-09-01 16:43 Pip Cet
  2015-09-01 16:57 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Pip Cet @ 2015-09-01 16:43 UTC (permalink / raw)
  To: 21394


[-- Attachment #1.1: Type: text/plain, Size: 3314 bytes --]

Recipe:

Launch emacs -Q.

C-x C-f emacs-bug-038.el
M-x eval-buffer

Wait for approximately one minute.

The contents of emacs-bug-038.el are:

------
(run-with-timer 0 .01 (lambda () (message (make-string 1 0))))

(while t
  (let ((f (make-frame)))
    (sit-for .1)
    (delete-frame f)))
------

The repository is unmodified Emacs HEAD; while the CFLAGS contain an extra
option to dump gimple trees, I believe that should have no influence on the
produced code. I have attached a full gdb log.

I have been unable to reproduce this bug with emacs -Q --load
emacs-bug-038.el.

Please let me know if I can provide any further information or do anything
else to help fix this bug.

In GNU Emacs 25.0.50.14 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.6)
 of 2015-09-01
Repository revision: da88ad6cb1e98ef9f28462648ab53d81d22dd189
Windowing system distributor 'The X.Org Foundation', version 11.0.11702000
System Description:    Debian GNU/Linux unstable (sid)

Configured using:
 'configure 'CFLAGS=-O0 -g3 -fdump-tree-gimple-vops-verbose-raw-lineno''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS GCONF GSETTINGS NOTIFY LIBSELINUX
GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-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

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr
mail-utils time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
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 charscript
case-table epa-hook jka-cmpr-hook help simple abbrev 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 dbusbind 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 81444 9134)
 (symbols 48 19017 0)
 (miscs 40 42 136)
 (strings 32 13315 4665)
 (string-bytes 1 380651)
 (vectors 16 11238)
 (vector-slots 8 413731 5198)
 (floats 8 131 60)
 (intervals 56 189 0)
 (buffers 976 11)
 (heap 1024 18466 983))

[-- Attachment #1.2: Type: text/html, Size: 3792 bytes --]

[-- Attachment #2: emacs-bug-041.txt --]
[-- Type: text/plain, Size: 259008 bytes --]

GNU gdb (Debian 7.9.1-1) 7.9.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from emacs...done.
(gdb) source ~/git/emacs/src/.gdbinit 
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.0
TERM = screen
Breakpoint 1 at 0x54ba86: file emacs.c, line 370.
Temporary breakpoint 2 at 0x56ec30: file sysdep.c, line 907.
(gdb) xbacktrace
(gdb) set height unlimited
(gdb) r
Starting program: /usr/local/bin/emacs -Q
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe9b59700 (LWP 30306)]
[New Thread 0x7fffe9358700 (LWP 30308)]
[New Thread 0x7fffea62c700 (LWP 30304)]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000483065 in x_produce_glyphs (it=0x7fffffff9de0) at xdisp.c:26488
26488	      struct font *font = face->font;
(gdb) bt full
#0  0x0000000000483065 in x_produce_glyphs (it=0x7fffffff9de0) at xdisp.c:26488
        char2b = {
          byte1 = 0 '\000', 
          byte2 = 0 '\000'
        }
        face = 0x0
        font = 0x3ec0
        pcm = 0x200000012
        boff = 0
        extra_line_spacing = 0
#1  0x000000000044b494 in move_it_in_display_line_to (it=0x7fffffff9de0, to_charpos=2, to_x=-1, op=MOVE_TO_POS) at xdisp.c:8549
        x = 0
        i = 0
        ascent = 0
        descent = 0
        result = MOVE_UNDEFINED
        saved_glyph_row = 0x0
        wrap_it = {
          window = 79, 
          w = 0x4072e00000000000, 
          f = 0x402a000000000000, 
          method = 83, 
          stop_charpos = 4644055640749113344, 
          prev_stop = 4623507967449235456, 
          base_level_stop = 86, 
          end_charpos = 4642789003353915392, 
          s = 0x402a000000000000 <error: Cannot access memory at address 0x402a000000000000>, 
          string_nchars = 16, 
          redisplay_end_trigger_charpos = 140737488318472, 
          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 = 0x2f, 
          dpvec = 0x406fa00000000000, 
          dpend = 0x402a000000000000, 
          dpvec_char_len = 76, 
          dpvec_face_id = 0, 
          saved_face_id = 0, 
          ctl_chars = {4623507967449235456, 86, 4643299176749203456, 4623507967449235456, 83, 4643387137679425536, 4623507967449235456, 0, 0, 0, 0, 0, 140737296791988, 140737488320704, 1, 140737488321220}, 
          start = {
            pos = {
              charpos = 552, 
              bytepos = 1
            }, 
            overlay_string_index = 140737488321216, 
            string_pos = {
              charpos = 0, 
              bytepos = 27241184
            }, 
            dpvec_index = -33600
          }, 
          current = {
            pos = {
              charpos = 140737488320796, 
              bytepos = 27241184
            }, 
            overlay_string_index = 140737297184432, 
            string_pos = {
              charpos = 140737297184605, 
              bytepos = 140737296811290
            }, 
            dpvec_index = -34108
          }, 
          n_overlay_strings = 140737297184432, 
          overlay_strings_charpos = 140737488320796, 
          overlay_strings = {140737488321728, 0, 2647031702374934016, 140737488320800, 140737488321216, 1, 140737296811462, 0, 140737488321728, 0, 1413044240384, 1864015807016, 0, 0, 0, 0}, 
          string_overlays = {0 <repeats 16 times>}, 
          string = 0, 
          from_overlay = 0, 
          stack = {{
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 140737316450386, 
              base_level_stop = 140737488321744, 
              cmp_it = {
                stop_pos = 140737488321088, 
                id = 140737297666854, 
                ch = -33864, 
                rule_idx = 32767, 
                lookback = 1, 
                nglyphs = 13, 
                reversed_p = false, 
                charpos = 140737488321744, 
                nchars = -242090523, 
                nbytes = 32767, 
                from = -72515583, 
                to = 0, 
                width = -33584
              }, 
              face_id = -33584, 
              u = {
                image = {
                  object = 140737488321744, 
                  slice = {
                    x = 140737488321744, 
                    y = 140737488321757, 
                    width = 140737488321757, 
                    height = 140737488321744
                  }, 
                  image_id = 140737488321757
                }, 
                comp = {
                  object = 140737488321744
                }, 
                stretch = {
                  object = 140737488321744
                }
              }, 
              position = {
                charpos = 0, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = 17179869184, 
                  bytepos = 0
                }, 
                dpvec_index = 612
              }, 
              from_overlay = 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 = (WORD_WRAP | WINDOW_WRAP | unknown: 4294967292), 
              voffset = -1, 
              space_width = 2647031702374934016, 
              font_height = 0
            }, {
              string = 28478048, 
              string_nchars = -169311040, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 140737488324272, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 140737316341016, 
                id = 0, 
                ch = -30996, 
                rule_idx = 32767, 
                lookback = 28478048, 
                nglyphs = -171924368, 
                reversed_p = 255, 
                charpos = 28478048, 
                nchars = -172015196, 
                nbytes = 32767, 
                from = 2, 
                to = 0, 
                width = 28160352
              }, 
              face_id = -172021488, 
              u = {
                image = {
                  object = 140737488322160, 
                  slice = {
                    x = 0, 
                    y = 140737488324332, 
                    width = 140737488322672, 
                    height = 140737316342666
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 140737488322160
                }, 
                stretch = {
                  object = 140737488322160
                }
              }, 
              position = {
                charpos = 2647031702374934016, 
                bytepos = 17179869765
              }, 
              current = {
                pos = {
                  charpos = 140737488322160, 
                  bytepos = 0
                }, 
                overlay_string_index = 140737319044288, 
                string_pos = {
                  charpos = 0, 
                  bytepos = 140737488324272
                }, 
                dpvec_index = -32256
              }, 
              from_overlay = 140737316344664, 
              area = 128, 
              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 = (unknown: 21776736), 
              voffset = 0, 
              space_width = 140737304689811, 
              font_height = 4398046659840
            }, {
              string = 410117837310720, 
              string_nchars = 37493040, 
              end_charpos = 140737307680665, 
              stop_charpos = 0, 
              prev_stop = 0, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 0, 
                id = 0, 
                ch = 155280896, 
                rule_idx = 616310095, 
                lookback = 200, 
                nglyphs = 14, 
                reversed_p = false, 
                charpos = 34061824, 
                nchars = -191170874, 
                nbytes = 32767, 
                from = -25296, 
                to = 32767, 
                width = -191708930
              }, 
              face_id = -25296, 
              u = {
                image = {
                  object = 140737296646429, 
                  slice = {
                    x = 0, 
                    y = 140737488321744, 
                    width = 0, 
                    height = 140737297258873
                  }, 
                  image_id = 37
                }, 
                comp = {
                  object = 140737296646429
                }, 
                stretch = {
                  object = 140737296646429
                }
              }, 
              position = {
                charpos = 28603328, 
                bytepos = 8234110039593472088
              }, 
              current = {
                pos = {
                  charpos = 219822583666, 
                  bytepos = 0
                }, 
                overlay_string_index = 2647031702374934016, 
                string_pos = {
                  charpos = 22231504, 
                  bytepos = 0
                }, 
                dpvec_index = 22060896
              }, 
              from_overlay = 37091328, 
              area = 22231504, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = (L2R | R2L | unknown: 4114176100), 
              multibyte_p = true, 
              string_from_display_prop_p = true, 
              string_from_prefix_prop_p = true, 
              display_ellipsis_p = true, 
              avoid_cursor_p = true, 
              bidi_p = true, 
              from_disp_prop_p = true, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 37493040, 
              font_height = 22231504
            }, {
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 0, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 140737315983525, 
                id = 0, 
                ch = 15341568, 
                rule_idx = 0, 
                lookback = 28478408, 
                nglyphs = 155280896, 
                reversed_p = 79, 
                charpos = 140737488323216, 
                nchars = -169311040, 
                nbytes = 32767, 
                from = 28478048, 
                to = 0, 
                width = -171924368
              }, 
              face_id = -32112, 
              u = {
                image = {
                  object = 140737316342666, 
                  slice = {
                    x = 140737488322128, 
                    y = 0, 
                    width = 37091328, 
                    height = 22231504
                  }, 
                  image_id = 21776736
                }, 
                comp = {
                  object = 140737316342666
                }, 
                stretch = {
                  object = 140737316342666
                }
              }, 
              position = {
                charpos = 140737307570781, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 22231504, 
                  bytepos = 80
                }, 
                overlay_string_index = 40401088, 
                string_pos = {
                  charpos = 1, 
                  bytepos = 2647031702374934016
                }, 
                dpvec_index = 37091328
              }, 
              from_overlay = 22060896, 
              area = -32572, 
              method = 32767, 
              paragraph_embedding = (unknown: 37091328), 
              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 = (unknown: 22231504), 
              voffset = 0, 
              space_width = 21776736, 
              font_height = 0
            }, {
              string = 140737307572724, 
              string_nchars = 23819304, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 2647031702374934016, 
              base_level_stop = 23822088, 
              cmp_it = {
                stop_pos = 31788084, 
                id = 4294967296, 
                ch = 9, 
                rule_idx = 16, 
                lookback = 140737488322216, 
                nglyphs = 1024, 
                reversed_p = 60, 
                charpos = 4398046660608, 
                nchars = 149205, 
                nbytes = 1084, 
                from = 149504, 
                to = 1024, 
                width = 149802
              }, 
              face_id = 1084, 
              u = {
                image = {
                  object = 4655744698069, 
                  slice = {
                    x = 5364414301665, 
                    y = 4655744698666, 
                    width = 5364414302751, 
                    height = 6412386174177
                  }, 
                  image_id = 5364414301665
                }, 
                comp = {
                  object = 4655744698069
                }, 
                stretch = {
                  object = 4655744698069
                }
              }, 
              position = {
                charpos = 6412386321724, 
                bytepos = 5364414302751
              }, 
              current = {
                pos = {
                  charpos = 6412386323139, 
                  bytepos = 7696581395925
                }, 
                overlay_string_index = 6412386321724, 
                string_pos = {
                  charpos = 7696581543168, 
                  bytepos = 6412386323139
                }, 
                dpvec_index = 150272
              }, 
              from_overlay = 406819302278912, 
              area = 148736, 
              method = 1792, 
              paragraph_embedding = (unknown: 148736), 
              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 = (unknown: 150272), 
              voffset = 1792, 
              space_width = 406819302427392, 
              font_height = 408099202626048
            }}, 
          sp = -1, 
          selective = 408099202680124, 
          what = 150272, 
          face_id = 94720, 
          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 = true, 
          glyph_not_available_p = true, 
          starts_in_middle_of_char_p = false, 
          face_before_selective_p = true, 
          constrain_row_ascent_descent_p = false, 
          line_wrap = (WINDOW_WRAP | unknown: 95016), 
          base_face_id = 95018, 
          c = 95263, 
          len = 148796, 
          cmp_it = {
            stop_pos = 409151469667809, 
            id = 408099202681539, 
            ch = 150047, 
            rule_idx = 95263, 
            lookback = 409855844250655, 
            nglyphs = 148961, 
            reversed_p = 31, 
            charpos = 409855844304597, 
            nchars = 150047, 
            nbytes = 95263, 
            from = 149802, 
            to = 95427, 
            width = 95427
          }, 
          char_to_display = 149205, 
          glyphless_method = 95427, 
          image_id = 410117837309952, 
          slice = {
            x = 409855844305194, 
            y = 410117837309952, 
            width = 147456, 
            height = 408100405122172
          }, 
          space_width = 140737488322904, 
          voffset = -32172, 
          tab_width = -1, 
          font_height = -4294818559, 
          object = 406819302425857, 
          position = {
            charpos = 140737488323728, 
            bytepos = 140737488322656
          }, 
          truncation_pixel_width = -32656, 
          continuation_pixel_width = -1, 
          first_visible_x = 32767, 
          last_visible_x = -32464, 
          last_visible_y = 32767, 
          extra_line_spacing = 148736, 
          max_extra_line_spacing = 95488, 
          override_ascent = 148961, 
          override_descent = 0, 
          override_boff = 150272, 
          glyph_row = 0x24bc254f09416600, 
          area = 109824, 
          nglyphs = 0, 
          pixel_width = -32112, 
          ascent = 32767, 
          descent = -32424, 
          max_ascent = 32767, 
          max_descent = -32172, 
          phys_ascent = 32767, 
          phys_descent = 15326292, 
          max_phys_ascent = 0, 
          max_phys_descent = 15326300, 
          current_x = 0, 
          continuation_lines_width = -32464, 
          eol_pos = {
            charpos = 140737316172670, 
            bytepos = 140737488323120
          }, 
          current_y = 31788084, 
          first_vpos = 0, 
          vpos = 0, 
          hpos = 0, 
          left_user_fringe_bitmap = 1792, 
          right_user_fringe_bitmap = 0, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 148736, 
          bidi_p = false, 
          bidi_it = {
            bytepos = 148736, 
            charpos = 140737488323216, 
            ch = -172184927, 
            nchars = 410023348029233, 
            ch_len = 406819302426325, 
            type = 4294935132, 
            type_after_wn = 32767, 
            orig_type = 4294935124, 
            resolved_level = -1 '\377', 
            isolate_level = 127 '\177', 
            invalid_levels = -32255, 
            invalid_isolates = 140733193388032, 
            prev = {
              charpos = 140737316088112, 
              type = 4294934864, 
              orig_type = 32767
            }, 
            last_strong = {
              charpos = 140737488322912, 
              type = 149080, 
              orig_type = 95488
            }, 
            next_for_neutral = {
              charpos = 410117837309184, 
              type = 148736, 
              orig_type = 94720
            }, 
            prev_for_neutral = {
              charpos = 4398046661376, 
              type = 155280896, 
              orig_type = 616310095
            }, 
            next_for_ws = {
              charpos = 639073969101876, 
              type = 4294935184, 
              orig_type = 32767
            }, 
            bracket_pairing_pos = 15326128, 
            bracket_enclosed_type = 15326088, 
            next_en_pos = 15326316, 
            next_en_type = 15326128, 
            sos = NEUTRAL_DIR, 
            scan_dir = 6, 
            disp_pos = 140737316172670, 
            disp_prop = -32208, 
            stack_idx = 32767, 
            level_stack = {{
                next_for_neutral_pos = 140737316088372, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737316094460, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 1, 
                level = 187 '\273', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737316088112, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 5, 
                level = 187 '\273', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737316088352, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316172670, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737316088412, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316172670, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 6, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316088781, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 15326088, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737319044288, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737316346540, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 40266648, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 645413325505536, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 645413325505536, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 31788084, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388064, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 6412386321724, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 7696581395925, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 639073953776865, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4294965803, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 3, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5364414301665, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 642119085588479, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4398046512188, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4398046660608, 
                next_for_neutral_type = 2, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4655744549888, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 644446957863996, 
                next_for_neutral_type = 1, 
                last_strong_type = 4, 
                prev_for_neutral_type = 3, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294968545, 
                next_for_neutral_type = 7, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488323568, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488324768, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 24619840, 
                next_for_neutral_type = 4, 
                last_strong_type = 5, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737292217931, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 78 'N', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737488324764, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488324688, 
                next_for_neutral_type = 2, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 95018, 
                next_for_neutral_type = 3, 
                last_strong_type = 0, 
                prev_for_neutral_type = 3, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 409151469668895, 
                next_for_neutral_type = 2, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 644446957862913, 
                next_for_neutral_type = 7, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 409151469614275, 
                next_for_neutral_type = 3, 
                last_strong_type = 0, 
                prev_for_neutral_type = 3, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 409855844305194, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 410117837255875, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 642114790716611, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4294871808, 
                next_for_neutral_type = 1, 
                last_strong_type = 4, 
                prev_for_neutral_type = 7, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 409855844304597, 
                next_for_neutral_type = 7, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 639078248742911, 
                next_for_neutral_type = 2, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 408099202626591, 
                next_for_neutral_type = 7, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 406819302425856, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 408099202626048, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 638816255739648, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4294872576, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2473901162925, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 25769804205, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488323872, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 2 '\002'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 211 '\323', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 30668432, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 3, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488324064, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488325264, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 24619840, 
                next_for_neutral_type = 4, 
                last_strong_type = 3, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737292217931, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 78 'N', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737488325260, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325184, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4122572394, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488324332, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 5, 
                level = 103 'g', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 33600496, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 40314176, 
                next_for_neutral_type = 4, 
                last_strong_type = 4, 
                prev_for_neutral_type = 6, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488324272, 
                next_for_neutral_type = 4, 
                last_strong_type = 1, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737315961948, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 410117837310720, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 53 '5', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 4, 
                last_strong_type = 1, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737319044288, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 15326088, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737315954654, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 232 '\350', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737315970794, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 4591870177489977344, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 1, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = -36028797018963966, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 128 '\200', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 2495392776191, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 369, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2495375999431, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2495375999345, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 25769804145, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 97 'a', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737315996579, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 15325216, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 211 '\323', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 30668432, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 3, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4602290273322442399, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 6, 
                level = 159 '\237', 
                flags = 159 '\237'
              }, {
                next_for_neutral_pos = 4602643496822628320, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -141289416918406, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737283697337, 
                next_for_neutral_type = 7, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 20 '\024', 
                flags = 51 '3'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 29520, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 5619407, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 6716571, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 5, 
                level = 190 '\276', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4301683761, 
                next_for_neutral_type = 4, 
                last_strong_type = 3, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 19536472, 
                next_for_neutral_type = 7, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 9 '\t', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 7, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 19536472, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 4697395, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 19536472, 
                next_for_neutral_type = 4, 
                last_strong_type = 4, 
                prev_for_neutral_type = 6, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325232, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 4732982, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325232, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737315978750, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737315978865, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4648321745864884224, 
                next_for_neutral_type = 7, 
                last_strong_type = 5, 
                prev_for_neutral_type = 3, 
                level = 153 '\231', 
                flags = 121 'y'
              }, {
                next_for_neutral_pos = 4648321745864884224, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4648333560299848072, 
                next_for_neutral_type = 7, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 20 '\024', 
                flags = 51 '3'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737315947253, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737315893192, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 229 '\345', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 19536472, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 96 '`', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 28478048, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325312, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 6, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                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 = 140737316457504, 
              s = 0x0, 
              schars = 37037520, 
              bufpos = 0, 
              from_disp_str = false, 
              unibyte = false
            }, 
            w = 0x4082400000000000, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 140737488325216, 
            first_elt = false, 
            new_paragraph = false, 
            frame_window_p = false
          }, 
          paragraph_embedding = (unknown: 4294937104)
        }
        atpos_it = {
          window = 0, 
          w = 0x0, 
          f = 0x0, 
          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 = {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 = {0 <repeats 13 times>, 1397704747, 55834575136, 4623507967449235456}, 
          string_overlays = {72, 0, 4623507967449235456, 79, 0, 4623507967449235456, 83, 0, 4623507967449235456, 86, 0, 4623507967449235456, 16, 0, 4623507967449235456, 47}, 
          string = 0, 
          from_overlay = 4623507967449235456, 
          stack = {{
              string = 76, 
              string_nchars = 0, 
              end_charpos = 4623507967449235456, 
              stop_charpos = 86, 
              prev_stop = 0, 
              base_level_stop = 4623507967449235456, 
              cmp_it = {
                stop_pos = 83, 
                id = 0, 
                ch = 0, 
                rule_idx = 1076494336, 
                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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 4608, 
              area = LEFT_MARGIN_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = (unknown: 151296), 
              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 = 140737315938397, 
              font_height = 140737488317360
            }, {
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 147456, 
              prev_stop = 147712, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 140737315938397, 
                id = 140737488317424, 
                ch = -37680, 
                rule_idx = 0, 
                lookback = 140737488318424, 
                nglyphs = -36920, 
                reversed_p = 255, 
                charpos = 147456, 
                nchars = 147712, 
                nbytes = 109824, 
                from = -36920, 
                to = 32767, 
                width = 155280896
              }, 
              face_id = -37856, 
              u = {
                image = {
                  object = 140737488317712, 
                  slice = {
                    x = 140737488318400, 
                    y = 140737488318384, 
                    width = 109824, 
                    height = 140737488317712
                  }, 
                  image_id = 140737488318384
                }, 
                comp = {
                  object = 140737488317712
                }, 
                stretch = {
                  object = 140737488317712
                }
              }, 
              position = {
                charpos = 140737315909547, 
                bytepos = 140737488317536
              }, 
              current = {
                pos = {
                  charpos = 140737315909381, 
                  bytepos = 147456
                }, 
                overlay_string_index = 471690488463616, 
                string_pos = {
                  charpos = 140737488317728, 
                  bytepos = 2647031702374934016
                }, 
                dpvec_index = 0
              }, 
              from_overlay = 1, 
              area = TEXT_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = (L2R | R2L | unknown: 4122525052), 
              multibyte_p = true, 
              string_from_display_prop_p = true, 
              string_from_prefix_prop_p = true, 
              display_ellipsis_p = true, 
              avoid_cursor_p = true, 
              bidi_p = true, 
              from_disp_prop_p = true, 
              line_wrap = (unknown: 4294929608), 
              voffset = 32767, 
              space_width = 140737488317632, 
              font_height = 140737488317768
            }}, 
          sp = -1, 
          selective = 140737488317688, 
          what = 4294929736, 
          face_id = 32767, 
          selective_display_ellipsis_p = false, 
          ctl_arrow_p = false, 
          face_box_p = false, 
          start_of_box_run_p = true, 
          end_of_box_run_p = false, 
          overlay_strings_at_end_processed_p = false, 
          ignore_overlay_strings_at_pos_p = true, 
          glyph_not_available_p = true, 
          starts_in_middle_of_char_p = false, 
          face_before_selective_p = true, 
          constrain_row_ascent_descent_p = true, 
          line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 32764), 
          base_face_id = -37216, 
          c = 32767, 
          len = -37624, 
          cmp_it = {
            stop_pos = 140737488317696, 
            id = 0, 
            ch = -2147483648, 
            rule_idx = 0, 
            lookback = 0, 
            nglyphs = -36944, 
            reversed_p = 255, 
            charpos = 140737488318216, 
            nchars = -37152, 
            nbytes = 32767, 
            from = -37560, 
            to = 32767, 
            width = 0
          }, 
          char_to_display = 0, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 140735340871680, 
          slice = {
            x = 19791209299968, 
            y = 0, 
            width = 140737488317728, 
            height = 0
          }, 
          space_width = 140735340871679, 
          voffset = 0, 
          tab_width = 0, 
          font_height = 0, 
          object = 140737488317728, 
          position = {
            charpos = 109824, 
            bytepos = 9223372032559808512
          }, 
          truncation_pixel_width = 1, 
          continuation_pixel_width = 0, 
          first_visible_x = 0, 
          last_visible_x = -32656, 
          last_visible_y = 32767, 
          extra_line_spacing = -37136, 
          max_extra_line_spacing = 32767, 
          override_ascent = -1597803582, 
          override_descent = 49159303, 
          override_boff = -36944, 
          glyph_row = 0x7fffffff6ee0, 
          area = RIGHT_MARGIN_AREA, 
          nglyphs = 0, 
          pixel_width = -32656, 
          ascent = 32767, 
          descent = -1765575742, 
          max_ascent = 49159303, 
          max_descent = 759919554, 
          phys_ascent = 49154056, 
          phys_descent = 0, 
          max_phys_ascent = 0, 
          max_phys_descent = 155280896, 
          current_x = 616310095, 
          continuation_lines_width = 0, 
          eol_pos = {
            charpos = 140737488326320, 
            bytepos = 140737488318064
          }, 
          current_y = -172411729, 
          first_vpos = 32767, 
          vpos = 0, 
          hpos = 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 = 2647031702374934016, 
            charpos = 140737488318088, 
            ch = -37200, 
            nchars = 140737488320352, 
            ch_len = 140737488318320, 
            type = 4294930080, 
            type_after_wn = 32767, 
            orig_type = STRONG_R, 
            resolved_level = 0 '\000', 
            isolate_level = 0 '\000', 
            invalid_levels = 140737488322608, 
            invalid_isolates = 2647031702374934016, 
            prev = {
              charpos = 140737488326728, 
              type = 4294930160, 
              orig_type = 32767
            }, 
            last_strong = {
              charpos = 140737488320416, 
              type = 4294930352, 
              orig_type = 32767
            }, 
            next_for_neutral = {
              charpos = 140737488318176, 
              type = STRONG_R, 
              orig_type = UNKNOWN_BT
            }, 
            prev_for_neutral = {
              charpos = 140737488322672, 
              type = 4122527062, 
              orig_type = 32767
            }, 
            next_for_ws = {
              charpos = 140737488318408, 
              type = 4294934640, 
              orig_type = 32767
            }, 
            bracket_pairing_pos = 4294967296, 
            bracket_enclosed_type = 4294930352, 
            next_en_pos = 0, 
            next_en_type = UNKNOWN_BT, 
            sos = NEUTRAL_DIR, 
            scan_dir = 0, 
            disp_pos = 0, 
            disp_prop = -36944, 
            stack_idx = 32767, 
            level_stack = {{
                next_for_neutral_pos = 140737488318384, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488317664, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488317704, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488317728, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 147456, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488317768, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488355327, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488318512, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488318384, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 151296, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 471690488315904, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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 20 times>, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 9, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 21896592, 
                next_for_neutral_type = 1, 
                last_strong_type = 1, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488319216, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 78 'N', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737294388592, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 63 '?', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 216172782113784392, 
                next_for_neutral_type = 7, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 128 '\200', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 17205035128, 
                next_for_neutral_type = 0, 
                last_strong_type = 5, 
                prev_for_neutral_type = 5, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737488319024, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 9, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 28478048, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737316437323, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488319216, 
                next_for_neutral_type = 1, 
                last_strong_type = 1, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316437259, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 78 'N', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737488322160, 
                next_for_neutral_type = 0, 
                last_strong_type = 7, 
                prev_for_neutral_type = 3, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488319216, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 22470912, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 1, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 28160352, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488319216, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 4 '\004', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1125899945115648, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 70 'F', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1125899945115648, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 73 'I', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1373290023369728, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 70 'F', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1373290061226240, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 73 'I', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1373290061504256, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 4 '\004', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1373290061226240, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1373290061504256, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 74 'J', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1970324837356800, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1970324875051008, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 74 'J', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1970324875444224, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 7 '\a', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1970324875051008, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 1970324875444224, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 75 'K', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104473395872268288, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104473395886111744, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 75 'K', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104473395886473984, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 115 's', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 104473395886111744, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104473395886473984, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 74 'J', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104923096128167680, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 69 'E', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104923096141976832, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 74 'J', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104923096142129664, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 116 't', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 104923096141976832, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 72 'H', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 104923096142129664, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 72 'H', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737245568969, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1, 
                next_for_neutral_type = 7, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 128 '\200', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 21896592, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 25165943, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 78 'N', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737294374235, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1842540969999, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 576, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 28478048, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488323296, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737316436065, 
                next_for_neutral_type = 7, 
                last_strong_type = 1, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 429, 
                next_for_neutral_type = 3, 
                last_strong_type = 3, 
                prev_for_neutral_type = 7, 
                level = 219 '\333', 
                flags = 219 '\333'
              }, {
                next_for_neutral_pos = 140737297666854, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 13, 
                next_for_neutral_type = 3, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 162 '\242', 
                flags = 244 '\364'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 5, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 112, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 49, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 91, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 6, 
                last_strong_type = 5, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 91, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737249080864, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 15325256, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 37501280, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 159 '\237', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737245773952, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 6, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 39890448, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 96 '`', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737316006637, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 92 '\\', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 15325216, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 1, 
                level = 96 '`', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 39890528, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 233 '\351', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737315995751, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 1, 
                level = 96 '`', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737315996579, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 15325216, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 159 '\237', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737315945522, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 6, 
                level = 57 '9', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737325883194, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4643774165772402688, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 2, 
                level = 160 '\240', 
                flags = 1 '\001'
              }, {
                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 = 27219744, 
              s = 0x0, 
              schars = 0, 
              bufpos = 0, 
              from_disp_str = false, 
              unibyte = false
            }, 
            w = 0x2b, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 4623507967449235456, 
            first_elt = false, 
            new_paragraph = false, 
            frame_window_p = false
          }, 
          paragraph_embedding = NEUTRAL_DIR
        }
        atx_it = {
          window = 140737488310336, 
          w = 0x0, 
          f = 0x0, 
          method = GET_FROM_STRING, 
          stop_charpos = 1493, 
          prev_stop = 6412386323139, 
          base_level_stop = 7696581544704, 
          end_charpos = 7696581395925, 
          s = 0x1 <error: Cannot access memory at address 0x1>, 
          string_nchars = 140737488311656, 
          redisplay_end_trigger_charpos = 0, 
          multibyte_p = false, 
          header_line_p = false, 
          string_from_display_prop_p = false, 
          string_from_prefix_prop_p = true, 
          from_disp_prop_p = false, 
          ellipsis_p = true, 
          avoid_cursor_p = true, 
          dp = 0x0, 
          dpvec = 0x24bc254f09416600, 
          dpend = 0x24b0000000002, 
          dpvec_char_len = 1792, 
          dpvec_face_id = 32767, 
          saved_face_id = 150272, 
          ctl_chars = {406819302427392, 406819302278912, 1, 140737488311568, 0, 140737488310160, 0, 22983904, 645413325504514, 140733193482752, 406819302427392, 408099202681539, 408099202626048, 1, 140737488311480, 0}, 
          start = {
            pos = {
              charpos = 140737488311656, 
              bytepos = 0
            }, 
            overlay_string_index = 28498464, 
            string_pos = {
              charpos = 645151332499458, 
              bytepos = 140733193483050
            }, 
            dpvec_index = 150211
          }, 
          current = {
            pos = {
              charpos = 409151469668895, 
              bytepos = 409151469613866
            }, 
            overlay_string_index = 140733193388033, 
            string_pos = {
              charpos = 140737488311392, 
              bytepos = 0
            }, 
            dpvec_index = -43760
          }, 
          n_overlay_strings = 0, 
          overlay_strings_charpos = 28496528, 
          overlay_strings = {644446957862914, 95263, 409151469668895, 409855844305194, 409855844250655, 1, 140737488311304, 0, 140737488311480, 0, 140737488316017, 643394690875394, 95427, 409855844305194, 410117837309952, 
            410117837255875}, 
          string_overlays = {1, 140737488311304, 0, 140737488311392, 0, 0, 640830595399682, 95427, 409855844304597, 410117837309952, 410117837255875, 4294967295, 0, 0, 140737488311216, 0}, 
          string = 95427, 
          from_overlay = 639782623379458, 
          stack = {{
              string = 95263, 
              string_nchars = 148961, 
              end_charpos = 409855844304597, 
              stop_charpos = 409855844250655, 
              prev_stop = 4294967295, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 0, 
                id = 140737488311128, 
                ch = 0, 
                rule_idx = 0, 
                lookback = 95263, 
                nglyphs = 2, 
                reversed_p = 60, 
                charpos = 95018, 
                nchars = 148796, 
                nbytes = 95018, 
                from = 148961, 
                to = 95263, 
                width = 95018
              }, 
              face_id = -1, 
              u = {
                image = {
                  object = 0, 
                  slice = {
                    x = 0, 
                    y = 140737488311040, 
                    width = 0, 
                    height = 95018
                  }, 
                  image_id = 638816255737858
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 94720, 
                bytepos = 406819302425856
              }, 
              current = {
                pos = {
                  charpos = 408099202680124, 
                  bytepos = 408099202626048
                }, 
                overlay_string_index = 4294967295, 
                string_pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                dpvec_index = -44376
              }, 
              from_overlay = 0, 
              area = 94720, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = R2L, 
              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 = (unknown: 1792), 
              voffset = 0, 
              space_width = 7696581543168, 
              font_height = 406819302425856
            }, {
              string = 406819302278912, 
              string_nchars = -1, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 140737488310864, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 1792, 
                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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 0, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = 140737488312264, 
                  bytepos = 140737488312208
                }, 
                dpvec_index = 0
              }, 
              from_overlay = 32, 
              area = LEFT_MARGIN_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = (unknown: 1000), 
              multibyte_p = false, 
              string_from_display_prop_p = false, 
              string_from_prefix_prop_p = false, 
              display_ellipsis_p = true, 
              avoid_cursor_p = false, 
              bidi_p = true, 
              from_disp_prop_p = false, 
              line_wrap = (unknown: 4294924264), 
              voffset = 32767, 
              space_width = 0, 
              font_height = 95488
            }, {
              string = 140737488311216, 
              string_nchars = 0, 
              end_charpos = 140737488312232, 
              stop_charpos = 95488, 
              prev_stop = 140737488311304, 
              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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }}, 
          sp = -1, 
          selective = 0, 
          what = IT_CHARACTER, 
          face_id = 0, 
          selective_display_ellipsis_p = false, 
          ctl_arrow_p = false, 
          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_wrap = TRUNCATE, 
          base_face_id = 0, 
          c = 0, 
          len = 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
          }, 
          char_to_display = 0, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          space_width = 0, 
          voffset = 0, 
          tab_width = 0, 
          font_height = 0, 
          object = 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 = 0, 
          override_descent = 0, 
          override_boff = 0, 
          glyph_row = 0x7ffff5ba364b, 
          area = LEFT_MARGIN_AREA, 
          nglyphs = 0, 
          pixel_width = 28489520, 
          ascent = 0, 
          descent = -42136, 
          max_ascent = 32767, 
          max_descent = 28489672, 
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 0, 
          max_phys_descent = 28488992, 
          current_x = 0, 
          continuation_lines_width = 1, 
          eol_pos = {
            charpos = 0, 
            bytepos = 140737488313344
          }, 
          current_y = 19, 
          first_vpos = 0, 
          vpos = -39240, 
          hpos = 32767, 
          left_user_fringe_bitmap = 13899, 
          right_user_fringe_bitmap = 62906, 
          left_user_fringe_face_id = 32767, 
          right_user_fringe_face_id = 0, 
          bidi_p = false, 
          bidi_it = {
            bytepos = 28489520, 
            charpos = 140737488313288, 
            ch = 155280896, 
            nchars = 0, 
            ch_len = 1, 
            type = UNKNOWN_BT, 
            type_after_wn = 1024, 
            orig_type = 4294925216, 
            resolved_level = -1 '\377', 
            isolate_level = 127 '\177', 
            invalid_levels = 140737488313952, 
            invalid_isolates = 0, 
            prev = {
              charpos = 140737488312264, 
              type = 4123053526, 
              orig_type = 32767
            }, 
            last_strong = {
              charpos = 0, 
              type = WEAK_EN, 
              orig_type = UNKNOWN_BT
            }, 
            next_for_neutral = {
              charpos = 28496528, 
              type = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            prev_for_neutral = {
              charpos = 0, 
              type = STRONG_L, 
              orig_type = UNKNOWN_BT
            }, 
            next_for_ws = {
              charpos = 1, 
              type = 28498464, 
              orig_type = UNKNOWN_BT
            }, 
            bracket_pairing_pos = 28498480, 
            bracket_enclosed_type = 4123050759, 
            next_en_pos = 17179869185, 
            next_en_type = PDI, 
            sos = (unknown: 304), 
            scan_dir = -39312, 
            disp_pos = 83, 
            disp_prop = 13, 
            stack_idx = 1, 
            level_stack = {{
                next_for_neutral_pos = 1331439861764, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 17179869184, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 0, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 12884901901, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 12 '\f', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 28496208, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737488313536, 
                next_for_neutral_type = 0, 
                last_strong_type = 7, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 3 '\003', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 28491704, 
                next_for_neutral_type = 0, 
                last_strong_type = 7, 
                prev_for_neutral_type = 6, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 34388016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 3, 
                level = 232 '\350', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 4, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488314096, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316341016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488313952, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 12 '\f', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737316430960, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 12 '\f', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737316340132, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 28496208, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 191 '\277', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737488313952, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488314156, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488314156, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 28488992, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 3, 
                level = 232 '\350', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737488316016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316341559, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 1 '\001', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 17179948544, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737488316016, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 21474836769, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737319044288, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 28488992, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737315954654, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 232 '\350', 
                flags = 245 '\365'
              }, {
                next_for_neutral_pos = 140737315971057, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 12 '\f', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = -36028797018963966, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 128 '\200', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1241262325759, 
                next_for_neutral_type = 5, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 10, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1241245548744, 
                next_for_neutral_type = 5, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1241245548554, 
                next_for_neutral_type = 5, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 25769803786, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 211 '\323', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 30668432, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 3, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4595667332693956375, 
                next_for_neutral_type = 2, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 26 '\032', 
                flags = 26 '\032'
              }, {
                next_for_neutral_pos = 4596797647894551323, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -221868544741842, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 3, 
                level = 96 '`', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737316230952, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                next_for_neutral_pos = 28488992, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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 12 times>, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 53 '5', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 34388016, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488315168, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 4, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 140737316457208, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 38634368, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 34388016, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 38634368, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316268035, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 77 'M', 
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 140737316267816, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488316016, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488318064, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 39890528, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316007472, 
                next_for_neutral_type = 4, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 178 '\262', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 38634368, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488318064, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 17179869184, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 211 '\323', 
                flags = 1 '\001'
              }, {
                next_for_neutral_pos = 30668432, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 3, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4607182418800017408, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                next_for_neutral_pos = 4595667332693956375, 
                next_for_neutral_type = 2, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 26 '\032', 
                flags = 26 '\032'
              }, {
                next_for_neutral_pos = 4596797647894551323, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -221868544741842, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                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 = 0, 
              s = 0x0, 
              schars = 0, 
              bufpos = 0, 
              from_disp_str = false, 
              unibyte = false
            }, 
            w = 0x0, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 0, 
            first_elt = false, 
            new_paragraph = false, 
            frame_window_p = false
          }, 
          paragraph_embedding = NEUTRAL_DIR
        }
        ppos_it = {
          window = 0, 
          w = 0x0, 
          f = 0x0, 
          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 = {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 = {0 <repeats 16 times>}, 
          string_overlays = {0 <repeats 16 times>}, 
          string = 0, 
          from_overlay = 0, 
          stack = {{
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }}, 
          sp = 0, 
          selective = 0, 
          what = IT_CHARACTER, 
          face_id = 0, 
          selective_display_ellipsis_p = false, 
          ctl_arrow_p = false, 
          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_wrap = TRUNCATE, 
          base_face_id = 0, 
          c = 0, 
          len = 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
          }, 
          char_to_display = 0, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          space_width = 0, 
          voffset = 0, 
          tab_width = 0, 
          font_height = 0, 
          object = 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 = 0, 
          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, 
          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 27 times>, {
                next_for_neutral_pos = 140737249080864, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 369, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2952, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737245765368, 
                next_for_neutral_type = 1, 
                last_strong_type = 7, 
                prev_for_neutral_type = 2, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2992, 
                next_for_neutral_type = 6, 
                last_strong_type = 5, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 94, 
                next_for_neutral_type = 5, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 96, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 6, 
                last_strong_type = 5, 
                prev_for_neutral_type = 1, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737316047183, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 2, 
                last_strong_type = 5, 
                prev_for_neutral_type = 4, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737249080864, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 2647031702374934016, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488311200, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737315905568, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967295, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737488312176, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310144, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488309424, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 4, 
                prev_for_neutral_type = 3, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310408, 
                next_for_neutral_type = 0, 
                last_strong_type = 6, 
                prev_for_neutral_type = 0, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310584, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310672, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 6, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310760, 
                next_for_neutral_type = 0, 
                last_strong_type = 3, 
                prev_for_neutral_type = 5, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310848, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 4, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488310936, 
                next_for_neutral_type = 0, 
                last_strong_type = 5, 
                prev_for_neutral_type = 2, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488311024, 
                next_for_neutral_type = 0, 
                last_strong_type = 2, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488311112, 
                next_for_neutral_type = 0, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488311200, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                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 34 times>, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1493, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 7696581543168, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967295, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 7, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 639782623379458, 
                next_for_neutral_type = 1, 
                last_strong_type = 4, 
                prev_for_neutral_type = 3, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5364414301665, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 4, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 6412386174177, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737488310688, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1249, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1084, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 3, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5364414301665, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967295, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 0, 
                last_strong_type = 1, 
                prev_for_neutral_type = 5, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 642114790621186, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4398046660608, 
                next_for_neutral_type = 5, 
                last_strong_type = 2, 
                prev_for_neutral_type = 3, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4655744549888, 
                next_for_neutral_type = 7, 
                last_strong_type = 7, 
                prev_for_neutral_type = 7, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                next_for_neutral_pos = 140737488310512, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1024, 
                next_for_neutral_type = 2, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1024, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4655744698666, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 1, 
                level = 255 '\377', 
                flags = 255 '\377'
              }, {
                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'
              }, {
                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'
              }, {
                next_for_neutral_pos = 643394690875394, 
                next_for_neutral_type = 4, 
                last_strong_type = 7, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4655744698666, 
                next_for_neutral_type = 7, 
                last_strong_type = 3, 
                prev_for_neutral_type = 0, 
                level = 2 '\002', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5364414153788, 
                next_for_neutral_type = 1, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488310248, 
                next_for_neutral_type = 0, 
                last_strong_type = 0, 
                prev_for_neutral_type = 0, 
                level = 0 '\000', 
                flags = 0 '\000'
              }}, 
            string = {
              lstring = 140737488310424, 
              s = 0x0, 
              schars = 0, 
              bufpos = 644446957862914, 
              from_disp_str = true, 
              unibyte = false
            }, 
            w = 0x4e100024a1f, 
            paragraph_dir = (L2R | R2L | unknown: 150208), 
            separator_limit = 6412386174177, 
            first_elt = true, 
            new_paragraph = false, 
            frame_window_p = false
          }, 
          paragraph_embedding = (unknown: 4294922128)
        }
        wrap_data = 0x0
        atpos_data = 0x0
        atx_data = 0x0
        ppos_data = 0x0
        may_wrap = false
        prev_method = GET_FROM_BUFFER
        closest_pos = 140737488325240
        prev_pos = 1
        saw_smaller_pos = true
#2  0x000000000044dcea in move_it_to (it=0x7fffffff9de0, to_charpos=2, to_x=-1, to_y=-1, to_vpos=-1, op=8) at xdisp.c:9165
        skip = MOVE_UNDEFINED
        skip2 = MOVE_X_REACHED
        line_height = -25152
        line_start_x = 0
        reached = 0
        max_current_x = 0
        backup_data = 0x0
#3  0x0000000000452a5c in resize_mini_window (w=0x12a2880, exact_p=false) at xdisp.c:10804
        total_height = 455
        unit = 13
        max_height = 113
        old_current_buffer = 0x0
        it = {
          window = 19540101, 
          w = 0x12a2880, 
          f = 0x129f9e0, 
          method = GET_FROM_DISPLAY_VECTOR, 
          stop_charpos = 2, 
          prev_stop = 0, 
          base_level_stop = 0, 
          end_charpos = 2, 
          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 = 0x7fffffff9e68, 
          dpend = 0x7fffffff9e78, 
          dpvec_char_len = 1, 
          dpvec_face_id = 18, 
          saved_face_id = 0, 
          ctl_chars = {378, 258, 0 <repeats 14 times>}, 
          start = {
            pos = {
              charpos = 1, 
              bytepos = 1
            }, 
            overlay_string_index = -1, 
            string_pos = {
              charpos = -1, 
              bytepos = -1
            }, 
            dpvec_index = -1
          }, 
          current = {
            pos = {
              charpos = 1, 
              bytepos = 1
            }, 
            overlay_string_index = -1, 
            string_pos = {
              charpos = -1, 
              bytepos = -1
            }, 
            dpvec_index = 0
          }, 
          n_overlay_strings = 0, 
          overlay_strings_charpos = 1, 
          overlay_strings = {0 <repeats 16 times>}, 
          string_overlays = {0 <repeats 16 times>}, 
          string = 0, 
          from_overlay = 0, 
          stack = {{
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }, {
              string = 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 = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 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 = 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 = 0, 
              font_height = 0
            }}, 
          sp = 0, 
          selective = 0, 
          what = IT_CHARACTER, 
          face_id = 18, 
          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_wrap = WINDOW_WRAP, 
          base_face_id = 0, 
          c = 94, 
          len = 1, 
          cmp_it = {
            stop_pos = 2, 
            id = -1, 
            ch = -2, 
            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 = 94, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 0, 
          slice = {
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          space_width = 0, 
          voffset = 0, 
          tab_width = 8, 
          font_height = 0, 
          object = 28669973, 
          position = {
            charpos = 1, 
            bytepos = 1
          }, 
          truncation_pixel_width = 0, 
          continuation_pixel_width = 7, 
          first_visible_x = 0, 
          last_visible_x = 560, 
          last_visible_y = 13, 
          extra_line_spacing = 0, 
          max_extra_line_spacing = 0, 
          override_ascent = -1, 
          override_descent = 0, 
          override_boff = 0, 
          glyph_row = 0x0, 
          area = TEXT_AREA, 
          nglyphs = 1, 
          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, 
          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 = 0, 
              s = 0x0, 
              schars = 0, 
              bufpos = 0, 
              from_disp_str = false, 
              unibyte = false
            }, 
            w = 0x12a2880, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 0, 
            first_elt = false, 
            new_paragraph = false, 
            frame_window_p = false
          }, 
          paragraph_embedding = L2R
        }
        height = 28669973
        start = {
          charpos = 4294967296, 
          bytepos = 28669973
        }
        f = 0x129f9e0
        window_height_changed_p = false
#4  0x000000000045254e in display_echo_area_1 (a1=19540096, a2=0) at xdisp.c:10679
        i1 = 19540096
        w = 0x12a2880
        window = 0
        start = {
          charpos = 43920, 
          bytepos = 27024
        }
        window_height_changed_p = false
#5  0x0000000000451d13 in with_echo_area_buffer (w=0x12a2880, which=0, fn=0x45251d <display_echo_area_1>, a1=19540096, a2=0) at xdisp.c:10465
        buffer = 28669973
        this_one = false
        the_other = true
        clear_buffer_p = false
        rc = false
        count = 38
#6  0x00000000004524d1 in display_echo_area (w=0x12a2880) at xdisp.c:10650
        no_message_p = false
        window_height_changed_p = false
        count = 37
        i = false
#7  0x0000000000453579 in echo_area_display (update_frame_p=true) at xdisp.c:11140
        mini_window = 19540101
        w = 0x12a2880
        f = 0x129f9e0
        window_height_changed_p = false
        sf = 0x129f9e0
#8  0x00000000004513bb in message3_nolog (m=24250244) at xdisp.c:10167
        mini_window = 19540101
        frame = 19528165
        f = 0x129f9e0
        sf = 0x129f9e0
#9  0x000000000045113a in message3 (m=24250244) at xdisp.c:10105
No locals.
#10 0x00000000005de392 in Fmessage (nargs=1, args=0x7fffffffb380) at editfns.c:3686
        val = 24250244
#11 0x00000000005e910b in eval_sub (form=20681203) at eval.c:2087
        vals = 0x7fffffffb380
        argnum = 1
        sa_avail = 16376
        sa_count = 37
        sa_must_free = false
        numargs = 6
        args_left = 0
        i = -19584
        maxargs = 29520
        argvals = {2, 2, 2, 11160548, 140737488336768, 6473108, 0, 0}
        fun = 12450621
        val = 0
        original_fun = 463328
        original_args = 20681139
        funcar = 31078451
        count = 36
#12 0x00000000005e56a0 in Fprogn (body=20680995) at eval.c:427
        val = 0
#13 0x00000000005eb0e2 in funcall_lambda (fun=20680963, nargs=0, arg_vector=0x7fffffffb748) at eval.c:2853
        val = 0
        syms_left = 0
        next = 0
        lexenv = 0
        count = 36
        i = 0
        optional = false
        rest = false
#14 0x00000000005ea985 in Ffuncall (nargs=1, args=0x7fffffffb740) at eval.c:2695
        fun = 20680963
        original_fun = 20680963
        funcar = 29520
        numargs = 0
        lisp_numargs = 0
        val = 140737488336368
        internal_args = 0x5eddf9 <Flength+405>
        count = 35
#15 0x00000000005e96f3 in Fapply (nargs=2, args=0x7fffffffb740) at eval.c:2215
        i = 140737488336496
        numargs = 0
        funcall_nargs = 12452712
        funcall_args = 0x0
        spread_arg = 0
        fun = 20680963
        retval = 8258800
        sa_avail = 16384
        sa_count = 35
        sa_must_free = false
#16 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb738) at eval.c:2614
        fun = 12452717
        original_fun = 9456
        funcar = 6091069
        numargs = 2
        lisp_numargs = 140737488336672
        val = 46560
        internal_args = 0x5eb61f <record_unwind_protect+61>
        count = 34
#17 0x000000000062d0a4 in exec_byte_code (bytestr=10807844, vector=10807877, maxdepth=30, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x6307b9 <exec_byte_code+17138>, 0x630819 <exec_byte_code+17234>, 0x63081b <exec_byte_code+17236>, 0x63081d <exec_byte_code+17238>, 0x63081f <exec_byte_code+17240>, 0x63081f <exec_byte_code+17240>, 
          0x63087f <exec_byte_code+17336>, 0x6308f2 <exec_byte_code+17451>, 0x62c929 <exec_byte_code+1122>, 0x62c92b <exec_byte_code+1124>, 0x62c92d <exec_byte_code+1126>, 0x62c92f <exec_byte_code+1128>, 
          0x62c931 <exec_byte_code+1130>, 0x62c931 <exec_byte_code+1130>, 0x62c937 <exec_byte_code+1136>, 0x62c8ec <exec_byte_code+1061>, 0x62cdae <exec_byte_code+2279>, 0x62cdb0 <exec_byte_code+2281>, 
          0x62cdb2 <exec_byte_code+2283>, 0x62cdb4 <exec_byte_code+2285>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdf7 <exec_byte_code+2352>, 0x62cdbc <exec_byte_code+2293>, 
          0x62cfaf <exec_byte_code+2792>, 0x62cfb1 <exec_byte_code+2794>, 0x62cfb3 <exec_byte_code+2796>, 0x62cfb5 <exec_byte_code+2798>, 0x62cfb7 <exec_byte_code+2800>, 0x62cfb7 <exec_byte_code+2800>, 
          0x62cf57 <exec_byte_code+2704>, 0x62cf74 <exec_byte_code+2733>, 0x62d071 <exec_byte_code+2986>, 0x62d073 <exec_byte_code+2988>, 0x62d075 <exec_byte_code+2990>, 0x62d077 <exec_byte_code+2992>, 
          0x62d079 <exec_byte_code+2994>, 0x62d079 <exec_byte_code+2994>, 0x62d019 <exec_byte_code+2898>, 0x62d036 <exec_byte_code+2927>, 0x62d133 <exec_byte_code+3180>, 0x62d135 <exec_byte_code+3182>, 
          0x62d137 <exec_byte_code+3184>, 0x62d139 <exec_byte_code+3186>, 0x62d13b <exec_byte_code+3188>, 0x62d13b <exec_byte_code+3188>, 0x62d0db <exec_byte_code+3092>, 0x62d0f8 <exec_byte_code+3121>, 
          0x62e1f0 <exec_byte_code+7465>, 0x62dfc5 <exec_byte_code+6910>, 0x62dfbc <exec_byte_code+6901>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x62e416 <exec_byte_code+8015>, 0x62e4ef <exec_byte_code+8232>, 0x62e54d <exec_byte_code+8326>, 0x62e5ac <exec_byte_code+8421>, 
          0x62e60f <exec_byte_code+8520>, 0x62cc28 <exec_byte_code+1889>, 0x62cc9e <exec_byte_code+2007>, 0x62e684 <exec_byte_code+8637>, 0x62cb7f <exec_byte_code+1720>, 0x62cd04 <exec_byte_code+2109>, 
          0x62e6ea <exec_byte_code+8739>, 0x62e750 <exec_byte_code+8841>, 0x62e796 <exec_byte_code+8911>, 0x62e7fc <exec_byte_code+9013>, 0x62e849 <exec_byte_code+9090>, 0x62e916 <exec_byte_code+9295>, 
          0x62e95c <exec_byte_code+9365>, 0x62e9c2 <exec_byte_code+9467>, 0x62ea45 <exec_byte_code+9598>, 0x62ea8b <exec_byte_code+9668>, 0x62ead1 <exec_byte_code+9738>, 0x62eb37 <exec_byte_code+9840>, 
          0x62eb9d <exec_byte_code+9942>, 0x62ec03 <exec_byte_code+10044>, 0x62ec86 <exec_byte_code+10175>, 0x62ecd3 <exec_byte_code+10252>, 0x62ed20 <exec_byte_code+10329>, 0x62eded <exec_byte_code+10534>, 
          0x62ee7e <exec_byte_code+10679>, 0x62ef0f <exec_byte_code+10824>, 0x62f173 <exec_byte_code+11436>, 0x62f1de <exec_byte_code+11543>, 0x62f249 <exec_byte_code+11650>, 0x62f2b4 <exec_byte_code+11757>, 
          0x62f31f <exec_byte_code+11864>, 0x62f36c <exec_byte_code+11941>, 0x62f3fe <exec_byte_code+12087>, 0x62f44b <exec_byte_code+12164>, 0x62f498 <exec_byte_code+12241>, 0x62f4e5 <exec_byte_code+12318>, 
          0x62f5e5 <exec_byte_code+12574>, 0x62de59 <exec_byte_code+6546>, 0x62f642 <exec_byte_code+12667>, 0x62f688 <exec_byte_code+12737>, 0x62f750 <exec_byte_code+12937>, 0x62f7ad <exec_byte_code+13030>, 
          0x62f80a <exec_byte_code+13123>, 0x62f850 <exec_byte_code+13193>, 0x62f89c <exec_byte_code+13269>, 0x62f8e8 <exec_byte_code+13345>, 0x62f93c <exec_byte_code+13429>, 0x6307b9 <exec_byte_code+17138>, 
          0x62f992 <exec_byte_code+13515>, 0x62f9d3 <exec_byte_code+13580>, 0x62fa14 <exec_byte_code+13645>, 0x62fa55 <exec_byte_code+13710>, 0x62fa96 <exec_byte_code+13775>, 0x62fad7 <exec_byte_code+13840>, 
          0x62de59 <exec_byte_code+6546>, 0x6307b9 <exec_byte_code+17138>, 0x62fb1d <exec_byte_code+13910>, 0x62fb6b <exec_byte_code+13988>, 0x62fbb1 <exec_byte_code+14058>, 0x62fbf7 <exec_byte_code+14128>, 
          0x62fc5d <exec_byte_code+14230>, 0x62fcc3 <exec_byte_code+14332>, 0x62fd09 <exec_byte_code+14402>, 0x62fdf9 <exec_byte_code+14642>, 0x62fe5f <exec_byte_code+14744>, 0x62fec5 <exec_byte_code+14846>, 
          0x62ff2b <exec_byte_code+14948>, 0x62ff6c <exec_byte_code+15013>, 0x6307b9 <exec_byte_code+17138>, 0x62dd90 <exec_byte_code+6345>, 0x62d1e0 <exec_byte_code+3353>, 0x62ca1f <exec_byte_code+1368>, 
          0x62d313 <exec_byte_code+3660>, 0x62d473 <exec_byte_code+4012>, 0x62d5c7 <exec_byte_code+4352>, 0x62dd21 <exec_byte_code+6234>, 0x62dd5e <exec_byte_code+6295>, 0x62cf09 <exec_byte_code+2626>, 
          0x62de1a <exec_byte_code+6483>, 0x62de8b <exec_byte_code+6596>, 0x62df15 <exec_byte_code+6734>, 0x62df54 <exec_byte_code+6797>, 0x62e22f <exec_byte_code+7528>, 0x62e2b1 <exec_byte_code+7658>, 
          0x62e334 <exec_byte_code+7789>, 0x62e395 <exec_byte_code+7886>, 0x62d197 <exec_byte_code+3280>, 0x62ffb2 <exec_byte_code+15083>, 0x630035 <exec_byte_code+15214>, 0x63007b <exec_byte_code+15284>, 
          0x6300c1 <exec_byte_code+15354>, 0x630107 <exec_byte_code+15424>, 0x63014d <exec_byte_code+15494>, 0x6301b3 <exec_byte_code+15596>, 0x630219 <exec_byte_code+15698>, 0x63027f <exec_byte_code+15800>, 
          0x6302e5 <exec_byte_code+15902>, 0x630424 <exec_byte_code+16221>, 0x63048a <exec_byte_code+16323>, 0x6304f0 <exec_byte_code+16425>, 0x630536 <exec_byte_code+16495>, 0x63059c <exec_byte_code+16597>, 
          0x630602 <exec_byte_code+16699>, 0x630656 <exec_byte_code+16783>, 0x6306aa <exec_byte_code+16867>, 0x62f532 <exec_byte_code+12395>, 0x62f57f <exec_byte_code+12472>, 0x6306f7 <exec_byte_code+16944>, 
          0x63075a <exec_byte_code+17043>, 0x6307b9 <exec_byte_code+17138>, 0x62d71b <exec_byte_code+4692>, 0x62d821 <exec_byte_code+4954>, 0x62d966 <exec_byte_code+5279>, 0x62daab <exec_byte_code+5604>, 
          0x62dbe6 <exec_byte_code+5919>, 0x62e896 <exec_byte_code+9167>, 0x62ed6d <exec_byte_code+10406>, 0x62f6d0 <exec_byte_code+12809>, 0x63098c <exec_byte_code+17605>, 0x630a02 <exec_byte_code+17723>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x630a9f <exec_byte_code+17880>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x630b27 <exec_byte_code+18016> <repeats 64 times>}
        count = 30
        op = 2
        vectorp = 0xa4ea48 <pure+1383048>
        stack = {
          pc = 0xb544a8 <pure+2454760> ")0\202\237", 
          byte_string = 10807844, 
          byte_string_start = 0xb54427 <pure+2454631> "\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", 
          next = 0x7fffffffbf90
        }
        top = 0x7fffffffb738
        result = 0
        type = CONDITION_CASE
#18 0x00000000005eb173 in funcall_lambda (fun=10807797, nargs=1, arg_vector=0xa4ea45 <pure+1383045>) at eval.c:2860
        val = 1
        syms_left = 0
        next = 8201584
        lexenv = 0
        count = 29
        i = 1
        optional = false
        rest = false
#19 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbc70) at eval.c:2683
        fun = 10807797
        original_fun = 44688
        funcar = 30723888
        numargs = 1
        lisp_numargs = 12833456
        val = 5536877
        internal_args = 0xc6b620
        count = 28
#20 0x00000000005ea05b in call1 (fn=44688, arg1=20285845) at eval.c:2493
No locals.
#21 0x0000000000557006 in timer_check_2 (timers=0, idle_timers=0) at keyboard.c:4518
        count = 27
        old_deactivate_mark = 0
        idle_timer_ripe = false
        timer = 20285845
        timer_time = {
          tv_sec = 1441125053, 
          tv_nsec = 679868739
        }
        timer_difference = {
          tv_sec = 0, 
          tv_nsec = 403613942
        }
        idle_timer_difference = {
          tv_sec = 0, 
          tv_nsec = -1
        }
        ripe = true
        idle_timer = 0
        idle_timer_time = {
          tv_sec = 1, 
          tv_nsec = 0
        }
        difference = {
          tv_sec = 0, 
          tv_nsec = 403613942
        }
        timer_ripe = true
        nexttime = {
          tv_sec = 0, 
          tv_nsec = -1
        }
        now = {
          tv_sec = 1441125054, 
          tv_nsec = 83482681
        }
        idleness_now = {
          tv_sec = 0, 
          tv_nsec = 0
        }
        chosen_timer = 20285845
#22 0x0000000000557134 in timer_check () at keyboard.c:4580
        nexttime = {
          tv_sec = 8320352, 
          tv_nsec = 26
        }
        timers = 31078403
        idle_timers = 0
        tem = 0
#23 0x0000000000554f86 in readable_events (flags=3) at keyboard.c:3422
No locals.
#24 0x000000000055b8ab in get_input_pending (flags=3) at keyboard.c:6808
No locals.
#25 0x0000000000561a5b in Finput_pending_p (check_timers=43920) at keyboard.c:9988
No locals.
#26 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffbf30) at eval.c:2634
        internal_argbuf = {5536877, 12560992, 140737488338592, 6079637, 0, 9551197, 13042192, 6082903}
        fun = 9413021
        original_fun = 387152
        funcar = 140737488338640
        numargs = 1
        lisp_numargs = 12995632
        val = 0
        internal_args = 0x7fffffffbf38
        count = 26
#27 0x000000000062d0a4 in exec_byte_code (bytestr=9551164, vector=9551197, maxdepth=30, args_template=3078, nargs=1, args=0x7fffffffc398) at bytecode.c:880
        targets = {0x6307b9 <exec_byte_code+17138>, 0x630819 <exec_byte_code+17234>, 0x63081b <exec_byte_code+17236>, 0x63081d <exec_byte_code+17238>, 0x63081f <exec_byte_code+17240>, 0x63081f <exec_byte_code+17240>, 
          0x63087f <exec_byte_code+17336>, 0x6308f2 <exec_byte_code+17451>, 0x62c929 <exec_byte_code+1122>, 0x62c92b <exec_byte_code+1124>, 0x62c92d <exec_byte_code+1126>, 0x62c92f <exec_byte_code+1128>, 
          0x62c931 <exec_byte_code+1130>, 0x62c931 <exec_byte_code+1130>, 0x62c937 <exec_byte_code+1136>, 0x62c8ec <exec_byte_code+1061>, 0x62cdae <exec_byte_code+2279>, 0x62cdb0 <exec_byte_code+2281>, 
          0x62cdb2 <exec_byte_code+2283>, 0x62cdb4 <exec_byte_code+2285>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdf7 <exec_byte_code+2352>, 0x62cdbc <exec_byte_code+2293>, 
          0x62cfaf <exec_byte_code+2792>, 0x62cfb1 <exec_byte_code+2794>, 0x62cfb3 <exec_byte_code+2796>, 0x62cfb5 <exec_byte_code+2798>, 0x62cfb7 <exec_byte_code+2800>, 0x62cfb7 <exec_byte_code+2800>, 
          0x62cf57 <exec_byte_code+2704>, 0x62cf74 <exec_byte_code+2733>, 0x62d071 <exec_byte_code+2986>, 0x62d073 <exec_byte_code+2988>, 0x62d075 <exec_byte_code+2990>, 0x62d077 <exec_byte_code+2992>, 
          0x62d079 <exec_byte_code+2994>, 0x62d079 <exec_byte_code+2994>, 0x62d019 <exec_byte_code+2898>, 0x62d036 <exec_byte_code+2927>, 0x62d133 <exec_byte_code+3180>, 0x62d135 <exec_byte_code+3182>, 
          0x62d137 <exec_byte_code+3184>, 0x62d139 <exec_byte_code+3186>, 0x62d13b <exec_byte_code+3188>, 0x62d13b <exec_byte_code+3188>, 0x62d0db <exec_byte_code+3092>, 0x62d0f8 <exec_byte_code+3121>, 
          0x62e1f0 <exec_byte_code+7465>, 0x62dfc5 <exec_byte_code+6910>, 0x62dfbc <exec_byte_code+6901>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x62e416 <exec_byte_code+8015>, 0x62e4ef <exec_byte_code+8232>, 0x62e54d <exec_byte_code+8326>, 0x62e5ac <exec_byte_code+8421>, 
          0x62e60f <exec_byte_code+8520>, 0x62cc28 <exec_byte_code+1889>, 0x62cc9e <exec_byte_code+2007>, 0x62e684 <exec_byte_code+8637>, 0x62cb7f <exec_byte_code+1720>, 0x62cd04 <exec_byte_code+2109>, 
          0x62e6ea <exec_byte_code+8739>, 0x62e750 <exec_byte_code+8841>, 0x62e796 <exec_byte_code+8911>, 0x62e7fc <exec_byte_code+9013>, 0x62e849 <exec_byte_code+9090>, 0x62e916 <exec_byte_code+9295>, 
          0x62e95c <exec_byte_code+9365>, 0x62e9c2 <exec_byte_code+9467>, 0x62ea45 <exec_byte_code+9598>, 0x62ea8b <exec_byte_code+9668>, 0x62ead1 <exec_byte_code+9738>, 0x62eb37 <exec_byte_code+9840>, 
          0x62eb9d <exec_byte_code+9942>, 0x62ec03 <exec_byte_code+10044>, 0x62ec86 <exec_byte_code+10175>, 0x62ecd3 <exec_byte_code+10252>, 0x62ed20 <exec_byte_code+10329>, 0x62eded <exec_byte_code+10534>, 
          0x62ee7e <exec_byte_code+10679>, 0x62ef0f <exec_byte_code+10824>, 0x62f173 <exec_byte_code+11436>, 0x62f1de <exec_byte_code+11543>, 0x62f249 <exec_byte_code+11650>, 0x62f2b4 <exec_byte_code+11757>, 
          0x62f31f <exec_byte_code+11864>, 0x62f36c <exec_byte_code+11941>, 0x62f3fe <exec_byte_code+12087>, 0x62f44b <exec_byte_code+12164>, 0x62f498 <exec_byte_code+12241>, 0x62f4e5 <exec_byte_code+12318>, 
          0x62f5e5 <exec_byte_code+12574>, 0x62de59 <exec_byte_code+6546>, 0x62f642 <exec_byte_code+12667>, 0x62f688 <exec_byte_code+12737>, 0x62f750 <exec_byte_code+12937>, 0x62f7ad <exec_byte_code+13030>, 
          0x62f80a <exec_byte_code+13123>, 0x62f850 <exec_byte_code+13193>, 0x62f89c <exec_byte_code+13269>, 0x62f8e8 <exec_byte_code+13345>, 0x62f93c <exec_byte_code+13429>, 0x6307b9 <exec_byte_code+17138>, 
          0x62f992 <exec_byte_code+13515>, 0x62f9d3 <exec_byte_code+13580>, 0x62fa14 <exec_byte_code+13645>, 0x62fa55 <exec_byte_code+13710>, 0x62fa96 <exec_byte_code+13775>, 0x62fad7 <exec_byte_code+13840>, 
          0x62de59 <exec_byte_code+6546>, 0x6307b9 <exec_byte_code+17138>, 0x62fb1d <exec_byte_code+13910>, 0x62fb6b <exec_byte_code+13988>, 0x62fbb1 <exec_byte_code+14058>, 0x62fbf7 <exec_byte_code+14128>, 
          0x62fc5d <exec_byte_code+14230>, 0x62fcc3 <exec_byte_code+14332>, 0x62fd09 <exec_byte_code+14402>, 0x62fdf9 <exec_byte_code+14642>, 0x62fe5f <exec_byte_code+14744>, 0x62fec5 <exec_byte_code+14846>, 
          0x62ff2b <exec_byte_code+14948>, 0x62ff6c <exec_byte_code+15013>, 0x6307b9 <exec_byte_code+17138>, 0x62dd90 <exec_byte_code+6345>, 0x62d1e0 <exec_byte_code+3353>, 0x62ca1f <exec_byte_code+1368>, 
          0x62d313 <exec_byte_code+3660>, 0x62d473 <exec_byte_code+4012>, 0x62d5c7 <exec_byte_code+4352>, 0x62dd21 <exec_byte_code+6234>, 0x62dd5e <exec_byte_code+6295>, 0x62cf09 <exec_byte_code+2626>, 
          0x62de1a <exec_byte_code+6483>, 0x62de8b <exec_byte_code+6596>, 0x62df15 <exec_byte_code+6734>, 0x62df54 <exec_byte_code+6797>, 0x62e22f <exec_byte_code+7528>, 0x62e2b1 <exec_byte_code+7658>, 
          0x62e334 <exec_byte_code+7789>, 0x62e395 <exec_byte_code+7886>, 0x62d197 <exec_byte_code+3280>, 0x62ffb2 <exec_byte_code+15083>, 0x630035 <exec_byte_code+15214>, 0x63007b <exec_byte_code+15284>, 
          0x6300c1 <exec_byte_code+15354>, 0x630107 <exec_byte_code+15424>, 0x63014d <exec_byte_code+15494>, 0x6301b3 <exec_byte_code+15596>, 0x630219 <exec_byte_code+15698>, 0x63027f <exec_byte_code+15800>, 
          0x6302e5 <exec_byte_code+15902>, 0x630424 <exec_byte_code+16221>, 0x63048a <exec_byte_code+16323>, 0x6304f0 <exec_byte_code+16425>, 0x630536 <exec_byte_code+16495>, 0x63059c <exec_byte_code+16597>, 
          0x630602 <exec_byte_code+16699>, 0x630656 <exec_byte_code+16783>, 0x6306aa <exec_byte_code+16867>, 0x62f532 <exec_byte_code+12395>, 0x62f57f <exec_byte_code+12472>, 0x6306f7 <exec_byte_code+16944>, 
          0x63075a <exec_byte_code+17043>, 0x6307b9 <exec_byte_code+17138>, 0x62d71b <exec_byte_code+4692>, 0x62d821 <exec_byte_code+4954>, 0x62d966 <exec_byte_code+5279>, 0x62daab <exec_byte_code+5604>, 
          0x62dbe6 <exec_byte_code+5919>, 0x62e896 <exec_byte_code+9167>, 0x62ed6d <exec_byte_code+10406>, 0x62f6d0 <exec_byte_code+12809>, 0x63098c <exec_byte_code+17605>, 0x630a02 <exec_byte_code+17723>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x630a9f <exec_byte_code+17880>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x630b27 <exec_byte_code+18016> <repeats 64 times>}
        count = 26
        op = 1
        vectorp = 0x91bd60 <pure+126368>
        stack = {
          pc = 0xbd62d7 <pure+2986775> "\203+", 
          byte_string = 9551164, 
          byte_string_start = 0xbd62b1 <pure+2986737> "\001\247\203\022", 
          next = 0x7fffffffcef0
        }
        top = 0x7fffffffbf30
        result = 1026
        type = (CONDITION_CASE | unknown: 32766)
#28 0x00000000005eae37 in funcall_lambda (fun=9551117, nargs=1, arg_vector=0x7fffffffc390) at eval.c:2794
        val = 6216767
        syms_left = 3078
        next = 12995632
        lexenv = 6204983
        count = 26
        i = 5536877
        optional = false
        rest = false
#29 0x00000000005eac00 in apply_lambda (fun=9551117, args=20712275, count=25) at eval.c:2735
        args_left = 0
        i = 1
        numargs = 1
        arg_vector = 0x7fffffffc390
        tem = 18149471
        sa_avail = 16376
        sa_count = 26
        sa_must_free = false
#30 0x00000000005e941f in eval_sub (form=20712291) at eval.c:2152
        fun = 9551117
        val = 0
        original_fun = 3737088
        original_args = 20712275
        funcar = 12995632
        count = 25
#31 0x00000000005e56a0 in Fprogn (body=20712259) at eval.c:427
        val = 0
#32 0x00000000005e67ea in Flet (args=20712307) at eval.c:927
        temps = 0x7fffffffc560
        tem = 40503589
        lexenv = 0
        elt = 20712371
        varlist = 0
        count = 24
        argnum = 1
        sa_avail = 16376
        sa_count = 24
        sa_must_free = false
#33 0x00000000005e8f2a in eval_sub (form=20712387) at eval.c:2069
        numargs = 14
        args_left = 20712307
        i = 3
        maxargs = 0
        argvals = {5536877, 43920, 140737488340784, 6196385, 140733193388034, 43920, 3, 10808981}
        fun = 12452141
        val = 0
        original_fun = 30192
        original_args = 20712307
        funcar = 2
        count = 23
#34 0x00000000005e56a0 in Fprogn (body=20712195) at eval.c:427
        val = 0
#35 0x00000000005e68aa in Fwhile (args=20712403) at eval.c:946
        test = 43920
        body = 20712195
#36 0x00000000005e8f2a in eval_sub (form=20680707) at eval.c:2069
        numargs = 10
        args_left = 20712403
        i = 2
        maxargs = 0
        argvals = {5536877, 0, 140737488340944, 6381171, 12460544, 30723893, 5541319, 25000736}
        fun = 12452189
        val = 598800
        original_fun = 431616
        original_args = 20712403
        funcar = 12995632
        count = 22
#37 0x0000000000615263 in readevalloop_eager_expand_eval (val=20680707, macroexpand=598800) at lread.c:1737
No locals.
#38 0x0000000000615932 in readevalloop (readcharfun=30723893, stream=0x0, sourcename=15410948, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
        count1 = 22
        c = 40
        val = 20680707
        count = 18
        b = 0x1d4cf30
        continue_reading_p = true
        lex_bound = 0
        whole_buffer = true
        first_sexp = false
        macroexpand = 598800
#39 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30725012, unibyte=0, do_allow_print=0) at lread.c:1966
        count = 14
        tem = 43728
        buf = 30723893
#40 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
        internal_argbuf = {0, 0, 0, 0, 0, 29556928, 140737488341600, 5568486}
        fun = 12460453
        original_fun = 428160
        funcar = 6207132
        numargs = 0
        lisp_numargs = 140737488341600
        val = 12451176
        internal_args = 0x7fffffffca00
        count = 13
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
        speccount = 12
#42 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
        fun = 12451181
        original_fun = 23712
        funcar = 20683459
        numargs = 1
        lisp_numargs = 5536877
        val = 100
        internal_args = 0x192
        count = 11
#43 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
        val = 140737488342048
        args = 0x7fffffffcb80
        visargs = 0x7fffffffcb90
        specs = 9424868
        filter_specs = 9424868
        teml = 0
        up_event = 0
        enable = 0
        sa_avail = 16335
        sa_count = 11
        sa_must_free = false
        speccount = 11
        next_event = 1
        prefix_arg = 0
        string = 0x7fffffffcbc0 ""
        tem = 0x7fffffffcbc0 ""
        varies = 0x7fffffffcba0 ""
        i = 2
        nargs = 2
        mark = 5538462
        arg_from_tty = false
        key_count = 1
        record_then_fail = false
        save_this_command = 428160
        save_last_command = 3642496
        save_this_original_command = 598320
        save_real_this_command = 428160
#44 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
        internal_argbuf = {428160, 0, 12995632, 6084188, 0, 140737488342496, 5536877, 442288}
        fun = 12451229
        original_fun = 442576
        funcar = 12995632
        numargs = 3
        lisp_numargs = 12995632
        val = 0
        internal_args = 0x7fffffffce80
        count = 10
#45 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
        targets = {0x6307b9 <exec_byte_code+17138>, 0x630819 <exec_byte_code+17234>, 0x63081b <exec_byte_code+17236>, 0x63081d <exec_byte_code+17238>, 0x63081f <exec_byte_code+17240>, 0x63081f <exec_byte_code+17240>, 
          0x63087f <exec_byte_code+17336>, 0x6308f2 <exec_byte_code+17451>, 0x62c929 <exec_byte_code+1122>, 0x62c92b <exec_byte_code+1124>, 0x62c92d <exec_byte_code+1126>, 0x62c92f <exec_byte_code+1128>, 
          0x62c931 <exec_byte_code+1130>, 0x62c931 <exec_byte_code+1130>, 0x62c937 <exec_byte_code+1136>, 0x62c8ec <exec_byte_code+1061>, 0x62cdae <exec_byte_code+2279>, 0x62cdb0 <exec_byte_code+2281>, 
          0x62cdb2 <exec_byte_code+2283>, 0x62cdb4 <exec_byte_code+2285>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdf7 <exec_byte_code+2352>, 0x62cdbc <exec_byte_code+2293>, 
          0x62cfaf <exec_byte_code+2792>, 0x62cfb1 <exec_byte_code+2794>, 0x62cfb3 <exec_byte_code+2796>, 0x62cfb5 <exec_byte_code+2798>, 0x62cfb7 <exec_byte_code+2800>, 0x62cfb7 <exec_byte_code+2800>, 
          0x62cf57 <exec_byte_code+2704>, 0x62cf74 <exec_byte_code+2733>, 0x62d071 <exec_byte_code+2986>, 0x62d073 <exec_byte_code+2988>, 0x62d075 <exec_byte_code+2990>, 0x62d077 <exec_byte_code+2992>, 
          0x62d079 <exec_byte_code+2994>, 0x62d079 <exec_byte_code+2994>, 0x62d019 <exec_byte_code+2898>, 0x62d036 <exec_byte_code+2927>, 0x62d133 <exec_byte_code+3180>, 0x62d135 <exec_byte_code+3182>, 
          0x62d137 <exec_byte_code+3184>, 0x62d139 <exec_byte_code+3186>, 0x62d13b <exec_byte_code+3188>, 0x62d13b <exec_byte_code+3188>, 0x62d0db <exec_byte_code+3092>, 0x62d0f8 <exec_byte_code+3121>, 
          0x62e1f0 <exec_byte_code+7465>, 0x62dfc5 <exec_byte_code+6910>, 0x62dfbc <exec_byte_code+6901>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x62e416 <exec_byte_code+8015>, 0x62e4ef <exec_byte_code+8232>, 0x62e54d <exec_byte_code+8326>, 0x62e5ac <exec_byte_code+8421>, 
          0x62e60f <exec_byte_code+8520>, 0x62cc28 <exec_byte_code+1889>, 0x62cc9e <exec_byte_code+2007>, 0x62e684 <exec_byte_code+8637>, 0x62cb7f <exec_byte_code+1720>, 0x62cd04 <exec_byte_code+2109>, 
          0x62e6ea <exec_byte_code+8739>, 0x62e750 <exec_byte_code+8841>, 0x62e796 <exec_byte_code+8911>, 0x62e7fc <exec_byte_code+9013>, 0x62e849 <exec_byte_code+9090>, 0x62e916 <exec_byte_code+9295>, 
          0x62e95c <exec_byte_code+9365>, 0x62e9c2 <exec_byte_code+9467>, 0x62ea45 <exec_byte_code+9598>, 0x62ea8b <exec_byte_code+9668>, 0x62ead1 <exec_byte_code+9738>, 0x62eb37 <exec_byte_code+9840>, 
          0x62eb9d <exec_byte_code+9942>, 0x62ec03 <exec_byte_code+10044>, 0x62ec86 <exec_byte_code+10175>, 0x62ecd3 <exec_byte_code+10252>, 0x62ed20 <exec_byte_code+10329>, 0x62eded <exec_byte_code+10534>, 
          0x62ee7e <exec_byte_code+10679>, 0x62ef0f <exec_byte_code+10824>, 0x62f173 <exec_byte_code+11436>, 0x62f1de <exec_byte_code+11543>, 0x62f249 <exec_byte_code+11650>, 0x62f2b4 <exec_byte_code+11757>, 
          0x62f31f <exec_byte_code+11864>, 0x62f36c <exec_byte_code+11941>, 0x62f3fe <exec_byte_code+12087>, 0x62f44b <exec_byte_code+12164>, 0x62f498 <exec_byte_code+12241>, 0x62f4e5 <exec_byte_code+12318>, 
          0x62f5e5 <exec_byte_code+12574>, 0x62de59 <exec_byte_code+6546>, 0x62f642 <exec_byte_code+12667>, 0x62f688 <exec_byte_code+12737>, 0x62f750 <exec_byte_code+12937>, 0x62f7ad <exec_byte_code+13030>, 
          0x62f80a <exec_byte_code+13123>, 0x62f850 <exec_byte_code+13193>, 0x62f89c <exec_byte_code+13269>, 0x62f8e8 <exec_byte_code+13345>, 0x62f93c <exec_byte_code+13429>, 0x6307b9 <exec_byte_code+17138>, 
          0x62f992 <exec_byte_code+13515>, 0x62f9d3 <exec_byte_code+13580>, 0x62fa14 <exec_byte_code+13645>, 0x62fa55 <exec_byte_code+13710>, 0x62fa96 <exec_byte_code+13775>, 0x62fad7 <exec_byte_code+13840>, 
          0x62de59 <exec_byte_code+6546>, 0x6307b9 <exec_byte_code+17138>, 0x62fb1d <exec_byte_code+13910>, 0x62fb6b <exec_byte_code+13988>, 0x62fbb1 <exec_byte_code+14058>, 0x62fbf7 <exec_byte_code+14128>, 
          0x62fc5d <exec_byte_code+14230>, 0x62fcc3 <exec_byte_code+14332>, 0x62fd09 <exec_byte_code+14402>, 0x62fdf9 <exec_byte_code+14642>, 0x62fe5f <exec_byte_code+14744>, 0x62fec5 <exec_byte_code+14846>, 
          0x62ff2b <exec_byte_code+14948>, 0x62ff6c <exec_byte_code+15013>, 0x6307b9 <exec_byte_code+17138>, 0x62dd90 <exec_byte_code+6345>, 0x62d1e0 <exec_byte_code+3353>, 0x62ca1f <exec_byte_code+1368>, 
          0x62d313 <exec_byte_code+3660>, 0x62d473 <exec_byte_code+4012>, 0x62d5c7 <exec_byte_code+4352>, 0x62dd21 <exec_byte_code+6234>, 0x62dd5e <exec_byte_code+6295>, 0x62cf09 <exec_byte_code+2626>, 
          0x62de1a <exec_byte_code+6483>, 0x62de8b <exec_byte_code+6596>, 0x62df15 <exec_byte_code+6734>, 0x62df54 <exec_byte_code+6797>, 0x62e22f <exec_byte_code+7528>, 0x62e2b1 <exec_byte_code+7658>, 
          0x62e334 <exec_byte_code+7789>, 0x62e395 <exec_byte_code+7886>, 0x62d197 <exec_byte_code+3280>, 0x62ffb2 <exec_byte_code+15083>, 0x630035 <exec_byte_code+15214>, 0x63007b <exec_byte_code+15284>, 
          0x6300c1 <exec_byte_code+15354>, 0x630107 <exec_byte_code+15424>, 0x63014d <exec_byte_code+15494>, 0x6301b3 <exec_byte_code+15596>, 0x630219 <exec_byte_code+15698>, 0x63027f <exec_byte_code+15800>, 
          0x6302e5 <exec_byte_code+15902>, 0x630424 <exec_byte_code+16221>, 0x63048a <exec_byte_code+16323>, 0x6304f0 <exec_byte_code+16425>, 0x630536 <exec_byte_code+16495>, 0x63059c <exec_byte_code+16597>, 
          0x630602 <exec_byte_code+16699>, 0x630656 <exec_byte_code+16783>, 0x6306aa <exec_byte_code+16867>, 0x62f532 <exec_byte_code+12395>, 0x62f57f <exec_byte_code+12472>, 0x6306f7 <exec_byte_code+16944>, 
          0x63075a <exec_byte_code+17043>, 0x6307b9 <exec_byte_code+17138>, 0x62d71b <exec_byte_code+4692>, 0x62d821 <exec_byte_code+4954>, 0x62d966 <exec_byte_code+5279>, 0x62daab <exec_byte_code+5604>, 
          0x62dbe6 <exec_byte_code+5919>, 0x62e896 <exec_byte_code+9167>, 0x62ed6d <exec_byte_code+10406>, 0x62f6d0 <exec_byte_code+12809>, 0x63098c <exec_byte_code+17605>, 0x630a02 <exec_byte_code+17723>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x630a9f <exec_byte_code+17880>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x630b27 <exec_byte_code+18016> <repeats 64 times>}
        count = 10
        op = 3
        vectorp = 0x9d6198 <pure+889304>
        stack = {
          pc = 0xb8bd16 <pure+2682198> "\006\006\071\203\233", 
          byte_string = 10314100, 
          byte_string_start = 0xb8bca2 <pure+2682082> "\306\020\211?\205\f", 
          next = 0x7fffffffd460
        }
        top = 0x7fffffffce78
        result = 5538462
        type = (CONDITION_CASE | unknown: 32766)
#46 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
        val = 2
        syms_left = 4102
        next = 140737488343824
        lexenv = 55834563264
        count = 10
        i = 5541164
        optional = false
        rest = false
#47 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
        fun = 10314053
        original_fun = 14736
        funcar = 25000288
        numargs = 2
        lisp_numargs = 5536877
        val = 0
        internal_args = 0x6bfb0
        count = 9
#48 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
        targets = {0x6307b9 <exec_byte_code+17138>, 0x630819 <exec_byte_code+17234>, 0x63081b <exec_byte_code+17236>, 0x63081d <exec_byte_code+17238>, 0x63081f <exec_byte_code+17240>, 0x63081f <exec_byte_code+17240>, 
          0x63087f <exec_byte_code+17336>, 0x6308f2 <exec_byte_code+17451>, 0x62c929 <exec_byte_code+1122>, 0x62c92b <exec_byte_code+1124>, 0x62c92d <exec_byte_code+1126>, 0x62c92f <exec_byte_code+1128>, 
          0x62c931 <exec_byte_code+1130>, 0x62c931 <exec_byte_code+1130>, 0x62c937 <exec_byte_code+1136>, 0x62c8ec <exec_byte_code+1061>, 0x62cdae <exec_byte_code+2279>, 0x62cdb0 <exec_byte_code+2281>, 
          0x62cdb2 <exec_byte_code+2283>, 0x62cdb4 <exec_byte_code+2285>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdf7 <exec_byte_code+2352>, 0x62cdbc <exec_byte_code+2293>, 
          0x62cfaf <exec_byte_code+2792>, 0x62cfb1 <exec_byte_code+2794>, 0x62cfb3 <exec_byte_code+2796>, 0x62cfb5 <exec_byte_code+2798>, 0x62cfb7 <exec_byte_code+2800>, 0x62cfb7 <exec_byte_code+2800>, 
          0x62cf57 <exec_byte_code+2704>, 0x62cf74 <exec_byte_code+2733>, 0x62d071 <exec_byte_code+2986>, 0x62d073 <exec_byte_code+2988>, 0x62d075 <exec_byte_code+2990>, 0x62d077 <exec_byte_code+2992>, 
          0x62d079 <exec_byte_code+2994>, 0x62d079 <exec_byte_code+2994>, 0x62d019 <exec_byte_code+2898>, 0x62d036 <exec_byte_code+2927>, 0x62d133 <exec_byte_code+3180>, 0x62d135 <exec_byte_code+3182>, 
          0x62d137 <exec_byte_code+3184>, 0x62d139 <exec_byte_code+3186>, 0x62d13b <exec_byte_code+3188>, 0x62d13b <exec_byte_code+3188>, 0x62d0db <exec_byte_code+3092>, 0x62d0f8 <exec_byte_code+3121>, 
          0x62e1f0 <exec_byte_code+7465>, 0x62dfc5 <exec_byte_code+6910>, 0x62dfbc <exec_byte_code+6901>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x62e416 <exec_byte_code+8015>, 0x62e4ef <exec_byte_code+8232>, 0x62e54d <exec_byte_code+8326>, 0x62e5ac <exec_byte_code+8421>, 
          0x62e60f <exec_byte_code+8520>, 0x62cc28 <exec_byte_code+1889>, 0x62cc9e <exec_byte_code+2007>, 0x62e684 <exec_byte_code+8637>, 0x62cb7f <exec_byte_code+1720>, 0x62cd04 <exec_byte_code+2109>, 
          0x62e6ea <exec_byte_code+8739>, 0x62e750 <exec_byte_code+8841>, 0x62e796 <exec_byte_code+8911>, 0x62e7fc <exec_byte_code+9013>, 0x62e849 <exec_byte_code+9090>, 0x62e916 <exec_byte_code+9295>, 
          0x62e95c <exec_byte_code+9365>, 0x62e9c2 <exec_byte_code+9467>, 0x62ea45 <exec_byte_code+9598>, 0x62ea8b <exec_byte_code+9668>, 0x62ead1 <exec_byte_code+9738>, 0x62eb37 <exec_byte_code+9840>, 
          0x62eb9d <exec_byte_code+9942>, 0x62ec03 <exec_byte_code+10044>, 0x62ec86 <exec_byte_code+10175>, 0x62ecd3 <exec_byte_code+10252>, 0x62ed20 <exec_byte_code+10329>, 0x62eded <exec_byte_code+10534>, 
          0x62ee7e <exec_byte_code+10679>, 0x62ef0f <exec_byte_code+10824>, 0x62f173 <exec_byte_code+11436>, 0x62f1de <exec_byte_code+11543>, 0x62f249 <exec_byte_code+11650>, 0x62f2b4 <exec_byte_code+11757>, 
          0x62f31f <exec_byte_code+11864>, 0x62f36c <exec_byte_code+11941>, 0x62f3fe <exec_byte_code+12087>, 0x62f44b <exec_byte_code+12164>, 0x62f498 <exec_byte_code+12241>, 0x62f4e5 <exec_byte_code+12318>, 
          0x62f5e5 <exec_byte_code+12574>, 0x62de59 <exec_byte_code+6546>, 0x62f642 <exec_byte_code+12667>, 0x62f688 <exec_byte_code+12737>, 0x62f750 <exec_byte_code+12937>, 0x62f7ad <exec_byte_code+13030>, 
          0x62f80a <exec_byte_code+13123>, 0x62f850 <exec_byte_code+13193>, 0x62f89c <exec_byte_code+13269>, 0x62f8e8 <exec_byte_code+13345>, 0x62f93c <exec_byte_code+13429>, 0x6307b9 <exec_byte_code+17138>, 
          0x62f992 <exec_byte_code+13515>, 0x62f9d3 <exec_byte_code+13580>, 0x62fa14 <exec_byte_code+13645>, 0x62fa55 <exec_byte_code+13710>, 0x62fa96 <exec_byte_code+13775>, 0x62fad7 <exec_byte_code+13840>, 
          0x62de59 <exec_byte_code+6546>, 0x6307b9 <exec_byte_code+17138>, 0x62fb1d <exec_byte_code+13910>, 0x62fb6b <exec_byte_code+13988>, 0x62fbb1 <exec_byte_code+14058>, 0x62fbf7 <exec_byte_code+14128>, 
          0x62fc5d <exec_byte_code+14230>, 0x62fcc3 <exec_byte_code+14332>, 0x62fd09 <exec_byte_code+14402>, 0x62fdf9 <exec_byte_code+14642>, 0x62fe5f <exec_byte_code+14744>, 0x62fec5 <exec_byte_code+14846>, 
          0x62ff2b <exec_byte_code+14948>, 0x62ff6c <exec_byte_code+15013>, 0x6307b9 <exec_byte_code+17138>, 0x62dd90 <exec_byte_code+6345>, 0x62d1e0 <exec_byte_code+3353>, 0x62ca1f <exec_byte_code+1368>, 
          0x62d313 <exec_byte_code+3660>, 0x62d473 <exec_byte_code+4012>, 0x62d5c7 <exec_byte_code+4352>, 0x62dd21 <exec_byte_code+6234>, 0x62dd5e <exec_byte_code+6295>, 0x62cf09 <exec_byte_code+2626>, 
          0x62de1a <exec_byte_code+6483>, 0x62de8b <exec_byte_code+6596>, 0x62df15 <exec_byte_code+6734>, 0x62df54 <exec_byte_code+6797>, 0x62e22f <exec_byte_code+7528>, 0x62e2b1 <exec_byte_code+7658>, 
          0x62e334 <exec_byte_code+7789>, 0x62e395 <exec_byte_code+7886>, 0x62d197 <exec_byte_code+3280>, 0x62ffb2 <exec_byte_code+15083>, 0x630035 <exec_byte_code+15214>, 0x63007b <exec_byte_code+15284>, 
          0x6300c1 <exec_byte_code+15354>, 0x630107 <exec_byte_code+15424>, 0x63014d <exec_byte_code+15494>, 0x6301b3 <exec_byte_code+15596>, 0x630219 <exec_byte_code+15698>, 0x63027f <exec_byte_code+15800>, 
          0x6302e5 <exec_byte_code+15902>, 0x630424 <exec_byte_code+16221>, 0x63048a <exec_byte_code+16323>, 0x6304f0 <exec_byte_code+16425>, 0x630536 <exec_byte_code+16495>, 0x63059c <exec_byte_code+16597>, 
          0x630602 <exec_byte_code+16699>, 0x630656 <exec_byte_code+16783>, 0x6306aa <exec_byte_code+16867>, 0x62f532 <exec_byte_code+12395>, 0x62f57f <exec_byte_code+12472>, 0x6306f7 <exec_byte_code+16944>, 
          0x63075a <exec_byte_code+17043>, 0x6307b9 <exec_byte_code+17138>, 0x62d71b <exec_byte_code+4692>, 0x62d821 <exec_byte_code+4954>, 0x62d966 <exec_byte_code+5279>, 0x62daab <exec_byte_code+5604>, 
          0x62dbe6 <exec_byte_code+5919>, 0x62e896 <exec_byte_code+9167>, 0x62ed6d <exec_byte_code+10406>, 0x62f6d0 <exec_byte_code+12809>, 0x63098c <exec_byte_code+17605>, 0x630a02 <exec_byte_code+17723>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x630a9f <exec_byte_code+17880>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x630b27 <exec_byte_code+18016> <repeats 64 times>}
        count = 8
        op = 2
        vectorp = 0x9d5e98 <pure+888536>
        stack = {
          pc = 0xb8be0f <pure+2682447> "\210)\n\205[", 
          byte_string = 10313332, 
          byte_string_start = 0xb8bdd2 <pure+2682386> "\001\204\020", 
          next = 0x7fffffffddd0
        }
        top = 0x7fffffffd3d0
        result = 10311152
        type = (CONDITION_CASE | unknown: 32766)
#49 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
        val = 3
        syms_left = 3078
        next = 0
        lexenv = 55834564656
        count = 8
        i = 5541164
        optional = false
        rest = false
#50 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
        fun = 10313277
        original_fun = 598320
        funcar = 6207132
        numargs = 3
        lisp_numargs = 140737488345296
        val = 12451176
        internal_args = 0x54f99f <temporarily_switch_to_single_kboard+162>
        count = 7
#51 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
        speccount = 6
#52 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
        fun = 12451181
        original_fun = 23712
        funcar = 0
        numargs = 4
        lisp_numargs = 16384
        val = 0
        internal_args = 0x7fffffffd9d0
        count = 5
#53 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
        i = 5
        numargs = 4
        funcall_nargs = 5
        funcall_args = 0x7fffffffd9f0
        spread_arg = 0
        fun = 12451181
        retval = 0
        sa_avail = 16344
        sa_count = 5
        sa_must_free = false
#54 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
        input = 10313899
        funval = 10313277
        events = 23
        result = 0
        args = 0xaffffdc40
        visargs = 0x548d2c <PSEUDOVECTORP+63>
        specs = 20650179
        filter_specs = 10313899
        teml = 0
        up_event = 0
        enable = 0
        sa_avail = 16384
        sa_count = 5
        sa_must_free = false
        speccount = 5
        next_event = 10313277
        prefix_arg = 0
        string = 0x0
        tem = 0x548d2c <PSEUDOVECTORP+63> "\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276\t"
        varies = 0x52ba6b <Fx_hide_tip+69> "\351=\001"
        i = 140737488346128
        nargs = 10313272
        mark = 0
        arg_from_tty = false
        key_count = 1
        record_then_fail = false
        save_this_command = 598320
        save_last_command = 3642496
        save_this_original_command = 598320
        save_real_this_command = 598320
#55 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
        internal_argbuf = {598320, 0, 12995632, 6084188, 0, 140737488346304, 5536877, 442288}
        fun = 12451229
        original_fun = 442576
        funcar = 12995632
        numargs = 3
        lisp_numargs = 12995632
        val = 0
        internal_args = 0x7fffffffdd60
        count = 4
#56 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
        targets = {0x6307b9 <exec_byte_code+17138>, 0x630819 <exec_byte_code+17234>, 0x63081b <exec_byte_code+17236>, 0x63081d <exec_byte_code+17238>, 0x63081f <exec_byte_code+17240>, 0x63081f <exec_byte_code+17240>, 
          0x63087f <exec_byte_code+17336>, 0x6308f2 <exec_byte_code+17451>, 0x62c929 <exec_byte_code+1122>, 0x62c92b <exec_byte_code+1124>, 0x62c92d <exec_byte_code+1126>, 0x62c92f <exec_byte_code+1128>, 
          0x62c931 <exec_byte_code+1130>, 0x62c931 <exec_byte_code+1130>, 0x62c937 <exec_byte_code+1136>, 0x62c8ec <exec_byte_code+1061>, 0x62cdae <exec_byte_code+2279>, 0x62cdb0 <exec_byte_code+2281>, 
          0x62cdb2 <exec_byte_code+2283>, 0x62cdb4 <exec_byte_code+2285>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdb6 <exec_byte_code+2287>, 0x62cdf7 <exec_byte_code+2352>, 0x62cdbc <exec_byte_code+2293>, 
          0x62cfaf <exec_byte_code+2792>, 0x62cfb1 <exec_byte_code+2794>, 0x62cfb3 <exec_byte_code+2796>, 0x62cfb5 <exec_byte_code+2798>, 0x62cfb7 <exec_byte_code+2800>, 0x62cfb7 <exec_byte_code+2800>, 
          0x62cf57 <exec_byte_code+2704>, 0x62cf74 <exec_byte_code+2733>, 0x62d071 <exec_byte_code+2986>, 0x62d073 <exec_byte_code+2988>, 0x62d075 <exec_byte_code+2990>, 0x62d077 <exec_byte_code+2992>, 
          0x62d079 <exec_byte_code+2994>, 0x62d079 <exec_byte_code+2994>, 0x62d019 <exec_byte_code+2898>, 0x62d036 <exec_byte_code+2927>, 0x62d133 <exec_byte_code+3180>, 0x62d135 <exec_byte_code+3182>, 
          0x62d137 <exec_byte_code+3184>, 0x62d139 <exec_byte_code+3186>, 0x62d13b <exec_byte_code+3188>, 0x62d13b <exec_byte_code+3188>, 0x62d0db <exec_byte_code+3092>, 0x62d0f8 <exec_byte_code+3121>, 
          0x62e1f0 <exec_byte_code+7465>, 0x62dfc5 <exec_byte_code+6910>, 0x62dfbc <exec_byte_code+6901>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x62e416 <exec_byte_code+8015>, 0x62e4ef <exec_byte_code+8232>, 0x62e54d <exec_byte_code+8326>, 0x62e5ac <exec_byte_code+8421>, 
          0x62e60f <exec_byte_code+8520>, 0x62cc28 <exec_byte_code+1889>, 0x62cc9e <exec_byte_code+2007>, 0x62e684 <exec_byte_code+8637>, 0x62cb7f <exec_byte_code+1720>, 0x62cd04 <exec_byte_code+2109>, 
          0x62e6ea <exec_byte_code+8739>, 0x62e750 <exec_byte_code+8841>, 0x62e796 <exec_byte_code+8911>, 0x62e7fc <exec_byte_code+9013>, 0x62e849 <exec_byte_code+9090>, 0x62e916 <exec_byte_code+9295>, 
          0x62e95c <exec_byte_code+9365>, 0x62e9c2 <exec_byte_code+9467>, 0x62ea45 <exec_byte_code+9598>, 0x62ea8b <exec_byte_code+9668>, 0x62ead1 <exec_byte_code+9738>, 0x62eb37 <exec_byte_code+9840>, 
          0x62eb9d <exec_byte_code+9942>, 0x62ec03 <exec_byte_code+10044>, 0x62ec86 <exec_byte_code+10175>, 0x62ecd3 <exec_byte_code+10252>, 0x62ed20 <exec_byte_code+10329>, 0x62eded <exec_byte_code+10534>, 
          0x62ee7e <exec_byte_code+10679>, 0x62ef0f <exec_byte_code+10824>, 0x62f173 <exec_byte_code+11436>, 0x62f1de <exec_byte_code+11543>, 0x62f249 <exec_byte_code+11650>, 0x62f2b4 <exec_byte_code+11757>, 
          0x62f31f <exec_byte_code+11864>, 0x62f36c <exec_byte_code+11941>, 0x62f3fe <exec_byte_code+12087>, 0x62f44b <exec_byte_code+12164>, 0x62f498 <exec_byte_code+12241>, 0x62f4e5 <exec_byte_code+12318>, 
          0x62f5e5 <exec_byte_code+12574>, 0x62de59 <exec_byte_code+6546>, 0x62f642 <exec_byte_code+12667>, 0x62f688 <exec_byte_code+12737>, 0x62f750 <exec_byte_code+12937>, 0x62f7ad <exec_byte_code+13030>, 
          0x62f80a <exec_byte_code+13123>, 0x62f850 <exec_byte_code+13193>, 0x62f89c <exec_byte_code+13269>, 0x62f8e8 <exec_byte_code+13345>, 0x62f93c <exec_byte_code+13429>, 0x6307b9 <exec_byte_code+17138>, 
          0x62f992 <exec_byte_code+13515>, 0x62f9d3 <exec_byte_code+13580>, 0x62fa14 <exec_byte_code+13645>, 0x62fa55 <exec_byte_code+13710>, 0x62fa96 <exec_byte_code+13775>, 0x62fad7 <exec_byte_code+13840>, 
          0x62de59 <exec_byte_code+6546>, 0x6307b9 <exec_byte_code+17138>, 0x62fb1d <exec_byte_code+13910>, 0x62fb6b <exec_byte_code+13988>, 0x62fbb1 <exec_byte_code+14058>, 0x62fbf7 <exec_byte_code+14128>, 
          0x62fc5d <exec_byte_code+14230>, 0x62fcc3 <exec_byte_code+14332>, 0x62fd09 <exec_byte_code+14402>, 0x62fdf9 <exec_byte_code+14642>, 0x62fe5f <exec_byte_code+14744>, 0x62fec5 <exec_byte_code+14846>, 
          0x62ff2b <exec_byte_code+14948>, 0x62ff6c <exec_byte_code+15013>, 0x6307b9 <exec_byte_code+17138>, 0x62dd90 <exec_byte_code+6345>, 0x62d1e0 <exec_byte_code+3353>, 0x62ca1f <exec_byte_code+1368>, 
          0x62d313 <exec_byte_code+3660>, 0x62d473 <exec_byte_code+4012>, 0x62d5c7 <exec_byte_code+4352>, 0x62dd21 <exec_byte_code+6234>, 0x62dd5e <exec_byte_code+6295>, 0x62cf09 <exec_byte_code+2626>, 
          0x62de1a <exec_byte_code+6483>, 0x62de8b <exec_byte_code+6596>, 0x62df15 <exec_byte_code+6734>, 0x62df54 <exec_byte_code+6797>, 0x62e22f <exec_byte_code+7528>, 0x62e2b1 <exec_byte_code+7658>, 
          0x62e334 <exec_byte_code+7789>, 0x62e395 <exec_byte_code+7886>, 0x62d197 <exec_byte_code+3280>, 0x62ffb2 <exec_byte_code+15083>, 0x630035 <exec_byte_code+15214>, 0x63007b <exec_byte_code+15284>, 
          0x6300c1 <exec_byte_code+15354>, 0x630107 <exec_byte_code+15424>, 0x63014d <exec_byte_code+15494>, 0x6301b3 <exec_byte_code+15596>, 0x630219 <exec_byte_code+15698>, 0x63027f <exec_byte_code+15800>, 
          0x6302e5 <exec_byte_code+15902>, 0x630424 <exec_byte_code+16221>, 0x63048a <exec_byte_code+16323>, 0x6304f0 <exec_byte_code+16425>, 0x630536 <exec_byte_code+16495>, 0x63059c <exec_byte_code+16597>, 
          0x630602 <exec_byte_code+16699>, 0x630656 <exec_byte_code+16783>, 0x6306aa <exec_byte_code+16867>, 0x62f532 <exec_byte_code+12395>, 0x62f57f <exec_byte_code+12472>, 0x6306f7 <exec_byte_code+16944>, 
          0x63075a <exec_byte_code+17043>, 0x6307b9 <exec_byte_code+17138>, 0x62d71b <exec_byte_code+4692>, 0x62d821 <exec_byte_code+4954>, 0x62d966 <exec_byte_code+5279>, 0x62daab <exec_byte_code+5604>, 
          0x62dbe6 <exec_byte_code+5919>, 0x62e896 <exec_byte_code+9167>, 0x62ed6d <exec_byte_code+10406>, 0x62f6d0 <exec_byte_code+12809>, 0x63098c <exec_byte_code+17605>, 0x630a02 <exec_byte_code+17723>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x630a9f <exec_byte_code+17880>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 0x6307b9 <exec_byte_code+17138>, 
          0x630b27 <exec_byte_code+18016> <repeats 64 times>}
        count = 4
        op = 3
        vectorp = 0x9d6198 <pure+889304>
        stack = {
          pc = 0xb8bd16 <pure+2682198> "\006\006\071\203\233", 
          byte_string = 10314100, 
          byte_string_start = 0xb8bca2 <pure+2682082> "\306\020\211?\205\f", 
          next = 0x0
        }
        top = 0x7fffffffdd58
        result = 4308009488
        type = (CONDITION_CASE | unknown: 32766)
#57 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
        val = 1
        syms_left = 4102
        next = 0
        lexenv = 55834567072
        count = 4
        i = 5541164
        optional = false
        rest = false
#58 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
        fun = 10314053
        original_fun = 14736
        funcar = 140737488347712
        numargs = 1
        lisp_numargs = 0
        val = 0
        internal_args = 0x547dae <CAR+63>
        count = 3
#59 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
No locals.
#60 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
        scount = 2
        cmd = 598320
        keybuf = {536871394, 26, 5537486, 9424868, 390304, 2, 3, 140737488347976, 0, 9412405, 140737488347968, 23712, 140737488348000, 6201573, 23712, 9424868, 12995632, 390304, 0, 140737488348000, 5536877, 23712, 12995632, 
          5569625, 0, 140737488348048, 5536877, 0, 140737488348160, 5569428}
        i = 1
        prev_modiff = 7
        prev_buffer = 0x1d4cf30
        already_adjusted = false
#61 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
        val = 5536877
        c = 0x14ac290
#62 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
        val = 2
#63 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
        val = 5536877
        c = 0x14ac730
#64 0x000000000054feaf in command_loop () at keyboard.c:1117
No locals.
#65 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
        count = 1
        val = 140737488348464
#66 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
        count = 0
        buffer = 0
#67 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
        dummy = 140737488348640
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0

Lisp Backtrace:
"message" (0xffffb380)
0x13b9100 Lisp type 3
"apply" (0xffffb740)
"timer-event-handler" (0xffffbc78)
"input-pending-p" (0xffffbf38)
"sit-for" (0xffffc390)
"let" (0xffffc668)
"while" (0xffffc7d8)
"eval-buffer" (0xffffcb90)
"funcall-interactively" (0xffffcb88)
"call-interactively" (0xffffce80)
"command-execute" (0xffffd3d8)
"execute-extended-command" (0xffffda00)
"funcall-interactively" (0xffffd9f8)
"call-interactively" (0xffffdd60)
"command-execute" (0xffffe298)
(gdb) l
26483	
26484	  if (it->what == IT_CHARACTER)
26485	    {
26486	      XChar2b char2b;
26487	      struct face *face = FACE_FROM_ID (it->f, it->face_id);
26488	      struct font *font = face->font;
26489	      struct font_metrics *pcm = NULL;
26490	      int boff;			/* Baseline offset.  */
26491	
26492	      if (font == NULL)
(gdb) p face
$1 = (struct face *) 0x0
(gdb) p it->face_id
$2 = 18
(gdb) p it->f->face_cache->used
$3 = 15
(gdb) quit
A debugging session is active.

	Inferior 1 [process 30296] will be killed.

Quit anyway? (y or n) y

[-- Attachment #3: emacs-bug-038.el --]
[-- Type: text/x-emacs-lisp, Size: 139 bytes --]

(run-with-timer 0 .01 (lambda () (message (make-string 1 0))))

(while t
  (let ((f (make-frame)))
    (sit-for .1)
    (delete-frame f)))

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

end of thread, other threads:[~2015-09-05  8:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 16:43 bug#21394: 25.0.50; Segfault when displaying unprintable character in echo area while frames are being created Pip Cet
2015-09-01 16:57 ` Eli Zaretskii
2015-09-01 17:30   ` Pip Cet
     [not found]     ` <CAOqdjBd7MN39Ra_3nnGCFQAb=xhv7AZt5f+rvAKqqYtoCQKTqQ@mail.gmail.com>
2015-09-01 18:08       ` Eli Zaretskii
2015-09-01 18:52         ` Pip Cet
2015-09-01 19:37           ` Eli Zaretskii
2015-09-01 20:19             ` Pip Cet
2015-09-02 15:16               ` Eli Zaretskii
2015-09-02 16:08                 ` Pip Cet
2015-09-05  8:12                   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.