unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11945: 24.1.50; emacs crash
@ 2012-07-15 16:34 Yagnesh Raghava Yakkala
  2012-07-15 16:40 ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-07-15 16:34 UTC (permalink / raw)
  To: 11945

Emacs is crashing randomly with
auto-complete-mode(https://github.com/m2ym/auto-complete) enabled. Gdb
backtrace is added below. (I haven't built emacs with optimizations turned
off).

Thanks

--8<---------------cut here---------------start------------->8---
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/yagnesh/git/build-emacs/emacs/src/emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x4ffe80: file emacs.c, line 390.
Temporary breakpoint 2 at 0x51eb40: file sysdep.c, line 846.
(gdb) run
Starting program: /home/yagnesh/git/build-emacs/emacs/src/emacs 
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x000000000049e553 in char_table_ref (table=<value optimized out>, c=4195214) at chartab.c:237
237	      if (SUB_CHAR_TABLE_P (val))
(gdb) backtrace
#0  0x000000000049e553 in char_table_ref (table=<value optimized out>, c=4195214) at chartab.c:237
#1  0x00000000005d6012 in composition_compute_stop_pos (cmp_it=0x4, charpos=49, bytepos=50, endpos=<value optimized out>, string=4195218) at composite.c:1059
#2  0x000000000043629b in compute_stop_pos (it=0x7fffffff5a90) at xdisp.c:3364
#3  0x000000000046084a in next_element_from_string (it=0x7fffffff5a90) at xdisp.c:7480
#4  0x00000000004396bc in get_next_display_element (it=0x7fffffff5a90) at xdisp.c:6523
#5  0x0000000000450194 in display_line (it=0x7fffffff5a90) at xdisp.c:19336
#6  0x0000000000452a18 in try_window (window=<value optimized out>, pos=..., flags=1) at xdisp.c:16244
#7  0x0000000000457725 in redisplay_window (window=<value optimized out>, just_this_one_p=<value optimized out>) at xdisp.c:15770
#8  0x0000000000459616 in redisplay_window_0 (window=4611686018429485125) at xdisp.c:13837
#9  0x0000000000579d5b in internal_condition_case_1 (bfun=<value optimized out>, arg=<value optimized out>, handlers=<value optimized out>, hfun=<value optimized out>) at eval.c:1370
#10 0x000000000043b84e in redisplay_windows (window=4195214) at xdisp.c:13817
#11 0x000000000043b870 in redisplay_windows (window=4195214) at xdisp.c:13811
#12 0x000000000045d3dd in redisplay_internal () at xdisp.c:13392
#13 0x000000000045de95 in redisplay_preserve_echo_area (from_where=2097221) at xdisp.c:13651
#14 0x000000000050cf70 in detect_input_pending_run_timers (do_display=1) at keyboard.c:10357
#15 0x00000000005bd00e in wait_reading_process_output (time_limit=<value optimized out>, nsecs=<value optimized out>, read_kbd=-1, do_display=<value optimized out>, wait_for_cell=11995778, 
    wait_proc=0x0, just_wait_proc=0) at process.c:4721
#16 0x00000000004196f4 in sit_for (timeout=<value optimized out>, reading=1, do_display=1) at dispnew.c:6000
#17 0x00000000005104b6 in read_char (commandflag=<value optimized out>, nmaps=<value optimized out>, maps=0x1, prev_event=<value optimized out>, used_mouse_menu=<value optimized out>, 
    end_time=<value optimized out>) at keyboard.c:2692
#18 0x000000000051128e in read_key_sequence (keybuf=<value optimized out>, bufsize=<value optimized out>, prompt=<value optimized out>, dont_downcase_last=<value optimized out>, 
    can_return_switch_frame=<value optimized out>, fix_current_buffer=<value optimized out>) at keyboard.c:9311
#19 0x000000000051345e in command_loop_1 () at keyboard.c:1446
#20 0x0000000000579eb3 in internal_condition_case (bfun=<value optimized out>, handlers=<value optimized out>, hfun=<value optimized out>) at eval.c:1332
#21 0x000000000050a49e in command_loop_2 (ignore=<value optimized out>) at keyboard.c:1152
#22 0x0000000000579fe8 in internal_catch (tag=<value optimized out>, func=<value optimized out>, arg=<value optimized out>) at eval.c:1089
#23 0x000000000050a64a in command_loop () at keyboard.c:1131
#24 recursive_edit_1 () at keyboard.c:752
#25 0x000000000050a764 in Frecursive_edit () at keyboard.c:816
#26 0x0000000000501480 in main (argc=0, argv=0x7fffffffdb58) at emacs.c:1686
(gdb) 
--8<---------------cut here---------------end--------------->8---




In GNU Emacs 24.1.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
 of 2012-07-13 on okhotsk19
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
Configured using:
 `configure '--prefix=/home/yagnesh/local/emacs-8b77f61''

Important settings:
  value of $LC_COLLATE: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LANG: C
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Shell-script

Minor modes in effect:
  sh-electric-here-document-mode: t
  jabber-activity-mode: t
  diff-auto-refine-mode: t
  goto-address-prog-mode: t
  shell-dirtrack-mode: t
  recentf-mode: t
  yas/global-mode: t
  yas/minor-mode: t
  global-auto-complete-mode: t
  auto-complete-mode: t
  autopair-mode: t
  autopair-global-mode: t
  ido-everywhere: t
  display-time-mode: t
  show-paren-mode: t
  global-ede-mode: t
  ede-minor-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<mouse-5> <double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-4> <mouse-4> <down-mouse-5> <mouse-5> 
<down-mouse-5> <mouse-5> <double-down-mouse-5> <double-mouse-5> 
<down-mouse-1> <mouse-1> <down-mouse-1> <mouse-movement> 
<mouse-1> <down-mouse-1> <mouse-1> C-x C-q j k k k 
k k k k k k j j j j j j j j j j j j k j j j j j j j 
j j j j j j j M-k p M-t M-k M-t <return> C-x C-f <backspace> 
s r <return> . g <return> C-x C-j M-x M-k C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p 
C-p C-p C-p C-n C-n C-n C-h i <f1> <f1> m e x <tab> 
<backspace> <backspace> <backspace> e m a <tab> <return> 
m e x <tab> a <tab> <tab> <return> <f1> <f1> <f1> <down-mouse-1> 
<mouse-1> M-< C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p M-b M-b M-b 
M-b C-b C-SPC C-M-f C-x C-g M-w C-x C-f <backspace> 
<backspace> <return> <backspace> b u <return> M-> C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p <return> C-p <return> C-p 
<tab> - d : <backspace> | - - d e b u g - o p t i o 
n s SPC ) M-b M-f C-f C-f <return> <return> ; ; C-p 
<tab> C-x C-s M-t M-k C-n C-n C-n C-l <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> <mouse-5> 
<double-down-mouse-5> <double-mouse-5> <down-mouse-5> 
<mouse-5> <down-mouse-5> <mouse-5> <help-echo> <down-mouse-1> 
<mouse-1> M-x b u g - r e p o <tab> <M-backspace> <M-backspace> 
e m a c s - r e p o <backspace> <backspace> <backspace> 
<backspace> <backspace> - b u <tab> SPC <return>

Recent messages:
Composing main Info directory...done
Making completion list...
Mark set [2 times]
Setting up indent for shell type bash
setting up indent stuff
Indentation variables are now local.
Indentation setup for shell type bash
Mark set
Saving file /home/yagnesh/git/build-emacs/build-emacs...
Wrote /home/yagnesh/git/build-emacs/build-emacs

Load-path shadows:
/home/yagnesh/.emacs.d/el-get/jabber-libnotify/jabber-libnotify hides /home/yagnesh/.emacs.d/el-get/emacs-jabber/jabber-libnotify
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/.emacs.d/el-get/magit/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/loaddefs
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/.emacs.d/el-get/cedet/lisp/cedet/loaddefs
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/.emacs.d/el-get/el-get/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/speedbar hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/speedbar
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/dframe hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/dframe
/home/yagnesh/.emacs.d/el-get/cedet/lisp/common/ezimage hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/ezimage
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/sb-image hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/sb-image
/home/yagnesh/.emacs.d/el-get/cedet/lisp/speedbar/loaddefs hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/loaddefs
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sqlite hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-sqlite
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-capture hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-capture
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-beamer hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-beamer
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-lparse hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-lparse
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-perl hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-perl
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-irc hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-irc
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-publish hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-publish
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ruby hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-ruby
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-indent hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-indent
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-wl hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-wl
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-css hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-css
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-mscgen hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-mscgen
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-attach hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-attach
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mac-message hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mac-message
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sql hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-sql
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-taskjuggler hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-taskjuggler
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-plantuml hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-plantuml
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-C hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-C
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-maxima hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-maxima
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-java hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-java
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-octave hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-octave
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-icalendar hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-icalendar
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-asymptote hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-asymptote
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-freemind hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-freemind
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-habit hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-habit
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-remember hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-remember
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-ascii hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-ascii
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mouse hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mouse
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-jsinfo hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-jsinfo
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-list hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-list
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-python hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-python
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-tangle hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-tangle
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-xoxo hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-xoxo
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-datetree hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-datetree
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-gnuplot hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-gnuplot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-bbdb hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-bbdb
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ditaa hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-ditaa
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-archive hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-archive
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-screen hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-screen
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-keys hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-keys
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-clojure hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-clojure
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-exp hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-exp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-agenda hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-agenda
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lisp hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-lisp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-gnus hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-gnus
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-footnote hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-footnote
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-picolisp hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-picolisp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-scheme hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-scheme
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lilypond hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-lilypond
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-eshell hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-eshell
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-rmail hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-rmail
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-latex hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-latex
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sh hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-sh
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-table hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-table
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-exp-blocks hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-exp-blocks
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ocaml hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-ocaml
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-colview hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-colview
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-timer hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-timer
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mhe hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mhe
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-R hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-R
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-bibtex hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-bibtex
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-html hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-html
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-pcomplete hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-pcomplete
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-table hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-table
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-ctags hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-ctags
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-entities hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-entities
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-awk hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-awk
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-inlinetask hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-inlinetask
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-install hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-install
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-sass hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-sass
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-crypt hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-crypt
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-src hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-src
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-macs hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-macs
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-faces hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-faces
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-lob hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-lob
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-plot hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-plot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-shen hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-shen
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-dot hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-dot
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mew hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mew
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-vm hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-vm
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-w3m hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-w3m
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-special-blocks hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-special-blocks
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-haskell hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-haskell
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-latex hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-latex
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-clock hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-clock
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-odt hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-odt
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-protocol hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-protocol
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-calc hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-calc
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-org hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-org
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-feed hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-feed
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mobile hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mobile
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-docbook hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-docbook
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-eval hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-eval
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-docview hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-docview
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-js hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-js
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-fortran hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-fortran
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ledger hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-ledger
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-comint hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-comint
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-compat hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-compat
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-exp hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-exp
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-ref hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-ref
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-id hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-id
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-matlab hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-matlab
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-info hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-info
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/org-mks hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/org-mks
/home/yagnesh/.emacs.d/el-get/org-mode/lisp/ob-emacs-lisp hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/org/ob-emacs-lisp
/home/yagnesh/.emacs.d/el-get/org-mode/.dir-locals hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/gnus/.dir-locals
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-opt hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio-opt
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-custom hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio-custom
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-speedbar hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio-speedbar
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-datadebug hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio-datadebug
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/chart hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/chart
/home/yagnesh/.emacs.d/el-get/cedet/lisp/eieio/eieio-base hides /home/yagnesh/local/emacs-8b77f61/share/emacs/24.1.50/lisp/emacs-lisp/eieio-base

Features:
(shadow bbdb-message org-table emacsbug sh-script smie jka-compr notifications
ibuf-ext ibuffer jabber-keepalive jabber-ping jabber-bookmarks jabber-private
jabber jabber-libnotify dbus jabber-awesome jabber-osd jabber-wmii
jabber-xmessage jabber-festival jabber-sawfish jabber-ratpoison jabber-tmux
jabber-screen jabber-socks5 jabber-ft-server jabber-si-server jabber-ft-client
jabber-ft-common jabber-si-client jabber-si-common jabber-feature-neg
jabber-truncate jabber-time jabber-autoaway jabber-vcard-avatars
jabber-chatstates jabber-events jabber-vcard jabber-avatar jabber-activity
jabber-watch jabber-modeline jabber-ahc-presence jabber-ahc jabber-version
jabber-ourversion jabber-muc-nick-completion hippie-exp jabber-browse
jabber-search jabber-register jabber-roster jabber-presence jabber-muc
jabber-muc-nick-coloring hexrgb jabber-newdisco jabber-widget jabber-disco
jabber-chat jabber-history jabber-chatbuffer jabber-alert jabber-iq
jabber-core jabber-console sgml-mode ewoc jabber-keymap jabber-sasl sasl
sasl-anonymous sasl-login sasl-plain fsm jabber-logon jabber-conn srv dns
jabber-xml xml jabber-menu jabber-util semantic/db-mode hl-line magit-bisect
magit-key-mode magit diff-mode log-edit pcvs-util add-log ede/project-am
ede/autoconf-edit autoconf autoconf-mode semantic/find ede/makefile-edit
ede/make make-mode jabber-autoloads cedet-edebug debug dired-aux executable
flow-fill smiley qp mule-util sort shr-color color shr gnus-async gnus-bcklg
gnus-ml disp-table mm-archive url-handlers gnus-topic pop3 nndoc nndraft nnmh
nnml utf-7 nnfolder bbdb-gnus bbdb-mua epa-file epa epg gnutls network-stream
gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache spam spam-stat
bbdb-com gnus-uu yenc gnus-msg gnus-demon nntp gnus-cite nnir gnus-gravatar
mail-extr gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig
gnus-sum gnus-group gnus-undo gravatar starttls nnimap nnmail mail-source
parse-time utf7 netrc nnoo gnus-start gnus-spec gnus-int gnus-range message
rfc822 mailabbrev gmm-utils mailheader gnus-win multi-isearch org-indent
org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs
org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-inlinetask
org-special-blocks org-html ede/dired dired-x goto-addr autoinsert gud
flyspell ispell eldoc tango-theme mediawiki url-cache mm-url gnus gnus-ems
nnheader mml mml-sec mm-decode mm-bodies mm-encode url-http tls url url-proxy
url-privacy url-expand url-methods url-history mailcap url-auth mail-parse
rfc2231 url-cookie url-domsuf url-util url-parse url-gw url-vars edit-server
smtpmail sendmail rfc2047 rfc2045 ietf-drums mail-utils ps-print ps-def lpr
battery w3m-load webjump browse-url flymake compile org-e-latex org-export
org-version org-element org-latex org-export-latex org-beamer org-exp ob-exp
org-exp-blocks org-agenda footnote diary-lib diary-loaddefs org ob-emacs-lisp
ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob
ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs
noutline outline cal-menu calendar cal-loaddefs org-install inf-ncl ncl-doc
ncl cus-edit cus-start cus-load tex-buf tex preview-latex tex-site auto-loads
pylookup pymacs xscheme scheme highlight-parentheses hl-sexp thingatpt paredit
windmove winner tramp-cache tramp-sh tramp tramp-compat auth-source gnus-util
mm-util mail-prsvr password-cache tramp-loaddefs shell pcomplete comint
ansi-color ring format-spec recentf tree-widget uniquify imenu dictem
yasnippet dropdown-list derived easy-mmode auto-complete-config auto-complete
fuzzy popup autopair diminish smex ido time paren edmacro kmacro vc-git
ede/cpp-root ede/emacs cedet-devel-load eieio-opt find-func srecode/map
srecode semantic/canned-configs semantic/ia-sb semantic/analyze semantic/sort
semantic/scope semantic/analyze/fcn semantic/db semantic/ctxt semantic/format
semantic/tag-ls semantic/util-modes semantic/util semantic semantic/tag
semantic/lex semantic/fw mode-local cedet-compat inversion sb-info
ede/speedbar ede/files ede ede/base ede/auto ede/source eieio-base
eieio-speedbar speedbar pulse sb-image ezimage dframe assoc eieio-custom
wid-edit cedet eieio cedet-remove-builtin .loaddefs pydoc-info byte-opt
warnings advice advice-preload info-look info bbdb timezone bbdb-loaddefs
el-get el-get-autoloads el-get-list-packages el-get-notify help-mode easymenu
view el-get-dependencies el-get-build el-get-status pp el-get-recipes
el-get-byte-compile el-get-methods el-get-fossil el-get-svn el-get-pacman
el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg
el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-emacsmirror
el-get-github el-get-git el-get-elpa package cl-macs gv el-get-darcs
el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-custom
el-get-core autoload help-fns bytecomp byte-compile cconv dired cl cl-lib
macroexp time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win
x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese case-table
epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote make-network-process
dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar
gtk x-toolkit x multi-tty emacs)

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





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

* bug#11945: 24.1.50; emacs crash
  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
  0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2012-07-15 16:40 UTC (permalink / raw)
  To: Yagnesh Raghava Yakkala; +Cc: 11945

> From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
> Date: Mon, 16 Jul 2012 01:34:34 +0900
> 
> Emacs is crashing randomly with
> auto-complete-mode(https://github.com/m2ym/auto-complete) enabled. Gdb
> backtrace is added below. (I haven't built emacs with optimizations turned
> off).

Please do build without optimizations, and if that binary crashes as
well, please show a backtrace from an unoptimized build.

Thanks.





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

* bug#11945: 24.1.50; emacs crash
  2012-07-15 16:40 ` Eli Zaretskii
@ 2012-09-06  9:38   ` Yagnesh Raghava Yakkala
  2012-09-06 11:06     ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-09-06  9:38 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 11945

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


Hello,

Eli Zaretskii <eliz@gnu.org> writes:
> Please do build without optimizations, and if that binary crashes as
> well, please show a backtrace from an unoptimized build.

does the attached trace help in anyway? I see crash quite frequently on one of
my systems. (emacs built from trunk today)


[-- Attachment #2: gdb backtrace --]
[-- Type: text/plain, Size: 48164 bytes --]

backtrace:
#0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4195374) at chartab.c:234
        tbl = 0xc495d0
        val = 4611686018429485125
#1  0x000000000066329d in composition_compute_stop_pos (cmp_it=0x7fffffff7c98, charpos=58, bytepos=59, endpos=59, string=40800689) at composite.c:1054
        start = 0
        end = 0
        c = 4195374
        prop = 12730018
        val = 12730018
        MAX_NEWLINE_DISTANCE = 500
#2  0x0000000000435193 in compute_stop_pos (it=0x7fffffff7430) at xdisp.c:3395
        stoppos = 59
        iv = 0x26d0480
        next_iv = 0x0
        object = 40800689
        limit = 12730018
        position = 0
        charpos = 0
        bytepos = 0
#3  0x0000000000434d64 in handle_stop (it=0x7fffffff7430) at xdisp.c:3283
        handled = HANDLED_NORMALLY
        handle_overlay_change_p = 1
        p = 0x8ec318
#4  0x0000000000440d48 in next_element_from_string (it=0x7fffffff7430) at xdisp.c:7527
        position = {charpos = 0, bytepos = 0}
#5  0x000000000043dc47 in get_next_display_element (it=0x7fffffff7430) at xdisp.c:6570
        success_p = 0
#6  0x0000000000462a12 in display_line (it=0x7fffffff7430) at xdisp.c:19397
        x_before = 522
        nglyphs = 1
        ascent = 0
        phys_ascent = 0
        n_glyphs_before = 58
        hpos_before = 58
        x = 522
        descent = 0
        phys_descent = 0
        row = 0x29b0d00
        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 = 16632198}, image_id = 16632150}, comp = {object = 0}, stretch = {object = 0}}, position = {charpos = 16831698, bytepos = 140737488316992}, current = {pos = {charpos = 5212771, bytepos = 140737488316976}, overlay_string_index = 6220508, string_pos = {charpos = 16831698, bytepos = 14536848}, dpvec_index = -38272}, from_overlay = 18869821, area = 4294929200, method = 32767, paragraph_embedding = 5212709, 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 = 140737488317232, font_height = 16831698}, {string = 14536848, string_nchars = 12730018, end_charpos = 18869821, stop_charpos = 140737488317168, prev_stop = 5212619, base_level_stop = 4294967296, cmp_it = {stop_pos = 140737488317408, id = 0, ch = -38096, rule_idx = 32767, lookback = 16831698, nglyphs = -37920, reversed_p = 255, charpos = 140737488318592, nchars = -38096, nbytes = 32767, from = 14536848, to = 0, width = -37920}, face_id = 12730018, u = {image = {object = 0, slice = {x = 140737488317440, y = 5212225, width = 0, height = 4294967296}, image_id = 140737488317408}, comp = {object = 0}, stretch = {object = 0}}, position = {charpos = 140737488318592, bytepos = 16831698}, current = {pos = {charpos = 14536848, bytepos = 12730594}, overlay_string_index = 12760130, string_pos = {charpos = 12760130, bytepos = 12760130}, dpvec_index = 12760130}, from_overlay = 12760130, area = 12760130, method = GET_FROM_BUFFER, paragraph_embedding = 12760130, 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 = 12760130, voffset = 0, space_width = 40489697, font_height = 12760130}, {string = 12760130, string_nchars = 12760130, end_charpos = 12760130, stop_charpos = 12760130, prev_stop = 12760130, base_level_stop = 12760130, cmp_it = {stop_pos = 12760130, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 16831698, nchars = 0, nbytes = 0, from = -37408, to = 32767, width = 20446258}, face_id = -37744, u = {image = {object = 5215780, slice = {x = 140737488317488, y = 2104, width = 1875, height = 6381}, image_id = 1035}, comp = {object = 5215780}, stretch = {object = 5215780}}, position = {charpos = 7416, bytepos = 1068}, current = {pos = {charpos = 5212709, bytepos = 0}, overlay_string_index = 140737488317744, string_pos = {charpos = 20446258, bytepos = 229}, dpvec_index = 43284528}, from_overlay = 41758608, area = 4294929584, 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 = 43284528, voffset = 0, space_width = 43284528, font_height = 41758613}, {string = 72057594037935352, string_nchars = -37584, end_charpos = 6630000, stop_charpos = 1035, prev_stop = 6611, base_level_stop = 41669472, cmp_it = {stop_pos = 41669472, id = 0, ch = 8485, rule_idx = 0, lookback = 1875, nglyphs = 1875, reversed_p = false, charpos = 8485, nchars = 6611, nbytes = 0, from = 0, to = 0, width = 0}, face_id = 12730018, u = {image = {object = 41758613, slice = {x = 140737488317936, y = 6650946, width = 41669472, height = 41669472}, image_id = 1}, comp = {object = 41758613}, stretch = {object = 41758613}}, position = {charpos = 4294975781, bytepos = 6611}, current = {pos = {charpos = 12730018, bytepos = 12730018}, overlay_string_index = 12934994, string_pos = {charpos = 140737488317904, bytepos = 6641545}, dpvec_index = 8485}, from_overlay = 12730018, area = 12970210, method = GET_FROM_BUFFER, paragraph_embedding = 22635224, 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 = 37512102, font_height = 12730018}}, sp = 12730018, selective = 140737488317936, 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 = 1, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 1, glyph_not_available_p = 1, starts_in_middle_of_char_p = 0, face_before_selective_p = 1, constrain_row_ascent_descent_p = 0, line_wrap = TRUNCATE, base_face_id = 37512102, c = 0, len = -37264, cmp_it = {stop_pos = 6659507, id = 41758613, ch = 28444, rule_idx = 0, lookback = 7119, nglyphs = 7111, reversed_p = false, charpos = 140737488318624, nchars = -36696, nbytes = 32767, from = -36712, to = 32767, width = 41669472}, char_to_display = 22635224, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 12730018, slice = {x = 28444, y = 41758613, width = 12934994, height = 26444}, space_width = 140737488318160, voffset = -937, tab_width = 101, font_height = 140737488318176, object = 12730018, position = {charpos = 12730018, bytepos = 140737488318616}, truncation_pixel_width = 28832, continuation_pixel_width = -1, first_visible_x = 32767, last_visible_x = -36696, last_visible_y = 32767, extra_line_spacing = 7111, max_extra_line_spacing = 0, override_ascent = 7111, override_descent = 0, override_boff = -37152, glyph_row = 0x6f1c, area = 4294930816, nglyphs = 32767, pixel_width = 6695277, ascent = 0, descent = -37104, max_ascent = 32767, max_descent = 6655355, phys_ascent = 0, phys_descent = 25081120, max_phys_ascent = 0, max_phys_descent = 25081123, current_x = 0, continuation_lines_width = -36928, eol_pos = {charpos = 5674263, bytepos = 140737488318736}, current_y = 6656427, first_vpos = 1, vpos = 0, hpos = 0, left_user_fringe_bitmap = 2016, right_user_fringe_bitmap = 690, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = 0, bidi_it = {bytepos = 47244603728, charpos = 139642271657872, ch = 6611, nchars = 25081203, ch_len = 25081123, type = 12730018, type_after_w1 = UNKNOWN_BT, orig_type = 12883408, resolved_level = 0, invalid_levels = 12730018, invalid_rl_levels = 0, prev = {bytepos = 40, charpos = 140737488318432, type = 7413, type_after_w1 = UNKNOWN_BT, orig_type = 1046}, last_strong = {bytepos = 229, charpos = 7413, type = 2104, type_after_w1 = UNKNOWN_BT, orig_type = 1875}, next_for_neutral = {bytepos = 6381, charpos = 1035, type = 7416, type_after_w1 = UNKNOWN_BT, orig_type = 1068}, prev_for_neutral = {bytepos = 12730018, charpos = 12730018, type = 12934994, type_after_w1 = UNKNOWN_BT, orig_type = 4294930496}, next_for_ws = {bytepos = 229, charpos = 43284528, type = 41758608, type_after_w1 = UNKNOWN_BT, orig_type = 4294930496}, next_en_pos = 6629461, next_en_type = 43284528, ignore_bn_limit = 43284528, sor = 41758613, scan_dir = 0, disp_pos = 72057594050657954, disp_prop = -36672, stack_idx = 32767, level_stack = {{level = 6630000, override = NEUTRAL_DIR}, {level = 6611, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 7111, override = NEUTRAL_DIR}, {level = 6679, override = NEUTRAL_DIR}, {level = 6679, override = NEUTRAL_DIR}, {level = -33640, override = 32767}, {level = 1875, override = NEUTRAL_DIR}, {level = 1875, override = NEUTRAL_DIR}, {level = 1, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = 6611, override = NEUTRAL_DIR}, {level = -37072, override = 10}, {level = 12730018, override = NEUTRAL_DIR}, {level = -36480, override = 500}, {level = 6650946, override = NEUTRAL_DIR}, {level = 45228533, override = NEUTRAL_DIR}, {level = 12883408, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = -36336, override = 32767}, {level = 6611, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 39451238, override = NEUTRAL_DIR}, {level = 16831698, override = NEUTRAL_DIR}, {level = -36512, override = 32767}, {level = 6641395, override = NEUTRAL_DIR}, {level = 20446258, override = NEUTRAL_DIR}, {level = 16831698, override = NEUTRAL_DIR}, {level = 12730594, override = NEUTRAL_DIR}, {level = 41669416, override = L2R}, {level = 12730594, override = NEUTRAL_DIR}, {level = 39451222, override = NEUTRAL_DIR}, {level = 39451222, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = -36480, override = 32767}, {level = 6641308, override = NEUTRAL_DIR}, {level = 41669416, override = NEUTRAL_DIR}, {level = 39451222, override = NEUTRAL_DIR}, {level = -36288, override = 32767}, {level = 4411795, override = NEUTRAL_DIR}, {level = -36288, override = 32767}, {level = 41669472, override = NEUTRAL_DIR}, {level = 41669416, override = NEUTRAL_DIR}, {level = -35792, override = 32767}, {level = 12730066, override = NEUTRAL_DIR}, {level = 20446258, 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 = 26444, override = NEUTRAL_DIR}, {level = 41758613, override = NEUTRAL_DIR}, {level = 26844, override = NEUTRAL_DIR}, {level = 6611, override = NEUTRAL_DIR}, {level = 6611, override = NEUTRAL_DIR}, {level = 7413, override = NEUTRAL_DIR}, {level = 9355960, override = NEUTRAL_DIR}, {level = 16831698, override = NEUTRAL_DIR}, {level = 8486, override = NEUTRAL_DIR}, {level = 6611, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = -36240, override = 32767}}, string = {lstring = 4410724, s = 0x0, schars = 140737488319536, bufpos = 4294967296, from_disp_str = 0, unibyte = 0}, paragraph_dir = 4294931120, separator_limit = 4444335, prev_was_pdf = 0, first_elt = 0, new_paragraph = 0, frame_window_p = 0}, paragraph_embedding = 6611}
        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 = 22
        min_pos = 7474
        max_pos = 7474
        min_bpos = 7474
        max_bpos = 7474
#7  0x000000000045945b in try_window (window=14532501, pos=..., flags=1) at xdisp.c:16300
        w = 0xddbf90
        it = {window = 14532501, w = 0xddbf90, f = 0xddd090, method = GET_FROM_STRING, stop_charpos = 59, prev_stop = 0, base_level_stop = 0, end_charpos = 59, 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 = 33, ctl_chars = {0 <repeats 16 times>}, start = {pos = {charpos = 7474, bytepos = 7474}, overlay_string_index = -1, string_pos = {charpos = -1, bytepos = -1}, dpvec_index = -1}, current = {pos = {charpos = 7474, bytepos = 7474}, overlay_string_index = 1, string_pos = {charpos = 0, bytepos = 0}, dpvec_index = -1}, n_overlay_strings = 2, overlay_strings_charpos = 7474, overlay_strings = {40067665, 40800689, 0 <repeats 14 times>}, string_overlays = {13961579, 32100899, 0 <repeats 14 times>}, string = 40800689, from_overlay = 12730018, stack = {{string = 12730018, string_nchars = 0, end_charpos = 8486, stop_charpos = 7476, prev_stop = 7474, base_level_stop = 7474, cmp_it = {stop_pos = 7475, 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 = 7473, bytepos = 7473}, current = {pos = {charpos = 7474, bytepos = 7474}, 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 = 31, 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 = 59, 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 = 40067665, position = {charpos = 58, bytepos = 58}, truncation_pixel_width = 9, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 783, last_visible_y = 1159, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x29b0d00, 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 = 0, current_x = 531, continuation_lines_width = 0, eol_pos = {charpos = 0, bytepos = 0}, current_y = 456, first_vpos = 0, vpos = 24, hpos = 59, 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 = 57, charpos = 57, 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 = 53, charpos = 53, 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 = 53, disp_prop = 0, stack_idx = 0, level_stack = {{level = 0, override = NEUTRAL_DIR} <repeats 64 times>}, string = {lstring = 40800689, s = 0x0, schars = 53, bufpos = 7474, 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 = 0x29b0c00
        f = 0xddd090
#8  0x000000000045728d in redisplay_window (window=14532501, just_this_one_p=0) at xdisp.c:15826
        d2 = 0
        d4 = 0
        d6 = 0
        d1 = 0
        d3 = 50
        d5 = 50
        w = 0xddbf90
        f = 0xddd090
        buffer = 0x27d2f90
        old = 0x27d2f90
        lpoint = {charpos = 7466, bytepos = 7466}
        opoint = {charpos = 7466, bytepos = 7466}
        startp = {charpos = 6611, bytepos = 6611}
        update_mode_line = 1
        tem = 0
        it = {window = 463856467968, w = 0x1, f = 0x7fffffff9080, method = 4499795, stop_charpos = 4294967295, prev_stop = 43565432, base_level_stop = -1, end_charpos = 12862882, s = 0x298c1aa "", string_nchars = 214748364801, region_beg_charpos = 41758613, region_end_charpos = 41758608, redisplay_end_trigger_charpos = 140737488326832, 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 = 0x27d2f95, dpvec = 0x27d2f95, dpend = 0x7fffffff9130, dpvec_char_len = 4760249, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {14532501, 4294967297, 12730018, 382252089344, 0, 14532496, 12862882, 42186961, 14532496, 12730066, 14532501, -28320, 41758608, 140737488326992, 4761061, 42186961}, start = {pos = {charpos = 12730066, bytepos = 140737488327056}, overlay_string_index = 4499464, string_pos = {charpos = -4294967296, bytepos = 18939725}, dpvec_index = 14532501}, current = {pos = {charpos = 14532501, bytepos = 12730018}, overlay_string_index = 14536853, string_pos = {charpos = 140737488327216, bytepos = 6184490}, dpvec_index = 12868162}, n_overlay_strings = 14532501, overlay_strings_charpos = 12730018, overlay_strings = {4, 12730018, 18939725, 4499069, 0, 1, 43565432, -1, 14532496, 140737488327280, 41758608, 0, 12730018, 18939725, 6940352, 140737488330704}, string_overlays = {4500677, 140733193388032, 6181062, 12730018, 26619750, 50, 14536853, 14532501, 14532496, 14536848, 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 = 2104}, dpvec_index = 1875}, from_overlay = 6381, area = 1035, method = GET_FROM_BUFFER, paragraph_embedding = 7416, 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 = 1068, voffset = 0, space_width = 0, font_height = 0}, {string = 0, string_nchars = 0, end_charpos = 229, stop_charpos = 43284528, prev_stop = 41758608, base_level_stop = 140737488328320, cmp_it = {stop_pos = 6629461, id = 43284528, ch = 43284528, rule_idx = 0, lookback = 41758613, nglyphs = 7416, reversed_p = false, charpos = 140737488328448, nchars = 6630000, nbytes = 0, from = 0, to = 0, width = 7463}, face_id = 44037720, u = {image = {object = 44037720, slice = {x = 0, y = 12, width = 8, height = 8}, image_id = 12}, comp = {object = 44037720}, stretch = {object = 44037720}}, position = {charpos = 7462, bytepos = 0}, current = {pos = {charpos = 1, bytepos = 12730018}, overlay_string_index = 41758613, string_pos = {charpos = 140737488328640, bytepos = 6650946}, dpvec_index = 44037720}, from_overlay = 44037720, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = 12, 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 = 7463, voffset = 0, space_width = 12730018, font_height = 12730018}, {string = 12934994, string_nchars = -26720, end_charpos = 6641545, stop_charpos = 1068, prev_stop = 12730018, base_level_stop = 12970210, cmp_it = {stop_pos = 4324571648, id = 1, ch = -26224, rule_idx = 32767, lookback = 140737488328960, nglyphs = 12730018, reversed_p = false, charpos = 140737488328640, nchars = 6641308, nbytes = -1, from = -1, to = 0, width = 2104}, face_id = 1875, u = {image = {object = 6381, slice = {x = 1035, y = 7416, width = 1068, height = 140737269430409}, image_id = 140737488329328}, comp = {object = 6381}, stretch = {object = 6381}}, position = {charpos = -24, bytepos = 1}, current = {pos = {charpos = 229, bytepos = 43284528}, overlay_string_index = 41758608, string_pos = {charpos = 140737488328784, bytepos = 6629461}, dpvec_index = 43284528}, from_overlay = 43284528, area = 41758613, 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 = 4294940880, voffset = 32767, space_width = 6630000, font_height = 12730018}}, sp = 7465, selective = 44037720, what = 44037720, face_id = 0, selective_display_ellipsis_p = 0, ctl_arrow_p = 0, 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 = 12, c = 0, len = 8, cmp_it = {stop_pos = 8, id = 12, ch = 7462, rule_idx = 0, lookback = 0, nglyphs = 3, reversed_p = false, charpos = 0, nchars = 41758613, nbytes = 0, from = -26224, to = 32767, width = 6650946}, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 44037720, slice = {x = 1, y = 6641395, width = 7465, height = 8486}, space_width = 5676789, voffset = 1, tab_width = 0, font_height = 140737488328816, object = 8486, position = {charpos = 41494614, bytepos = 12730018}, truncation_pixel_width = 30768, continuation_pixel_width = 660, first_visible_x = 0, last_visible_x = 41758608, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -26136, override_descent = 32767, override_boff = -26136, glyph_row = 0xc23ea2, area = 12730018, nglyphs = 0, pixel_width = 12933234, ascent = 0, descent = -26160, max_ascent = 32767, max_descent = 6641545, phys_ascent = 0, phys_descent = -26128, max_phys_ascent = 32767, max_phys_descent = 12730018, current_x = 0, continuation_lines_width = 12970210, eol_pos = {charpos = 4294974761, bytepos = 12933234}, current_y = 42511798, 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 = 1022448, bidi_p = 1, bidi_it = {bytepos = 6641308, charpos = 41758613, ch = 42511798, nchars = 140737488329248, ch_len = 6655355, type = 4294941216, type_after_w1 = 32767, orig_type = 41758613, resolved_level = 0, invalid_levels = 12933234, invalid_rl_levels = 0, prev = {bytepos = 29860, charpos = 140737488329760, type = 6656427, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT}, last_strong = {bytepos = 7466, charpos = 25081203, type = 31621323, type_after_w1 = UNKNOWN_BT, orig_type = 4294941392}, next_for_neutral = {bytepos = 6630000, charpos = 1, type = 12730018, type_after_w1 = UNKNOWN_BT, orig_type = 44037720}, prev_for_neutral = {bytepos = 7463, charpos = 472446402560, type = 12730018, type_after_w1 = UNKNOWN_BT, orig_type = LRE}, next_for_ws = {bytepos = 8, charpos = 45229320, type = 12883408, type_after_w1 = UNKNOWN_BT, orig_type = 12730018}, next_en_pos = 1, next_en_type = 4079341256, ignore_bn_limit = 41758613, sor = 4294941584, scan_dir = 32767, disp_pos = 6650946, disp_prop = 38709768, stack_idx = 0, level_stack = {{level = 44037720, override = NEUTRAL_DIR}, {level = 1, override = NEUTRAL_DIR}, {level = 5674263, override = NEUTRAL_DIR}, {level = 7463, override = NEUTRAL_DIR}, {level = 8486, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = 1, override = NEUTRAL_DIR}, {level = -25624, override = 32767}, {level = 41758608, override = NEUTRAL_DIR}, {level = -25632, override = 32767}, {level = 6655993, override = NEUTRAL_DIR}, {level = 44037720, override = NEUTRAL_DIR}, {level = 12933474, override = NEUTRAL_DIR}, {level = -25440, override = 32767}, {level = 6702708, override = NEUTRAL_DIR}, {level = 4, override = NEUTRAL_DIR}, {level = 41758608, override = NEUTRAL_DIR}, {level = -25568, override = 32767}, {level = 6655993, override = NEUTRAL_DIR}, {level = -26112, override = 32767}, {level = 12933234, override = NEUTRAL_DIR}, {level = 7465, override = NEUTRAL_DIR}, {level = 1, override = NEUTRAL_DIR}, {level = 41758613, override = NEUTRAL_DIR}, {level = 7465, override = NEUTRAL_DIR}, {level = 8486, override = NEUTRAL_DIR}, {level = -26112, override = 32767}, {level = -26048, override = 32767}, {level = -1, override = 4294967295}, {level = 12730018, override = NEUTRAL_DIR}, {level = -25488, override = 32767}, {level = 41758613, override = NEUTRAL_DIR}, {level = 29860, override = NEUTRAL_DIR}, {level = 40, override = NEUTRAL_DIR}, {level = -26048, override = 32767}, {level = 0, override = NEUTRAL_DIR}, {level = -1, override = 4294967295}, {level = 41758608, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = -25440, override = 32767}, {level = 5842629, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = 7463, override = NEUTRAL_DIR}, {level = 12730018, override = 4294967295}, {level = -25056, override = 32767}, {level = 28, override = NEUTRAL_DIR}, {level = 7465, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 29852, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 41758613, override = NEUTRAL_DIR}, {level = 29852, override = NEUTRAL_DIR}, {level = 7463, override = NEUTRAL_DIR}, {level = 41758613, override = NEUTRAL_DIR}, {level = -24784, override = 32767}, {level = 5844204, override = NEUTRAL_DIR}, {level = 12730018, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = 0, override = NEUTRAL_DIR}, {level = -1, override = 536870911}, {level = 7466, override = NEUTRAL_DIR}, {level = 14532496, override = NEUTRAL_DIR}}, string = {lstring = 45221856, s = 0x0, schars = 47546422, bufpos = 47546406, from_disp_str = 0, unibyte = 0}, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, 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 = 4
        rc = 0
        centering_position = -1
        last_line_misfit = 0
        beg_unchanged = 7472
        end_unchanged = 784
#9  0x0000000000450e6f in redisplay_window_0 (window=14532501) at xdisp.c:13894
No locals.
#10 0x00000000005e1c93 in internal_condition_case_1 (bfun=0x450e30 <redisplay_window_0>, arg=14532501, handlers=12926902, hfun=0x450dff <redisplay_window_error>) at eval.c:1357
        val = 12730018
        c = {tag = 12730018, val = 12730018, next = 0x7fffffffc910, gcpro = 0x0, jmp = {{__jmpbuf = {16, -303160231522410902, 4269216, 140737488343168, 0, 0, -303160230767436182, 303159696738934378}, __mask_was_saved = 0, __saved_mask = {__val = {6060048, 5906211, 12730018, 140737488330720, 6062368, 12730018, 12899434384, 12730018, 12933138, 12932448310, 12933136, 140737488330704, 12653792, 4307621088, 12730018, 12130880}}}}, backlist = 0x0, handlerlist = 0x7fffffffc8e0, lisp_eval_depth = 0, pdlcount = 4, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0}
        h = {handler = 12926902, var = 12730018, chosen_clause = 12897631906, tag = 0x7fffffff9f00, next = 0x7fffffffc8e0}
#11 0x0000000000450de0 in redisplay_windows (window=14532501) at xdisp.c:13874
        w = 0xddbf90
#12 0x0000000000450d74 in redisplay_windows (window=42947789) at xdisp.c:13866
        w = 0x28f54c8
#13 0x000000000044f91e in redisplay_internal () at xdisp.c:13454
        f = 0xddd090
        tail = 16503094
        frame = 14536853
        w = 0xddbf90
        sw = 0xddbf90
        fr = 0xddd090
        pending = 0
        must_finish = 0
        tlbufpos = {charpos = 7437, bytepos = 7437}
        tlendpos = {charpos = 1016, bytepos = 1016}
        number_of_visible_frames = 1
        count = 2
        count1 = 4
        sf = 0xddd090
        polling_stopped_here = 0
        old_frame = 14536853
        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 = 825
#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=0x7fffffffc190, prev_event=12730018, used_mouse_menu=0x7fffffffc494, end_time=0x0) at keyboard.c:2742
        tem0 = 12971442
        timeout = 40
        delay_level = 4
        buffer_size = 34
        c = 12730018
        jmpcount = 2
        local_getcjmp = {{__jmpbuf = {6940352, -303160228276019606, 4269216, 140737488343168, 0, 0, -303160231954424214, 303159788026650218}, __mask_was_saved = 0, __saved_mask = {__val = {6096673, 25081203, 38709691, 31621323, 12730066, 140737488339184, 6166931, 4294967297, 12730066, 12730018, 6508737, 0, 0, 12730018, 4, 31631509}}}}
        save_jump = {{__jmpbuf = {4, -303160230259925398, 4269216, 140737488343168, 0, 0, -303160230129901974, 303159788026650218}, __mask_was_saved = 0, __saved_mask = {__val = {20472, 0, 140737239060797, 0, 0, 14758480, 24297552, 140737488326336, 6655993, 140737300379576, 12730018, 12729970, 17250150, 12730018, 12729970, 16295254}}}}
        key_already_recorded = 0
        tem = 31631509
        save = 0
        previous_echo_area_message = 12730018
        also_record = 12730018
        reread = 0
        gcpro1 = {next = 0x7fffffffbd10, var = 0x2807b46, nvars = 41494614}
        gcpro2 = {next = 0x20, var = 0x2, nvars = 5676789}
        polling_stopped_here = 0
        orig_kboard = 0xe75da0
#18 0x000000000054dfd5 in read_key_sequence (keybuf=0x7fffffffc750, bufsize=30, prompt=12730018, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9356
        interrupted_kboard = 0xe75da0
        interrupted_frame = 0xddd090
        key = 0
        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 = 2
        t = 0
        echo_start = 0
        keys_start = 0
        nmaps = 15
        nmaps_allocated = 15
        defs = 0x7fffffffc100
        submaps = 0x7fffffffc190
        orig_local_map = 19664054
        orig_keymap = 41974726
        localized_local_map = 0
        first_binding = 0
        first_unbound = 31
        mock_input = 0
        fkey = {parent = 16119014, map = 16119014, start = 0, end = 0}
        keytran = {parent = 12709302, map = 12709302, start = 0, end = 0}
        indec = {parent = 16119030, map = 16119030, start = 0, end = 0}
        shift_translated = 0
        delayed_switch_frame = 12730018
        original_uppercase = 12730018
        original_uppercase_position = -1
        dummyflag = 0
        starting_buffer = 0x27d2f90
        fake_prefixed_keys = 12730018
        gcpro1 = {next = 0xc23ea2, var = 0xc495d0, nvars = 12730018}
#19 0x000000000053d99f in command_loop_1 () at keyboard.c:1499
        cmd = 12770226
        keybuf = {440, 444, 140737488340928, 6062368, 12730018, 12884901948, 12730018, 12849890, 15707832727, 12849888, 140737269225840, 12578752, 0, 140737488340960, 140737488341088, 6184792, 140737488341008, 12730018, 30681174, 2, 12849890, 12730018, 0, 0, 140737488341088, 6184198, 4214648, 12884901888, 12730018, 12849890}
        i = 1
        prev_modiff = 1988
        prev_buffer = 0x27d2f90
        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 = 30681174
        c = {tag = 12730018, val = 12730018, next = 0x7fffffffca80, gcpro = 0x0, jmp = {{__jmpbuf = {6940352, -303160227963543958, 4269216, 140737488343168, 0, 0, -303160228003389846, 303159696957038186}, __mask_was_saved = 0, __saved_mask = {__val = {4294967295, 0, 157882997, 9351720, 0, 0, 0, 0, 140737351956664, 4294967297, 0, 84031035146241, 140737354129704, 140737269253544, 6940352, 140737488341920}}}}, 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 = 4233774, tag = 0x7fffffffc910, next = 0x0}
#21 0x000000000053d2e4 in command_loop_2 (ignore=12730018) at keyboard.c:1194
        val = 12883408
#22 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, -303160227982418326, 4269216, 140737488343168, 0, 0, -303160227957252502, 303159696487931498}, __mask_was_saved = 0, __saved_mask = {__val = {6061364, 16964243040, 400, 140737272729288, 12756784, 4307098208, 12730018, 12730018, 12968882, 140737488341872, 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}
#23 0x000000000053d29d in command_loop () at keyboard.c:1173
No locals.
#24 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
        count = 1
        val = 5491704
#25 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
        count = 0
        buffer = 12730018
#26 0x000000000053add0 in main (argc=1, argv=0x7fffffffd088) 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"


registers:
rax            0x4000000000200040	4611686018429485120
rbx            0x4	4
rcx            0x10	16
rdx            0xc495d0	12883408
rsi            0x40042e	4195374
rdi            0xc495d5	12883413
rbp            0x7fffffff5dc0	0x7fffffff5dc0
rsp            0x7fffffff5da0	0x7fffffff5da0
r8             0x7fffffff5f90	140737488314256
r9             0x26e91b1	40800689
r10            0x0	0
r11            0x26e91b1	40800689
r12            0x4124a0	4269216
r13            0x7fffffffd080	140737488343168
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          0xffff83a0	-31840
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 162917)):
#0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4195374) at chartab.c:234
#1  0x000000000066329d in composition_compute_stop_pos (cmp_it=0x7fffffff7c98, charpos=58, bytepos=59, endpos=59, string=40800689) at composite.c:1054
#2  0x0000000000435193 in compute_stop_pos (it=0x7fffffff7430) at xdisp.c:3395
#3  0x0000000000434d64 in handle_stop (it=0x7fffffff7430) at xdisp.c:3283
#4  0x0000000000440d48 in next_element_from_string (it=0x7fffffff7430) at xdisp.c:7527
#5  0x000000000043dc47 in get_next_display_element (it=0x7fffffff7430) at xdisp.c:6570
#6  0x0000000000462a12 in display_line (it=0x7fffffff7430) at xdisp.c:19397
#7  0x000000000045945b in try_window (window=14532501, pos=..., flags=1) at xdisp.c:16300
#8  0x000000000045728d in redisplay_window (window=14532501, just_this_one_p=0) at xdisp.c:15826
#9  0x0000000000450e6f in redisplay_window_0 (window=14532501) at xdisp.c:13894
#10 0x00000000005e1c93 in internal_condition_case_1 (bfun=0x450e30 <redisplay_window_0>, arg=14532501, handlers=12926902, hfun=0x450dff <redisplay_window_error>) at eval.c:1357
#11 0x0000000000450de0 in redisplay_windows (window=14532501) at xdisp.c:13874
#12 0x0000000000450d74 in redisplay_windows (window=42947789) 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=0x7fffffffc190, prev_event=12730018, used_mouse_menu=0x7fffffffc494, end_time=0x0) at keyboard.c:2742
#18 0x000000000054dfd5 in read_key_sequence (keybuf=0x7fffffffc750, 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=12777474, func=0x53d2c2 <command_loop_2>, arg=12730018) at eval.c:1076
#23 0x000000000053d29d in command_loop () at keyboard.c:1173
#24 0x000000000053ca48 in recursive_edit_1 () at keyboard.c:794
#25 0x000000000053cbde in Frecursive_edit () at keyboard.c:858
#26 0x000000000053add0 in main (argc=1, argv=0x7fffffffd088) at emacs.c:1643

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


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

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

* bug#11945: 24.1.50; emacs crash
  2012-09-06  9:38   ` Yagnesh Raghava Yakkala
@ 2012-09-06 11:06     ` Eli Zaretskii
  2012-09-10 13:22       ` Yagnesh Raghava Yakkala
  0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2012-09-06 11:06 UTC (permalink / raw)
  To: Yagnesh Raghava Yakkala; +Cc: 11945

> From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
> Cc: 11945@debbugs.gnu.org
> Date: Thu, 06 Sep 2012 18:38:17 +0900
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> > Please do build without optimizations, and if that binary crashes as
> > well, please show a backtrace from an unoptimized build.
> 
> does the attached trace help in anyway? I see crash quite frequently on one of
> my systems. (emacs built from trunk today)

Yes, it helps.

> #0  0x00000000004e0c9f in char_table_ref (table=12883413, c=4195374) at chartab.c:234
>         tbl = 0xc495d0
>         val = 4611686018429485125

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.

Thanks.





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

* bug#11945: 24.1.50; emacs crash
  2012-09-06 11:06     ` Eli Zaretskii
@ 2012-09-10 13:22       ` Yagnesh Raghava Yakkala
  2012-09-10 16:50         ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-09-10 13:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 11945

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


Hello Eli,

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


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

Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
backtrace:
#0  0x00000000004db657 in char_table_ref (table=12956549, c=4195458) at chartab.c:234
        tbl = 0xc5b380
        val = 4611686018429485125
#1  0x0000000000666dc6 in composition_compute_stop_pos (cmp_it=0x7fffffff8ac8, charpos=50, bytepos=52, endpos=52, string=43265249) at composite.c:1054
        start = 0
        end = 43265249
        c = 4195458
        prop = 12805234
        val = 12805234
        MAX_NEWLINE_DISTANCE = 500
#2  0x0000000000437161 in compute_stop_pos (it=0x7fffffff8260) at xdisp.c:3395
        stoppos = 52
        iv = 0x0
        next_iv = 0x0
        object = 43265249
        limit = 12805234
        position = 0
        charpos = 0
        bytepos = 0
#3  0x0000000000436d5f in handle_stop (it=0x7fffffff8260) at xdisp.c:3283
        handled = HANDLED_NORMALLY
        handle_overlay_change_p = 1
        p = 0x8fa878
#4  0x000000000044234e in next_element_from_string (it=0x7fffffff8260) at xdisp.c:7527
        position = {
          charpos = 0, 
          bytepos = 0
        }
#5  0x000000000043f640 in get_next_display_element (it=0x7fffffff8260) at xdisp.c:6570
        success_p = 1
#6  0x0000000000462b49 in display_line (it=0x7fffffff8260) at xdisp.c:19397
        x_before = 408
        nglyphs = 1
        ascent = 0
        phys_ascent = 0
        n_glyphs_before = 51
        hpos_before = 51
        x = 408
        descent = 0
        phys_descent = 0
        row = 0x1ab2eb0
        overlay_arrow_string = 12805234
        wrap_it = {
          window = 0, 
          w = 0x0, 
          f = 0x0, 
          method = 12805234, 
          stop_charpos = 0, 
          prev_stop = 12805234, 
          base_level_stop = 0, 
          end_charpos = 11407, 
          s = 0x288d <Address 0x288d out of bounds>, 
          string_nchars = 10378, 
          region_beg_charpos = 10378, 
          region_end_charpos = 0, 
          redisplay_end_trigger_charpos = 140737488322928, 
          multibyte_p = 0, 
          header_line_p = 0, 
          string_from_display_prop_p = 1, 
          string_from_prefix_prop_p = 1, 
          from_disp_prop_p = 0, 
          ellipsis_p = 1, 
          avoid_cursor_p = 1, 
          dp = 0x600000000, 
          dpvec = 0x7fffffff8260, 
          dpend = 0x123da65, 
          dpvec_char_len = 19126880, 
          dpvec_face_id = 0, 
          saved_face_id = 19122768, 
          ctl_chars = {0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 1, 0, 0, 0, 0, 0}, 
          start = {
            pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            overlay_string_index = 0, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = 0
          }, 
          current = {
            pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            overlay_string_index = 0, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = 0
          }, 
          n_overlay_strings = 0, 
          overlay_strings_charpos = 0, 
          overlay_strings = {0 <repeats 16 times>}, 
          string_overlays = {0 <repeats 16 times>}, 
          string = 0, 
          from_overlay = 0, 
          stack = {{
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 0, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 0, 
                id = 0, 
                ch = 0, 
                rule_idx = 0, 
                lookback = 0, 
                nglyphs = 0, 
                reversed_p = false, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 12805234
              }, 
              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 = 19880006
              }, 
              current = {
                pos = {
                  charpos = 20536226, 
                  bytepos = 140737488320928
                }, 
                overlay_string_index = 5186847, 
                string_pos = {
                  charpos = 12805234, 
                  bytepos = 16814966
                }, 
                dpvec_index = 20536226
              }, 
              from_overlay = 19122768, 
              area = 12835506, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 18974725, 
              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 = 4294932960, 
              voffset = 32767, 
              space_width = 5187047, 
              font_height = 0
            }, {
              string = 140737488321152, 
              string_nchars = 20536226, 
              end_charpos = 19122768, 
              stop_charpos = 12805234, 
              prev_stop = 18974725, 
              base_level_stop = 140737488321104, 
              cmp_it = {
                stop_pos = 5187504, 
                id = 0, 
                ch = -34032, 
                rule_idx = 32767, 
                lookback = 0, 
                nglyphs = -34176, 
                reversed_p = 255, 
                charpos = 140737488321296, 
                nchars = -32912, 
                nbytes = 32767, 
                from = -34176, 
                to = 32767, 
                width = 19122768
              }, 
              face_id = 12805234, 
              u = {
                image = {
                  object = 81604344592, 
                  slice = {
                    x = 12805234, 
                    y = 0, 
                    width = 140737488321360, 
                    height = 5189703
                  }, 
                  image_id = 140737488321296
                }, 
                comp = {
                  object = 81604344592
                }, 
                stretch = {
                  object = 81604344592
                }
              }, 
              position = {
                charpos = 140737488322416, 
                bytepos = 20536226
              }, 
              current = {
                pos = {
                  charpos = 19122768, 
                  bytepos = 12805810
                }, 
                overlay_string_index = 12835410, 
                string_pos = {
                  charpos = 12835410, 
                  bytepos = 12835410
                }, 
                dpvec_index = 12835410
              }, 
              from_overlay = 12835410, 
              area = 12835410, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 12835410, 
              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 = 12835410, 
              voffset = 0, 
              space_width = 35193729, 
              font_height = 12835410
            }, {
              string = 12835410, 
              string_nchars = 12835410, 
              end_charpos = 12835410, 
              stop_charpos = 12835410, 
              prev_stop = 12835410, 
              base_level_stop = 12835410, 
              cmp_it = {
                stop_pos = 12835410, 
                id = 20536226, 
                ch = 0, 
                rule_idx = 0, 
                lookback = 140737488321776, 
                nglyphs = 0, 
                reversed_p = false, 
                charpos = 19879750, 
                nchars = 20536274, 
                nbytes = 0, 
                from = -33920, 
                to = 32767, 
                width = 5186847
              }, 
              face_id = -33824, 
              u = {
                image = {
                  object = 5191656, 
                  slice = {
                    x = 20536274, 
                    y = 140737488321776, 
                    width = 12835506, 
                    height = 140737488322416
                  }, 
                  image_id = 20536226
                }, 
                comp = {
                  object = 5191656
                }, 
                stretch = {
                  object = 5191656
                }
              }, 
              position = {
                charpos = 19122768, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 140737488321632, 
                  bytepos = 20536274
                }, 
                overlay_string_index = 19122768, 
                string_pos = {
                  charpos = 12805234, 
                  bytepos = 18974885
                }, 
                dpvec_index = -33744
              }, 
              from_overlay = 5187504, 
              area = LEFT_MARGIN_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = L2R, 
              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 = 4294933552, 
              voffset = 32767, 
              space_width = 5188623, 
              font_height = 140737488321776
            }}, 
          sp = -32912, 
          selective = 140737488321632, 
          what = 19122768, 
          face_id = 0, 
          selective_display_ellipsis_p = 0, 
          ctl_arrow_p = 1, 
          face_box_p = 0, 
          start_of_box_run_p = 0, 
          end_of_box_run_p = 1, 
          overlay_strings_at_end_processed_p = 1, 
          ignore_overlay_strings_at_pos_p = 1, 
          glyph_not_available_p = 0, 
          starts_in_middle_of_char_p = 0, 
          face_before_selective_p = 0, 
          constrain_row_ascent_descent_p = 1, 
          line_wrap = TRUNCATE, 
          base_face_id = -33552, 
          c = 18, 
          len = 12805234, 
          cmp_it = {
            stop_pos = 0, 
            id = 140737488321840, 
            ch = 5189703, 
            rule_idx = 0, 
            lookback = 140737488321776, 
            nglyphs = -32912, 
            reversed_p = 255, 
            charpos = 20536274, 
            nchars = 19122768, 
            nbytes = 0, 
            from = 12805810, 
            to = 0, 
            width = 12835410
          }, 
          char_to_display = 12835410, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 12835410, 
          slice = {
            x = 12835410, 
            y = 12835410, 
            width = 12835410, 
            height = 12835410
          }, 
          space_width = 12835410, 
          voffset = -9646, 
          tab_width = 195, 
          font_height = 12835410, 
          object = 12835410, 
          position = {
            charpos = 12835410, 
            bytepos = 12835410
          }, 
          truncation_pixel_width = -9646, 
          continuation_pixel_width = 195, 
          first_visible_x = 0, 
          last_visible_x = 12835410, 
          last_visible_y = 0, 
          extra_line_spacing = 20536226, 
          max_extra_line_spacing = 0, 
          override_ascent = 12835410, 
          override_descent = 0, 
          override_boff = 20536274, 
          glyph_row = 0xebe8cb, 
          area = LEFT_MARGIN_AREA, 
          nglyphs = 0, 
          pixel_width = 4279088, 
          ascent = 0, 
          descent = -32640, 
          max_ascent = 32767, 
          max_descent = 4442073, 
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 0, 
          max_phys_descent = 43129376, 
          current_x = 0, 
          continuation_lines_width = 43129376, 
          eol_pos = {
            charpos = 43034672, 
            bytepos = 140737488321904
          }, 
          current_y = 6653981, 
          first_vpos = 0, 
          vpos = -33408, 
          hpos = 32767, 
          left_user_fringe_bitmap = 6688, 
          right_user_fringe_bitmap = 658, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 43061, 
          bidi_p = 1, 
          bidi_it = {
            bytepos = 72057594080889376, 
            charpos = 140737488321952, 
            ch = 6655057, 
            nchars = 140737488321984, 
            ch_len = 43034677, 
            type = 43034672, 
            type_after_w1 = UNKNOWN_BT, 
            orig_type = 43129376, 
            resolved_level = 0, 
            invalid_levels = -33264, 
            invalid_rl_levels = 32767, 
            prev = {
              bytepos = 6672252, 
              charpos = 12991266, 
              type = 43129376, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 43129376
            }, 
            last_strong = {
              bytepos = 43034672, 
              charpos = 140737488322048, 
              type = 6653981, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294934160
            }, 
            next_for_neutral = {
              bytepos = 43129376, 
              charpos = 43034677, 
              type = 13009250, 
              type_after_w1 = 16777216, 
              orig_type = 4294934064
            }, 
            prev_for_neutral = {
              bytepos = 6655057, 
              charpos = 140737488322112, 
              type = 43034677, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 12805234
            }, 
            next_for_ws = {
              bytepos = 13009250, 
              charpos = 140737488322176, 
              type = 6664015, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294934128
            }, 
            next_en_pos = 139646566629064, 
            next_en_type = 13009250, 
            ignore_bn_limit = 49101654, 
            sor = 12805234, 
            scan_dir = 0, 
            disp_pos = 12805234, 
            disp_prop = -33056, 
            stack_idx = 32767, 
            level_stack = {{
                level = 46929344, 
                override = NEUTRAL_DIR
              }, {
                level = -33120, 
                override = 32767
              }, {
                level = 6663777, 
                override = NEUTRAL_DIR
              }, {
                level = 45050832, 
                override = NEUTRAL_DIR
              }, {
                level = 49101654, 
                override = NEUTRAL_DIR
              }, {
                level = -33056, 
                override = 32767
              }, {
                level = 6680364, 
                override = NEUTRAL_DIR
              }, {
                level = 40188, 
                override = NEUTRAL_DIR
              }, {
                level = 43034677, 
                override = NEUTRAL_DIR
              }, {
                level = 13009250, 
                override = NEUTRAL_DIR
              }, {
                level = 38188, 
                override = NEUTRAL_DIR
              }, {
                level = 46929400, 
                override = NEUTRAL_DIR
              }, {
                level = 4, 
                override = NEUTRAL_DIR
              }, {
                level = -32976, 
                override = 32767
              }, {
                level = 6700089, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -32896, 
                override = 32767
              }, {
                level = -32904, 
                override = 32767
              }, {
                level = -32912, 
                override = 32767
              }, {
                level = 10047, 
                override = NEUTRAL_DIR
              }, {
                level = 10047, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 40188, 
                override = NEUTRAL_DIR
              }, {
                level = -32688, 
                override = 32767
              }, {
                level = 6710920, 
                override = NEUTRAL_DIR
              }, {
                level = 9647, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 10047, 
                override = NEUTRAL_DIR
              }, {
                level = 9591, 
                override = NEUTRAL_DIR
              }, {
                level = 9591, 
                override = NEUTRAL_DIR
              }, {
                level = -30008, 
                override = 32767
              }, {
                level = 9547, 
                override = NEUTRAL_DIR
              }, {
                level = 43034672, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12956544, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 43034677, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = 16777216
              }, {
                level = -32800, 
                override = 32767
              }, {
                level = 6655057, 
                override = NEUTRAL_DIR
              }, {
                level = 16836866, 
                override = NEUTRAL_DIR
              }, {
                level = 49109654, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 49109638, 
                override = NEUTRAL_DIR
              }, {
                level = -32720, 
                override = 32767
              }, {
                level = 6664076, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = -32600, 
                override = 32513
              }, {
                level = 12805810, 
                override = NEUTRAL_DIR
              }, {
                level = 49109654, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 44172677, 
                override = NEUTRAL_DIR
              }, {
                level = -33104, 
                override = 32767
              }, {
                level = 46929400, 
                override = NEUTRAL_DIR
              }, {
                level = -32688, 
                override = 32767
              }, {
                level = 1, 
                override = 10
              }, {
                level = 46929512, 
                override = NEUTRAL_DIR
              }, {
                level = 49109654, 
                override = 500
              }, {
                level = -32512, 
                override = 32767
              }, {
                level = 4419937, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -32160, 
                override = 32767
              }, {
                level = 12805282, 
                override = NEUTRAL_DIR
              }}, 
            string = {
              lstring = 20536274, 
              s = 0xc36472 "", 
              schars = 12805234, 
              bufpos = 12805234, 
              from_disp_str = 0, 
              unibyte = 1
            }, 
            paragraph_dir = NEUTRAL_DIR, 
            separator_limit = 38188, 
            prev_was_pdf = 1, 
            first_elt = 0, 
            new_paragraph = 1, 
            frame_window_p = 0
          }, 
          paragraph_embedding = 38588
        }
        wrap_data = 0x0
        may_wrap = 0
        wrap_x = 0
        wrap_row_used = -1
        wrap_row_ascent = 0
        wrap_row_height = 0
        wrap_row_phys_ascent = 0
        wrap_row_phys_height = 0
        wrap_row_extra_line_spacing = 0
        wrap_row_min_pos = 9414680
        wrap_row_min_bpos = 11407
        wrap_row_max_pos = 10222
        wrap_row_max_bpos = 12805234
        cvpos = -1
        min_pos = 10245
        max_pos = 10245
        min_bpos = 10245
        max_bpos = 10245
#7  0x0000000000459d5d in try_window (window=19126885, pos=..., flags=1) at xdisp.c:16300
        w = 0x123da60
        it = {
          window = 19126885, 
          w = 0x123da60, 
          f = 0x123ca50, 
          method = GET_FROM_STRING, 
          stop_charpos = 52, 
          prev_stop = 0, 
          base_level_stop = 0, 
          end_charpos = 52, 
          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 = 10245, 
              bytepos = 10245
            }, 
            overlay_string_index = -1, 
            string_pos = {
              charpos = -1, 
              bytepos = -1
            }, 
            dpvec_index = -1
          }, 
          current = {
            pos = {
              charpos = 10245, 
              bytepos = 10245
            }, 
            overlay_string_index = 1, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = -1
          }, 
          n_overlay_strings = 2, 
          overlay_strings_charpos = 10245, 
          overlay_strings = {43825361, 43265249, 0 <repeats 14 times>}, 
          string_overlays = {24014027, 42943635, 0 <repeats 14 times>}, 
          string = 43265249, 
          from_overlay = 12805234, 
          stack = {{
              string = 12805234, 
              string_nchars = 0, 
              end_charpos = 11407, 
              stop_charpos = 10247, 
              prev_stop = 10245, 
              base_level_stop = 10245, 
              cmp_it = {
                stop_pos = 10246, 
                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 = 10244, 
                bytepos = 10244
              }, 
              current = {
                pos = {
                  charpos = 10245, 
                  bytepos = 10245
                }, 
                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 = 12805234, 
              font_height = 12805234
            }, {
              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 = 46, 
          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 = 109, 
          len = 1, 
          cmp_it = {
            stop_pos = 52, 
            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 = 12805234, 
            y = 12805234, 
            width = 12805234, 
            height = 12805234
          }, 
          space_width = 12805234, 
          voffset = 0, 
          tab_width = 8, 
          font_height = 12805234, 
          object = 43825361, 
          position = {
            charpos = 51, 
            bytepos = 51
          }, 
          truncation_pixel_width = 8, 
          continuation_pixel_width = 0, 
          first_visible_x = 0, 
          last_visible_x = 664, 
          last_visible_y = 697, 
          extra_line_spacing = 0, 
          max_extra_line_spacing = 0, 
          override_ascent = -1, 
          override_descent = 0, 
          override_boff = 0, 
          glyph_row = 0x1ab2eb0, 
          area = TEXT_AREA, 
          nglyphs = 1, 
          pixel_width = 8, 
          ascent = 13, 
          descent = 4, 
          max_ascent = 13, 
          max_descent = 4, 
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 11, 
          max_phys_descent = 0, 
          current_x = 416, 
          continuation_lines_width = 0, 
          eol_pos = {
            charpos = 0, 
            bytepos = 0
          }, 
          current_y = 357, 
          first_vpos = 0, 
          vpos = 21, 
          hpos = 52, 
          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 = 109, 
            nchars = 1, 
            ch_len = 1, 
            type = STRONG_L, 
            type_after_w1 = STRONG_L, 
            orig_type = STRONG_L, 
            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 = 50, 
              charpos = 50, 
              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 = 52, 
              charpos = 52, 
              type = UNKNOWN_BT, 
              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 = 43, 
            disp_prop = 0, 
            stack_idx = 0, 
            level_stack = {{
                level = 0, 
                override = NEUTRAL_DIR
              } <repeats 64 times>}, 
            string = {
              lstring = 43265249, 
              s = 0x0, 
              schars = 43, 
              bufpos = 10245, 
              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 = 0x1ab2db0
        f = 0x123ca50
#8  0x0000000000457e09 in redisplay_window (window=19126885, just_this_one_p=0) at xdisp.c:15826
        d2 = 0
        d4 = 0
        d6 = 0
        d1 = 43034672
        d3 = 12637104
        d5 = 0
        w = 0x123da60
        f = 0x123ca50
        buffer = 0x290a830
        old = 0x290a830
        lpoint = {
          charpos = 10238, 
          bytepos = 10238
        }
        opoint = {
          charpos = 10238, 
          bytepos = 10238
        }
        startp = {
          charpos = 9547, 
          bytepos = 9547
        }
        update_mode_line = 1
        tem = 0
        it = {
          window = 0, 
          w = 0x0, 
          f = 0xffffffff, 
          method = 4294942336, 
          stop_charpos = 1, 
          prev_stop = 1, 
          base_level_stop = 0, 
          end_charpos = 0, 
          s = 0x2da1f86 "", 
          string_nchars = 12805234, 
          region_beg_charpos = 15166064, 
          region_end_charpos = 42738800, 
          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 = 0x7fffffff9060, 
          dpvec = 0x0, 
          dpend = 0x7fffffff9d90, 
          dpvec_char_len = 4670956, 
          dpvec_face_id = 0, 
          saved_face_id = 0, 
          ctl_chars = {140737488330368, 19130997, 19130992, 19122768, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0}, 
          start = {
            pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            overlay_string_index = 0, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = 0
          }, 
          current = {
            pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            overlay_string_index = 0, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = 0
          }, 
          n_overlay_strings = 0, 
          overlay_strings_charpos = 0, 
          overlay_strings = {0 <repeats 16 times>}, 
          string_overlays = {0 <repeats 16 times>}, 
          string = 0, 
          from_overlay = 0, 
          stack = {{
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 0, 
              prev_stop = 0, 
              base_level_stop = 0, 
              cmp_it = {
                stop_pos = 0, 
                id = 0, 
                ch = 0, 
                rule_idx = 0, 
                lookback = 0, 
                nglyphs = 0, 
                reversed_p = false, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 0
              }, 
              face_id = 0, 
              u = {
                image = {
                  object = 0, 
                  slice = {
                    x = 0, 
                    y = 12805234, 
                    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
            }, {
              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 = 19896534, 
              u = {
                image = {
                  object = 20536754, 
                  slice = {
                    x = 140737488328608, 
                    y = 5186847, 
                    width = 12805234, 
                    height = 16810438
                  }, 
                  image_id = 20536754
                }, 
                comp = {
                  object = 20536754
                }, 
                stretch = {
                  object = 20536754
                }
              }, 
              position = {
                charpos = 19122768, 
                bytepos = 12835506
              }, 
              current = {
                pos = {
                  charpos = 18975365, 
                  bytepos = 140737488328672
                }, 
                overlay_string_index = 5187047, 
                string_pos = {
                  charpos = 0, 
                  bytepos = 140737488328832
                }, 
                dpvec_index = 20536754
              }, 
              from_overlay = 19122768, 
              area = 12805234, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = 18975365, 
              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 = 4294940752, 
              voffset = 32767, 
              space_width = 5187504, 
              font_height = 0
            }}, 
          sp = -26352, 
          selective = 0, 
          what = 4294940800, 
          face_id = 32767, 
          selective_display_ellipsis_p = 0, 
          ctl_arrow_p = 0, 
          face_box_p = 0, 
          start_of_box_run_p = 0, 
          end_of_box_run_p = 1, 
          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 = 1, 
          face_before_selective_p = 0, 
          constrain_row_ascent_descent_p = 0, 
          line_wrap = 32767, 
          base_face_id = -25712, 
          c = 32767, 
          len = -26496, 
          cmp_it = {
            stop_pos = 19122768, 
            id = 12805234, 
            ch = -26352, 
            rule_idx = 18, 
            lookback = 12805234, 
            nglyphs = 0, 
            reversed_p = false, 
            charpos = 140737488329040, 
            nchars = 5189703, 
            nbytes = 0, 
            from = -26352, 
            to = 32767, 
            width = -25712
          }, 
          char_to_display = 20536754, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 19122768, 
          slice = {
            x = 12805810, 
            y = 12835410, 
            width = 12835410, 
            height = 12835410
          }, 
          space_width = 12835410, 
          voffset = -9646, 
          tab_width = 195, 
          font_height = 12835410, 
          object = 12835410, 
          position = {
            charpos = 12835410, 
            bytepos = 35190353
          }, 
          truncation_pixel_width = -9646, 
          continuation_pixel_width = 195, 
          first_visible_x = 0, 
          last_visible_x = 12835410, 
          last_visible_y = 0, 
          extra_line_spacing = 12835410, 
          max_extra_line_spacing = 0, 
          override_ascent = 12835410, 
          override_descent = 0, 
          override_boff = 12835410, 
          glyph_row = 0xc3da52, 
          area = 12835410, 
          nglyphs = 0, 
          pixel_width = 12835410, 
          ascent = 0, 
          descent = 20536754, 
          max_ascent = 0, 
          max_descent = 0, 
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 0, 
          max_phys_descent = 12805234, 
          current_x = 54, 
          continuation_lines_width = -26256, 
          eol_pos = {
            charpos = 5206295, 
            bytepos = 0
          }, 
          current_y = 48121168, 
          first_vpos = 0, 
          vpos = 48121168, 
          hpos = 0, 
          left_user_fringe_bitmap = 17328, 
          right_user_fringe_bitmap = 237, 
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 1022352, 
          bidi_p = 1, 
          bidi_it = {
            bytepos = 6653981, 
            charpos = 140737488329120, 
            ch = 48121168, 
            nchars = 15549365, 
            ch_len = 72057594053387488, 
            type = 4294941120, 
            type_after_w1 = 32767, 
            orig_type = 6655057, 
            resolved_level = 0, 
            invalid_levels = -26144, 
            invalid_rl_levels = 32767, 
            prev = {
              bytepos = 15549365, 
              charpos = 15549360, 
              type = 48121168, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294941232
            }, 
            last_strong = {
              bytepos = 6672252, 
              charpos = 20820272, 
              type = 48121168, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 48121168
            }, 
            next_for_neutral = {
              bytepos = 15549360, 
              charpos = 140737488329248, 
              type = 6653981, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 4294941736
            }, 
            prev_for_neutral = {
              bytepos = 48121168, 
              charpos = 15549365, 
              type = 13009250, 
              type_after_w1 = 16777216, 
              orig_type = 4294941264
            }, 
            next_for_ws = {
              bytepos = 6655057, 
              charpos = 140737488329312, 
              type = 15549365, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = 12805234
            }, 
            next_en_pos = 13009250, 
            next_en_type = 4294941344, 
            ignore_bn_limit = 6664015, 
            sor = 4294941328, 
            scan_dir = 0, 
            disp_pos = 139646566636264, 
            disp_prop = 13009250, 
            stack_idx = 0, 
            level_stack = {{
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -25856, 
                override = 32767
              }, {
                level = 48014184, 
                override = NEUTRAL_DIR
              }, {
                level = -25920, 
                override = 32767
              }, {
                level = 6663777, 
                override = NEUTRAL_DIR
              }, {
                level = 48014184, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -25856, 
                override = 32767
              }, {
                level = 6680337, 
                override = NEUTRAL_DIR
              }, {
                level = 84, 
                override = NEUTRAL_DIR
              }, {
                level = 15549365, 
                override = NEUTRAL_DIR
              }, {
                level = 13009250, 
                override = NEUTRAL_DIR
              }, {
                level = 4, 
                override = NEUTRAL_DIR
              }, {
                level = 48121168, 
                override = NEUTRAL_DIR
              }, {
                level = 4, 
                override = NEUTRAL_DIR
              }, {
                level = -25776, 
                override = 32767
              }, {
                level = 6700089, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -25696, 
                override = 32767
              }, {
                level = -25704, 
                override = 32767
              }, {
                level = -25712, 
                override = 32767
              }, {
                level = 21, 
                override = NEUTRAL_DIR
              }, {
                level = 21, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 84, 
                override = NEUTRAL_DIR
              }, {
                level = -25488, 
                override = 32767
              }, {
                level = 6710920, 
                override = NEUTRAL_DIR
              }, {
                level = 101, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 21, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = -22808, 
                override = 32767
              }, {
                level = 48121168, 
                override = NEUTRAL_DIR
              }, {
                level = 15549360, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 6653981, 
                override = NEUTRAL_DIR
              }, {
                level = 13009250, 
                override = NEUTRAL_DIR
              }, {
                level = 48121168, 
                override = NEUTRAL_DIR
              }, {
                level = 15549365, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = 16777216
              }, {
                level = -25600, 
                override = 32767
              }, {
                level = 6655057, 
                override = NEUTRAL_DIR
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 15549365, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805810, 
                override = NEUTRAL_DIR
              }, {
                level = -25520, 
                override = 32767
              }, {
                level = 6664015, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = -25400, 
                override = 32513
              }, {
                level = 12805810, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = NEUTRAL_DIR
              }, {
                level = -25904, 
                override = 32767
              }, {
                level = 48121168, 
                override = NEUTRAL_DIR
              }, {
                level = -25488, 
                override = 32767
              }, {
                level = 6663777, 
                override = NEUTRAL_DIR
              }, {
                level = 48121224, 
                override = NEUTRAL_DIR
              }, {
                level = 12805234, 
                override = 500
              }, {
                level = -25312, 
                override = 32767
              }}, 
            string = {
              lstring = 4419937, 
              s = 0xc36472 "", 
              schars = 140737488330368, 
              bufpos = 12805234, 
              from_disp_str = 0, 
              unibyte = 1
            }, 
            paragraph_dir = 12805234, 
            separator_limit = 12805234, 
            prev_was_pdf = 0, 
            first_elt = 1, 
            new_paragraph = 0, 
            frame_window_p = 0
          }, 
          paragraph_embedding = 12805234
        }
        current_matrix_up_to_date_p = 0
        used_current_matrix_p = 0
        buffer_unchanged_p = 0
        temp_scroll_step = 0
        count = 4
        rc = 1
        centering_position = -1
        last_line_misfit = 0
        beg_unchanged = 10244
        end_unchanged = 884
#9  0x0000000000451eee in redisplay_window_0 (window=19126885) at xdisp.c:13894
No locals.
#10 0x00000000005ee307 in internal_condition_case_1 (bfun=0x451eac <redisplay_window_0>, arg=19126885, handlers=13007062, hfun=0x451e7b <redisplay_window_error>) at eval.c:1357
        val = 4
        c = {
          tag = 12805234, 
          val = 12805234, 
          next = 0x7fffffffd250, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {0, -8267225662904587638, 4279088, 140737488345248, 0, 0, -8267225663053485430, 8267224962245208714}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {0, 12637104, 19130992, 140737488333920, 6235396, 12805234, 4, 12868930, 3200000, 0, 0, 0, 12805234, 19130992, 4497506, 4298167296}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x7fffffffd370, 
          lisp_eval_depth = 0, 
          pdlcount = 4, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
        h = {
          handler = 13007062, 
          var = 12805234, 
          chosen_clause = 12805234, 
          tag = 0x7fffffffab50, 
          next = 0x7fffffffd370
        }
#11 0x0000000000451e5c in redisplay_windows (window=19126885) at xdisp.c:13874
        w = 0x123da60
#12 0x0000000000451dea in redisplay_windows (window=44088749) at xdisp.c:13866
        w = 0x2a0bda8
#13 0x0000000000450e7d in redisplay_internal () at xdisp.c:13454
        f = 0x123ca50
        tail = 16559414
        frame = 19122773
        w = 0x123da60
        sw = 0x123da60
        fr = 0x123ca50
        pending = 0
        must_finish = 1
        tlbufpos = {
          charpos = 10216, 
          bytepos = 10216
        }
        tlendpos = {
          charpos = 1162, 
          bytepos = 1162
        }
        number_of_visible_frames = 1
        count = 2
        count1 = 4
        sf = 0x123ca50
        polling_stopped_here = 0
        old_frame = 19122773
        consider_all_windows_p = 1
        update_miniwindow_p = 1
#14 0x00000000004516ba in redisplay_preserve_echo_area (from_where=7) at xdisp.c:13710
No locals.
#15 0x000000000055817a in swallow_events (do_display=1) at keyboard.c:4286
        old_timers_run = 1632
#16 0x00000000004212b9 in sit_for (timeout=160, reading=true, do_display=1) at dispnew.c:5932
        sec = 146928366
        nsec = 32767
#17 0x0000000000554ca0 in read_char (commandflag=1, nmaps=14, maps=0x7fffffffcd40, prev_event=12805234, used_mouse_menu=0x7fffffffcee8, end_time=0x0) at keyboard.c:2741
        tem0 = 0
        timeout = 40
        delay_level = 4
        buffer_size = 45
        c = 12805234
        jmpcount = 2
        local_getcjmp = {{
            __jmpbuf = {0, -8267225663978329462, 4279088, 140737488345248, 0, 0, -8267225664055924086, 8267225019295214218}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {43034672, 140737488341472, 6653981, 0, 0, 3, 12933218, 140737488341552, 6664015, 32, 2, 5756567, 0, 140737488341328, 12805234, 140737488341584}
            }
          }}
        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 = 140737488342464
        save = 140737488342464
        previous_echo_area_message = 12805234
        also_record = 12805234
        reread = 0
        gcpro1 = {
          next = 0x7fffffffca60, 
          var = 0xc3e512, 
          nvars = 140737488341808
        }
        gcpro2 = {
          next = 0xc3e512, 
          var = 0x2db4c03, 
          nvars = 140737488342272
        }
        polling_stopped_here = 0
        orig_kboard = 0x1442510
#18 0x0000000000562123 in read_key_sequence (keybuf=0x7fffffffd0c0, bufsize=30, prompt=12805234, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9371
        interrupted_kboard = 0x1442510
        interrupted_frame = 0x123ca50
        key = 10237
        used_mouse_menu = 0
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        local_first_binding = 0
        from_string = 12805234
        count = 2
        t = 0
        echo_start = 0
        keys_start = 0
        nmaps = 14
        nmaps_allocated = 14
        defs = 0x7fffffffccc0
        submaps = 0x7fffffffcd40
        orig_local_map = 19732998
        orig_keymap = 48289318
        localized_local_map = 0
        first_binding = 0
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 19814694, 
          map = 19814694, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 12784054, 
          map = 12784054, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 19814678, 
          map = 19814678, 
          start = 0, 
          end = 0
        }
        shift_translated = 0
        delayed_switch_frame = 12805234
        original_uppercase = 140737488343184
        original_uppercase_position = -1
        dummyflag = 0
        starting_buffer = 0x290a830
        fake_prefixed_keys = 12805234
        gcpro1 = {
          next = 0x7fffffffce70, 
          var = 0x290a835, 
          nvars = 12991266
        }
#19 0x00000000005523f4 in command_loop_1 () at keyboard.c:1498
        cmd = 12845506
        keybuf = {464, 76, 12857058, 140737488343520, 12805282, 49424758, 15055360, 6114886, 3139621094742, 5866925326353, 9459825, 12805234, 12805234, 7086863, 9458145, 10, 2, 140737488343200, 12857058, 9459814, 42915473, 4329807, 140737488343472, 5577692, 140737488343520, 49424758, 12805234, 19122768, 140737488343472, 0}
        i = 1
        prev_modiff = 3856
        prev_buffer = 0x290a830
        already_adjusted = 0
#20 0x00000000005ee19e in internal_condition_case (bfun=0x552001 <command_loop_1>, handlers=12857010, hfun=0x55188e <cmd_error>) at eval.c:1319
        val = 140737488343648
        c = {
          tag = 12805234, 
          val = 12805234, 
          next = 0x7fffffffd400, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {0, -8267225664414537078, 4279088, 140737488345248, 0, 0, -8267225664429217142, 8267224962356882058}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {8267224962356882058, 140733193388032, 140737353979112, 140737488343872, 5671689, 0, 5627202, 4294967295, 140737287593136, 0, 0, 9410040, 0, 0, 0, 0}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
        h = {
          handler = 12857010, 
          var = 12805234, 
          chosen_clause = 12805282, 
          tag = 0x7fffffffd250, 
          next = 0x0
        }
#21 0x0000000000551cc9 in command_loop_2 (ignore=12805234) at keyboard.c:1193
        val = 0
#22 0x00000000005edb45 in internal_catch (tag=12852882, func=0x551ca3 <command_loop_2>, arg=12805234) at eval.c:1076
        c = {
          tag = 12852882, 
          val = 12805234, 
          next = 0x0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {0, -8267225664196433270, 4279088, 140737488345248, 0, 0, -8267225664422925686, 8267224962558339722}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {0, 0, 0, 0, 0, 140737488344320, 6116240, 4294967296, 12805234, 12805234, 13043138, 140737488344424, 13043136, 140737488344320, 6114769, 12832032}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
#23 0x0000000000551c7b in command_loop () at keyboard.c:1172
No locals.
#24 0x00000000005513cc in recursive_edit_1 () at keyboard.c:793
        count = 1
        val = 5576075
#25 0x0000000000551573 in Frecursive_edit () at keyboard.c:857
        count = 0
        buffer = 12805234
#26 0x000000000054f513 in main (argc=1, argv=0x7fffffffd8a8) at emacs.c:1661
        dummy = 1024
        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 = 0xa7c58d2 <Address 0xa7c58d2 out of bounds>
        fatal_error_action = {
          __sigaction_handler = {
            sa_handler = 0x54d8e6 <deliver_fatal_signal>, 
            sa_sigaction = 0x54d8e6 <deliver_fatal_signal>
          }, 
          sa_mask = {
            __val = {0 <repeats 16 times>}
          }, 
          sa_flags = 0, 
          sa_restorer = 0x100000000
        }


registers:
rax            0x4000000000200040	4611686018429485120
rbx            0x0	0
rcx            0x10	16
rdx            0x46	70
rsi            0x400482	4195458
rdi            0xc5b385	12956549
rbp            0x7fffffff7020	0x7fffffff7020
rsp            0x7fffffff7000	0x7fffffff7000
r8             0x7fffffff7068	140737488318568
r9             0x2942ce1	43265249
r10            0x7fffffff8f18	140737488326424
r11            0x7ffff295fd10	140737263303952
r12            0x4	4
r13            0x7fffffffd8a0	140737488345248
r14            0x0	0
r15            0x0	0
rip            0x4db657	0x4db657 <char_table_ref+189>
eflags         0x10202	[ IF RF ]
cs             0x33	51
ss             0x2b	43
ds             0x0	0
es             0x0	0
fs             0x0	0
gs             0x0	0


current instructions:
=> 0x4db657 <char_table_ref+189>:	mov    (%rax),%rdx
   0x4db65a <char_table_ref+192>:	movabs $0x400000000fff0000,%rax
   0x4db664 <char_table_ref+202>:	and    %rax,%rdx
   0x4db667 <char_table_ref+205>:	movabs $0x4000000000300000,%rax
   0x4db671 <char_table_ref+215>:	cmp    %rax,%rdx
   0x4db674 <char_table_ref+218>:	jne    0x4db6c8 <char_table_ref+302>
   0x4db676 <char_table_ref+220>:	mov    -0x18(%rbp),%rax
   0x4db67a <char_table_ref+224>:	sub    $0x5,%rax
   0x4db67e <char_table_ref+228>:	mov    0x20(%rax),%rdx
   0x4db682 <char_table_ref+232>:	mov    0x6d98e7(%rip),%rax        # 0xbb4f70 <Qchar_code_property_table>
   0x4db689 <char_table_ref+239>:	cmp    %rax,%rdx
   0x4db68c <char_table_ref+242>:	jne    0x4db6ab <char_table_ref+273>
   0x4db68e <char_table_ref+244>:	mov    -0x18(%rbp),%rax
   0x4db692 <char_table_ref+248>:	sub    $0x5,%rax
   0x4db696 <char_table_ref+252>:	mov    (%rax),%rax
   0x4db699 <char_table_ref+255>:	and    $0xffff,%eax


threads backtrace:

Thread 3 (Thread 0x7fffe7fff700 (LWP 5108)):
#0  0x00007ffff28c5b03 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff65b1036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff65b149a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff7268406 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007ffff65d29e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff4081e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007ffff28d14bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fffec954700 (LWP 5107)):
#0  0x00007ffff28c5b03 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff65b1036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff65b149a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fffec95998b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
#4  0x00007ffff65d29e5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff4081e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007ffff28d14bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fc5980 (LWP 5104)):
#0  0x00000000004db657 in char_table_ref (table=12956549, c=4195458) at chartab.c:234
#1  0x0000000000666dc6 in composition_compute_stop_pos (cmp_it=0x7fffffff8ac8, charpos=50, bytepos=52, endpos=52, string=43265249) at composite.c:1054
#2  0x0000000000437161 in compute_stop_pos (it=0x7fffffff8260) at xdisp.c:3395
#3  0x0000000000436d5f in handle_stop (it=0x7fffffff8260) at xdisp.c:3283
#4  0x000000000044234e in next_element_from_string (it=0x7fffffff8260) at xdisp.c:7527
#5  0x000000000043f640 in get_next_display_element (it=0x7fffffff8260) at xdisp.c:6570
#6  0x0000000000462b49 in display_line (it=0x7fffffff8260) at xdisp.c:19397
#7  0x0000000000459d5d in try_window (window=19126885, pos=..., flags=1) at xdisp.c:16300
#8  0x0000000000457e09 in redisplay_window (window=19126885, just_this_one_p=0) at xdisp.c:15826
#9  0x0000000000451eee in redisplay_window_0 (window=19126885) at xdisp.c:13894
#10 0x00000000005ee307 in internal_condition_case_1 (bfun=0x451eac <redisplay_window_0>, arg=19126885, handlers=13007062, hfun=0x451e7b <redisplay_window_error>) at eval.c:1357
#11 0x0000000000451e5c in redisplay_windows (window=19126885) at xdisp.c:13874
#12 0x0000000000451dea in redisplay_windows (window=44088749) at xdisp.c:13866
#13 0x0000000000450e7d in redisplay_internal () at xdisp.c:13454
#14 0x00000000004516ba in redisplay_preserve_echo_area (from_where=7) at xdisp.c:13710
#15 0x000000000055817a in swallow_events (do_display=1) at keyboard.c:4286
#16 0x00000000004212b9 in sit_for (timeout=160, reading=true, do_display=1) at dispnew.c:5932
#17 0x0000000000554ca0 in read_char (commandflag=1, nmaps=14, maps=0x7fffffffcd40, prev_event=12805234, used_mouse_menu=0x7fffffffcee8, end_time=0x0) at keyboard.c:2741
#18 0x0000000000562123 in read_key_sequence (keybuf=0x7fffffffd0c0, bufsize=30, prompt=12805234, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9371
#19 0x00000000005523f4 in command_loop_1 () at keyboard.c:1498
#20 0x00000000005ee19e in internal_condition_case (bfun=0x552001 <command_loop_1>, handlers=12857010, hfun=0x55188e <cmd_error>) at eval.c:1319
#21 0x0000000000551cc9 in command_loop_2 (ignore=12805234) at keyboard.c:1193
#22 0x00000000005edb45 in internal_catch (tag=12852882, func=0x551ca3 <command_loop_2>, arg=12805234) at eval.c:1076
#23 0x0000000000551c7b in command_loop () at keyboard.c:1172
#24 0x00000000005513cc in recursive_edit_1 () at keyboard.c:793
#25 0x0000000000551573 in Frecursive_edit () at keyboard.c:857
#26 0x000000000054f513 in main (argc=1, argv=0x7fffffffd8a8) at emacs.c:1661

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



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

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

* bug#11945: 24.1.50; emacs crash
  2012-09-10 13:22       ` Yagnesh Raghava Yakkala
@ 2012-09-10 16:50         ` Eli Zaretskii
  2012-09-10 18:44           ` Yagnesh Raghava Yakkala
  0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2012-09-10 16:50 UTC (permalink / raw)
  To: Yagnesh Raghava Yakkala; +Cc: 11945

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

Thanks.





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

* bug#11945: 24.1.50; emacs crash
  2012-09-10 16:50         ` Eli Zaretskii
@ 2012-09-10 18:44           ` Yagnesh Raghava Yakkala
  2012-09-10 19:39             ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-09-10 18:44 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 11945

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

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

* bug#11945: 24.1.50; emacs crash
  2012-09-10 18:44           ` Yagnesh Raghava Yakkala
@ 2012-09-10 19:39             ` Eli Zaretskii
  2012-09-10 20:07               ` Yagnesh Raghava Yakkala
  0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2012-09-10 19:39 UTC (permalink / raw)
  To: Yagnesh Raghava Yakkala; +Cc: 11945

> From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
> Cc: 11945@debbugs.gnu.org
> Date: Tue, 11 Sep 2012 03:44:39 +0900
> 
> 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,

Which version of GDB is that?  Can you upgrade to a newer version?





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

* bug#11945: 24.1.50; emacs crash
  2012-09-10 19:39             ` Eli Zaretskii
@ 2012-09-10 20:07               ` Yagnesh Raghava Yakkala
  0 siblings, 0 replies; 9+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-09-10 20:07 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 11945


Hello Eli,

> Which version of GDB is that?

--8<---------------cut here---------------start------------->8---
amur:~/.emacs.d/el-get/cedet$ gdb --version
GNU gdb (GDB) SUSE (7.0-0.4.16)
This GDB was configured as "x86_64-suse-linux".
--8<---------------cut here---------------end--------------->8---

>Can you upgrade to a newer version?

unfortunately I don't have root permissions on that system. I don't think with
my knowledge I would be able to build gdb from source within normal user space.

As I said earlier, I encounter similar crash on other system(my laptop) with
which I may provide additional information from gdb.

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





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

end of thread, other threads:[~2012-09-10 20:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2012-09-10 19:39             ` Eli Zaretskii
2012-09-10 20:07               ` Yagnesh Raghava Yakkala

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).