all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11945@debbugs.gnu.org
Subject: bug#11945: 24.1.50; emacs crash
Date: Tue, 11 Sep 2012 03:44:39 +0900	[thread overview]
Message-ID: <87392p90q0.fsf@yagnesh.org> (raw)
In-Reply-To: <83ehm9lt44.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 10 Sep 2012 19:50:35 +0300")

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


Hello Eli,

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
>> Cc: 11945@debbugs.gnu.org
>> Date: Mon, 10 Sep 2012 22:22:01 +0900
>> 
>> > The value of c (4195374 = 0x40042e) doesn't make sense, I think.  It's
>> > an invalid character.  Please tell what does this display:
>> >
>> >  (gdb) frame 2
>> >  (gdb) p it->string
>> >  (gdb) xstring
>> >
>> > Also, in the same frame, what does this display:
>> >
>> >  (gdb) pgrowx it->glyph_row
>> >
>> > For these commands to work, you need either to start GDB from the src
>> > directory, or type "source /path/to/emacs/src/.gdbinit" from inside
>> > GDB.
>> 
>> the system is temporarily unavailable now.
>> 
>> similar crash occurred on my laptop(ubuntu 12.04), back trace is attached. and
>> I kept the gdb console open, please ask for further info.
>
> I need the same info as before: please perform the commands shown
> above and post the results.

i did as you said, seems with the last command even gdb gave up. here is the
shell copy & paste

--8<---------------cut here---------------start------------->8---
(gdb) frame 2
#2  0x0000000000435193 in compute_stop_pos (it=0x7fffffff60e0) at xdisp.c:3395
3395	      composition_compute_stop_pos (&it->cmp_it, charpos, bytepos,
(gdb) p it->string
$1 = 48236721
(gdb) xstring
$2 = (struct Lisp_String *) 0x2e008b0
' ' <repeats 51 times>
(gdb) pgrowx it->glyph_row
TEXT: 56 glyphs
  0    0: ../../gdb/value.c:571: internal-error: set_value_address: Assertion `value->lval != lval_internalvar && value->lval != lval_internalvar_component' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]
../../gdb/value.c:571: internal-error: set_value_address: Assertion `value->lval != lval_internalvar && value->lval != lval_internalvar_component' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) [answered Y; input not from terminal]
アボートしました
amur:~/git/build-emacs/emacs/src$ 
Backtrace:
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x55fbdc]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x538fd4]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x538ec8]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x55fa31]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x538ee0]
/lib64/libpthread.so.0(+0xf5d0)[0x7ffff32705d0]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x4e0c9f]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x66329d]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x435193]
/home/yagnesh/git/build-emacs/emacs/src/emacs[0x434d64]
...
--8<---------------cut here---------------end--------------->8---


logged backtrace is attached.


[-- Attachment #2: gdb.bt --]
[-- Type: application/octet-stream, Size: 94395 bytes --]

Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
backtrace:
#0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4194699) at chartab.c:234
        tbl = 0xc495d0
        val = 4611686018429485125
#1  0x000000000066329d in composition_compute_stop_pos (cmp_it=0x7fffffff6948, charpos=53, bytepos=54, endpos=53, string=48236721) at composite.c:1054
        start = 0
        end = 0
        c = 4194699
        prop = 12730018
        val = 12730018
        MAX_NEWLINE_DISTANCE = 500
#2  0x0000000000435193 in compute_stop_pos (it=0x7fffffff60e0) at xdisp.c:3395
        stoppos = 53
        iv = 0x2c7a118
        next_iv = 0x0
        object = 48236721
        limit = 12730018
        position = 0
        charpos = 0
        bytepos = 0
#3  0x0000000000434d64 in handle_stop (it=0x7fffffff60e0) at xdisp.c:3283
        handled = HANDLED_NORMALLY
        handle_overlay_change_p = 1
        p = 0x8ec318
#4  0x0000000000440d48 in next_element_from_string (it=0x7fffffff60e0) at xdisp.c:7527
        position = {
          charpos = 0, 
          bytepos = 0
        }
#5  0x000000000043dc47 in get_next_display_element (it=0x7fffffff60e0) at xdisp.c:6570
        success_p = 0
#6  0x0000000000462a12 in display_line (it=0x7fffffff60e0) at xdisp.c:19397
        x_before = 495
        nglyphs = 1
        ascent = 0
        phys_ascent = 0
        n_glyphs_before = 55
        hpos_before = 55
        x = 495
        descent = 0
        phys_descent = 0
        row = 0x2761570
        overlay_arrow_string = 12730018
        wrap_it = {
          window = 0, 
          w = 0x0, 
          f = 0x0, 
          method = GET_FROM_BUFFER, 
          stop_charpos = 0, 
          prev_stop = 0, 
          base_level_stop = -1, 
          end_charpos = -1, 
          s = 0x0, 
          string_nchars = 1, 
          region_beg_charpos = 0, 
          region_end_charpos = 0, 
          redisplay_end_trigger_charpos = 0, 
          multibyte_p = 0, 
          header_line_p = 0, 
          string_from_display_prop_p = 0, 
          string_from_prefix_prop_p = 0, 
          from_disp_prop_p = 0, 
          ellipsis_p = 0, 
          avoid_cursor_p = 0, 
          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 12 times>, 12730018, 0, 0, 0}, 
          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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 10826, 
                    width = 5056, 
                    height = 5099
                  }, 
                  image_id = 6864
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 11963, 
                bytepos = 3961
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = 0, 
                  bytepos = 5770
                }, 
                dpvec_index = 45746472
              }, 
              from_overlay = 41492880, 
              area = 4294924640, 
              method = 32767, 
              paragraph_embedding = 6629461, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = 45746472, 
              voffset = 0, 
              space_width = 45746472, 
              font_height = 41492885
            }, {
              string = 72057594037939899, 
              string_nchars = -42528, 
              end_charpos = 6630000, 
              stop_charpos = 6864, 
              prev_stop = 10065, 
              base_level_stop = 47467800, 
              cmp_it = {
                stop_pos = 47467800, 
                id = 0, 
                ch = 296, 
                rule_idx = 0, 
                lookback = 75, 
                nglyphs = 75, 
                reversed_p = false, 
                charpos = 296, 
                nchars = 10064, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 1
              }, 
              face_id = 12730018, 
              u = {
                image = {
                  object = 41492885, 
                  slice = {
                    x = 140737488312992, 
                    y = 6650946, 
                    width = 47467800, 
                    height = 47467800
                  }, 
                  image_id = 1
                }, 
                comp = {
                  object = 41492885
                }, 
                stretch = {
                  object = 41492885
                }
              }, 
              position = {
                charpos = 4294967592, 
                bytepos = 10065
              }, 
              current = {
                pos = {
                  charpos = 12730018, 
                  bytepos = 12730018
                }, 
                overlay_string_index = 12934994, 
                string_pos = {
                  charpos = 140737488312960, 
                  bytepos = 6641545
                }, 
                dpvec_index = 296
              }, 
              from_overlay = 12730018, 
              area = 12970210, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 47368008, 
              multibyte_p = 1, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = 12934994, 
              voffset = 0, 
              space_width = 45979558, 
              font_height = 12730018
            }}, 
          sp = 12730018, 
          selective = 140737488312992, 
          what = 6641308, 
          face_id = 0, 
          selective_display_ellipsis_p = 0, 
          ctl_arrow_p = 0, 
          face_box_p = 0, 
          start_of_box_run_p = 1, 
          end_of_box_run_p = 0, 
          overlay_strings_at_end_processed_p = 0, 
          ignore_overlay_strings_at_pos_p = 1, 
          glyph_not_available_p = 0, 
          starts_in_middle_of_char_p = 1, 
          face_before_selective_p = 1, 
          constrain_row_ascent_descent_p = 1, 
          line_wrap = TRUNCATE, 
          base_face_id = 45979558, 
          c = 0, 
          len = -42208, 
          cmp_it = {
            stop_pos = 6659507, 
            id = 41492885, 
            ch = 42260, 
            rule_idx = 0, 
            lookback = 10580, 
            nglyphs = 10565, 
            reversed_p = false, 
            charpos = 140737488313680, 
            nchars = -41640, 
            nbytes = 32767, 
            from = -41656, 
            to = 32767, 
            width = 47467800
          }, 
          char_to_display = 47368008, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 12730018, 
          slice = {
            x = 42260, 
            y = 41492885, 
            width = 12934994, 
            height = 40260
          }, 
          space_width = 140737488313216, 
          voffset = -937, 
          tab_width = 101, 
          font_height = 140737488313232, 
          object = 12730018, 
          position = {
            charpos = 12730018, 
            bytepos = 140737488313672
          }, 
          truncation_pixel_width = 23888, 
          continuation_pixel_width = -1, 
          first_visible_x = 32767, 
          last_visible_x = -41640, 
          last_visible_y = 32767, 
          extra_line_spacing = 10565, 
          max_extra_line_spacing = 0, 
          override_ascent = 10565, 
          override_descent = 0, 
          override_boff = -42096, 
          glyph_row = 0xa514, 
          area = 4294925872, 
          nglyphs = 32767, 
          pixel_width = 6695277, 
          ascent = 0, 
          descent = -42048, 
          max_ascent = 32767, 
          max_descent = 6655355, 
          phys_ascent = 0, 
          phys_descent = 15323448, 
          max_phys_ascent = 0, 
          max_phys_descent = 15323451, 
          current_x = 0, 
          continuation_lines_width = -41872, 
          eol_pos = {
            charpos = 5674263, 
            bytepos = 140737488313792
          }, 
          current_y = 6656427, 
          first_vpos = 1, 
          vpos = 0, 
          hpos = 0, 
          left_user_fringe_bitmap = 21200, 
          right_user_fringe_bitmap = 483, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 0, 
          bidi_p = 0, 
          bidi_it = {
            bytepos = 47244598784, 
            charpos = 139642271652928, 
            ch = 10065, 
            nchars = 15323371, 
            ch_len = 15323451, 
            type = 12730018, 
            type_after_w1 = UNKNOWN_BT, 
            orig_type = 12883408, 
            resolved_level = 0, 
            invalid_levels = 12730018, 
            invalid_rl_levels = 0, 
            prev = {
              bytepos = 40, 
              charpos = 140737488313488, 
              type = 10722, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 1046
            }, 
            last_strong = {
              bytepos = 5770, 
              charpos = 10722, 
              type = 10826, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 5056
            }, 
            next_for_neutral = {
              bytepos = 5099, 
              charpos = 6864, 
              type = 11963, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 3961
            }, 
            prev_for_neutral = {
              bytepos = 12730018, 
              charpos = 12730018, 
              type = 12934994, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294925552
            }, 
            next_for_ws = {
              bytepos = 5770, 
              charpos = 45746472, 
              type = 41492880, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294925552
            }, 
            next_en_pos = 6629461, 
            next_en_type = 45746472, 
            ignore_bn_limit = 45746472, 
            sor = 41492885, 
            scan_dir = 0, 
            disp_pos = 72057594050657954, 
            disp_prop = -41616, 
            stack_idx = 32767, 
            level_stack = {{
                level = 6630000, 
                override = NEUTRAL_DIR
              }, {
                level = 10065, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 10565, 
                override = NEUTRAL_DIR
              }, {
                level = 10087, 
                override = NEUTRAL_DIR
              }, {
                level = 10087, 
                override = NEUTRAL_DIR
              }, {
                level = -38584, 
                override = 32767
              }, {
                level = 75, 
                override = NEUTRAL_DIR
              }, {
                level = 75, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 10065, 
                override = NEUTRAL_DIR
              }, {
                level = -42016, 
                override = 10
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = -41424, 
                override = 500
              }, {
                level = 6650946, 
                override = NEUTRAL_DIR
              }, {
                level = 31685173, 
                override = NEUTRAL_DIR
              }, {
                level = 12883408, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 16774306, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 45985894, 
                override = NEUTRAL_DIR
              }, {
                level = 20446306, 
                override = NEUTRAL_DIR
              }, {
                level = -41456, 
                override = 32767
              }, {
                level = 6641395, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 20446306, 
                override = NEUTRAL_DIR
              }, {
                level = 12730594, 
                override = NEUTRAL_DIR
              }, {
                level = 45698304, 
                override = L2R
              }, {
                level = 12730594, 
                override = NEUTRAL_DIR
              }, {
                level = 45985878, 
                override = NEUTRAL_DIR
              }, {
                level = 45985878, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = -41424, 
                override = 32767
              }, {
                level = 6641308, 
                override = NEUTRAL_DIR
              }, {
                level = 45698304, 
                override = NEUTRAL_DIR
              }, {
                level = 45985878, 
                override = NEUTRAL_DIR
              }, {
                level = -41232, 
                override = 32767
              }, {
                level = 4411795, 
                override = NEUTRAL_DIR
              }, {
                level = -41232, 
                override = 32767
              }, {
                level = 47467800, 
                override = NEUTRAL_DIR
              }, {
                level = 45698304, 
                override = NEUTRAL_DIR
              }, {
                level = -40736, 
                override = 32767
              }, {
                level = 12730066, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = L2R
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 40260, 
                override = NEUTRAL_DIR
              }, {
                level = 41492885, 
                override = NEUTRAL_DIR
              }, {
                level = 40660, 
                override = NEUTRAL_DIR
              }, {
                level = 10065, 
                override = NEUTRAL_DIR
              }, {
                level = 10065, 
                override = NEUTRAL_DIR
              }, {
                level = 10722, 
                override = NEUTRAL_DIR
              }, {
                level = 9355960, 
                override = NEUTRAL_DIR
              }, {
                level = 20446306, 
                override = NEUTRAL_DIR
              }, {
                level = 15926, 
                override = NEUTRAL_DIR
              }, {
                level = 10065, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = -41184, 
                override = 32767
              }}, 
            string = {
              lstring = 4410724, 
              s = 0x0, 
              schars = 140737488314592, 
              bufpos = 4294967296, 
              from_disp_str = 0, 
              unibyte = 0
            }, 
            paragraph_dir = 4294926176, 
            separator_limit = 4444335, 
            prev_was_pdf = 0, 
            first_elt = 0, 
            new_paragraph = 0, 
            frame_window_p = 0
          }, 
          paragraph_embedding = 10065
        }
        wrap_data = 0x0
        may_wrap = 0
        wrap_x = 0
        wrap_row_used = -1
        wrap_row_ascent = 32767
        wrap_row_height = 4407568
        wrap_row_phys_ascent = 0
        wrap_row_phys_height = 9509237
        wrap_row_extra_line_spacing = 0
        wrap_row_min_pos = 0
        wrap_row_min_bpos = 0
        wrap_row_max_pos = 6175002
        wrap_row_max_bpos = 12730018
        cvpos = 27
        min_pos = 11024
        max_pos = 11075
        min_bpos = 11024
        max_bpos = 11075
#7  0x000000000045945b in try_window (window=28328373, pos=..., flags=1) at xdisp.c:16300
        w = 0x1b041b0
        it = {
          window = 28328373, 
          w = 0x1b041b0, 
          f = 0xdcf660, 
          method = GET_FROM_STRING, 
          stop_charpos = 53, 
          prev_stop = 0, 
          base_level_stop = 0, 
          end_charpos = 53, 
          s = 0x0, 
          string_nchars = 0, 
          region_beg_charpos = -1, 
          region_end_charpos = -1, 
          redisplay_end_trigger_charpos = 0, 
          multibyte_p = 1, 
          header_line_p = 0, 
          string_from_display_prop_p = 0, 
          string_from_prefix_prop_p = 0, 
          from_disp_prop_p = 0, 
          ellipsis_p = 0, 
          avoid_cursor_p = 0, 
          dp = 0x0, 
          dpvec = 0x0, 
          dpend = 0x0, 
          dpvec_char_len = 0, 
          dpvec_face_id = 0, 
          saved_face_id = 56, 
          ctl_chars = {0 <repeats 16 times>}, 
          start = {
            pos = {
              charpos = 11024, 
              bytepos = 11024
            }, 
            overlay_string_index = -1, 
            string_pos = {
              charpos = -1, 
              bytepos = -1
            }, 
            dpvec_index = -1
          }, 
          current = {
            pos = {
              charpos = 11075, 
              bytepos = 11075
            }, 
            overlay_string_index = 1, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = -1
          }, 
          n_overlay_strings = 2, 
          overlay_strings_charpos = 11075, 
          overlay_strings = {48259297, 48236721, 0 <repeats 14 times>}, 
          string_overlays = {45658323, 44738619, 0 <repeats 14 times>}, 
          string = 48236721, 
          from_overlay = 12730018, 
          stack = {{
              string = 12730018, 
              string_nchars = 0, 
              end_charpos = 15926, 
              stop_charpos = 11078, 
              prev_stop = 11075, 
              base_level_stop = 11075, 
              cmp_it = {
                stop_pos = 11076, 
                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
              }, 
              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 = 11075, 
                bytepos = 11075
              }, 
              current = {
                pos = {
                  charpos = 11075, 
                  bytepos = 11075
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = -1, 
                  bytepos = -1
                }, 
                dpvec_index = -1
              }, 
              from_overlay = 0, 
              area = TEXT_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = L2R, 
              multibyte_p = 1, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 1, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 12730018, 
              font_height = 12730018
            }, {
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 0, 
              font_height = 0
            }}, 
          sp = 1, 
          selective = 0, 
          what = IT_CHARACTER, 
          face_id = 49, 
          selective_display_ellipsis_p = 1, 
          ctl_arrow_p = 1, 
          face_box_p = 0, 
          start_of_box_run_p = 0, 
          end_of_box_run_p = 0, 
          overlay_strings_at_end_processed_p = 0, 
          ignore_overlay_strings_at_pos_p = 0, 
          glyph_not_available_p = 0, 
          starts_in_middle_of_char_p = 0, 
          face_before_selective_p = 0, 
          constrain_row_ascent_descent_p = 0, 
          line_wrap = TRUNCATE, 
          base_face_id = 0, 
          c = 32, 
          len = 1, 
          cmp_it = {
            stop_pos = 53, 
            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 = 32, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 0, 
          slice = {
            x = 12730018, 
            y = 12730018, 
            width = 12730018, 
            height = 12730018
          }, 
          space_width = 12730018, 
          voffset = 0, 
          tab_width = 8, 
          font_height = 12730018, 
          object = 48259297, 
          position = {
            charpos = 52, 
            bytepos = 52
          }, 
          truncation_pixel_width = 9, 
          continuation_pixel_width = 0, 
          first_visible_x = 0, 
          last_visible_x = 774, 
          last_visible_y = 1121, 
          extra_line_spacing = 0, 
          max_extra_line_spacing = 0, 
          override_ascent = -1, 
          override_descent = 0, 
          override_boff = 0, 
          glyph_row = 0x2761570, 
          area = TEXT_AREA, 
          nglyphs = 1, 
          pixel_width = 9, 
          ascent = 14, 
          descent = 5, 
          max_ascent = 14, 
          max_descent = 5, 
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 12, 
          max_phys_descent = 3, 
          current_x = 504, 
          continuation_lines_width = 0, 
          eol_pos = {
            charpos = 0, 
            bytepos = 0
          }, 
          current_y = 551, 
          first_vpos = 0, 
          vpos = 29, 
          hpos = 56, 
          left_user_fringe_bitmap = 0, 
          right_user_fringe_bitmap = 0, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 0, 
          bidi_p = 1, 
          bidi_it = {
            bytepos = 0, 
            charpos = 0, 
            ch = 32, 
            nchars = 1, 
            ch_len = 1, 
            type = STRONG_L, 
            type_after_w1 = NEUTRAL_WS, 
            orig_type = NEUTRAL_WS, 
            resolved_level = 0, 
            invalid_levels = 0, 
            invalid_rl_levels = -1, 
            prev = {
              bytepos = 0, 
              charpos = 0, 
              type = NEUTRAL_B, 
              type_after_w1 = NEUTRAL_B, 
              orig_type = NEUTRAL_B
            }, 
            last_strong = {
              bytepos = 51, 
              charpos = 51, 
              type = UNKNOWN_BT, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            next_for_neutral = {
              bytepos = 0, 
              charpos = -1, 
              type = UNKNOWN_BT, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            prev_for_neutral = {
              bytepos = 0, 
              charpos = 0, 
              type = STRONG_L, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            next_for_ws = {
              bytepos = 51, 
              charpos = 51, 
              type = NEUTRAL_B, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            next_en_pos = 0, 
            next_en_type = UNKNOWN_BT, 
            ignore_bn_limit = -1, 
            sor = L2R, 
            scan_dir = 1, 
            disp_pos = 51, 
            disp_prop = 0, 
            stack_idx = 0, 
            level_stack = {{
                level = 0, 
                override = NEUTRAL_DIR
              } <repeats 64 times>}, 
            string = {
              lstring = 48236721, 
              s = 0x0, 
              schars = 51, 
              bufpos = 11075, 
              from_disp_str = 0, 
              unibyte = 0
            }, 
            paragraph_dir = L2R, 
            separator_limit = -1, 
            prev_was_pdf = 0, 
            first_elt = 0, 
            new_paragraph = 0, 
            frame_window_p = 1
          }, 
          paragraph_embedding = L2R
        }
        last_text_row = 0x2761470
        f = 0xdcf660
#8  0x000000000045728d in redisplay_window (window=28328373, just_this_one_p=0) at xdisp.c:15826
        d2 = 0
        d4 = 0
        d6 = 0
        d1 = 0
        d3 = 50
        d5 = 50
        w = 0x1b041b0
        f = 0xdcf660
        buffer = 0x2792190
        old = 0x2792190
        lpoint = {
          charpos = 11014, 
          bytepos = 11014
        }
        opoint = {
          charpos = 11014, 
          bytepos = 11014
        }
        startp = {
          charpos = 10065, 
          bytepos = 10065
        }
        update_mode_line = 1
        tem = 0
        it = {
          window = 463856467968, 
          w = 0x1, 
          f = 0x7fffffff7d30, 
          method = 4499795, 
          stop_charpos = 4294967295, 
          prev_stop = 38971504, 
          base_level_stop = -1, 
          end_charpos = 12862882, 
          s = 0x252a8a2 "", 
          string_nchars = 214748364801, 
          region_beg_charpos = 41492885, 
          region_end_charpos = 41492880, 
          redisplay_end_trigger_charpos = 140737488321888, 
          multibyte_p = 1, 
          header_line_p = 1, 
          string_from_display_prop_p = 0, 
          string_from_prefix_prop_p = 1, 
          from_disp_prop_p = 1, 
          ellipsis_p = 1, 
          avoid_cursor_p = 0, 
          dp = 0x2792195, 
          dpvec = 0x2792195, 
          dpend = 0x7fffffff7de0, 
          dpvec_char_len = 4760249, 
          dpvec_face_id = 0, 
          saved_face_id = 0, 
          ctl_chars = {28328373, 4294967297, 12730018, 377957122048, 0, 28328368, 12862882, 40797441, 28328368, 12730066, 28328373, -33264, 41492880, 140737488322048, 4761061, 40797441}, 
          start = {
            pos = {
              charpos = 12730066, 
              bytepos = 140737488322112
            }, 
            overlay_string_index = 4499464, 
            string_pos = {
              charpos = -4294967296, 
              bytepos = 18943837
            }, 
            dpvec_index = 28328373
          }, 
          current = {
            pos = {
              charpos = 28328373, 
              bytepos = 12730018
            }, 
            overlay_string_index = 14480997, 
            string_pos = {
              charpos = 140737488322272, 
              bytepos = 6184490
            }, 
            dpvec_index = 12868162
          }, 
          n_overlay_strings = 28328373, 
          overlay_strings_charpos = 12730018, 
          overlay_strings = {68, 12730018, 18943837, 4499069, 0, 1, 38971504, -1, 28328368, 140737488322336, 41492880, 0, 12730018, 18943837, 128, 140737488325760}, 
          string_overlays = {4500677, 140733193388032, 6181062, 0, 26409206, 50, 14480997, 28328373, 28328368, 14480992, 0, 0, 0, 0, 0, 0}, 
          string = 0, 
          from_overlay = -1, 
          stack = {{
              string = -1, 
              string_nchars = 0, 
              end_charpos = 1, 
              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 = 4294967295, 
              multibyte_p = 1, 
              string_from_display_prop_p = 1, 
              string_from_prefix_prop_p = 1, 
              display_ellipsis_p = 1, 
              avoid_cursor_p = 1, 
              bidi_p = 1, 
              from_disp_prop_p = 1, 
              line_wrap = 4294967295, 
              voffset = -1, 
              space_width = -1, 
              font_height = 4294967295
            }, {
              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 = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 12730018, 
              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 = 10826
                }, 
                dpvec_index = 5056
              }, 
              from_overlay = 5099, 
              area = 6864, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 11963, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = 3961, 
              voffset = 0, 
              space_width = 0, 
              font_height = 0
            }, {
              string = 0, 
              string_nchars = 0, 
              end_charpos = 5770, 
              stop_charpos = 45746472, 
              prev_stop = 41492880, 
              base_level_stop = 140737488323376, 
              cmp_it = {
                stop_pos = 6629461, 
                id = 45746472, 
                ch = 45746472, 
                rule_idx = 0, 
                lookback = 41492885, 
                nglyphs = 11963, 
                reversed_p = false, 
                charpos = 140737488323504, 
                nchars = 6630000, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 11011
              }, 
              face_id = 44734224, 
              u = {
                image = {
                  object = 44734224, 
                  slice = {
                    x = 3, 
                    y = 10, 
                    width = 2, 
                    height = 237
                  }, 
                  image_id = 373
                }, 
                comp = {
                  object = 44734224
                }, 
                stretch = {
                  object = 44734224
                }
              }, 
              position = {
                charpos = 11006, 
                bytepos = 3
              }, 
              current = {
                pos = {
                  charpos = 5, 
                  bytepos = 12730018
                }, 
                overlay_string_index = 41492885, 
                string_pos = {
                  charpos = 140737488323696, 
                  bytepos = 6650946
                }, 
                dpvec_index = 44734224
              }, 
              from_overlay = 44734224, 
              area = TEXT_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 10, 
              multibyte_p = 1, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = 11011, 
              voffset = 0, 
              space_width = 12730018, 
              font_height = 12730018
            }, {
              string = 12934994, 
              string_nchars = -31664, 
              end_charpos = 6641545, 
              stop_charpos = 3961, 
              prev_stop = 12730018, 
              base_level_stop = 12970210, 
              cmp_it = {
                stop_pos = 4339701576, 
                id = 1, 
                ch = -31168, 
                rule_idx = 32767, 
                lookback = 140737488324016, 
                nglyphs = 12730018, 
                reversed_p = false, 
                charpos = 140737488323696, 
                nchars = 6641308, 
                nbytes = -1, 
                from = -1, 
                to = 0, 
                width = 10826
              }, 
              face_id = 5056, 
              u = {
                image = {
                  object = 5099, 
                  slice = {
                    x = 6864, 
                    y = 11963, 
                    width = 3961, 
                    height = 140737269430409
                  }, 
                  image_id = 140737488324384
                }, 
                comp = {
                  object = 5099
                }, 
                stretch = {
                  object = 5099
                }
              }, 
              position = {
                charpos = -24, 
                bytepos = 1
              }, 
              current = {
                pos = {
                  charpos = 5770, 
                  bytepos = 45746472
                }, 
                overlay_string_index = 41492880, 
                string_pos = {
                  charpos = 140737488323840, 
                  bytepos = 6629461
                }, 
                dpvec_index = 45746472
              }, 
              from_overlay = 45746472, 
              area = 41492885, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 4269216, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              string_from_prefix_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = 4294935936, 
              voffset = 32767, 
              space_width = 6630000, 
              font_height = 12730018
            }}, 
          sp = 11013, 
          selective = 44734224, 
          what = 44734224, 
          face_id = 0, 
          selective_display_ellipsis_p = 1, 
          ctl_arrow_p = 1, 
          face_box_p = 0, 
          start_of_box_run_p = 0, 
          end_of_box_run_p = 0, 
          overlay_strings_at_end_processed_p = 0, 
          ignore_overlay_strings_at_pos_p = 0, 
          glyph_not_available_p = 0, 
          starts_in_middle_of_char_p = 0, 
          face_before_selective_p = 0, 
          constrain_row_ascent_descent_p = 0, 
          line_wrap = TRUNCATE, 
          base_face_id = 10, 
          c = 0, 
          len = 2, 
          cmp_it = {
            stop_pos = 237, 
            id = 373, 
            ch = 11006, 
            rule_idx = 0, 
            lookback = 3, 
            nglyphs = 7, 
            reversed_p = false, 
            charpos = 0, 
            nchars = 41492885, 
            nbytes = 0, 
            from = -31168, 
            to = 32767, 
            width = 6650946
          }, 
          char_to_display = 0, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 44734224, 
          slice = {
            x = 1, 
            y = 6641395, 
            width = 11013, 
            height = 15926
          }, 
          space_width = 5676789, 
          voffset = 1, 
          tab_width = 0, 
          font_height = 140737488323872, 
          object = 15926, 
          position = {
            charpos = 46889686, 
            bytepos = 12730018
          }, 
          truncation_pixel_width = 2344, 
          continuation_pixel_width = 698, 
          first_visible_x = 0, 
          last_visible_x = 41492880, 
          last_visible_y = 0, 
          extra_line_spacing = 0, 
          max_extra_line_spacing = 0, 
          override_ascent = -31080, 
          override_descent = 32767, 
          override_boff = -31080, 
          glyph_row = 0xc23ea2, 
          area = 12730018, 
          nglyphs = 0, 
          pixel_width = 12933234, 
          ascent = 0, 
          descent = -31104, 
          max_ascent = 32767, 
          max_descent = 6641545, 
          phys_ascent = 0, 
          phys_descent = -31072, 
          max_phys_ascent = 32767, 
          max_phys_descent = 12730018, 
          current_x = 0, 
          continuation_lines_width = 12970210, 
          eol_pos = {
            charpos = 4294978309, 
            bytepos = 12933234
          }, 
          current_y = 48058918, 
          first_vpos = 0, 
          vpos = 12730018, 
          hpos = 0, 
          left_user_fringe_bitmap = 16034, 
          right_user_fringe_bitmap = 194, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 1017504, 
          bidi_p = 1, 
          bidi_it = {
            bytepos = 6641308, 
            charpos = 41492885, 
            ch = 48058918, 
            nchars = 140737488324304, 
            ch_len = 6655355, 
            type = 4294936272, 
            type_after_w1 = 32767, 
            orig_type = 41492885, 
            resolved_level = 0, 
            invalid_levels = 12933234, 
            invalid_rl_levels = 0, 
            prev = {
              bytepos = 44052, 
              charpos = 140737488324816, 
              type = 6656427, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            last_strong = {
              bytepos = 11014, 
              charpos = 15323371, 
              type = 45146651, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294936448
            }, 
            next_for_neutral = {
              bytepos = 6630000, 
              charpos = 1, 
              type = 12730018, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 44734224
            }, 
            prev_for_neutral = {
              bytepos = 11011, 
              charpos = 433791696899, 
              type = 12730018, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = STRONG_R
            }, 
            next_for_ws = {
              bytepos = 237, 
              charpos = 31686100, 
              type = 12883408, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 12730018
            }, 
            next_en_pos = 4, 
            next_en_type = 4079341256, 
            ignore_bn_limit = 41492885, 
            sor = 4294936640, 
            scan_dir = 32767, 
            disp_pos = 6650946, 
            disp_prop = 42125864, 
            stack_idx = 0, 
            level_stack = {{
                level = 44734224, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 5674263, 
                override = NEUTRAL_DIR
              }, {
                level = 11010, 
                override = NEUTRAL_DIR
              }, {
                level = 15926, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = -30568, 
                override = 32767
              }, {
                level = 41492880, 
                override = NEUTRAL_DIR
              }, {
                level = -30576, 
                override = 32767
              }, {
                level = 6655993, 
                override = NEUTRAL_DIR
              }, {
                level = 44734224, 
                override = NEUTRAL_DIR
              }, {
                level = 12933474, 
                override = NEUTRAL_DIR
              }, {
                level = -30384, 
                override = 32767
              }, {
                level = 6702708, 
                override = NEUTRAL_DIR
              }, {
                level = 10, 
                override = NEUTRAL_DIR
              }, {
                level = 41492880, 
                override = NEUTRAL_DIR
              }, {
                level = -30512, 
                override = 32767
              }, {
                level = 6655993, 
                override = NEUTRAL_DIR
              }, {
                level = -31056, 
                override = 32767
              }, {
                level = 12933234, 
                override = NEUTRAL_DIR
              }, {
                level = 11013, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 41492885, 
                override = NEUTRAL_DIR
              }, {
                level = 11013, 
                override = NEUTRAL_DIR
              }, {
                level = 15926, 
                override = NEUTRAL_DIR
              }, {
                level = -31056, 
                override = 32767
              }, {
                level = -30992, 
                override = 32767
              }, {
                level = -1, 
                override = 4294967295
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = -30432, 
                override = 32767
              }, {
                level = 41492885, 
                override = NEUTRAL_DIR
              }, {
                level = 44052, 
                override = NEUTRAL_DIR
              }, {
                level = 40, 
                override = NEUTRAL_DIR
              }, {
                level = -30992, 
                override = 32767
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = -1, 
                override = 4294967295
              }, {
                level = 41492880, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = -30384, 
                override = 32767
              }, {
                level = 5842629, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 11010, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = 4294967295
              }, {
                level = -30000, 
                override = 32767
              }, {
                level = 6, 
                override = NEUTRAL_DIR
              }, {
                level = 11013, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 44040, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 41492885, 
                override = NEUTRAL_DIR
              }, {
                level = 44040, 
                override = NEUTRAL_DIR
              }, {
                level = 11010, 
                override = NEUTRAL_DIR
              }, {
                level = 41492885, 
                override = NEUTRAL_DIR
              }, {
                level = -29728, 
                override = 32767
              }, {
                level = 5844204, 
                override = NEUTRAL_DIR
              }, {
                level = 12730018, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 47690752, 
                override = NEUTRAL_DIR
              }, {
                level = 47684608, 
                override = NEUTRAL_DIR
              }, {
                level = -1, 
                override = 536870911
              }, {
                level = 11014, 
                override = NEUTRAL_DIR
              }, {
                level = 28328368, 
                override = NEUTRAL_DIR
              }}, 
            string = {
              lstring = 31675088, 
              s = 0x0, 
              schars = 47690774, 
              bufpos = 47690758, 
              from_disp_str = 0, 
              unibyte = 0
            }, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 47690752, 
            prev_was_pdf = 0, 
            first_elt = 0, 
            new_paragraph = 0, 
            frame_window_p = 0
          }, 
          paragraph_embedding = 6025112
        }
        current_matrix_up_to_date_p = 0
        used_current_matrix_p = 0
        buffer_unchanged_p = 0
        temp_scroll_step = 0
        count = 68
        rc = 0
        centering_position = -1
        last_line_misfit = 0
        beg_unchanged = 11022
        end_unchanged = 4248
#9  0x0000000000450e6f in redisplay_window_0 (window=28328373) at xdisp.c:13894
No locals.
#10 0x00000000005e1c93 in internal_condition_case_1 (bfun=0x450e30 <redisplay_window_0>, arg=28328373, handlers=12926902, hfun=0x450dff <redisplay_window_error>) at eval.c:1357
        val = 12730018
        c = {
          tag = 12730018, 
          val = 12730018, 
          next = 0x7fffffffb5c0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {53, -4906245266440896974, 4269216, 140737488343296, 0, 0, -4906245266189238734, 4906245937568628274}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {6060048, 5906211, 12730018, 140737488325776, 6062368, 12730018, 12913230256, 12730018, 12933138, 12932592662, 12933136, 140737488325760, 12653792, 4307621088, 12730018, 12130880}
              }
            }}, 
          backlist = 0x7fffffffb910, 
          handlerlist = 0x7fffffffb590, 
          lisp_eval_depth = 3, 
          pdlcount = 68, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x7fffffffbb90
        }
        h = {
          handler = 12926902, 
          var = 12730018, 
          chosen_clause = 12897631906, 
          tag = 0x7fffffff8bb0, 
          next = 0x7fffffffb590
        }
#11 0x0000000000450de0 in redisplay_windows (window=28328373) at xdisp.c:13874
        w = 0x1b041b0
#12 0x0000000000450d74 in redisplay_windows (window=13688981) at xdisp.c:13866
        w = 0xd0e090
#13 0x000000000044f91e in redisplay_internal () at xdisp.c:13454
        f = 0xdcf660
        tail = 16473606
        frame = 14480997
        w = 0x1b041b0
        sw = 0x1b041b0
        fr = 0xdcf660
        pending = 0
        must_finish = 0
        tlbufpos = {
          charpos = 11007, 
          bytepos = 11007
        }
        tlendpos = {
          charpos = 4910, 
          bytepos = 4910
        }
        number_of_visible_frames = 1
        count = 66
        count1 = 68
        sf = 0xdcf660
        polling_stopped_here = 0
        old_frame = 14480997
        consider_all_windows_p = 1
        update_miniwindow_p = 0
#14 0x0000000000450614 in redisplay_preserve_echo_area (from_where=7) at xdisp.c:13714
No locals.
#15 0x00000000005437d4 in swallow_events (do_display=1) at keyboard.c:4283
        old_timers_run = 2437
#16 0x000000000041eda0 in sit_for (timeout=160, reading=true, do_display=1) at dispnew.c:5931
        sec = 5512560
        nsec = 0
#17 0x000000000054032f in read_char (commandflag=1, nmaps=15, maps=0x7fffffffae40, prev_event=12730018, used_mouse_menu=0x7fffffffb144, end_time=0x0) at keyboard.c:2742
        tem0 = 12971442
        timeout = 40
        delay_level = 4
        buffer_size = 63
        c = 12730018
        jmpcount = 66
        local_getcjmp = {{
            __jmpbuf = {128, -4906245265341989326, 4269216, 140737488343296, 0, 0, -4906245265211965902, 4906245957956353586}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {6096673, 15323371, 42125787, 45146651, 12730066, 140737488334240, 6166931, 4294967297, 12730066, 12730018, 6508737, 0, 0, 12730018, 4, 43769933}
            }
          }}
        save_jump = {{
            __jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {0 <repeats 16 times>}
            }
          }}
        key_already_recorded = 0
        tem = 43769933
        save = 140737488337808
        previous_echo_area_message = 12730018
        also_record = 12730018
        reread = 0
        gcpro1 = {
          next = 0x7fffffffa9c0, 
          var = 0x2673346, 
          nvars = 12730018
        }
        gcpro2 = {
          next = 0x20, 
          var = 0x2, 
          nvars = 5676789
        }
        polling_stopped_here = 0
        orig_kboard = 0xe78290
#18 0x000000000054dfd5 in read_key_sequence (keybuf=0x7fffffffb400, bufsize=30, prompt=12730018, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9356
        interrupted_kboard = 0xe78290
        interrupted_frame = 0xdcf660
        key = 140737488335584
        used_mouse_menu = 0
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        local_first_binding = 0
        from_string = 12730018
        count = 66
        t = 0
        echo_start = 0
        keys_start = 0
        nmaps = 15
        nmaps_allocated = 15
        defs = 0x7fffffffadb0
        submaps = 0x7fffffffae40
        orig_local_map = 46554422
        orig_keymap = 46889702
        localized_local_map = 0
        first_binding = 0
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 16121142, 
          map = 16121142, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 12709302, 
          map = 12709302, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 16121238, 
          map = 16121238, 
          start = 0, 
          end = 0
        }
        shift_translated = 0
        delayed_switch_frame = 12730018
        original_uppercase = 12578896
        original_uppercase_position = -1
        dummyflag = 0
        starting_buffer = 0x2792190
        fake_prefixed_keys = 12730018
        gcpro1 = {
          next = 0xc23ed2, 
          var = 0x53ee93, 
          nvars = 12730066
        }
#19 0x000000000053d99f in command_loop_1 () at keyboard.c:1499
        cmd = 27907570
        keybuf = {56, 444, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 140737488336512, 4716964, 31541264, 15855216, -4294934529, 0, 15157656, 15855216, 23875584, 14480992, 140737488336176, 4700881, 1, 0, 2366526980318, 14480992, 0, 81604378624}
        i = 1
        prev_modiff = 7439
        prev_buffer = 0x2792190
        already_adjusted = 0
#20 0x00000000005e1b0c in internal_condition_case (bfun=0x53d5f4 <command_loop_1>, handlers=12781682, hfun=0x53cef9 <cmd_error>) at eval.c:1319
        val = 0
        c = {
          tag = 12730018, 
          val = 12730018, 
          next = 0x7fffffffb730, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {128, -4906245266107449806, 4269216, 140737488343296, 0, 0, -4906245266126324174, 4906245937753177650}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {5253828, 72, 14480992, 14480992, 60, 140737488336560, 4498452, 40838344, 4294967296, 12730018, 15855221, 140737488336560, 5256310, 15157656, 14480992, 23082800}
              }
            }}, 
          backlist = 0x7fffffffb910, 
          handlerlist = 0x7fffffffc960, 
          lisp_eval_depth = 3, 
          pdlcount = 66, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x7fffffffbb90
        }
        h = {
          handler = 12781682, 
          var = 12730018, 
          chosen_clause = 140737300379576, 
          tag = 0x7fffffffb5c0, 
          next = 0x7fffffffc960
        }
#21 0x000000000053d2e4 in command_loop_2 (ignore=12730018) at keyboard.c:1194
        val = 12883408
#22 0x00000000005e14ae in internal_catch (tag=12849138, func=0x53d2c2 <command_loop_2>, arg=12730018) at eval.c:1076
        c = {
          tag = 12849138, 
          val = 12730018, 
          next = 0x7fffffffc990, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {128, -4906245265753031118, 4269216, 140737488343296, 0, 0, -4906245266063409614, 4906245937280400946}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {6061364, 12889391823, 0, 206158430216, 40865680, 4307098208, 12730018, 12730018, 12968882, 140737488336928, 6059938, 12968880, 12730018, 140737488336976, 40865680, 12130912}
              }
            }}, 
          backlist = 0x7fffffffb910, 
          handlerlist = 0x7fffffffc960, 
          lisp_eval_depth = 3, 
          pdlcount = 66, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x7fffffffbb90
        }
#23 0x000000000053d255 in command_loop () at keyboard.c:1159
        val = 12730018
#24 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
        count = 63
        val = 5491704
#25 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
        count = 61
        buffer = 12730018
#26 0x00000000005e4da7 in Ffuncall (nargs=1, args=0x7fffffffb998) at eval.c:2806
        fun = 9374565
        original_fun = 12776754
        funcar = 6099596
        numargs = 0
        lisp_numargs = 14242182
        val = 140737488337280
        backtrace = {
          next = 0x7fffffffbf90, 
          function = 0x7fffffffb998, 
          args = 0x7fffffffb9a0, 
          nargs = 0, 
          debug_on_exit = 0
        }
        internal_args = 0x7fffffffb9a0
        i = 6184346
#27 0x00000000006344c0 in exec_byte_code (bytestr=37981841, vector=47982549, maxdepth=116, args_template=12730018, nargs=0, args=0x0) at bytecode.c:898
        count = 8
        op = 0
        vectorp = 0x2dc27e0
        stack = {
          pc = 0x2e29940 "\210.\031\016E\024\016D\025\016C\026&\016B\026'\016A\026(\016@\026)\016?\026*\016>\026+\016=\026,\016<\026-\016;\026.\016:\026/\016\071\026\060\016\070\026\061\016\067\026\062\016\066\020\016\065\026\063\016I\026X\t.\034\207", 
          byte_string = 37981841, 
          byte_string_start = 0x2e297f8 "\b\203\006", 
          constants = 47982549, 
          next = 0x0
        }
        top = 0x7fffffffb998
        result = 60
        targets = {0x638264, 0x638269, 0x63826b, 0x63826d, 0x63826f, 0x63826f, 0x6382dc, 0x638359, 0x633cc5, 0x633cc7, 0x633cc9, 0x633ccb, 0x633ccd, 0x633ccd, 0x633cd6, 0x633c84, 0x634184, 0x634186, 0x634188, 0x63418a, 0x63418c, 0x63418c, 0x6341d6, 0x634195, 0x6343ac, 0x6343ae, 0x6343b0, 0x6343b2, 0x6343b4, 0x6343b4, 0x63434b, 0x63436b, 0x634483, 0x634485, 0x634487, 0x634489, 0x63448b, 0x63448b, 0x634422, 0x634442, 0x634568, 0x63456a, 0x63456c, 0x63456e, 0x634570, 0x634570, 0x634507, 0x634527, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x635607, 0x635753, 0x6357ce, 0x635849, 0x6358c4, 0x633fce, 0x634063, 0x635955, 0x633f24, 0x6340d9, 0x6359d4, 0x635a4a, 0x635aa7, 0x635b2c, 0x635b8c, 0x635c82, 0x635cd8, 0x635d4e, 0x635de4, 0x635e3a, 0x635e90, 0x635f06, 0x635f7c, 0x635ff2, 0x636088, 0x6360e8, 0x636148, 0x63623e, 0x6362dd, 0x63637c, 0x63660c, 0x636682, 0x6366f8, 0x63676e, 0x6367e4, 0x636844, 0x6368e7, 0x636947, 0x6369a7, 0x636a07, 0x636b3d, 0x635245, 0x636ba9, 0x636bff, 0x636ced, 0x636d59, 0x636dc5, 0x636e1b, 0x636e7a, 0x636ed9, 0x636f3c, 0x638264, 0x636f99, 0x636fed, 0x637041, 0x637095, 0x6370e9, 0x63713d, 0x635245, 0x638264, 0x637193, 0x6371e7, 0x63723d, 0x637293, 0x637309, 0x63737f, 0x6373d5, 0x63769a, 0x637710, 0x637786, 0x6377fc, 0x637850, 0x638264, 0x63515e, 0x634639, 0x633dd6, 0x63475a, 0x6348a8, 0x6349ed, 0x6350c1, 0x63511c, 0x6342e7, 0x6351f9, 0x635284, 0x635326, 0x635372, 0x6353ed, 0x635443, 0x6354d9, 0x635566, 0x6345ec, 0x6378a6, 0x63793c, 0x637992, 0x6379e8, 0x637a3e, 0x637a94, 0x637b0a, 0x637b80, 0x637bf6, 0x637c6c, 0x637dd9, 0x637e49, 0x637eb9, 0x637f0f, 0x637f7f, 0x637fef, 0x638076, 0x6380fe, 0x636a67, 0x636ac7, 0x63815e, 0x6381ea, 0x638264, 0x634b32, 0x634c1d, 0x634d47, 0x634e71, 0x634f99, 0x635bec, 0x6361a8, 0x636c57, 0x6383ff, 0x63847c, 0x638264, 0x638264, 0x638522, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x638264, 0x6385cb <repeats 64 times>}
#28 0x00000000005e5873 in funcall_lambda (fun=42130669, nargs=2, arg_vector=0x7fffffffc018) at eval.c:3041
        val = 99
        syms_left = 12730018
        next = 45430562
        lexenv = 12730018
        count = 7
        i = 2
        optional = false
        rest = true
#29 0x00000000005e50c6 in Ffuncall (nargs=3, args=0x7fffffffc010) at eval.c:2858
        fun = 42130669
        original_fun = 12849426
        funcar = 12848946
        numargs = 2
        lisp_numargs = 0
        val = 0
        backtrace = {
          next = 0x7fffffffc600, 
          function = 0x7fffffffc010, 
          args = 0x7fffffffc018, 
          nargs = 2, 
          debug_on_exit = 0
        }
        internal_args = 0x33
        i = 0
#30 0x00000000005e41bb in Fapply (nargs=2, args=0x7fffffffc110) at eval.c:2339
        i = 3
        numargs = 2
        spread_arg = 12730018
        funcall_args = 0x7fffffffc010
        fun = 10018006
        retval = 12848994
        gcpro1 = {
          next = 0x300000000, 
          var = 0xdc5438c3a6c5bf72, 
          nvars = 3
        }
        sa_count = 7
        sa_must_free = false
#31 0x00000000005e46ed in apply1 (fn=12849426, arg=44760710) at eval.c:2577
        ret_ungc_val = 7040232
        args = {12849426, 44760710}
        gcpro1 = {
          next = 0xc23ea2, 
          var = 0x7fffffffc110, 
          nvars = 2
        }
#32 0x00000000005dfeae in call_debugger (arg=44760710) at eval.c:239
        debug_while_redisplaying = false
        count = 3
        val = 12781682
        old_max = 1300
#33 0x00000000005e27c2 in maybe_call_debugger (conditions=9400918, sig=12781826, data=44760278) at eval.c:1736
        combined_data = 44760294
#34 0x00000000005e2327 in Fsignal (error_symbol=12781826, data=44760278) at eval.c:1558
        debugger_called = false
        conditions = 9400918
        string = 12730018
        real_error_symbol = 12781826
        clause = 12730066
        h = 0x7fffffffc960
        bp = 0x0
#35 0x00000000005e2422 in xsignal (error_symbol=12781826, data=44760278) at eval.c:1592
No locals.
#36 0x00000000005e2495 in xsignal2 (error_symbol=12781826, arg1=12849234, arg2=33590434) at eval.c:1613
No locals.
#37 0x00000000005c566d in wrong_type_argument (predicate=12883413, value=4194699) at data.c:113
No locals.
#38 0x00000000005dd68a in Fcall_interactively (function=33590434, record_flag=12730018, keys=12765173) at callint.c:326
        form = 12730018
        args = 0x0
        visargs = 0x0
        specs = 12730018
        filter_specs = 12730018
        teml = 0
        up_event = 12730018
        enable = 12730018
        speccount = 3
        next_event = 0
        prefix_arg = 12730018
        string = 0x0
        tem = 0x0
        varies = 0x0
        i = 0
        nargs = 0
        mark = 112
        arg_from_tty = false
        gcpro1 = {
          next = 0x7fffffffc750, 
          var = 0x64f0b6, 
          nvars = 8192
        }
        gcpro2 = {
          next = 0x0, 
          var = 0x3b9ac6a9, 
          nvars = 1347302185
        }
        gcpro3 = {
          next = 0x0, 
          var = 0x0, 
          nvars = 1
        }
        gcpro4 = {
          next = 0x7fffffffc440, 
          var = 0x64fe1a, 
          nvars = 0
        }
        gcpro5 = {
          next = 0x1, 
          var = 0x0, 
          nvars = 0
        }
        key_count = 1
        record_then_fail = false
        save_this_command = 33590434
        save_last_command = 27910994
        save_this_original_command = 33590434
        save_real_this_command = 33590434
#39 0x00000000005e4e34 in Ffuncall (nargs=4, args=0x7fffffffc6a0) at eval.c:2816
        fun = 12108941
        original_fun = 12868546
        funcar = 0
        numargs = 3
        lisp_numargs = 0
        val = 0
        backtrace = {
          next = 0x0, 
          function = 0x7fffffffc6a0, 
          args = 0x7fffffffc6a8, 
          nargs = 3, 
          debug_on_exit = 0
        }
        internal_args = 0x7fffffffc6a8
        i = 0
#40 0x00000000005e47fd in call3 (fn=12868546, arg1=33590434, arg2=12730018, arg3=12730018) at eval.c:2634
        ret_ungc_val = 12781490
        gcpro1 = {
          next = 0x1d08376, 
          var = 0xc23ea2, 
          nvars = 4
        }
        args = {12868546, 33590434, 12730018, 12730018}
#41 0x000000000055050a in Fcommand_execute (cmd=33590434, record_flag=12730018, keys=12730018, special=12730018) at keyboard.c:10363
        final = 30442358
        tem = 12781490
        prefixarg = 12730018
#42 0x000000000053de0f in command_loop_1 () at keyboard.c:1627
        scount = 2
        cmd = 33590434
        keybuf = {536870932, 150000000, 12730018, 140737488341216, 12730066, 14235878, 27664864, 4977879826082, 19, 6871947675200, 12781826, 9400929, 12730018, 12730018, 140737488341104, 5198549, 0, 14480992, 140737488340896, 9400918, 7048218, 33590434, 140737488341184, 5493261, 140737488341216, 6184198, 140737488341216, 14235878, 140737488341184, 14480992}
        i = 1
        prev_modiff = 61
        prev_buffer = 0x2796670
        already_adjusted = 0
#43 0x00000000005e1b0c in internal_condition_case (bfun=0x53d5f4 <command_loop_1>, handlers=12781682, hfun=0x53cef9 <cmd_error>) at eval.c:1319
        val = 30000182
        c = {
          tag = 12730018, 
          val = 12730018, 
          next = 0x7fffffffcb00, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {6940352, -4906245268399636942, 4269216, 140737488343296, 0, 0, -4906245268401734094, 4906245937753177650}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {4294967295, 0, 157882997, 9351720, 0, 0, 0, 0, 140737351956664, 4294967297, 0, 84031035146241, 140737354129704, 140737269253544, 6940352, 140737488342048}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
        h = {
          handler = 12781682, 
          var = 12730018, 
          chosen_clause = 12730066, 
          tag = 0x7fffffffc990, 
          next = 0x0
        }
#44 0x000000000053d2e4 in command_loop_2 (ignore=12730018) at keyboard.c:1194
        val = 12883408
#45 0x00000000005e14ae in internal_catch (tag=12777474, func=0x53d2c2 <command_loop_2>, arg=12730018) at eval.c:1076
        c = {
          tag = 12777474, 
          val = 12730018, 
          next = 0x0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {6940352, -4906245268582089166, 4269216, 140737488343296, 0, 0, -4906245268389151182, 4906245937280400946}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {6061364, 16964243040, 400, 140737272729288, 12756784, 4307098208, 12730018, 12730018, 12968882, 140737488342000, 6059938, 12968880, 12730018, 140737272729272, 12756784, 12130912}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
#46 0x000000000053d29d in command_loop () at keyboard.c:1173
No locals.
#47 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
        count = 1
        val = 5491704
#48 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
        count = 0
        buffer = 12730018
#49 0x000000000053add0 in main (argc=1, argv=0x7fffffffd108) at emacs.c:1643
        dummy = 140737269282392
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x9691a75 <Address 0x9691a75 out of bounds>
        heapexec = "EMACS_HEAP_EXEC=true"

Lisp Backtrace:
"recursive-edit" (0xffffb9a0)
"debug" (0xffffc018)
"call-interactively" (0xffffc6a8)


registers:
rax            0x4000000000200040	4611686018429485120
rbx            0x4	4
rcx            0x10	16
rdx            0xc495d0	12883408
rsi            0x40018b	4194699
rdi            0xc495d5	12883413
rbp            0x7fffffff4a70	0x7fffffff4a70
rsp            0x7fffffff4a50	0x7fffffff4a50
r8             0x7fffffff4c40	140737488309312
r9             0x2e008b1	48236721
r10            0x0	0
r11            0x2e008b1	48236721
r12            0x4124a0	4269216
r13            0x7fffffffd100	140737488343296
r14            0x0	0
r15            0x0	0
rip            0x4e0c9f	0x4e0c9f <char_table_ref+188>
eflags         0x10202	[ IF RF ]
cs             0x33	51
ss             0x2b	43
ds             0x0	0
es             0x0	0
fs             0x0	0
gs             0x0	0
fctrl          0x37f	895
fstat          0x0	0
ftag           0xffff	65535
fiseg          0x0	0
fioff          0x5e8629	6194729
foseg          0x7fff	32767
fooff          0xffff7050	-36784
fop            0x55d	1373
mxcsr          0x1fa0	[ PE IM DM ZM OM UM PM ]


current instructions:
0x4e0c9f <char_table_ref+188>:	mov    (%rax),%rdx
0x4e0ca2 <char_table_ref+191>:	mov    $0x400000000fff0000,%rax
0x4e0cac <char_table_ref+201>:	and    %rax,%rdx
0x4e0caf <char_table_ref+204>:	mov    $0x4000000000300000,%rax
0x4e0cb9 <char_table_ref+214>:	cmp    %rax,%rdx
0x4e0cbc <char_table_ref+217>:	jne    0x4e0d13 <char_table_ref+304>
0x4e0cbe <char_table_ref+219>:	mov    -0x18(%rbp),%rax
0x4e0cc2 <char_table_ref+223>:	sub    $0x5,%rax
0x4e0cc6 <char_table_ref+227>:	mov    0x20(%rax),%rdx
0x4e0cca <char_table_ref+231>:	mov    0x6c5c3f(%rip),%rax        # 0xba6910 <Qchar_code_property_table>
0x4e0cd1 <char_table_ref+238>:	cmp    %rax,%rdx
0x4e0cd4 <char_table_ref+241>:	jne    0x4e0cf5 <char_table_ref+274>
0x4e0cd6 <char_table_ref+243>:	mov    -0x18(%rbp),%rax
0x4e0cda <char_table_ref+247>:	sub    $0x5,%rax
0x4e0cde <char_table_ref+251>:	mov    (%rax),%rax
0x4e0ce1 <char_table_ref+254>:	and    $0xffff,%eax


threads backtrace:

Thread 1 (Thread 0x7ffff7fa8800 (LWP 73200)):
#0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4194699) at chartab.c:234
#1  0x000000000066329d in composition_compute_stop_pos (cmp_it=0x7fffffff6948, charpos=53, bytepos=54, endpos=53, string=48236721) at composite.c:1054
#2  0x0000000000435193 in compute_stop_pos (it=0x7fffffff60e0) at xdisp.c:3395
#3  0x0000000000434d64 in handle_stop (it=0x7fffffff60e0) at xdisp.c:3283
#4  0x0000000000440d48 in next_element_from_string (it=0x7fffffff60e0) at xdisp.c:7527
#5  0x000000000043dc47 in get_next_display_element (it=0x7fffffff60e0) at xdisp.c:6570
#6  0x0000000000462a12 in display_line (it=0x7fffffff60e0) at xdisp.c:19397
#7  0x000000000045945b in try_window (window=28328373, pos=..., flags=1) at xdisp.c:16300
#8  0x000000000045728d in redisplay_window (window=28328373, just_this_one_p=0) at xdisp.c:15826
#9  0x0000000000450e6f in redisplay_window_0 (window=28328373) at xdisp.c:13894
#10 0x00000000005e1c93 in internal_condition_case_1 (bfun=0x450e30 <redisplay_window_0>, arg=28328373, handlers=12926902, hfun=0x450dff <redisplay_window_error>) at eval.c:1357
#11 0x0000000000450de0 in redisplay_windows (window=28328373) at xdisp.c:13874
#12 0x0000000000450d74 in redisplay_windows (window=13688981) at xdisp.c:13866
#13 0x000000000044f91e in redisplay_internal () at xdisp.c:13454
#14 0x0000000000450614 in redisplay_preserve_echo_area (from_where=7) at xdisp.c:13714
#15 0x00000000005437d4 in swallow_events (do_display=1) at keyboard.c:4283
#16 0x000000000041eda0 in sit_for (timeout=160, reading=true, do_display=1) at dispnew.c:5931
#17 0x000000000054032f in read_char (commandflag=1, nmaps=15, maps=0x7fffffffae40, prev_event=12730018, used_mouse_menu=0x7fffffffb144, end_time=0x0) at keyboard.c:2742
#18 0x000000000054dfd5 in read_key_sequence (keybuf=0x7fffffffb400, bufsize=30, prompt=12730018, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9356
#19 0x000000000053d99f in command_loop_1 () at keyboard.c:1499
#20 0x00000000005e1b0c in internal_condition_case (bfun=0x53d5f4 <command_loop_1>, handlers=12781682, hfun=0x53cef9 <cmd_error>) at eval.c:1319
#21 0x000000000053d2e4 in command_loop_2 (ignore=12730018) at keyboard.c:1194
#22 0x00000000005e14ae in internal_catch (tag=12849138, func=0x53d2c2 <command_loop_2>, arg=12730018) at eval.c:1076
#23 0x000000000053d255 in command_loop () at keyboard.c:1159
#24 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
#25 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
#26 0x00000000005e4da7 in Ffuncall (nargs=1, args=0x7fffffffb998) at eval.c:2806
#27 0x00000000006344c0 in exec_byte_code (bytestr=37981841, vector=47982549, maxdepth=116, args_template=12730018, nargs=0, args=0x0) at bytecode.c:898
#28 0x00000000005e5873 in funcall_lambda (fun=42130669, nargs=2, arg_vector=0x7fffffffc018) at eval.c:3041
#29 0x00000000005e50c6 in Ffuncall (nargs=3, args=0x7fffffffc010) at eval.c:2858
#30 0x00000000005e41bb in Fapply (nargs=2, args=0x7fffffffc110) at eval.c:2339
#31 0x00000000005e46ed in apply1 (fn=12849426, arg=44760710) at eval.c:2577
#32 0x00000000005dfeae in call_debugger (arg=44760710) at eval.c:239
#33 0x00000000005e27c2 in maybe_call_debugger (conditions=9400918, sig=12781826, data=44760278) at eval.c:1736
#34 0x00000000005e2327 in Fsignal (error_symbol=12781826, data=44760278) at eval.c:1558
#35 0x00000000005e2422 in xsignal (error_symbol=12781826, data=44760278) at eval.c:1592
#36 0x00000000005e2495 in xsignal2 (error_symbol=12781826, arg1=12849234, arg2=33590434) at eval.c:1613
#37 0x00000000005c566d in wrong_type_argument (predicate=12883413, value=4194699) at data.c:113
#38 0x00000000005dd68a in Fcall_interactively (function=33590434, record_flag=12730018, keys=12765173) at callint.c:326
#39 0x00000000005e4e34 in Ffuncall (nargs=4, args=0x7fffffffc6a0) at eval.c:2816
#40 0x00000000005e47fd in call3 (fn=12868546, arg1=33590434, arg2=12730018, arg3=12730018) at eval.c:2634
#41 0x000000000055050a in Fcommand_execute (cmd=33590434, record_flag=12730018, keys=12730018, special=12730018) at keyboard.c:10363
#42 0x000000000053de0f in command_loop_1 () at keyboard.c:1627
#43 0x00000000005e1b0c in internal_condition_case (bfun=0x53d5f4 <command_loop_1>, handlers=12781682, hfun=0x53cef9 <cmd_error>) at eval.c:1319
#44 0x000000000053d2e4 in command_loop_2 (ignore=12730018) at keyboard.c:1194
#45 0x00000000005e14ae in internal_catch (tag=12777474, func=0x53d2c2 <command_loop_2>, arg=12730018) at eval.c:1076
#46 0x000000000053d29d in command_loop () at keyboard.c:1173
#47 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
#48 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
#49 0x000000000053add0 in main (argc=1, argv=0x7fffffffd108) at emacs.c:1643

Lisp Backtrace:
"recursive-edit" (0xffffb9a0)
"debug" (0xffffc018)
"call-interactively" (0xffffc6a8)

[-- Attachment #3: Type: text/plain, Size: 120 bytes --]


Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు
YYR

  reply	other threads:[~2012-09-10 18:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-15 16:34 bug#11945: 24.1.50; emacs crash Yagnesh Raghava Yakkala
2012-07-15 16:40 ` Eli Zaretskii
2012-09-06  9:38   ` Yagnesh Raghava Yakkala
2012-09-06 11:06     ` Eli Zaretskii
2012-09-10 13:22       ` Yagnesh Raghava Yakkala
2012-09-10 16:50         ` Eli Zaretskii
2012-09-10 18:44           ` Yagnesh Raghava Yakkala [this message]
2012-09-10 19:39             ` Eli Zaretskii
2012-09-10 20:07               ` Yagnesh Raghava Yakkala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87392p90q0.fsf@yagnesh.org \
    --to=hi@yagnesh.org \
    --cc=11945@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this 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.