* bug#18438: 24.4.50; assertion failed in bidi.c @ 2014-09-09 21:41 aidalgol 2014-09-10 0:16 ` Stefan Monnier ` (3 more replies) 0 siblings, 4 replies; 96+ messages in thread From: aidalgol @ 2014-09-09 21:41 UTC (permalink / raw) To: 18438 With no apparent pattern, I am getting an "assertion failed" (which, of course terminates Emacs): src/bidi.c:329: Emacs fatal error: assertion failed: UNKNOWN_BT <= type && type <= NEUTRAL_ON I am running from git master, commit 567e68d. In GNU Emacs 24.4.50.1 (x86_64-unknown-cygwin) of 2014-09-09 on AGAULAND-NZCD Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking --with-w32 'CFLAGS=-O0 -ggdb'' Configured features: XPM JPEG TIFF GIF PNG IMAGEMAGICK DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Dired by name Minor modes in effect: erc-track-mode: t erc-track-minor-mode: t erc-spelling-mode: t erc-services-mode: t erc-ring-mode: t erc-networks-mode: t erc-netsplit-mode: t erc-menu-mode: t erc-match-mode: t erc-log-mode: t erc-list-mode: t erc-pcomplete-mode: t erc-button-mode: t erc-stamp-mode: t erc-autojoin-mode: t erc-autoaway-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t ido-everywhere: t savehist-mode: t display-time-mode: t display-battery-mode: t desktop-save-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t size-indication-mode: t column-number-mode: t line-number-mode: t Recent input: y <switch-frame> M-x e r <return> M-p <return> M-p M-p <return> <return> <return> <lwindow> C-x b f r e <return> C-x 3 C-x b # C-x b # <return> C-x 0 C-x 3 C-x b <return> <switch-frame> <S-lwindow> M-x C-s <return> Recent messages: Desktop: File "/home/agauland/message-20140910-092339" no longer exists. Starting new Ispell process aspell with british dictionary... Wrote /home/agauland/.emacs.d/emacs.desktop.lock Desktop: 2 frames, 41 buffers restored, 1 failed to restore. For information about GNU Emacs and the GNU system, type C-h C-a. Connecting to localhost:7000... ...done Logging in as 'aidalgol'... Logging in without password Logging in as 'aidalgol'... done Quit Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug sendmail gnutls network-stream starttls tls erc-track erc-spelling erc-services erc-ring erc-networks erc-netsplit erc-menu erc-match erc-log erc-list erc-pcomplete pcomplete erc-button erc-fill erc-stamp wid-edit erc-join erc-autoaway erc-goodies erc erc-backend erc-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util password-cache thingatpt pp smex flyspell ispell rst compile vc-git conf-mode view cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds jka-compr paredit vc-dispatcher vc-svn hideshow undo-tree diff python json message dired format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader browse-kill-ring-autoloads ido-ubiquitous-autoloads info magit-autoloads git-rebase-mode-autoloads git-commit-mode-autoloads paredit-autoloads smex-autoloads undo-tree-autoloads package server cc-styles cc-align cc-engine cc-vars cc-defs appt diary-lib diary-loaddefs cal-menu easymenu calendar cal-loaddefs advice help-fns ido header-file find-file gtags mu cl-macs edmacro kmacro cl gv comint ansi-color ring saveplace paren savehist avoid time battery desktop frameset cl-loaddefs cl-lib cus-start cus-load time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify w32 multi-tty emacs) Memory information: ((conses 16 308313 29216) (symbols 48 34000 0) (miscs 40 174 713) (strings 32 76196 4962) (string-bytes 1 2139625) (vectors 16 31311) (vector-slots 8 629615 26163) (floats 8 155 237) (intervals 56 11960 548) (buffers 976 58)) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-09 21:41 bug#18438: 24.4.50; assertion failed in bidi.c aidalgol @ 2014-09-10 0:16 ` Stefan Monnier 2014-09-10 18:55 ` Aidan Gauland 2014-09-10 13:14 ` Ken Brown ` (2 subsequent siblings) 3 siblings, 1 reply; 96+ messages in thread From: Stefan Monnier @ 2014-09-10 0:16 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > With no apparent pattern, I am getting an "assertion failed" (which, of > course terminates Emacs): > src/bidi.c:329: Emacs fatal error: assertion failed: UNKNOWN_BT <= type && > type <= NEUTRAL_ON Can you give a recipe to reproduce the problem, or at least describe in which circumstance this occurred? Stefan ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-10 0:16 ` Stefan Monnier @ 2014-09-10 18:55 ` Aidan Gauland 2014-09-10 19:09 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Aidan Gauland @ 2014-09-10 18:55 UTC (permalink / raw) To: Stefan Monnier; +Cc: 18438 There does not appear to be any pattern to this. Sometimes it happens when I'm typing in an ERC buffer; sometimes it happens when I'm typing in a python-mode buffer; sometimes it happens when I'm typing in the minibuffer. I don't think it has happened when I was *not* sending keystrokes to Emacs, but nothing else is apparently common between the situations in which this happens. On 10/09/14 12:16, Stefan Monnier wrote: >> With no apparent pattern, I am getting an "assertion failed" (which, of >> course terminates Emacs): >> src/bidi.c:329: Emacs fatal error: assertion failed: UNKNOWN_BT <= type && >> type <= NEUTRAL_ON > > Can you give a recipe to reproduce the problem, or at least describe in > which circumstance this occurred? > > > Stefan > ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-10 18:55 ` Aidan Gauland @ 2014-09-10 19:09 ` Eli Zaretskii 2014-09-11 4:31 ` aidalgol 2014-09-12 1:55 ` aidalgol 0 siblings, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-09-10 19:09 UTC (permalink / raw) To: Aidan Gauland; +Cc: 18438 > Date: Thu, 11 Sep 2014 06:55:49 +1200 > From: Aidan Gauland <aidalgol@amuri.net> > Cc: 18438@debbugs.gnu.org > > There does not appear to be any pattern to this. Sometimes it happens > when I'm typing in an ERC buffer; sometimes it happens when I'm typing > in a python-mode buffer; sometimes it happens when I'm typing in the > minibuffer. I don't think it has happened when I was *not* sending > keystrokes to Emacs, but nothing else is apparently common between the > situations in which this happens. Please run Emacs under GDB, and when this happens again, produce a full backtrace and post it here. I'd like to see if the symptoms are similar to what Ken reported in bug #17817. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-10 19:09 ` Eli Zaretskii @ 2014-09-11 4:31 ` aidalgol 2014-09-11 13:18 ` Ken Brown 2014-09-12 1:55 ` aidalgol 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-11 4:31 UTC (permalink / raw) To: 18438 On Wed, 10 Sep 2014 22:09:08 +0300, Eli Zaretskii wrote: > > Please run Emacs under GDB, and when this happens again, produce a > full backtrace and post it here. I'd like to see if the symptoms are > similar to what Ken reported in bug #17817. I am unable to do this because Emacs hangs when run under GDB on opening a symbolic link. Emacs hangs with a message in the minibuffer indicating that it is loading a library that is on my load-path as a symbolic link; if I replace this symlink with a copy of the file it links to, Emacs hangs on loading the next library that is installed via a symlink. If there are no symlinks on load-path, it hangs where it would normally load my desktop file, which has files open via symlinks (i.e. there is a symlink to a directory in their path). If I run `gdb emacs`, gdb gives "Error creating process /usr/local/bin/emacs, (error 5)." when I type the `run` command, but it can run emacs if I specify the name of the binary to which `emacs` is a symlink (/usr/local/bin/emacs -> /usr/local/bin/emacs-24.4.50.exe). I am running GDB 7.8 from the Cygwin package. I'm surprised Ken did not run into this. Ken, which version of Cygwin and GDB were you running at the time? --Aidan ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-11 4:31 ` aidalgol @ 2014-09-11 13:18 ` Ken Brown 2014-09-12 1:51 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-09-11 13:18 UTC (permalink / raw) To: aidalgol, 18438 On 9/11/2014 12:31 AM, aidalgol@amuri.net wrote: > On Wed, 10 Sep 2014 22:09:08 +0300, Eli Zaretskii wrote: >> >> Please run Emacs under GDB, and when this happens again, produce a >> full backtrace and post it here. I'd like to see if the symptoms are >> similar to what Ken reported in bug #17817. > > I am unable to do this because Emacs hangs when run under GDB on opening > a symbolic link. Emacs hangs with a message in the minibuffer > indicating that it is loading a library that is on my load-path as a > symbolic link; if I replace this symlink with a copy of the file it > links to, Emacs hangs on loading the next library that is installed via > a symlink. If there are no symlinks on load-path, it hangs where it > would normally load my desktop file, which has files open via symlinks > (i.e. there is a symlink to a directory in their path). If I run `gdb > emacs`, gdb gives "Error creating process /usr/local/bin/emacs, (error > 5)." when I type the `run` command, but it can run emacs if I specify > the name of the binary to which `emacs` is a symlink > (/usr/local/bin/emacs -> /usr/local/bin/emacs-24.4.50.exe). I am > running GDB 7.8 from the Cygwin package. > > I'm surprised Ken did not run into this. Ken, which version of Cygwin > and GDB were you running at the time? I was running whatever was current at the time. But there is a bug in GDB 7.8 that prevents you from using it to debug a GUI version of emacs. See https://sourceware.org/bugzilla/show_bug.cgi?id=17247#c34. Until this is fixed, you need to downgrade to the previous release of GDB. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-11 13:18 ` Ken Brown @ 2014-09-12 1:51 ` aidalgol 0 siblings, 0 replies; 96+ messages in thread From: aidalgol @ 2014-09-12 1:51 UTC (permalink / raw) To: 18438 On Thu, 11 Sep 2014 09:18:14 -0400, Ken Brown wrote: > > I was running whatever was current at the time. But there is a bug > in GDB 7.8 that prevents you from using it to debug a GUI version of > emacs. See > https://sourceware.org/bugzilla/show_bug.cgi?id=17247#c34. > Until this is fixed, you need to downgrade to the previous release of > GDB. Ah, OK, thanks. I've downgraded to the previous Cygwin package and it works fine now. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-10 19:09 ` Eli Zaretskii 2014-09-11 4:31 ` aidalgol @ 2014-09-12 1:55 ` aidalgol 2014-09-12 6:00 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-12 1:55 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438 [-- Attachment #1: Type: text/plain, Size: 340 bytes --] On Wed, 10 Sep 2014 22:09:08 +0300, Eli Zaretskii wrote: > > Please run Emacs under GDB, and when this happens again, produce a > full backtrace and post it here. I'd like to see if the symptoms are > similar to what Ken reported in bug #17817. It finally happened again; backtrace attached (gzipped because it's over 100K uncompressed). [-- Attachment #2: emacs-bidi.backtrace.gz --] [-- Type: application/octet-stream, Size: 14878 bytes --] ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-12 1:55 ` aidalgol @ 2014-09-12 6:00 ` Eli Zaretskii 2014-09-12 7:46 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-12 6:00 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Fri, 12 Sep 2014 13:55:23 +1200 > From: aidalgol@amuri.net > Cc: <monnier@iro.umontreal.ca>, <18438@debbugs.gnu.org> > > It finally happened again; backtrace attached Thanks. This is an entirely different place and condition: #1 0x00000001005b9a67 in die (msg=0x100a51d98 <DEFAULT_REHASH_SIZE+8416> "!it->bidi_p || (EQ (it->bidi_it.string.lstring, Qnil) && it->bidi_it.string.s == NULL)", file=0x100a4fcc0 <DEFAULT_REHASH_SIZE+8> "xdisp.c", line=8222) at alloc.c:7160 No locals. #2 0x00000001004435aa in next_element_from_buffer (it=0x2269b0) at xdisp.c:8220 success_p = true And it again is a bogus assertion violation: as you see in frame #5, string = { lstring = 4306669618, s = 0x0, (4306669618 is nil), the condition of the assertion does in fact hold. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-12 6:00 ` Eli Zaretskii @ 2014-09-12 7:46 ` Eli Zaretskii 2014-09-16 1:04 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-12 7:46 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Fri, 12 Sep 2014 09:00:32 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: 18438@debbugs.gnu.org > > > Date: Fri, 12 Sep 2014 13:55:23 +1200 > > From: aidalgol@amuri.net > > Cc: <monnier@iro.umontreal.ca>, <18438@debbugs.gnu.org> > > > > It finally happened again; backtrace attached > > Thanks. > > This is an entirely different place and condition: > > #1 0x00000001005b9a67 in die (msg=0x100a51d98 <DEFAULT_REHASH_SIZE+8416> "!it->bidi_p || (EQ (it->bidi_it.string.lstring, Qnil) && it->bidi_it.string.s == NULL)", file=0x100a4fcc0 <DEFAULT_REHASH_SIZE+8> "xdisp.c", line=8222) > at alloc.c:7160 > No locals. > #2 0x00000001004435aa in next_element_from_buffer (it=0x2269b0) at xdisp.c:8220 > success_p = true > > And it again is a bogus assertion violation: as you see in frame #5, Sorry, that was frame #6, not 5. > > string = { > lstring = 4306669618, > s = 0x0, > > (4306669618 is nil), the condition of the assertion does in fact hold. If you still have that session inside GDB, could you show the values that are tested in the assertion in frame #2: eassert (!it->bidi_p || (EQ (it->bidi_it.string.lstring, Qnil) && it->bidi_it.string.s == NULL)); ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-12 7:46 ` Eli Zaretskii @ 2014-09-16 1:04 ` aidalgol 2014-09-16 2:47 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-16 1:04 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 421 bytes --] On Fri, 12 Sep 2014 10:46:08 +0300, Eli Zaretskii wrote: > > If you still have that session inside GDB, could you show the values > that are tested in the assertion in frame #2: > > eassert (!it->bidi_p > || (EQ (it->bidi_it.string.lstring, Qnil) > && it->bidi_it.string.s == NULL)); I closed the session, but I got another bidi.c assert, this time in a different place. Is this one more like bug #17817? [-- Attachment #2: emacs-bidi-02.backtrace.gz --] [-- Type: application/octet-stream, Size: 10593 bytes --] ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-16 1:04 ` aidalgol @ 2014-09-16 2:47 ` Eli Zaretskii 2014-09-16 2:59 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-16 2:47 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Tue, 16 Sep 2014 13:04:12 +1200 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org> > > I closed the session, but I got another bidi.c assert, this time in a > different place. Is this one more like bug #17817? Yes, it does. And like that one, it makes no sense: it clearly shows that 'type' passed to bidi_check_type is STRONG_L, a valid value. Here's the relevant part of the backtrace: > #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:361 > No locals. > #1 0x00000001005b9a67 in die (msg=0x100a5aad8 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a5aad0 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at alloc.c:7160 > No locals. > #2 0x00000001005010fe in bidi_check_type (type=STRONG_L) at bidi.c:329 > No locals. > #3 0x0000000100506230 in bidi_level_of_next_char (bidi_it=0x223d08) at bidi.c:2430 > type = STRONG_L > level = 0 > prev_level = 0 > next_for_neutral = { > bytepos = 0, > charpos = -1, > type = UNKNOWN_BT, > type_after_w1 = UNKNOWN_BT, > orig_type = UNKNOWN_BT > } > next_char_pos = 1 The only reason I could think of for such assertion violations is some asynchronously run code that doesn't properly restore registers. Which is pretty far-fetched, but what else can explain this? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-16 2:47 ` Eli Zaretskii @ 2014-09-16 2:59 ` aidalgol 2014-09-16 14:33 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-16 2:59 UTC (permalink / raw) To: 18438 On Tue, 16 Sep 2014 05:47:21 +0300, Eli Zaretskii wrote: > >> I closed the session, but I got another bidi.c assert, this time in >> a >> different place. Is this one more like bug #17817? > > Yes, it does. And like that one, it makes no sense: it clearly shows > that 'type' passed to bidi_check_type is STRONG_L, a valid value. > Here's the relevant part of the backtrace: > >> #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at >> emacs.c:361 >> No locals. >> #1 0x00000001005b9a67 in die (msg=0x100a5aad8 >> <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", >> file=0x100a5aad0 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at >> alloc.c:7160 >> No locals. >> #2 0x00000001005010fe in bidi_check_type (type=STRONG_L) at >> bidi.c:329 >> No locals. >> #3 0x0000000100506230 in bidi_level_of_next_char (bidi_it=0x223d08) >> at bidi.c:2430 >> type = STRONG_L >> level = 0 >> prev_level = 0 >> next_for_neutral = { >> bytepos = 0, >> charpos = -1, >> type = UNKNOWN_BT, >> type_after_w1 = UNKNOWN_BT, >> orig_type = UNKNOWN_BT >> } >> next_char_pos = 1 > > The only reason I could think of for such assertion violations is > some > asynchronously run code that doesn't properly restore registers. > Which is pretty far-fetched, but what else can explain this? I still have this session open, by the way. Do you want anything more out of it? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-16 2:59 ` aidalgol @ 2014-09-16 14:33 ` Eli Zaretskii 2014-09-16 22:42 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-16 14:33 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Tue, 16 Sep 2014 14:59:32 +1200 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org> > > > The only reason I could think of for such assertion violations is > > some asynchronously run code that doesn't properly restore > > registers. Which is pretty far-fetched, but what else can explain > > this? > > I still have this session open, by the way. Do you want anything more > out of it? If you don't mind messing with assembler, it would be interesting to disassemble bidi_check_type, see in which register it holds the value when it tests it, and then look at the actual value in that register in the bidi_check_type's call-stack frame. TIA ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-16 14:33 ` Eli Zaretskii @ 2014-09-16 22:42 ` aidalgol 2014-09-17 5:07 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-16 22:42 UTC (permalink / raw) To: 18438 On Tue, 16 Sep 2014 17:33:09 +0300, Eli Zaretskii wrote: > If you don't mind messing with assembler, it would be interesting to > disassemble bidi_check_type, see in which register it holds the value > when it tests it, and then look at the actual value in that register > in the bidi_check_type's call-stack frame. Sure, but I'm not very familiar with x86 assembly, so I'll just post the entire disassemble output to start with and someone else will have to identify the register of interest. Dump of assembler code for function bidi_check_type: 0x00000001005010c3 <+0>: push %rbp 0x00000001005010c4 <+1>: mov %rsp,%rbp 0x00000001005010c7 <+4>: sub $0x20,%rsp 0x00000001005010cb <+8>: mov %ecx,0x10(%rbp) 0x00000001005010ce <+11>: mov 0x58ab9b(%rip),%rax # 0x100a8bc70 <.refptr.suppress_checking> 0x00000001005010d5 <+18>: movzbl (%rax),%eax 0x00000001005010d8 <+21>: xor $0x1,%eax 0x00000001005010db <+24>: test %al,%al 0x00000001005010dd <+26>: je 0x1005010ff <bidi_check_type+60> 0x00000001005010df <+28>: cmpl $0x17,0x10(%rbp) 0x00000001005010e3 <+32>: jbe 0x1005010ff <bidi_check_type+60> 0x00000001005010e5 <+34>: mov $0x149,%r8d 0x00000001005010eb <+40>: lea 0x5599de(%rip),%rdx # 0x100a5aad0 <DEFAULT_REHASH_SIZE+56> 0x00000001005010f2 <+47>: lea 0x5599df(%rip),%rcx # 0x100a5aad8 <DEFAULT_REHASH_SIZE+64> 0x00000001005010f9 <+54>: callq 0x1005b9a15 <die> => 0x00000001005010fe <+59>: nop 0x00000001005010ff <+60>: add $0x20,%rsp 0x0000000100501103 <+64>: pop %rbp 0x0000000100501104 <+65>: retq End of assembler dump. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-16 22:42 ` aidalgol @ 2014-09-17 5:07 ` Eli Zaretskii 2014-09-18 4:55 ` aidalgol 2014-09-18 4:59 ` aidalgol 0 siblings, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-09-17 5:07 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 17 Sep 2014 10:42:18 +1200 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org> > > On Tue, 16 Sep 2014 17:33:09 +0300, Eli Zaretskii wrote: > > If you don't mind messing with assembler, it would be interesting to > > disassemble bidi_check_type, see in which register it holds the value > > when it tests it, and then look at the actual value in that register > > in the bidi_check_type's call-stack frame. > > Sure, but I'm not very familiar with x86 assembly, so I'll just post > the entire disassemble output to start with and someone else will have > to identify the register of interest. > > Dump of assembler code for function bidi_check_type: > 0x00000001005010c3 <+0>: push %rbp > 0x00000001005010c4 <+1>: mov %rsp,%rbp > 0x00000001005010c7 <+4>: sub $0x20,%rsp > 0x00000001005010cb <+8>: mov %ecx,0x10(%rbp) > 0x00000001005010ce <+11>: mov 0x58ab9b(%rip),%rax # > 0x100a8bc70 <.refptr.suppress_checking> > 0x00000001005010d5 <+18>: movzbl (%rax),%eax > 0x00000001005010d8 <+21>: xor $0x1,%eax > 0x00000001005010db <+24>: test %al,%al > 0x00000001005010dd <+26>: je 0x1005010ff <bidi_check_type+60> > 0x00000001005010df <+28>: cmpl $0x17,0x10(%rbp) > 0x00000001005010e3 <+32>: jbe 0x1005010ff <bidi_check_type+60> > 0x00000001005010e5 <+34>: mov $0x149,%r8d > 0x00000001005010eb <+40>: lea 0x5599de(%rip),%rdx # > 0x100a5aad0 <DEFAULT_REHASH_SIZE+56> > 0x00000001005010f2 <+47>: lea 0x5599df(%rip),%rcx # > 0x100a5aad8 <DEFAULT_REHASH_SIZE+64> > 0x00000001005010f9 <+54>: callq 0x1005b9a15 <die> > => 0x00000001005010fe <+59>: nop > 0x00000001005010ff <+60>: add $0x20,%rsp > 0x0000000100501103 <+64>: pop %rbp > 0x0000000100501104 <+65>: retq > End of assembler dump. My reading of this is: . the value being tested is originally in ECX . it is stored in a temporary local variable at RBP+0x10 . then it is compared with 0x17 (decimal 23) So you have two places to check: the ECX register and the value pointed to by RBP+0x10. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-17 5:07 ` Eli Zaretskii @ 2014-09-18 4:55 ` aidalgol 2014-09-18 4:59 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: aidalgol @ 2014-09-18 4:55 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438 On Wed, 17 Sep 2014 08:07:34 +0300, Eli Zaretskii wrote: > >> Dump of assembler code for function bidi_check_type: >> 0x00000001005010c3 <+0>: push %rbp >> 0x00000001005010c4 <+1>: mov %rsp,%rbp >> 0x00000001005010c7 <+4>: sub $0x20,%rsp >> 0x00000001005010cb <+8>: mov %ecx,0x10(%rbp) >> 0x00000001005010ce <+11>: mov 0x58ab9b(%rip),%rax # >> 0x100a8bc70 <.refptr.suppress_checking> >> 0x00000001005010d5 <+18>: movzbl (%rax),%eax >> 0x00000001005010d8 <+21>: xor $0x1,%eax >> 0x00000001005010db <+24>: test %al,%al >> 0x00000001005010dd <+26>: je 0x1005010ff >> <bidi_check_type+60> >> 0x00000001005010df <+28>: cmpl $0x17,0x10(%rbp) >> 0x00000001005010e3 <+32>: jbe 0x1005010ff >> <bidi_check_type+60> >> 0x00000001005010e5 <+34>: mov $0x149,%r8d >> 0x00000001005010eb <+40>: lea 0x5599de(%rip),%rdx # >> 0x100a5aad0 <DEFAULT_REHASH_SIZE+56> >> 0x00000001005010f2 <+47>: lea 0x5599df(%rip),%rcx # >> 0x100a5aad8 <DEFAULT_REHASH_SIZE+64> >> 0x00000001005010f9 <+54>: callq 0x1005b9a15 <die> >> => 0x00000001005010fe <+59>: nop >> 0x00000001005010ff <+60>: add $0x20,%rsp >> 0x0000000100501103 <+64>: pop %rbp >> 0x0000000100501104 <+65>: retq >> End of assembler dump. > > My reading of this is: > > . the value being tested is originally in ECX > . it is stored in a temporary local variable at RBP+0x10 > . then it is compared with 0x17 (decimal 23) > > So you have two places to check: the ECX register and the value > pointed to by RBP+0x10. OK, I've got the first one, but what's the syntax for "value at address X+Y"? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-17 5:07 ` Eli Zaretskii 2014-09-18 4:55 ` aidalgol @ 2014-09-18 4:59 ` aidalgol 2014-09-18 14:42 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-18 4:59 UTC (permalink / raw) To: 18438 On Wed, 17 Sep 2014 08:07:34 +0300, Eli Zaretskii wrote: > >> Dump of assembler code for function bidi_check_type: >> 0x00000001005010c3 <+0>: push %rbp >> 0x00000001005010c4 <+1>: mov %rsp,%rbp >> 0x00000001005010c7 <+4>: sub $0x20,%rsp >> 0x00000001005010cb <+8>: mov %ecx,0x10(%rbp) >> 0x00000001005010ce <+11>: mov 0x58ab9b(%rip),%rax # >> 0x100a8bc70 <.refptr.suppress_checking> >> 0x00000001005010d5 <+18>: movzbl (%rax),%eax >> 0x00000001005010d8 <+21>: xor $0x1,%eax >> 0x00000001005010db <+24>: test %al,%al >> 0x00000001005010dd <+26>: je 0x1005010ff >> <bidi_check_type+60> >> 0x00000001005010df <+28>: cmpl $0x17,0x10(%rbp) >> 0x00000001005010e3 <+32>: jbe 0x1005010ff >> <bidi_check_type+60> >> 0x00000001005010e5 <+34>: mov $0x149,%r8d >> 0x00000001005010eb <+40>: lea 0x5599de(%rip),%rdx # >> 0x100a5aad0 <DEFAULT_REHASH_SIZE+56> >> 0x00000001005010f2 <+47>: lea 0x5599df(%rip),%rcx # >> 0x100a5aad8 <DEFAULT_REHASH_SIZE+64> >> 0x00000001005010f9 <+54>: callq 0x1005b9a15 <die> >> => 0x00000001005010fe <+59>: nop >> 0x00000001005010ff <+60>: add $0x20,%rsp >> 0x0000000100501103 <+64>: pop %rbp >> 0x0000000100501104 <+65>: retq >> End of assembler dump. > > My reading of this is: > > . the value being tested is originally in ECX > . it is stored in a temporary local variable at RBP+0x10 > . then it is compared with 0x17 (decimal 23) > > So you have two places to check: the ECX register and the value > pointed to by RBP+0x10. Here we are: (gdb) print $ecx $3 = 6 (gdb) x $rbp+0x10 0x222e10: 0x00000001 ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-18 4:59 ` aidalgol @ 2014-09-18 14:42 ` Eli Zaretskii 2014-09-21 22:30 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-18 14:42 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Thu, 18 Sep 2014 16:59:34 +1200 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org> > > > My reading of this is: > > > > . the value being tested is originally in ECX > > . it is stored in a temporary local variable at RBP+0x10 > > . then it is compared with 0x17 (decimal 23) > > > > So you have two places to check: the ECX register and the value > > pointed to by RBP+0x10. > > Here we are: > > (gdb) print $ecx > $3 = 6 > (gdb) x $rbp+0x10 > 0x222e10: 0x00000001 Thanks. Both values are valid, although the second one is probably the accurate one. So again, this is a riddle for which I have no clues. Perhaps the strange backtraces reported in bug #17753, and the discussion Ken started on the Cygwin list about that, will bring some insight (e.g., is it possible that this code also runs in some other thread?). ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-18 14:42 ` Eli Zaretskii @ 2014-09-21 22:30 ` Ken Brown 2014-09-24 5:07 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-09-21 22:30 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 9/18/2014 10:42 AM, Eli Zaretskii wrote: >> Date: Thu, 18 Sep 2014 16:59:34 +1200 >> From: aidalgol@amuri.net >> Cc: Eli Zaretskii <eliz@gnu.org> >> >>> My reading of this is: >>> >>> . the value being tested is originally in ECX >>> . it is stored in a temporary local variable at RBP+0x10 >>> . then it is compared with 0x17 (decimal 23) >>> >>> So you have two places to check: the ECX register and the value >>> pointed to by RBP+0x10. >> >> Here we are: >> >> (gdb) print $ecx >> $3 = 6 >> (gdb) x $rbp+0x10 >> 0x222e10: 0x00000001 > > Thanks. Both values are valid, although the second one is probably > the accurate one. > > So again, this is a riddle for which I have no clues. Perhaps the > strange backtraces reported in bug #17753, and the discussion Ken > started on the Cygwin list about that, will bring some insight (e.g., > is it possible that this code also runs in some other thread?). The other possibility is that the strange backtraces are due to a bug in gdb that has since been fixed. PR 16155 (https://sourceware.org/bugzilla/show_bug.cgi?id=16155) seems like a possible candidate for such a bug, but I haven't yet tried to verify this. OP, could you update to Cygwin's gdb-7.8-2 and see if your backtraces start to make more sense? The problem with gdb-7.8-1 that I mentioned earlier has been fixed. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-21 22:30 ` Ken Brown @ 2014-09-24 5:07 ` aidalgol 2014-09-24 14:06 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-24 5:07 UTC (permalink / raw) To: 18438 On Sun, 21 Sep 2014 18:30:09 -0400, Ken Brown wrote: > On 9/18/2014 10:42 AM, Eli Zaretskii wrote: >> So again, this is a riddle for which I have no clues. Perhaps the >> strange backtraces reported in bug #17753, and the discussion Ken >> started on the Cygwin list about that, will bring some insight >> (e.g., >> is it possible that this code also runs in some other thread?). > > The other possibility is that the strange backtraces are due to a bug > in gdb that has since been fixed. PR 16155 > (https://sourceware.org/bugzilla/show_bug.cgi?id=16155) seems like a > possible candidate for such a bug, but I haven't yet tried to verify > this. OP, could you update to Cygwin's gdb-7.8-2 and see if your > backtraces start to make more sense? The problem with gdb-7.8-1 that > I mentioned earlier has been fixed. Since your post, I have been running emacs under gdb-7.8-2 as you said, and regularly pulling from git master (and rebuilding, of course). Today I pulled 270b6e3 and rebuilt, and it hangs under gdb before even drawing the frame. It runs fine outside gdb, so I did a clean build and tried again, but the same happened. $ gdb -x .gdbinit ./emacs.exe GNU gdb (GDB) 7.8 Copyright (C) 2014 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-unknown-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./emacs.exe...done. warning: File "/home/agauland/src/emacs/src/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /home/agauland/src/emacs/src/.gdbinit line to your configuration file "/home/agauland/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/agauland/.gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] Environment variable "DISPLAY" not defined. TERM = xterm Breakpoint 1 at 0x100531bd8: file emacs.c, line 361. Temporary breakpoint 2 at 0x10055e8a8: file sysdep.c, line 915. (gdb) run Starting program: /home/agauland/src/emacs/src/emacs.exe [New Thread 6856.0x1f38] [New Thread 6856.0x1240] [New Thread 6856.0x26c] [New Thread 6856.0x173c] [New Thread 6856.0x1f80] [New Thread 6856.0x1528] [New Thread 6856.0x15c4] And then it just sits there. I tried using Kyle McKay's debugbreak.c <https://cygwin.com/ml/cygwin/2006-06/msg00321.html> to send the emacs process a DebugBreak, and gdb did not respond (or not visibly, anyway). I was running a build of d29b3c1 under the same version of GDB, so that suggests that a change in Emacs may be exposing a different bug in GDB 7.8. Where shall I go from here? Downgrading GDB is not an option as we need a backtrace from Emacs run under GDB 7.8. Regards, Aidan Gauland ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-24 5:07 ` aidalgol @ 2014-09-24 14:06 ` Ken Brown 2014-09-24 15:01 ` Eli Zaretskii 2014-09-28 23:03 ` aidalgol 0 siblings, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-09-24 14:06 UTC (permalink / raw) To: aidalgol, 18438 [-- Attachment #1: Type: text/plain, Size: 3525 bytes --] On 9/24/2014 1:07 AM, aidalgol@amuri.net wrote: > Since your post, I have been running emacs under gdb-7.8-2 as you said, > and regularly pulling from git master (and rebuilding, of course). Today > I pulled 270b6e3 and rebuilt, and it hangs under gdb before even drawing > the frame. It runs fine outside gdb, so I did a clean build and tried > again, but the same happened. > > $ gdb -x .gdbinit ./emacs.exe > GNU gdb (GDB) 7.8 > Copyright (C) 2014 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-unknown-cygwin". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>. > Find the GDB manual and other documentation resources online at: > <http://www.gnu.org/software/gdb/documentation/>. > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from ./emacs.exe...done. > warning: File "/home/agauland/src/emacs/src/.gdbinit" auto-loading has > been declined by your `auto-load safe-path' set to > "$debugdir:$datadir/auto-load". > To enable execution of this file add > add-auto-load-safe-path /home/agauland/src/emacs/src/.gdbinit > line to your configuration file "/home/agauland/.gdbinit". > To completely disable this security protection add > set auto-load safe-path / > line to your configuration file "/home/agauland/.gdbinit". > For more information about this security protection see the > "Auto-loading safe path" section in the GDB manual. E.g., run from the > shell: > info "(gdb)Auto-loading safe path" > SIGINT is used by the debugger. > Are you sure you want to change it? (y or n) [answered Y; input not from > terminal] > Environment variable "DISPLAY" not defined. > TERM = xterm > Breakpoint 1 at 0x100531bd8: file emacs.c, line 361. > Temporary breakpoint 2 at 0x10055e8a8: file sysdep.c, line 915. > (gdb) run > Starting program: /home/agauland/src/emacs/src/emacs.exe > [New Thread 6856.0x1f38] > [New Thread 6856.0x1240] > [New Thread 6856.0x26c] > [New Thread 6856.0x173c] > [New Thread 6856.0x1f80] > [New Thread 6856.0x1528] > [New Thread 6856.0x15c4] > > And then it just sits there. I tried using Kyle McKay's debugbreak.c > <https://cygwin.com/ml/cygwin/2006-06/msg00321.html> to send the emacs > process a DebugBreak, and gdb did not respond (or not visibly, anyway). > I was running a build of d29b3c1 under the same version of GDB, so that > suggests that a change in Emacs may be exposing a different bug in GDB 7.8. > > Where shall I go from here? Downgrading GDB is not an option as we need > a backtrace from Emacs run under GDB 7.8. It works fine for me with the latest bzr revision (117936). If you still can't get it to work, maybe you should test the emacs-24 branch instead of the trunk. That's much more stable, and fixing bugs there is more important than fixing bugs in the trunk right now. By the way, I just got the same assertion failure in bidi.c, with a backtrace under gdb 7.8 (attached). The assertion failure still doesn't make sense because type=STRONG_L. But I see lots of strange values of "type" in frames 3 and higher. Eli, can you make sense out of this? I still have the gdb session open. Ken [-- Attachment #2: bt.txt.gz --] [-- Type: application/gzip, Size: 11370 bytes --] ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-24 14:06 ` Ken Brown @ 2014-09-24 15:01 ` Eli Zaretskii 2014-09-24 16:40 ` Ken Brown 2014-09-28 23:03 ` aidalgol 1 sibling, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-24 15:01 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Wed, 24 Sep 2014 10:06:30 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: Eli Zaretskii <eliz@gnu.org> > > By the way, I just got the same assertion failure in bidi.c, with a > backtrace under gdb 7.8 (attached). What is the backtrace of the other threads? > The assertion failure still doesn't make sense because > type=STRONG_L. But I see lots of strange values of "type" in frames > 3 and higher. Which ones? The only ones I see are these: #3 0x00000001005009cc in bidi_level_of_next_char (bidi_it=0x426878) at /usr/src/debug/emacs-24.3.93-4/src/bidi.c:2325 eob = 811 type = UNKNOWN_BT level = 0 prev_level = -1 next_for_neutral = { bytepos = 4353152, charpos = 4300194024, type = 4344736, <<<<<<<<<<<<<<<<<<<<<<<<<<< type_after_w1 = UNKNOWN_BT, orig_type = 2148292989 <<<<<<<<<<<<<<<<<<<<<<<<<<< } which is OK, since the next_for_neutral member doesn't have to be initialized (the UNKNOWN_BT value in type_after_w1 says it isn't), and will not be used until it is. Others are in frame #6, like this: bidi_it = { bytepos = 4348392, charpos = 4306733202, ch = 5482662, nchars = 25775286310, ch_len = 25775286790, type = 4348416, type_after_w1 = UNKNOWN_BT, orig_type = 6632775, but it is from the wrap_it variable, which is not assigned values unless you have word-wrap turned on in that buffer. I also see a 'struct it' in redisplay_window (frame #8) with garbled bidi type values, but that variable is only used under certain conditions (see line 16178 of xdisp.c), and I have no reason to believe those conditions were true in this case. So I don't really see any immediate problems here. We are left with the riddle. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-24 15:01 ` Eli Zaretskii @ 2014-09-24 16:40 ` Ken Brown 2014-09-24 19:49 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-09-24 16:40 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol [-- Attachment #1: Type: text/plain, Size: 1323 bytes --] [Adding Daniel Colascione to the CC.] On 9/24/2014 11:01 AM, Eli Zaretskii wrote: >> Date: Wed, 24 Sep 2014 10:06:30 -0400 >> From: Ken Brown <kbrown@cornell.edu> >> CC: Eli Zaretskii <eliz@gnu.org> >> >> By the way, I just got the same assertion failure in bidi.c, with a >> backtrace under gdb 7.8 (attached). > > What is the backtrace of the other threads? Attached. > We are left with the riddle. That's too bad. I have one thought: You've mentioned before the possibility that this problem is caused by interference from other threads. The one thread that exists in the Cygwin-w32 build but not in other Cygwin builds is the one used for the Windows message queue. (Thread 5 in the attached backtrace). I'm not familiar with the code involving the message queue, but is it possible that this code is not thread safe in the 64-bit Cygwin build? Dan, can you help? In case you don't want to read through the whole bug report, the gist of the problem is this: In the Cygwin-w32 build of Emacs with checking enabled (64-bit case only), there are random assertion failures that make no sense when viewed under gdb. In other words, the assertions clearly hold according to the information provided by gdb. Eli has wondered whether code running in a different thread is somehow the cause of this. Ken [-- Attachment #2: bt_all.txt.gz --] [-- Type: application/gzip, Size: 11068 bytes --] ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-24 16:40 ` Ken Brown @ 2014-09-24 19:49 ` Eli Zaretskii 0 siblings, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-09-24 19:49 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Wed, 24 Sep 2014 12:40:31 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org, > Daniel Colascione <dancol@dancol.org> > > > What is the backtrace of the other threads? > > Attached. Nothing stands out. > I have one thought: You've mentioned before the possibility that this > problem is caused by interference from other threads. The one thread > that exists in the Cygwin-w32 build but not in other Cygwin builds is > the one used for the Windows message queue. (Thread 5 in the attached > backtrace). I'm not familiar with the code involving the message queue, > but is it possible that this code is not thread safe in the 64-bit > Cygwin build? I will try to look at that code, although I'm not very familiar with it. Also note that if there's some problem with that code, I'd expect the users of the native MinGW64 build to bump into it. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-24 14:06 ` Ken Brown 2014-09-24 15:01 ` Eli Zaretskii @ 2014-09-28 23:03 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: aidalgol @ 2014-09-28 23:03 UTC (permalink / raw) To: Ken Brown; +Cc: 18438 [-- Attachment #1: Type: text/plain, Size: 1088 bytes --] On Wed, 24 Sep 2014 10:06:30 -0400, Ken Brown wrote: > On 9/24/2014 1:07 AM, aidalgol@amuri.net wrote: >> Since your post, I have been running emacs under gdb-7.8-2 as you >> said, >> and regularly pulling from git master (and rebuilding, of course). >> Today >> I pulled 270b6e3 and rebuilt, and it hangs under gdb before even >> drawing >> the frame. It runs fine outside gdb, so I did a clean build and >> tried >> again, but the same happened. > > It works fine for me with the latest bzr revision (117936). > > If you still can't get it to work, maybe you should test the emacs-24 > branch instead of the trunk. That's much more stable, and fixing > bugs > there is more important than fixing bugs in the trunk right now. > I was wrong, it was actually just *very* slow to finish startup. I am now running from the emacs-24 branch instead. The assert has finally failed again, and here's the backtrace. Not sure it's of any help since you have already provided a backtrace from the same assert, but it can't hurt and might provide some additional information. --Aidan [-- Attachment #2: emacs-67c13df-bidi-02.backtrace --] [-- Type: text/plain, Size: 89548 bytes --] #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0095 in die (msg=0x100a27c08 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a27c00 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at alloc.c:6833 No locals. #2 0x00000001004f9d2e in bidi_check_type (type=STRONG_L) at bidi.c:329 No locals. #3 0x00000001004fd71c in bidi_resolve_explicit_1 (bidi_it=0x226f08) at bidi.c:1785 curchar = 111 type = STRONG_L current_level = 0 new_level = 0 override = NEUTRAL_DIR string_p = false #4 0x00000001004fd76e in bidi_resolve_explicit (bidi_it=0x226f08) at bidi.c:1799 prev_level = 0 new_level = 0 eob = 2247056 s = 0x224f24 "" #5 0x00000001004fdb06 in bidi_resolve_weak (bidi_it=0x226f08) at bidi.c:1884 type = UNKNOWN_BT override = NEUTRAL_DIR prev_level = 0 new_level = -39791375 next_char = 2046 type_of_next = 2192 saved_it = { bytepos = 2247344, charpos = 2248528, ch = 54782414, nchars = 8791758441182, ch_len = 50680880, type = 2228236, type_after_w1 = UNKNOWN_BT, orig_type = 54787126, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 54782160, charpos = 8791758596631, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 2247864 }, last_strong = { bytepos = 2248176, charpos = 2248528, type = 2247264, type_after_w1 = UNKNOWN_BT, orig_type = 2247232 }, next_for_neutral = { bytepos = 2247248, charpos = 4300207946, type = 11733042, type_after_w1 = STRONG_L, orig_type = 2256641 }, prev_for_neutral = { bytepos = 54782414, charpos = 54782144, type = 52624552, type_after_w1 = UNKNOWN_BT, orig_type = 50680880 }, next_for_ws = { bytepos = 196607, charpos = 50724864, type = 1548, type_after_w1 = RLI, orig_type = 1548 }, next_en_pos = 14, next_en_type = 52624552, ignore_bn_limit = 1112888135, sor = (R2L | unknown: 4), scan_dir = 6, disp_pos = 54787126, disp_prop = 52625140, stack_idx = 0, level_stack = {{ level = 2247864, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 54782414, override = NEUTRAL_DIR }, { level = 54782144, override = NEUTRAL_DIR }, { level = 52624552, override = NEUTRAL_DIR }, { level = 50680880, override = NEUTRAL_DIR }, { level = 131073, override = NEUTRAL_DIR }, { level = 50750054, override = NEUTRAL_DIR }, { level = 2248296, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2248332, override = NEUTRAL_DIR }, { level = 2248176, override = NEUTRAL_DIR }, { level = 1537, override = NEUTRAL_DIR }, { level = 54782160, override = NEUTRAL_DIR }, { level = 54782182, override = NEUTRAL_DIR }, { level = 54787126, override = NEUTRAL_DIR }, { level = 2247424, override = NEUTRAL_DIR }, { level = 16777472, override = L2R }, { level = 256, override = NEUTRAL_DIR }, { level = 2248176, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR } <repeats 28 times>, { level = -39614200, override = (R2L | unknown: 2044) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 588, override = (L2R | unknown: 56164) }, { level = 0, override = NEUTRAL_DIR }, { level = 2247864, override = NEUTRAL_DIR }, { level = -39473019, override = (R2L | unknown: 2044) }, { level = 2248528, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2248312, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2248176, override = NEUTRAL_DIR }, { level = -39475648, override = (R2L | unknown: 2044) }}, string = { lstring = 2248296, s = 0x0, schars = 2248232, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x16e74616c, paragraph_dir = (unknown: 1953261156), separator_limit = 2248332, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false } eob = 0 #6 0x00000001004fe3f6 in bidi_resolve_neutral (bidi_it=0x226f08) at bidi.c:2120 prev_level = 0 type = UNKNOWN_BT current_level = 1 #7 0x00000001004fe8e0 in bidi_type_of_next_char (bidi_it=0x226f08) at bidi.c:2291 type = 4294967295 #8 0x00000001004fed5c in bidi_level_of_next_char (bidi_it=0x226f08) at bidi.c:2404 type = UNKNOWN_BT level = 0 prev_level = 0 next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT } next_char_pos = 1608 #9 0x00000001004ff378 in bidi_move_to_visually_next (bidi_it=0x226f08) at bidi.c:2614 old_level = 0 new_level = 0 next_level = 1 sentinel = { bytepos = 1607, charpos = 1607, ch = 110, 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 = 1606, charpos = 1606, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 1604, charpos = 1604, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 1606, charpos = 1606, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 1607, charpos = 1607, type = STRONG_L, 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 = 1685, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 1989720694, override = NEUTRAL_DIR }, { level = 2249824, override = NEUTRAL_DIR }, { level = 6830496, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 10971576, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2249652, override = NEUTRAL_DIR }, { level = 2249728, override = NEUTRAL_DIR }, { level = 2249712, override = NEUTRAL_DIR }, { level = 2257680, override = NEUTRAL_DIR }, { level = 6723737, override = L2R }, { level = 0, override = (L2R | unknown: 16388) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11733042, override = L2R }, { level = 1631, override = NEUTRAL_DIR }, { level = 1631, override = NEUTRAL_DIR }, { level = 2068, override = L2R }, { level = 2228498, override = NEUTRAL_DIR }, { level = 5364895, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = L2R }, { level = 11731025, override = L2R }, { level = 11733042, override = L2R }, { level = 1205896, override = (R2L | unknown: 4) }, { level = 81, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 5365151, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 2257680, override = NEUTRAL_DIR }, { level = 2249888, override = NEUTRAL_DIR }, { level = 4706060, override = L2R }, { level = 18279616, override = L2R }, { level = 2249884, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10971576, override = L2R }, { level = 19428053, override = (R2L | unknown: 4) }, { level = 2271968, override = (R2L | unknown: 4) }, { level = 2250032, override = NEUTRAL_DIR }, { level = 4741763, override = L2R }, { level = 2254192, override = NEUTRAL_DIR }, { level = 2249974, override = NEUTRAL_DIR }, { level = 2249974, override = NEUTRAL_DIR }, { level = 6844685, override = L2R }, { level = 43, override = L2R }, { level = 110, override = NEUTRAL_DIR }, { level = 1549, override = NEUTRAL_DIR }, { level = 3133, override = NEUTRAL_DIR }, { level = 2250032, override = (unknown: 5308416) }, { level = 4445153, override = L2R }, { level = 12077245, override = L2R }, { level = 110, override = NEUTRAL_DIR }, { level = 7793664, override = (R2L | unknown: 4) }, { level = -4061586, override = (L2R | R2L | unknown: 1788) }, { level = 3133, override = NEUTRAL_DIR }, { level = 2257680, override = NEUTRAL_DIR }, { level = 2250176, override = NEUTRAL_DIR }, { level = 4449393, override = L2R }}, string = { lstring = 4313234504, s = 0x600084200 "r\n\263", schars = 25769803886, bufpos = 1607, from_disp_str = false, unibyte = true }, w = 0x225410, paragraph_dir = (unknown: 18279616), separator_limit = 25770344960, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x225240, var = 0x10051ddbf <SUB_CHAR_TABLE_P+26>, nvars = 4306700338 } #10 0x000000010043ee99 in set_iterator_to_next (it=0x226570, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #11 0x0000000100470133 in display_line (it=0x226570) at xdisp.c:20578 x_before = 464 nglyphs = 1 ascent = 0 phys_ascent = 0 n_glyphs_before = 58 hpos_before = 58 x = 464 descent = 0 phys_descent = 0 row = 0x60082a400 overlay_arrow_string = 4306700338 wrap_it = { window = 0, w = 0x0, f = 0x3ffffffffff, method = 960, stop_charpos = 2250576, prev_stop = 4299702405, base_level_stop = 2250512, end_charpos = 1112888135, s = 0x225838 "", string_nchars = 8791758263537, redisplay_end_trigger_charpos = 5, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = true, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = true, dp = 0x24, dpvec = 0x225d10, dpend = 0x10116cc4d <bss_sbrk_buffer+6896237>, dpvec_char_len = 18271304, dpvec_face_id = 1, saved_face_id = 18267208, ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 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 = 11733042, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2252528), voffset = 0, space_width = 4300332191, font_height = 25777597440 }}, sp = 6, selective = 2252560, what = 5364895, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = true, face_before_selective_p = true, constrain_row_ascent_descent_p = true, line_wrap = TRUNCATE, base_face_id = 7793664, c = 6, len = 2252576, cmp_it = { stop_pos = 4300332415, id = 25777597445, ch = 6, rule_idx = 6, lookback = 2252608, nglyphs = 7793664, reversed_p = 6, charpos = 2252624, nchars = 5357769, nbytes = 1, from = 7793669, to = 6, width = 6 }, char_to_display = 13630856, glyphless_method = 6, image_id = 1434, slice = { x = 2252688, y = 4301509971, width = 25777597440, height = 25783434632 }, space_width = 25777597445, voffset = 6, tab_width = 0, font_height = 72057594040180672, object = 25777597445, position = { charpos = 2253584, bytepos = 4299397288 }, truncation_pixel_width = -632, continuation_pixel_width = 207, first_visible_x = 6, last_visible_x = 6, last_visible_y = 6, extra_line_spacing = 2252784, max_extra_line_spacing = 0, override_ascent = 5364895, override_descent = 1, override_boff = 7793664, glyph_row = 0x600000006, area = 7793669, nglyphs = 6, pixel_width = 7793664, ascent = 6, descent = 2252832, max_ascent = 0, max_descent = 7793664, phys_ascent = 6, phys_descent = 2252832, max_phys_ascent = 0, max_phys_descent = 5365119, current_x = 1, continuation_lines_width = 7793669, eol_pos = { charpos = 4294967302, bytepos = 2252960 }, current_y = 7793664, first_vpos = 6, vpos = 2252880, hpos = 0, left_user_fringe_bitmap = 49353, right_user_fringe_bitmap = 81, left_user_fringe_face_id = 1, right_user_fringe_face_id = 453637, bidi_p = true, bidi_it = { bytepos = 4294967302, charpos = 25783434632, ch = 1434, nchars = 2252944, ch_len = 4301509971, type = 7793664, type_after_w1 = NEUTRAL_B, orig_type = 13630856, resolved_level = 6, invalid_levels = 7793669, invalid_rl_levels = 6, prev = { bytepos = 4294967302, charpos = 72057594040180928, type = 7793669, type_after_w1 = NEUTRAL_B, orig_type = 2253088 }, last_strong = { bytepos = 4301511490, charpos = 2253008, type = 6145648, type_after_w1 = STRONG_L, orig_type = 11733042 }, next_for_neutral = { bytepos = 25777597440, charpos = 2253040, type = 7793669, type_after_w1 = NEUTRAL_B, orig_type = 2253072 }, prev_for_neutral = { bytepos = 4300332191, charpos = 4307043984, type = LRI, type_after_w1 = STRONG_L, orig_type = 2253120 }, next_for_ws = { bytepos = 4301535868, charpos = 4306700338, type = 12076688, type_after_w1 = STRONG_L, orig_type = 2253120 }, next_en_pos = 4300332447, next_en_type = 12076693, ignore_bn_limit = 4294967309, sor = (R2L | unknown: 17922148), scan_dir = 6, disp_pos = 4307077842, disp_prop = 2253168, stack_idx = 0, level_stack = {{ level = 5365183, override = L2R }, { level = 11733042, override = L2R }, { level = 14, override = L2R }, { level = 17922150, override = (R2L | unknown: 4) }, { level = 2253216, override = NEUTRAL_DIR }, { level = 2253232, override = NEUTRAL_DIR }, { level = 5360927, override = L2R }, { level = 11733042, override = L2R }, { level = 4, override = NEUTRAL_DIR }, { level = 2253280, override = NEUTRAL_DIR }, { level = 6603078, override = L2R }, { level = 11733042, override = L2R }, { level = 12076688, override = L2R }, { level = 2253280, override = NEUTRAL_DIR }, { level = 5361098, override = L2R }, { level = 12076693, override = L2R }, { level = 44, override = NEUTRAL_DIR }, { level = 13630856, override = (R2L | unknown: 4) }, { level = 7740, override = NEUTRAL_DIR }, { level = 2253424, override = NEUTRAL_DIR }, { level = 6613386, override = L2R }, { level = 11733042, override = L2R }, { level = 44, override = NEUTRAL_DIR }, { level = 2253384, override = NEUTRAL_DIR }, { level = 2253376, override = NEUTRAL_DIR }, { level = 2253368, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 2253488, override = NEUTRAL_DIR }, { level = 6544194, override = L2R }, { level = 1, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 17953254, override = (R2L | unknown: 4) }, { level = 1435, override = NEUTRAL_DIR }, { level = 21451110, override = (R2L | unknown: 4) }, { level = 11733042, override = L2R }, { level = 2253552, override = NEUTRAL_DIR }, { level = -4061729, override = (L2R | R2L | unknown: 1788) }, { level = 12110546, override = L2R }, { level = 11733042, override = (unknown: 500) }, { level = 2253520, override = NEUTRAL_DIR }, { level = 6568572, override = L2R }, { level = 11733042, override = L2R }, { level = 17953238, override = (R2L | unknown: 4) }, { level = 2253616, override = NEUTRAL_DIR }, { level = 14450856, override = (R2L | unknown: 4) }, { level = 2253536, override = NEUTRAL_DIR }, { level = 6557615, override = L2R }, { level = 11733042, override = L2R }, { level = 11733618, override = (R2L | unknown: 8) }, { level = 22241281, override = (R2L | unknown: 4) }, { level = 14450856, override = (R2L | unknown: 4) }, { level = 2253728, override = NEUTRAL_DIR }, { level = 4402046, override = L2R }, { level = 11733042, override = L2R }, { level = 1465, override = NEUTRAL_DIR }, { level = 1465, override = NEUTRAL_DIR }, { level = 1935, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 4433128, override = L2R }, { level = 11733090, override = L2R }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }}, string = { lstring = -1, s = 0x226380 "\233\005", schars = 5740, bufpos = 4312112018, from_disp_str = true, unibyte = false }, w = 0xc3d, paragraph_dir = (unknown: 7052216), separator_limit = 1435, prev_was_pdf = true, first_elt = true, new_paragraph = false, frame_window_p = true }, paragraph_embedding = (unknown: 6140) } wrap_data = 0x0 may_wrap = 0 wrap_x = 8560640 wrap_row_used = -1 wrap_row_ascent = 5681276 wrap_row_height = 0 wrap_row_phys_ascent = 2254112 wrap_row_phys_height = 6 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 25778364416 wrap_row_min_bpos = 1435 wrap_row_max_pos = 1435 wrap_row_max_bpos = 4313238600 cvpos = -1 min_pos = 1549 max_pos = 1607 min_bpos = 1549 max_bpos = 1607 pending_handle_line_prefix = false #12 0x0000000100460692 in try_window (window=4313238605, pos=..., flags=1) at xdisp.c:16933 w = 0x10116cc48 <bss_sbrk_buffer+6896232> it = { window = 4313238605, w = 0x10116cc48 <bss_sbrk_buffer+6896232>, f = 0x10116bc48 <bss_sbrk_buffer+6892136>, method = GET_FROM_BUFFER, stop_charpos = 1631, prev_stop = 1568, base_level_stop = 1568, end_charpos = 3133, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101080c48 <bss_sbrk_buffer+5929576>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 15, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 1549, bytepos = 1549 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 1607, bytepos = 1607 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 1568, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306700338, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 15, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 110, len = 1, cmp_it = { stop_pos = 1631, 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 = 110, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306700338, y = 4306700338, width = 4306700338, height = 4306700338 }, space_width = 4306700338, voffset = 0, tab_width = 8, font_height = 4306700338, object = 25777597445, position = { charpos = 1607, bytepos = 1607 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60082a400, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 472, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 64, first_vpos = 0, vpos = 4, 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 = true, bidi_it = { bytepos = 1608, charpos = 1608, ch = 111, nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = UNKNOWN_BT, orig_type = STRONG_L, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 1607, charpos = 1607, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, last_strong = { bytepos = 1607, charpos = 1607, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 1607, charpos = 1607, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 1607, charpos = 1607, 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 = 1685, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306700338, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x10116cc48 <bss_sbrk_buffer+6896232>, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } last_text_row = 0x60082a300 f = 0x10116bc48 <bss_sbrk_buffer+6892136> frame_line_height = 16 #13 0x000000010045d000 in redisplay_window (window=4313238605, just_this_one_p=true) at xdisp.c:16412 d2 = 0 d4 = 1 d6 = 0 d1 = 6096495 d3 = 2261216 d5 = 8027013 w = 0x10116cc48 <bss_sbrk_buffer+6896232> f = 0x10116bc48 <bss_sbrk_buffer+6892136> buffer = 0x60076ec00 old = 0x60076ec00 lpoint = { charpos = 3133, bytepos = 3133 } opoint = { charpos = 3133, bytepos = 3133 } startp = { charpos = 1435, bytepos = 1435 } update_mode_line = 1 tem = 0 it = { window = 25793776358, w = 0x20, f = 0x101020952 <bss_sbrk_buffer+5535602>, method = 6095444, stop_charpos = 25793776438, prev_stop = 6, base_level_stop = 2261152, end_charpos = 4300325961, s = 0x6016dcb56 "", string_nchars = 25793776470, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x228130, dpvec = 0x1005a858b <Fcons+277>, dpend = 0x6016dcb56, dpvec_char_len = 11733042, dpvec_face_id = 1, saved_face_id = 7229246, ctl_chars = {4294967297, 2261248, 4300327899, 4302142109, 4306700338, 2261376, 4300900877, 4306700338, 4306700338, 4302142073, 4300332415, 2261328, 2263056, 2261488, 4301398609, 0}, start = { pos = { charpos = 2263056, bytepos = 25793776406 }, overlay_string_index = 48, string_pos = { charpos = 4302142073, bytepos = 25793776470 }, dpvec_index = 11733042 }, current = { pos = { charpos = 4300647375, bytepos = 2261424 }, overlay_string_index = 4300330883, string_pos = { charpos = 25792170707, bytepos = 4300330986 }, dpvec_index = 3133 }, n_overlay_strings = 25777597440, overlay_strings_charpos = 4305501447, overlay_strings = {4302142073, 4305501445, 2263120, 2261520, 4300332191, 2261520, 2261296, 25792170707, 4306700338, 25782516981, 4313238600, 2261568, 4300906947, 25792170707, 4294967300, 25782516981}, string_overlays = {48, 2261744, 4300990411, 25792170707, 4294967298, 25777597445, 4306700338, 2261760, 4301118305, 2261680, 4306700338, 4305536261, 4294967306, 2261728, 4306700338, 72057594040189664}, string = 25793775654, from_overlay = 25793777446, stack = {{ string = 4306700338, string_nchars = 18271309, end_charpos = 4306700338, stop_charpos = 12408, prev_stop = 12408, base_level_stop = 2261888, cmp_it = { stop_pos = 4301085668, id = 25792170707, ch = 5939875, rule_idx = 1, lookback = 4306700338, nglyphs = 6016718, reversed_p = true, charpos = 25777597440, nchars = 3133, nbytes = 0, from = 22366928, to = 6, width = 22366931 }, face_id = 11812754, u = { image = { object = 25793776406, slice = { x = 2, y = 1, width = 25793775654, height = 25793776358 }, image_id = 25793776454 }, comp = { object = 25793776406 }, stretch = { object = 25793776406 } }, position = { charpos = 4306700338, bytepos = 25782516981 }, current = { pos = { charpos = 4306700338, bytepos = 2262176 }, overlay_string_index = 4301398609, string_pos = { charpos = 13, bytepos = 4306700338 }, dpvec_index = 11733042 }, from_overlay = 4300324551, area = 9229665, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 12129664), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11733040), voffset = 1, space_width = 25793775654, font_height = 4306700338 }, { string = 25793775734, string_nchars = 19348133, end_charpos = 25793777318, stop_charpos = 25779033185, prev_stop = 25789151277, base_level_stop = 12, cmp_it = { stop_pos = 4306700338, id = 4306700338, 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 = 12421817, u = { image = { object = 0, slice = { x = 72057619807731712, y = 128, width = 4302142112, height = 10 }, image_id = 2262800 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 2261968, bytepos = 2262304 }, current = { pos = { charpos = 6443745445, bytepos = 2262256 }, overlay_string_index = 4300332191, string_pos = { charpos = 4302145520, bytepos = 25769803788 }, dpvec_index = 23974854 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7178224), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2261352), voffset = 0, space_width = 579825945481, font_height = 4302145525 }, { string = 2263056, string_nchars = 7174813, end_charpos = 8, stop_charpos = 2262448, prev_stop = 4301082109, base_level_stop = 4302142073, cmp_it = { stop_pos = 4302142109, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 2263056, reversed_p = false, charpos = 4302145520, nchars = 10, nbytes = 0, from = 13640512, to = 6, width = 23209989 }, face_id = 2262464, u = { image = { object = 4302145520, slice = { x = 512, y = 4300332383, width = 4302145525, height = 0 }, image_id = 25793776310 }, comp = { object = 4302145520 }, stretch = { object = 4302145520 } }, position = { charpos = 16, bytepos = 2262608 }, current = { pos = { charpos = 4301080847, bytepos = 4315726144 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 4306301920 }, dpvec_index = 2262560 }, from_overlay = 4300332383, area = 23972534, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2262608), voffset = 0, space_width = 4300332191, font_height = 4307133970 }, { string = 9, string_nchars = 1, end_charpos = 4306700338, stop_charpos = 4306700338, prev_stop = 4302145525, base_level_stop = 2262656, cmp_it = { stop_pos = 0, id = 25793776310, ch = 16, rule_idx = 0, lookback = 2262784, nglyphs = 6108021, reversed_p = true, charpos = 2, nchars = 2263048, nbytes = 0, from = 2262720, to = 0, width = 5363560 }, face_id = 2262752, u = { image = { object = 4305532848, slice = { x = 2262752, y = 4300332351, width = 4305532853, height = 4294967306 }, image_id = 2262800 }, comp = { object = 4305532848 }, stretch = { object = 4305532848 } }, position = { charpos = 1, bytepos = 9 }, current = { pos = { charpos = 4300324981, bytepos = 4307133970 }, overlay_string_index = 4294967306, string_pos = { charpos = 2264488, bytepos = 4311849381 }, dpvec_index = 2262944 }, from_overlay = 4301080847, area = 20758816, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 2263048), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300899723, font_height = 25793776310 }, { string = 4306700338, string_nchars = 2262912, end_charpos = 4300906947, stop_charpos = 2262944, prev_stop = 4300332191, base_level_stop = 4307015922, cmp_it = { stop_pos = 8, id = 2, ch = 5933581, rule_idx = 1, lookback = 4306700338, nglyphs = 10565557, reversed_p = true, charpos = 2262992, nchars = 2264488, nbytes = 0, from = 16882085, to = 1, width = 16 }, face_id = 2263184, u = { image = { object = 4301398609, slice = { x = 3, y = 2263040, width = 4311492993, height = 25782516981 }, image_id = 48 }, comp = { object = 4301398609 }, stretch = { object = 4301398609 } }, position = { charpos = 25793776310, bytepos = 4306700338 }, current = { pos = { charpos = 4307133970, bytepos = 4306700338 }, overlay_string_index = 13, string_pos = { charpos = 2263136, bytepos = 4300332191 }, dpvec_index = 2263152 }, from_overlay = 4300332191, area = 7793664, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 4), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2263184), voffset = 0, space_width = 25777597440, font_height = 2263200 }}, sp = 7793664, selective = 2263200, what = 5365119, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_wrap = (WINDOW_WRAP | unknown: 4), base_face_id = 6, c = 6, len = 2263232, cmp_it = { stop_pos = 25777597440, id = 2263248, ch = 5357769, rule_idx = 1, lookback = 25777597445, nglyphs = 6, reversed_p = false, charpos = 25783434632, nchars = 3131, nbytes = 0, from = 2263312, to = 0, width = 6542675 }, char_to_display = 7793664, glyphless_method = 6, image_id = 25783434632, slice = { x = 25777597445, y = 25769803782, width = 72057594040191296, height = 25777597445 }, space_width = 2263456, voffset = -9406, tab_width = 99, font_height = 25783434632, object = 4294967302, position = { charpos = 25777597445, bytepos = 25777597440 }, truncation_pixel_width = -30352, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 7793669, last_visible_y = 6, extra_line_spacing = 7793669, max_extra_line_spacing = 6, override_ascent = 7793664, override_descent = 6, override_boff = 2263440, glyph_row = 0x1005dc670 <Fassq+1202>, area = 11733042, nglyphs = 1, pixel_width = 6568572, ascent = 1, descent = 7793664, max_ascent = 6, max_descent = 6542675, phys_ascent = 1, phys_descent = 2263584, max_phys_ascent = 0, max_phys_descent = 6558092, current_x = 1, continuation_lines_width = 12110850, eol_pos = { charpos = 4306700338, bytepos = 3132 }, current_y = 13630856, first_vpos = 6, vpos = 11733042, hpos = 1, left_user_fringe_bitmap = 2098, right_user_fringe_bitmap = 179, left_user_fringe_face_id = 1, right_user_fringe_face_id = 166496, bidi_p = false, bidi_it = { bytepos = 4307078146, charpos = 2263568, ch = 6557615, nchars = 25793804038, ch_len = 4307078146, type = 2263553, type_after_w1 = UNKNOWN_BT, orig_type = 12110850, resolved_level = 1, invalid_levels = 2263616, invalid_rl_levels = 0, prev = { bytepos = 4301543259, charpos = 25793804038, type = 7793669, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 4307078146, charpos = 2264080, type = 6577139, type_after_w1 = STRONG_L, orig_type = 12528 }, next_for_neutral = { bytepos = 4307078146, charpos = 25777597445, type = 2264032, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 4294967296, type = RLI, type_after_w1 = STRONG_L, orig_type = 24000262 }, next_for_ws = { bytepos = 2263760, charpos = 2263776, type = 5360927, type_after_w1 = STRONG_L, orig_type = 11733042 }, next_en_pos = 7, next_en_type = 2263824, ignore_bn_limit = 4301570374, sor = (R2L | unknown: 11733040), scan_dir = 1, disp_pos = 4307043984, disp_prop = 2263824, stack_idx = 0, level_stack = {{ level = 5361098, override = L2R }, { level = 2263856, override = NEUTRAL_DIR }, { level = 5364895, override = L2R }, { level = 7793664, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 2263968, override = NEUTRAL_DIR }, { level = 6614293, override = L2R }, { level = 2263904, override = NEUTRAL_DIR }, { level = 7793664, override = (R2L | unknown: 4) }, { level = 2263904, override = NEUTRAL_DIR }, { level = 5365119, override = L2R }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2263936, override = NEUTRAL_DIR }, { level = 7793664, override = (R2L | unknown: 4) }, { level = 2263952, override = NEUTRAL_DIR }, { level = 5357769, override = L2R }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 7793664, override = (R2L | unknown: 4) }, { level = 6576731, override = L2R }, { level = 7793664, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 12076693, override = L2R }, { level = 115, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 2263680, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 2263696, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 7793664, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 9, override = NEUTRAL_DIR }, { level = 9, override = NEUTRAL_DIR }, { level = 2264240, override = NEUTRAL_DIR }, { level = 5784019, override = L2R }, { level = 12528, override = NEUTRAL_DIR }, { level = 3133, override = NEUTRAL_DIR }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 2264176, override = NEUTRAL_DIR }, { level = 12492, override = NEUTRAL_DIR }, { level = 13300262, override = (R2L | unknown: 4) }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 4, override = L2R }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }, { level = 2264352, override = NEUTRAL_DIR }, { level = -2146674329, override = L2R }, { level = 12532, override = NEUTRAL_DIR }, { level = 7793669, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2264384, override = NEUTRAL_DIR }, { level = 5786137, override = L2R }, { level = 11733042, override = L2R }, { level = 9, override = NEUTRAL_DIR }, { level = 2264328, override = NEUTRAL_DIR }, { level = 3133, override = NEUTRAL_DIR }, { level = 18271304, override = L2R }}, string = { lstring = 0, s = 0x100b30832 <bss_sbrk_buffer+357970> "", schars = 4294967297, bufpos = 25770085376, from_disp_str = false, unibyte = false }, w = 0xc3d, paragraph_dir = (L2R | unknown: 3132), separator_limit = 3130, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 3121 end_unchanged = 0 frame_line_height = 16 #14 0x000000010045465c in redisplay_window_1 (window=4313238605) at xdisp.c:14355 No locals. #15 0x00000001005d09a5 in internal_condition_case_1 (bfun=0x10045461d <redisplay_window_1>, arg=4313238605, handlers=4306682278, hfun=0x10045459a <redisplay_window_error>) at eval.c:1372 val = 4306700338 c = 0x600084e00 #16 0x0000000100453789 in redisplay_internal () at xdisp.c:14001 mini_window = 4313239045 mini_frame = 0x229ce0 w = 0x10116cc48 <bss_sbrk_buffer+6896232> sw = 0x10116cc48 <bss_sbrk_buffer+6896232> fr = 0x10116bc48 <bss_sbrk_buffer+6892136> pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 3123, bytepos = 3123 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 2 sf = 0x10116bc48 <bss_sbrk_buffer+6892136> polling_stopped_here = 0 tail = 4306700338 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #17 0x0000000100450aa3 in redisplay () at xdisp.c:13206 No locals. #18 0x0000000100529aa6 in read_char (commandflag=1, map=25793775974, prev_event=4306700338, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2570 echo_current = true c = 4306700338 jmpcount = 4313234504 local_getcjmp = {25777597445, 4294967302, 2269232, 4300941673, 25777597445, 4300985558, 25777597440, 4306700338, 4306700338, 4306700338, -4294967256, 4306700338, 2269232, 4300942417, 4311831232, 4311831232, 4306700338, 4314640534, 4311831232, 4311882208, 2269392, 4300498088, 4311882210, 4306700386, 2269312, 4300325961, 25793775958, 25793775958, 6, 6, 2269456, 4300899723} save_jump = {4306700338, 4300324981, 2269152, 4302963213, 25782248525, 25778417793, 25782248512, 0, 4315725984, 4306700338, 4306749053, 2270520, 2268976, 4300332191, 2268992, 4300332191, 25777597440, 4294967302, 25777597440, 25769803782, 2269024, 25777597440, 2269040, 4300332415, 25777597445, 4294967302, 25777597445, 4294967302, 2269088, 4300325065, 25777597445, 4300325065} tem = 2269632 save = 4300899723 previous_echo_area_message = 4306700338 also_record = 4306700338 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bd852 <Fget_pos_property+1296>, nvars = 12528 } gcpro2 = { next = 0x6016e3706, var = 0x60076ec05, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #19 0x000000010053a05f in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306700338, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x10116bc48 <bss_sbrk_buffer+6892136> key = 25777597440 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307013634 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25793775974 first_event = 4306700338 first_unbound = 31 mock_input = 0 fkey = { parent = 4310986678, map = 4310986678, start = 0, end = 0 } keytran = { parent = 4306692678, map = 4306692678, start = 0, end = 0 } indec = { parent = 4310986694, map = 4310986694, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306700338 original_uppercase = 25777597445 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x60076ec00 fake_prefixed_keys = 4306700338 gcpro1 = { next = 0x22a3e0, var = 0x10051cdca <CHAR_TABLE_REF+40>, nvars = 4307043989 } #20 0x00000001005264b4 in command_loop_1 () at keyboard.c:1452 cmd = 4306753826 keybuf = {460, 64, 4, 2270704, 0, 0, 4306758546, 25785332166, 4302045377, 4302998477, 2270880, 0, 4, 4306700338, 2270912, 4300363852, 4306758546, 25785332166, 4302045377, 4302998477, 4310424370, 0, 2270976, 4300363485, 25785332166, 2270880, 4307014592, 4306700338, 2271744, 2271968} i = 1 prev_modiff = 5770 prev_buffer = 0x60076ec00 already_adjusted = false #21 0x00000001005d0800 in internal_condition_case (bfun=0x100525f9f <command_loop_1>, handlers=4306766498, hfun=0x10052552a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #22 0x0000000100525b6d in command_loop_2 (ignore=4306700338) at keyboard.c:1177 val = 0 #23 0x00000001005cfb51 in internal_catch (tag=4306758594, func=0x100525b3b <command_loop_2>, arg=4306700338) at eval.c:1112 val = 4306700338 c = 0x60007f200 #24 0x0000000100525afc in command_loop () at keyboard.c:1156 No locals. #25 0x0000000100524f8b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #26 0x00000001005251bd in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306700338 #27 0x0000000100522e85 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\215\276\004\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "redisplay_internal (C function)" (0xad8c78) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-09 21:41 bug#18438: 24.4.50; assertion failed in bidi.c aidalgol 2014-09-10 0:16 ` Stefan Monnier @ 2014-09-10 13:14 ` Ken Brown 2014-09-29 0:56 ` aidalgol 2014-10-22 4:16 ` aidalgol 3 siblings, 0 replies; 96+ messages in thread From: Ken Brown @ 2014-09-10 13:14 UTC (permalink / raw) To: aidalgol, 18438 On 9/9/2014 5:41 PM, aidalgol@amuri.net wrote: > With no apparent pattern, I am getting an "assertion failed" (which, of > course terminates Emacs): > src/bidi.c:329: Emacs fatal error: assertion failed: UNKNOWN_BT <= type > && type <= NEUTRAL_ON > > I am running from git master, commit 567e68d. > > In GNU Emacs 24.4.50.1 (x86_64-unknown-cygwin) > of 2014-09-09 on AGAULAND-NZCD > Windowing system distributor `Microsoft Corp.', version 6.1.7601 > Configured using: > `configure --enable-checking --with-w32 'CFLAGS=-O0 -ggdb'' This looks like a duplicate of bug#17817, which unfortunately didn't go anywhere because I lost the gdb session. I haven't seen it again since then. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-09 21:41 bug#18438: 24.4.50; assertion failed in bidi.c aidalgol 2014-09-10 0:16 ` Stefan Monnier 2014-09-10 13:14 ` Ken Brown @ 2014-09-29 0:56 ` aidalgol 2014-09-29 6:23 ` Eli Zaretskii 2014-10-22 4:16 ` aidalgol 3 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-29 0:56 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 99 bytes --] And another backtrace, in the hopes that one will eventually provide some additional information. [-- Attachment #2: emacs-67c13df-bidi-03.backtrace --] [-- Type: text/plain, Size: 116220 bytes --] #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0095 in die (msg=0x100a27c08 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a27c00 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at alloc.c:6833 No locals. #2 0x00000001004f9d2e in bidi_check_type (type=STRONG_L) at bidi.c:329 No locals. #3 0x00000001004fe2e4 in bidi_resolve_weak (bidi_it=0x225d48) at bidi.c:2083 type = STRONG_L override = NEUTRAL_DIR prev_level = 0 new_level = 0 next_char = 2046 type_of_next = 2192 saved_it = { bytepos = 2242800, charpos = 2243984, ch = 54389198, nchars = 8791758441182, ch_len = 33772592, type = 2228236, type_after_w1 = UNKNOWN_BT, orig_type = 54393910, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 54388944, charpos = 8791758596631, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 2243320 }, last_strong = { bytepos = 2243632, charpos = 2243984, type = 2242720, type_after_w1 = UNKNOWN_BT, orig_type = 2242688 }, next_for_neutral = { bytepos = 2242704, charpos = 4300207946, type = 11733042, type_after_w1 = STRONG_L, orig_type = 2252033 }, prev_for_neutral = { bytepos = 54389198, charpos = 54388928, type = 52231336, type_after_w1 = UNKNOWN_BT, orig_type = 33772592 }, next_for_ws = { bytepos = 196607, charpos = 33816576, type = 24317, type_after_w1 = RLI, orig_type = 24317 }, next_en_pos = 14, next_en_type = 52231336, ignore_bn_limit = 1112888135, sor = (R2L | unknown: 4), scan_dir = 6, disp_pos = 54393910, disp_prop = 52231924, stack_idx = 0, level_stack = {{ level = 2243320, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 54389198, override = NEUTRAL_DIR }, { level = 54388928, override = NEUTRAL_DIR }, { level = 52231336, override = NEUTRAL_DIR }, { level = 33772592, override = NEUTRAL_DIR }, { level = 131073, override = NEUTRAL_DIR }, { level = 33841766, override = NEUTRAL_DIR }, { level = 2243752, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2243788, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = 24065, override = NEUTRAL_DIR }, { level = 54388944, override = NEUTRAL_DIR }, { level = 54388966, override = NEUTRAL_DIR }, { level = 54393910, override = NEUTRAL_DIR }, { level = 2242880, override = NEUTRAL_DIR }, { level = 16777472, override = L2R }, { level = 256, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = 5358665, override = L2R }, { level = 0, override = NEUTRAL_DIR } <repeats 27 times>, { level = -39614200, override = (R2L | unknown: 2044) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 588, override = (L2R | R2L | unknown: 56176) }, { level = 0, override = NEUTRAL_DIR }, { level = 2243320, override = NEUTRAL_DIR }, { level = -39473019, override = (R2L | unknown: 2044) }, { level = 2243984, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2243768, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = -39475648, override = (R2L | unknown: 2044) }}, string = { lstring = 2243752, s = 0x0, schars = 2243688, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x16e74616c, paragraph_dir = (unknown: 1953261156), separator_limit = 2243788, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false } eob = 25540 #4 0x00000001004fe3f6 in bidi_resolve_neutral (bidi_it=0x225d48) at bidi.c:2120 prev_level = 0 type = UNKNOWN_BT current_level = 1 #5 0x00000001004fe8e0 in bidi_type_of_next_char (bidi_it=0x225d48) at bidi.c:2291 type = 4294967295 #6 0x00000001004fed5c in bidi_level_of_next_char (bidi_it=0x225d48) at bidi.c:2404 type = UNKNOWN_BT level = 0 prev_level = 0 next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT } next_char_pos = 24351 #7 0x00000001004ff378 in bidi_move_to_visually_next (bidi_it=0x225d48) at bidi.c:2614 old_level = 0 new_level = 0 next_level = 1 sentinel = { bytepos = 24350, charpos = 24350, 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 = 24349, charpos = 24349, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, last_strong = { bytepos = 24349, charpos = 24349, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 24349, charpos = 24349, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 24351, charpos = 24351, type = STRONG_L, 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 = 24528, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 1989720694, override = NEUTRAL_DIR }, { level = 2245280, override = NEUTRAL_DIR }, { level = 6830496, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 10971576, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2245108, override = NEUTRAL_DIR }, { level = 2245184, override = NEUTRAL_DIR }, { level = 2245168, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 6723737, override = L2R }, { level = 0, override = (L2R | unknown: 16384) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11733042, override = L2R }, { level = 24412, override = NEUTRAL_DIR }, { level = 24412, override = NEUTRAL_DIR }, { level = 24829, override = L2R }, { level = 2228500, override = NEUTRAL_DIR }, { level = 5364895, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = (R2L | unknown: 4) }, { level = 11730947, override = L2R }, { level = 11733042, override = L2R }, { level = 1205272, override = (R2L | unknown: 4) }, { level = 3, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 5365151, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 2245344, override = NEUTRAL_DIR }, { level = 4706060, override = L2R }, { level = 18279616, override = L2R }, { level = 2245340, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10971576, override = L2R }, { level = 11917413, override = (R2L | unknown: 4) }, { level = 9352704, override = (R2L | unknown: 4) }, { level = 2245488, override = NEUTRAL_DIR }, { level = 4741763, override = L2R }, { level = 2249648, override = NEUTRAL_DIR }, { level = 2245430, override = NEUTRAL_DIR }, { level = 2245430, override = NEUTRAL_DIR }, { level = 6844685, override = L2R }, { level = 36, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 2245456, override = NEUTRAL_DIR }, { level = 5357769, override = L2R }, { level = 2245488, override = (unknown: 196608) }, { level = 4445153, override = L2R }, { level = 12077245, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 15193088, override = (R2L | unknown: 4) }, { level = -12820667, override = (L2R | R2L | unknown: 1788) }, { level = 25540, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 2245632, override = NEUTRAL_DIR }, { level = 4449393, override = L2R }}, string = { lstring = 25778897176, s = 0x6008caa00 "r\n\263", schars = 25769803808, bufpos = 24350, from_disp_str = false, unibyte = true }, w = 0x224250, paragraph_dir = (unknown: 18279616), separator_limit = 25779022336, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x224080, var = 0x10051ddbf <SUB_CHAR_TABLE_P+26>, nvars = 4306700338 } #8 0x000000010043ee99 in set_iterator_to_next (it=0x2253b0, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #9 0x0000000100470133 in display_line (it=0x2253b0) at xdisp.c:20578 x_before = 256 nglyphs = 1 ascent = 12 phys_ascent = 12 n_glyphs_before = 32 hpos_before = 32 x = 256 descent = 4 phys_descent = 4 row = 0x601166600 overlay_arrow_string = 4306700338 wrap_it = { window = 25777084597, w = 0x6006f18b0, f = 0x6008ac118, method = GET_FROM_BUFFER, stop_charpos = 24429, prev_stop = 24329, base_level_stop = 24329, end_charpos = 25540, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101080c48 <bss_sbrk_buffer+5929576>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 11, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 24318, bytepos = 24318 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 24347, bytepos = 24347 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 24329, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306700338, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 17, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 103, len = 1, cmp_it = { stop_pos = 24412, 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 = 103, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306700338, y = 4306700338, width = 4306700338, height = 4306700338 }, space_width = 4306700338, voffset = 0, tab_width = 2, font_height = 4306700338, object = 25784996869, position = { charpos = 24347, bytepos = 24347 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601166600, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 232, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 351, first_vpos = 1, vpos = 21, hpos = 29, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 24347, charpos = 24347, ch = 103, 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 = 24346, charpos = 24346, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 24345, charpos = 24345, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 24346, charpos = 24346, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 24347, charpos = 24347, type = STRONG_L, 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 = 24528, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306700338, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6006f18b0, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } wrap_data = 0x0 may_wrap = 1 wrap_x = 232 wrap_row_used = 29 wrap_row_ascent = 12 wrap_row_height = 16 wrap_row_phys_ascent = 12 wrap_row_phys_height = 16 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 24318 wrap_row_min_bpos = 24318 wrap_row_max_pos = 24346 wrap_row_max_bpos = 24346 cvpos = -1 min_pos = 24318 max_pos = 24350 min_bpos = 24318 max_bpos = 24350 pending_handle_line_prefix = false #10 0x0000000100460692 in try_window (window=25777084597, pos=..., flags=1) at xdisp.c:16933 w = 0x6006f18b0 it = { window = 25777084597, w = 0x6006f18b0, f = 0x6008ac118, method = GET_FROM_BUFFER, stop_charpos = 24429, prev_stop = 24329, base_level_stop = 24329, end_charpos = 25540, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101080c48 <bss_sbrk_buffer+5929576>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 11, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 24318, bytepos = 24318 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 24350, bytepos = 24350 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 24329, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306700338, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 17, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 24412, 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 = 4306700338, y = 4306700338, width = 4306700338, height = 4306700338 }, space_width = 4306700338, voffset = 0, tab_width = 2, font_height = 4306700338, object = 25784996869, position = { charpos = 24350, bytepos = 24350 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601166600, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 264, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 351, first_vpos = 1, vpos = 21, hpos = 33, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 24351, charpos = 24351, ch = 83, 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 = 24350, charpos = 24350, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 24349, charpos = 24349, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 24350, charpos = 24350, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 24351, charpos = 24351, type = STRONG_L, 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 = 24528, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306700338, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6006f18b0, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } last_text_row = 0x601166500 f = 0x6008ac118 frame_line_height = 16 #11 0x000000010045d000 in redisplay_window (window=25777084597, just_this_one_p=true) at xdisp.c:16412 d2 = 0 d4 = 1 d6 = 0 d1 = 6096495 d3 = 2256672 d5 = 8027013 w = 0x6006f18b0 f = 0x6008ac118 buffer = 0x600e7d400 old = 0x600e7d400 lpoint = { charpos = 25540, bytepos = 25540 } opoint = { charpos = 25540, bytepos = 25540 } startp = { charpos = 22772, bytepos = 22772 } update_mode_line = 1 tem = 0 it = { window = 25790972998, w = 0x20, f = 0x101020952 <bss_sbrk_buffer+5535602>, method = 6095444, stop_charpos = 25790972870, prev_stop = 6, base_level_stop = 2256608, end_charpos = 4300325961, s = 0x6014303a6 "", string_nchars = 25790972838, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x226f70, dpvec = 0x1005a858b <Fcons+277>, dpend = 0x6014303a6, dpvec_char_len = 11733042, dpvec_face_id = 1, saved_face_id = 7229246, ctl_chars = {4294967297, 2256704, 4300327899, 4302142109, 4306700338, 2256832, 4300900877, 4306700338, 4306700338, 4302142073, 6, 2256880, 2258512, 2256944, 4301398609, 0}, start = { pos = { charpos = 2258512, bytepos = 25790972950 }, overlay_string_index = 48, string_pos = { charpos = 4302142073, bytepos = 25790972838 }, dpvec_index = 11733042 }, current = { pos = { charpos = 4300325065, bytepos = 25786198021 }, overlay_string_index = 25786978464, string_pos = { charpos = 0, bytepos = 4300332383 }, dpvec_index = 2256912 }, n_overlay_strings = 4300559411, overlay_strings_charpos = 4305501447, overlay_strings = {4302142073, 4305501445, 2258576, 2257056, 4301085668, 25786198021, 2256752, 2257008, 4300942439, 4307019872, 4300325065, 25786198021, 25786198021, 25773382994, 20, 0}, string_overlays = {4300942473, 25788307937, 25786978469, 4300559354, 4306700338, 25785646133, 4306700338, 2257264, 4301398609, 19, 4306700338, 2258016, 48, 25785703745, 4306700338, 4306700338}, string = 25770941874, from_overlay = 4306700338, stack = {{ string = 4305532853, string_nchars = 2257216, end_charpos = 2258712, stop_charpos = 4311849381, prev_stop = 16, base_level_stop = 25784664891, cmp_it = { stop_pos = 25785703745, id = 25784664872, ch = 2258544, rule_idx = 0, lookback = 4311492993, nglyphs = 2257984, reversed_p = false, charpos = 2257980, nchars = 24675030, nbytes = 6, from = 11733042, to = 1, width = 12166674 }, face_id = 11733042, u = { image = { object = 25790972950, slice = { x = 96, y = 2257264, width = 2258032, height = 25790972998 }, image_id = 25790972854 }, comp = { object = 25790972950 }, stretch = { object = 25790972950 } }, position = { charpos = 0, bytepos = 4310368458 }, current = { pos = { charpos = 4311492993, bytepos = 4310368448 }, overlay_string_index = 2264496, string_pos = { charpos = 4294967297, bytepos = 0 }, dpvec_index = 11733042 }, from_overlay = 4294967297, area = 2257256, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 2257376), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2257488), voffset = 0, space_width = 6443720212, font_height = 25786718288 }, { string = 4, string_nchars = 0, end_charpos = 1, stop_charpos = 2259632, prev_stop = 3742232646, base_level_stop = 4305556808, cmp_it = { stop_pos = 4306700338, id = 3742232646, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 369024, reversed_p = 6, charpos = 2259152, nchars = 3, nbytes = 0, from = 369024, to = 6, width = -2146214380 }, face_id = 0, u = { image = { object = 0, slice = { x = 72057594037927936, y = 128, width = 4302142112, height = 20 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 8791754806320, bytepos = 2257712 }, overlay_string_index = 4300332191, string_pos = { charpos = 4302145520, bytepos = 12 }, dpvec_index = 2257720 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7178224), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2256808), voffset = 0, space_width = 579825945481, font_height = 4302145525 }, { string = 2258512, string_nchars = 7174813, end_charpos = 8, stop_charpos = 2257904, prev_stop = 4301082109, base_level_stop = 4302142073, cmp_it = { stop_pos = 4302142109, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 2258512, reversed_p = false, charpos = 4302145520, nchars = 20, nbytes = 0, from = 164, to = 0, width = 14471078 }, face_id = 2257920, u = { image = { object = 4302145520, slice = { x = 512, y = 4300332383, width = 4302145525, height = 0 }, image_id = 25790973046 }, comp = { object = 4302145520 }, stretch = { object = 4302145520 } }, position = { charpos = 16, bytepos = 2258064 }, current = { pos = { charpos = 4301080847, bytepos = 4315726464 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 4300332191 }, dpvec_index = 2258016 }, from_overlay = 4300332383, area = 21169270, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 1138096), voffset = 6, space_width = 4301084390, font_height = 4307133970 }, { string = 19, string_nchars = 1, end_charpos = 4306700338, stop_charpos = 4306700338, prev_stop = 4302145525, base_level_stop = 25785646133, cmp_it = { stop_pos = 0, id = 25790973046, ch = 16, rule_idx = 0, lookback = 2258240, nglyphs = 6108021, reversed_p = true, charpos = 2, nchars = 2258504, nbytes = 0, from = 1, to = 0, width = 2258496 }, face_id = 2258208, u = { image = { object = 4305532848, slice = { x = 2258208, y = 4300332351, width = 4305532853, height = 25769803786 }, image_id = 2258256 }, comp = { object = 4305532848 }, stretch = { object = 4305532848 } }, position = { charpos = 1, bytepos = 19 }, current = { pos = { charpos = 4300324981, bytepos = 4307133970 }, overlay_string_index = 10, string_pos = { charpos = 2259944, bytepos = 4311849381 }, dpvec_index = 2258400 }, from_overlay = 4301080847, area = 20759136, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 2258504), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300899723, font_height = 25790973046 }, { string = 4306700338, string_nchars = 2258368, end_charpos = 4300327899, stop_charpos = 25773382754, prev_stop = 18, base_level_stop = 4307015922, cmp_it = { stop_pos = 18, id = 2, ch = 5933581, rule_idx = 1, lookback = 4306700338, nglyphs = 10565557, reversed_p = true, charpos = 2258448, nchars = 2259944, nbytes = 0, from = 16882085, to = 1, width = 16 }, face_id = 2258640, u = { image = { object = 4301398609, slice = { x = 3, y = 2258496, width = 4311492993, height = 4306700338 }, image_id = 4306700338 }, comp = { object = 4301398609 }, stretch = { object = 4301398609 } }, position = { charpos = 25790973046, bytepos = 4306700338 }, current = { pos = { charpos = 4307133970, bytepos = 4306700338 }, overlay_string_index = 28, string_pos = { charpos = 2258592, bytepos = 4300332191 }, dpvec_index = 2258608 }, from_overlay = 4300332191, area = 15193088, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 4), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2258640), voffset = 0, space_width = 25784996864, font_height = 2258656 }}, sp = 15193088, selective = 2258656, what = 5365119, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_wrap = (WINDOW_WRAP | unknown: 4), base_face_id = 6, c = 6, len = 2258688, cmp_it = { stop_pos = 25784996864, id = 2258704, ch = 5357769, rule_idx = 1, lookback = 25784996869, nglyphs = 6, reversed_p = true, charpos = 25785499184, nchars = 25538, nbytes = 0, from = 2258768, to = 0, width = 6542675 }, char_to_display = 15193088, glyphless_method = 6, image_id = 25785499184, slice = { x = 25784996869, y = 4294967302, width = 72057594040186752, height = 25784996869 }, space_width = 2258912, voffset = -9406, tab_width = 99, font_height = 25785499184, object = 4294967302, position = { charpos = 25792019275, bytepos = 25784996864 }, truncation_pixel_width = 30640, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 15193093, last_visible_y = 6, extra_line_spacing = 15193093, max_extra_line_spacing = 6, override_ascent = 15193088, override_descent = 6, override_boff = 2258896, glyph_row = 0x1005dc670 <Fassq+1202>, area = 11733042, nglyphs = 1, pixel_width = 6568572, ascent = 1, descent = 15193088, max_ascent = 6, max_descent = 5604314, phys_ascent = 1, phys_descent = 2259040, max_phys_ascent = 0, max_phys_descent = 6558092, current_x = 1, continuation_lines_width = 12110850, eol_pos = { charpos = 4306700338, bytepos = 25539 }, current_y = 15695408, first_vpos = 6, vpos = 11733042, hpos = 1, left_user_fringe_bitmap = 2098, right_user_fringe_bitmap = 179, left_user_fringe_face_id = 1, right_user_fringe_face_id = 161952, bidi_p = false, bidi_it = { bytepos = 4307078146, charpos = 2259024, ch = 6557615, nchars = 4306700338, ch_len = 4307078146, type = 22215425, type_after_w1 = NEUTRAL_B, orig_type = 12110850, resolved_level = 1, invalid_levels = 2259072, invalid_rl_levels = 0, prev = { bytepos = 4301543259, charpos = 4306700338, type = 15193093, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 4307078146, charpos = 2259536, type = 6577139, type_after_w1 = STRONG_L, orig_type = 102156 }, next_for_neutral = { bytepos = 4307078146, charpos = 25784996869, type = 2259488, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 4294967296, type = RLI, type_after_w1 = STRONG_L, orig_type = 11733042 }, next_for_ws = { bytepos = 2259216, charpos = 2259232, type = 5360927, type_after_w1 = STRONG_L, orig_type = 11733042 }, next_en_pos = 85, next_en_type = 2259280, ignore_bn_limit = 4301570374, sor = (R2L | unknown: 11733040), scan_dir = 1, disp_pos = 4307043984, disp_prop = 2259280, stack_idx = 0, level_stack = {{ level = 5361098, override = L2R }, { level = 2259312, override = NEUTRAL_DIR }, { level = 5364895, override = L2R }, { level = 15193088, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 2259424, override = NEUTRAL_DIR }, { level = 6614293, override = L2R }, { level = 2259360, override = NEUTRAL_DIR }, { level = 15193088, override = (R2L | unknown: 4) }, { level = 2259360, override = NEUTRAL_DIR }, { level = 5365119, override = L2R }, { level = 15193093, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2259392, override = NEUTRAL_DIR }, { level = 15193088, override = (R2L | unknown: 4) }, { level = 2259408, override = NEUTRAL_DIR }, { level = 5357769, override = L2R }, { level = 15193093, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 15193088, override = (R2L | unknown: 4) }, { level = 6576731, override = L2R }, { level = 15193088, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }, { level = 369408, override = (R2L | unknown: 4) }, { level = 2734864, override = (R2L | unknown: 4) }, { level = 40, override = NEUTRAL_DIR }, { level = 2259136, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 2259152, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 15193088, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 87, override = NEUTRAL_DIR }, { level = 87, override = NEUTRAL_DIR }, { level = 2259696, override = NEUTRAL_DIR }, { level = 5784019, override = L2R }, { level = 102156, override = NEUTRAL_DIR }, { level = 25540, override = NEUTRAL_DIR }, { level = 15193093, override = (R2L | unknown: 4) }, { level = 2259632, override = NEUTRAL_DIR }, { level = 102016, override = NEUTRAL_DIR }, { level = 17434502, override = (R2L | unknown: 4) }, { level = 15193093, override = (R2L | unknown: 4) }, { level = 102160, override = NEUTRAL_DIR }, { level = 11733042, override = L2R }, { level = 11733042, override = L2R }, { level = 25540, override = NEUTRAL_DIR }, { level = 102160, override = NEUTRAL_DIR }, { level = 102160, override = NEUTRAL_DIR }, { level = 15193093, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2259840, override = NEUTRAL_DIR }, { level = 5786137, override = L2R }, { level = 11733042, override = L2R }, { level = 87, override = NEUTRAL_DIR }, { level = 2259784, override = NEUTRAL_DIR }, { level = 25540, override = NEUTRAL_DIR }, { level = 7280816, override = (R2L | unknown: 4) }}, string = { lstring = 0, s = 0x100b30832 <bss_sbrk_buffer+357970> "", schars = 1, bufpos = 4302168837, from_disp_str = false, unibyte = false }, w = 0x63c4, paragraph_dir = (unknown: 25540), separator_limit = 25537, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 15 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 25538 end_unchanged = 0 frame_line_height = 16 #12 0x000000010045465c in redisplay_window_1 (window=25777084597) at xdisp.c:14355 No locals. #13 0x00000001005d09a5 in internal_condition_case_1 (bfun=0x10045461d <redisplay_window_1>, arg=25777084597, handlers=4306682278, hfun=0x10045459a <redisplay_window_error>) at eval.c:1372 val = 4306700338 c = 0x600195600 #14 0x0000000100453789 in redisplay_internal () at xdisp.c:14001 mini_window = 25778898157 mini_frame = 0x228b20 w = 0x6006f18b0 sw = 0x6006f18b0 fr = 0x6008ac118 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 25452, bytepos = 25452 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 12 sf = 0x6008ac118 polling_stopped_here = 0 tail = 4306700338 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #15 0x0000000100453e7e in redisplay_preserve_echo_area (from_where=2) at xdisp.c:14184 No locals. #16 0x000000010041072a in Fredisplay (force=4306700338) at dispnew.c:5890 count = 12 #17 0x00000001005d4584 in Ffuncall (nargs=1, args=0x228d60) at eval.c:2812 fun = 4302016837 original_fun = 4307033858 funcar = 2264288 numargs = 0 lisp_numargs = 25784996869 val = 4306700338 internal_args = 0x228c90 i = 1 count = 11 #18 0x0000000100621404 in exec_byte_code (bytestr=4302168801, vector=4302168837, maxdepth=28, args_template=3076, nargs=1, args=0x2292b8) at bytecode.c:916 targets = {0x10062542f <exec_byte_code+20351>, 0x10062548a <exec_byte_code+20442>, 0x10062548c <exec_byte_code+20444>, 0x10062548e <exec_byte_code+20446>, 0x100625490 <exec_byte_code+20448>, 0x100625490 <exec_byte_code+20448>, 0x100625501 <exec_byte_code+20561>, 0x10062557c <exec_byte_code+20684>, 0x100620936 <exec_byte_code+1158>, 0x100620938 <exec_byte_code+1160>, 0x10062093a <exec_byte_code+1162>, 0x10062093c <exec_byte_code+1164>, 0x10062093e <exec_byte_code+1166>, 0x10062093e <exec_byte_code+1166>, 0x100620947 <exec_byte_code+1175>, 0x100620901 <exec_byte_code+1105>, 0x100620fa7 <exec_byte_code+2807>, 0x100620fa9 <exec_byte_code+2809>, 0x100620fab <exec_byte_code+2811>, 0x100620fad <exec_byte_code+2813>, 0x100620faf <exec_byte_code+2815>, 0x100620faf <exec_byte_code+2815>, 0x100620fed <exec_byte_code+2877>, 0x100620fb8 <exec_byte_code+2824>, 0x1006212f5 <exec_byte_code+3653>, 0x1006212f7 <exec_byte_code+3655>, 0x1006212f9 <exec_byte_code+3657>, 0x1006212fb <exec_byte_code+3659>, 0x1006212fd <exec_byte_code+3661>, 0x1006212fd <exec_byte_code+3661>, 0x1006212a6 <exec_byte_code+3574>, 0x1006212c0 <exec_byte_code+3600>, 0x1006213c5 <exec_byte_code+3861>, 0x1006213c7 <exec_byte_code+3863>, 0x1006213c9 <exec_byte_code+3865>, 0x1006213cb <exec_byte_code+3867>, 0x1006213cd <exec_byte_code+3869>, 0x1006213cd <exec_byte_code+3869>, 0x100621376 <exec_byte_code+3782>, 0x100621390 <exec_byte_code+3808>, 0x100621495 <exec_byte_code+4069>, 0x100621497 <exec_byte_code+4071>, 0x100621499 <exec_byte_code+4073>, 0x10062149b <exec_byte_code+4075>, 0x10062149d <exec_byte_code+4077>, 0x10062149d <exec_byte_code+4077>, 0x100621446 <exec_byte_code+3990>, 0x100621460 <exec_byte_code+4016>, 0x1006227d6 <exec_byte_code+8998>, 0x100622537 <exec_byte_code+8327>, 0x10062252b <exec_byte_code+8315>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100622a65 <exec_byte_code+9653>, 0x100622ba2 <exec_byte_code+9970>, 0x100622c0c <exec_byte_code+10076>, 0x100622c76 <exec_byte_code+10182>, 0x100622ce4 <exec_byte_code+10292>, 0x100620dbb <exec_byte_code+2315>, 0x100620e42 <exec_byte_code+2450>, 0x100622d67 <exec_byte_code+10423>, 0x100620cce <exec_byte_code+2078>, 0x100620eb9 <exec_byte_code+2569>, 0x100622dd8 <exec_byte_code+10536>, 0x100622e4f <exec_byte_code+10655>, 0x100622ea3 <exec_byte_code+10739>, 0x100622f1a <exec_byte_code+10858>, 0x100622f78 <exec_byte_code+10952>, 0x100623067 <exec_byte_code+11191>, 0x1006230bb <exec_byte_code+11275>, 0x100623132 <exec_byte_code+11394>, 0x1006231cf <exec_byte_code+11551>, 0x100623223 <exec_byte_code+11635>, 0x100623277 <exec_byte_code+11719>, 0x1006232ee <exec_byte_code+11838>, 0x100623365 <exec_byte_code+11957>, 0x1006233dc <exec_byte_code+12076>, 0x100623479 <exec_byte_code+12233>, 0x1006234d7 <exec_byte_code+12327>, 0x100623535 <exec_byte_code+12421>, 0x100623624 <exec_byte_code+12660>, 0x1006236c1 <exec_byte_code+12817>, 0x10062375e <exec_byte_code+12974>, 0x1006239f1 <exec_byte_code+13633>, 0x100623a6e <exec_byte_code+13758>, 0x100623aeb <exec_byte_code+13883>, 0x100623b68 <exec_byte_code+14008>, 0x100623be5 <exec_byte_code+14133>, 0x100623c43 <exec_byte_code+14227>, 0x100623ce4 <exec_byte_code+14388>, 0x100623d42 <exec_byte_code+14482>, 0x100623da0 <exec_byte_code+14576>, 0x100623dfe <exec_byte_code+14670>, 0x100623f31 <exec_byte_code+14977>, 0x100622387 <exec_byte_code+7895>, 0x100623fa2 <exec_byte_code+15090>, 0x100623ff6 <exec_byte_code+15174>, 0x1006240dd <exec_byte_code+15405>, 0x10062414e <exec_byte_code+15518>, 0x1006241bf <exec_byte_code+15631>, 0x100624213 <exec_byte_code+15715>, 0x100624270 <exec_byte_code+15808>, 0x1006242cd <exec_byte_code+15901>, 0x100624332 <exec_byte_code+16002>, 0x10062542f <exec_byte_code+20351>, 0x100624390 <exec_byte_code+16096>, 0x1006243df <exec_byte_code+16175>, 0x10062442e <exec_byte_code+16254>, 0x10062447d <exec_byte_code+16333>, 0x1006244cc <exec_byte_code+16412>, 0x10062451b <exec_byte_code+16491>, 0x100622387 <exec_byte_code+7895>, 0x10062542f <exec_byte_code+20351>, 0x10062456f <exec_byte_code+16575>, 0x1006245cd <exec_byte_code+16669>, 0x100624621 <exec_byte_code+16753>, 0x100624675 <exec_byte_code+16837>, 0x1006246ec <exec_byte_code+16956>, 0x100624763 <exec_byte_code+17075>, 0x1006247b7 <exec_byte_code+17159>, 0x100624901 <exec_byte_code+17489>, 0x100624978 <exec_byte_code+17608>, 0x1006249e9 <exec_byte_code+17721>, 0x100624a5a <exec_byte_code+17834>, 0x100624aa9 <exec_byte_code+17913>, 0x10062542f <exec_byte_code+20351>, 0x1006222a3 <exec_byte_code+7667>, 0x100621553 <exec_byte_code+4259>, 0x100620b41 <exec_byte_code+1681>, 0x1006216ad <exec_byte_code+4605>, 0x10062183a <exec_byte_code+5002>, 0x1006219bb <exec_byte_code+5387>, 0x100622217 <exec_byte_code+7527>, 0x100622263 <exec_byte_code+7603>, 0x100621244 <exec_byte_code+3476>, 0x10062233b <exec_byte_code+7819>, 0x1006223c4 <exec_byte_code+7956>, 0x10062245e <exec_byte_code+8110>, 0x1006224aa <exec_byte_code+8186>, 0x100622826 <exec_byte_code+9078>, 0x1006228b7 <exec_byte_code+9223>, 0x100622954 <exec_byte_code+9380>, 0x1006229d0 <exec_byte_code+9504>, 0x100621502 <exec_byte_code+4178>, 0x100624afd <exec_byte_code+17997>, 0x100624b8e <exec_byte_code+18142>, 0x100624be2 <exec_byte_code+18226>, 0x100624c36 <exec_byte_code+18310>, 0x100624c8a <exec_byte_code+18394>, 0x100624cde <exec_byte_code+18478>, 0x100624d4f <exec_byte_code+18591>, 0x100624dc0 <exec_byte_code+18704>, 0x100624e31 <exec_byte_code+18817>, 0x100624ea2 <exec_byte_code+18930>, 0x10062502a <exec_byte_code+19322>, 0x10062509b <exec_byte_code+19435>, 0x10062510c <exec_byte_code+19548>, 0x100625160 <exec_byte_code+19632>, 0x1006251d1 <exec_byte_code+19745>, 0x100625242 <exec_byte_code+19858>, 0x10062529e <exec_byte_code+19950>, 0x1006252fa <exec_byte_code+20042>, 0x100623e5c <exec_byte_code+14764>, 0x100623eba <exec_byte_code+14858>, 0x100625358 <exec_byte_code+20136>, 0x1006253c6 <exec_byte_code+20246>, 0x10062542f <exec_byte_code+20351>, 0x100621b3c <exec_byte_code+5772>, 0x100621c69 <exec_byte_code+6073>, 0x100621dd5 <exec_byte_code+6437>, 0x100621f41 <exec_byte_code+6801>, 0x1006220ac <exec_byte_code+7164>, 0x100622fd6 <exec_byte_code+11046>, 0x100623593 <exec_byte_code+12515>, 0x10062404c <exec_byte_code+15260>, 0x10062561e <exec_byte_code+20846>, 0x10062569c <exec_byte_code+20972>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100625741 <exec_byte_code+21137>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x1006257e6 <exec_byte_code+21302> <repeats 64 times>} count = 11 op = 0 vectorp = 0x1006de308 <pure+123496> stack = { pc = 0x100a097cc <pure+3446572> "\210\311\031\314\311\307\005#)\211?\206\\", byte_string = 4302168801, byte_string_start = 0x100a0978e <pure+3446510> "\001\247\203\022", next = 0x2292f0 } top = 0x228d60 result = 2265072 type = CONDITION_CASE #19 0x00000001005d4dfd in funcall_lambda (fun=4302168757, nargs=1, arg_vector=0x2292b0) at eval.c:2979 val = 4300332383 syms_left = 3076 next = 4302168752 lexenv = 4302168752 count = 11 i = 2265536 optional = false rest = false #20 0x00000001005d4799 in Ffuncall (nargs=2, args=0x2292a8) at eval.c:2861 fun = 4302168757 original_fun = 4310456322 funcar = 25539 numargs = 1 lisp_numargs = 25793087187 val = 4306757234 internal_args = 0x100b30832 <bss_sbrk_buffer+357970> i = 4300942473 count = 10 #21 0x0000000100621404 in exec_byte_code (bytestr=25785549153, vector=25778097997, maxdepth=8, args_template=4306700338, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062542f <exec_byte_code+20351>, 0x10062548a <exec_byte_code+20442>, 0x10062548c <exec_byte_code+20444>, 0x10062548e <exec_byte_code+20446>, 0x100625490 <exec_byte_code+20448>, 0x100625490 <exec_byte_code+20448>, 0x100625501 <exec_byte_code+20561>, 0x10062557c <exec_byte_code+20684>, 0x100620936 <exec_byte_code+1158>, 0x100620938 <exec_byte_code+1160>, 0x10062093a <exec_byte_code+1162>, 0x10062093c <exec_byte_code+1164>, 0x10062093e <exec_byte_code+1166>, 0x10062093e <exec_byte_code+1166>, 0x100620947 <exec_byte_code+1175>, 0x100620901 <exec_byte_code+1105>, 0x100620fa7 <exec_byte_code+2807>, 0x100620fa9 <exec_byte_code+2809>, 0x100620fab <exec_byte_code+2811>, 0x100620fad <exec_byte_code+2813>, 0x100620faf <exec_byte_code+2815>, 0x100620faf <exec_byte_code+2815>, 0x100620fed <exec_byte_code+2877>, 0x100620fb8 <exec_byte_code+2824>, 0x1006212f5 <exec_byte_code+3653>, 0x1006212f7 <exec_byte_code+3655>, 0x1006212f9 <exec_byte_code+3657>, 0x1006212fb <exec_byte_code+3659>, 0x1006212fd <exec_byte_code+3661>, 0x1006212fd <exec_byte_code+3661>, 0x1006212a6 <exec_byte_code+3574>, 0x1006212c0 <exec_byte_code+3600>, 0x1006213c5 <exec_byte_code+3861>, 0x1006213c7 <exec_byte_code+3863>, 0x1006213c9 <exec_byte_code+3865>, 0x1006213cb <exec_byte_code+3867>, 0x1006213cd <exec_byte_code+3869>, 0x1006213cd <exec_byte_code+3869>, 0x100621376 <exec_byte_code+3782>, 0x100621390 <exec_byte_code+3808>, 0x100621495 <exec_byte_code+4069>, 0x100621497 <exec_byte_code+4071>, 0x100621499 <exec_byte_code+4073>, 0x10062149b <exec_byte_code+4075>, 0x10062149d <exec_byte_code+4077>, 0x10062149d <exec_byte_code+4077>, 0x100621446 <exec_byte_code+3990>, 0x100621460 <exec_byte_code+4016>, 0x1006227d6 <exec_byte_code+8998>, 0x100622537 <exec_byte_code+8327>, 0x10062252b <exec_byte_code+8315>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100622a65 <exec_byte_code+9653>, 0x100622ba2 <exec_byte_code+9970>, 0x100622c0c <exec_byte_code+10076>, 0x100622c76 <exec_byte_code+10182>, 0x100622ce4 <exec_byte_code+10292>, 0x100620dbb <exec_byte_code+2315>, 0x100620e42 <exec_byte_code+2450>, 0x100622d67 <exec_byte_code+10423>, 0x100620cce <exec_byte_code+2078>, 0x100620eb9 <exec_byte_code+2569>, 0x100622dd8 <exec_byte_code+10536>, 0x100622e4f <exec_byte_code+10655>, 0x100622ea3 <exec_byte_code+10739>, 0x100622f1a <exec_byte_code+10858>, 0x100622f78 <exec_byte_code+10952>, 0x100623067 <exec_byte_code+11191>, 0x1006230bb <exec_byte_code+11275>, 0x100623132 <exec_byte_code+11394>, 0x1006231cf <exec_byte_code+11551>, 0x100623223 <exec_byte_code+11635>, 0x100623277 <exec_byte_code+11719>, 0x1006232ee <exec_byte_code+11838>, 0x100623365 <exec_byte_code+11957>, 0x1006233dc <exec_byte_code+12076>, 0x100623479 <exec_byte_code+12233>, 0x1006234d7 <exec_byte_code+12327>, 0x100623535 <exec_byte_code+12421>, 0x100623624 <exec_byte_code+12660>, 0x1006236c1 <exec_byte_code+12817>, 0x10062375e <exec_byte_code+12974>, 0x1006239f1 <exec_byte_code+13633>, 0x100623a6e <exec_byte_code+13758>, 0x100623aeb <exec_byte_code+13883>, 0x100623b68 <exec_byte_code+14008>, 0x100623be5 <exec_byte_code+14133>, 0x100623c43 <exec_byte_code+14227>, 0x100623ce4 <exec_byte_code+14388>, 0x100623d42 <exec_byte_code+14482>, 0x100623da0 <exec_byte_code+14576>, 0x100623dfe <exec_byte_code+14670>, 0x100623f31 <exec_byte_code+14977>, 0x100622387 <exec_byte_code+7895>, 0x100623fa2 <exec_byte_code+15090>, 0x100623ff6 <exec_byte_code+15174>, 0x1006240dd <exec_byte_code+15405>, 0x10062414e <exec_byte_code+15518>, 0x1006241bf <exec_byte_code+15631>, 0x100624213 <exec_byte_code+15715>, 0x100624270 <exec_byte_code+15808>, 0x1006242cd <exec_byte_code+15901>, 0x100624332 <exec_byte_code+16002>, 0x10062542f <exec_byte_code+20351>, 0x100624390 <exec_byte_code+16096>, 0x1006243df <exec_byte_code+16175>, 0x10062442e <exec_byte_code+16254>, 0x10062447d <exec_byte_code+16333>, 0x1006244cc <exec_byte_code+16412>, 0x10062451b <exec_byte_code+16491>, 0x100622387 <exec_byte_code+7895>, 0x10062542f <exec_byte_code+20351>, 0x10062456f <exec_byte_code+16575>, 0x1006245cd <exec_byte_code+16669>, 0x100624621 <exec_byte_code+16753>, 0x100624675 <exec_byte_code+16837>, 0x1006246ec <exec_byte_code+16956>, 0x100624763 <exec_byte_code+17075>, 0x1006247b7 <exec_byte_code+17159>, 0x100624901 <exec_byte_code+17489>, 0x100624978 <exec_byte_code+17608>, 0x1006249e9 <exec_byte_code+17721>, 0x100624a5a <exec_byte_code+17834>, 0x100624aa9 <exec_byte_code+17913>, 0x10062542f <exec_byte_code+20351>, 0x1006222a3 <exec_byte_code+7667>, 0x100621553 <exec_byte_code+4259>, 0x100620b41 <exec_byte_code+1681>, 0x1006216ad <exec_byte_code+4605>, 0x10062183a <exec_byte_code+5002>, 0x1006219bb <exec_byte_code+5387>, 0x100622217 <exec_byte_code+7527>, 0x100622263 <exec_byte_code+7603>, 0x100621244 <exec_byte_code+3476>, 0x10062233b <exec_byte_code+7819>, 0x1006223c4 <exec_byte_code+7956>, 0x10062245e <exec_byte_code+8110>, 0x1006224aa <exec_byte_code+8186>, 0x100622826 <exec_byte_code+9078>, 0x1006228b7 <exec_byte_code+9223>, 0x100622954 <exec_byte_code+9380>, 0x1006229d0 <exec_byte_code+9504>, 0x100621502 <exec_byte_code+4178>, 0x100624afd <exec_byte_code+17997>, 0x100624b8e <exec_byte_code+18142>, 0x100624be2 <exec_byte_code+18226>, 0x100624c36 <exec_byte_code+18310>, 0x100624c8a <exec_byte_code+18394>, 0x100624cde <exec_byte_code+18478>, 0x100624d4f <exec_byte_code+18591>, 0x100624dc0 <exec_byte_code+18704>, 0x100624e31 <exec_byte_code+18817>, 0x100624ea2 <exec_byte_code+18930>, 0x10062502a <exec_byte_code+19322>, 0x10062509b <exec_byte_code+19435>, 0x10062510c <exec_byte_code+19548>, 0x100625160 <exec_byte_code+19632>, 0x1006251d1 <exec_byte_code+19745>, 0x100625242 <exec_byte_code+19858>, 0x10062529e <exec_byte_code+19950>, 0x1006252fa <exec_byte_code+20042>, 0x100623e5c <exec_byte_code+14764>, 0x100623eba <exec_byte_code+14858>, 0x100625358 <exec_byte_code+20136>, 0x1006253c6 <exec_byte_code+20246>, 0x10062542f <exec_byte_code+20351>, 0x100621b3c <exec_byte_code+5772>, 0x100621c69 <exec_byte_code+6073>, 0x100621dd5 <exec_byte_code+6437>, 0x100621f41 <exec_byte_code+6801>, 0x1006220ac <exec_byte_code+7164>, 0x100622fd6 <exec_byte_code+11046>, 0x100623593 <exec_byte_code+12515>, 0x10062404c <exec_byte_code+15260>, 0x10062561e <exec_byte_code+20846>, 0x10062569c <exec_byte_code+20972>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100625741 <exec_byte_code+21137>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x1006257e6 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 1 vectorp = 0x6007e8f50 stack = { pc = 0x600fd0103 "\202k", byte_string = 25785549153, byte_string_start = 0x600fd00a0 "\306 \030dSeX\203\016", next = 0x229840 } top = 0x2292a8 result = 4306700338 type = (unknown: 6) #22 0x00000001005d5231 in funcall_lambda (fun=25778122757, nargs=0, arg_vector=0x6007e8f4d) at eval.c:3045 val = 4300332383 syms_left = 4306700338 next = 25778122752 lexenv = 4306700338 count = 9 i = 0 optional = false rest = false #23 0x00000001005d4799 in Ffuncall (nargs=1, args=0x2297e8) at eval.c:2861 fun = 25778122757 original_fun = 25785666306 funcar = 1409160 numargs = 0 lisp_numargs = 4315726048 val = 4306700338 internal_args = 0x3 i = 4306700338 count = 8 #24 0x0000000100621404 in exec_byte_code (bytestr=25785572257, vector=25778123493, maxdepth=16, args_template=4306700338, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062542f <exec_byte_code+20351>, 0x10062548a <exec_byte_code+20442>, 0x10062548c <exec_byte_code+20444>, 0x10062548e <exec_byte_code+20446>, 0x100625490 <exec_byte_code+20448>, 0x100625490 <exec_byte_code+20448>, 0x100625501 <exec_byte_code+20561>, 0x10062557c <exec_byte_code+20684>, 0x100620936 <exec_byte_code+1158>, 0x100620938 <exec_byte_code+1160>, 0x10062093a <exec_byte_code+1162>, 0x10062093c <exec_byte_code+1164>, 0x10062093e <exec_byte_code+1166>, 0x10062093e <exec_byte_code+1166>, 0x100620947 <exec_byte_code+1175>, 0x100620901 <exec_byte_code+1105>, 0x100620fa7 <exec_byte_code+2807>, 0x100620fa9 <exec_byte_code+2809>, 0x100620fab <exec_byte_code+2811>, 0x100620fad <exec_byte_code+2813>, 0x100620faf <exec_byte_code+2815>, 0x100620faf <exec_byte_code+2815>, 0x100620fed <exec_byte_code+2877>, 0x100620fb8 <exec_byte_code+2824>, 0x1006212f5 <exec_byte_code+3653>, 0x1006212f7 <exec_byte_code+3655>, 0x1006212f9 <exec_byte_code+3657>, 0x1006212fb <exec_byte_code+3659>, 0x1006212fd <exec_byte_code+3661>, 0x1006212fd <exec_byte_code+3661>, 0x1006212a6 <exec_byte_code+3574>, 0x1006212c0 <exec_byte_code+3600>, 0x1006213c5 <exec_byte_code+3861>, 0x1006213c7 <exec_byte_code+3863>, 0x1006213c9 <exec_byte_code+3865>, 0x1006213cb <exec_byte_code+3867>, 0x1006213cd <exec_byte_code+3869>, 0x1006213cd <exec_byte_code+3869>, 0x100621376 <exec_byte_code+3782>, 0x100621390 <exec_byte_code+3808>, 0x100621495 <exec_byte_code+4069>, 0x100621497 <exec_byte_code+4071>, 0x100621499 <exec_byte_code+4073>, 0x10062149b <exec_byte_code+4075>, 0x10062149d <exec_byte_code+4077>, 0x10062149d <exec_byte_code+4077>, 0x100621446 <exec_byte_code+3990>, 0x100621460 <exec_byte_code+4016>, 0x1006227d6 <exec_byte_code+8998>, 0x100622537 <exec_byte_code+8327>, 0x10062252b <exec_byte_code+8315>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100622a65 <exec_byte_code+9653>, 0x100622ba2 <exec_byte_code+9970>, 0x100622c0c <exec_byte_code+10076>, 0x100622c76 <exec_byte_code+10182>, 0x100622ce4 <exec_byte_code+10292>, 0x100620dbb <exec_byte_code+2315>, 0x100620e42 <exec_byte_code+2450>, 0x100622d67 <exec_byte_code+10423>, 0x100620cce <exec_byte_code+2078>, 0x100620eb9 <exec_byte_code+2569>, 0x100622dd8 <exec_byte_code+10536>, 0x100622e4f <exec_byte_code+10655>, 0x100622ea3 <exec_byte_code+10739>, 0x100622f1a <exec_byte_code+10858>, 0x100622f78 <exec_byte_code+10952>, 0x100623067 <exec_byte_code+11191>, 0x1006230bb <exec_byte_code+11275>, 0x100623132 <exec_byte_code+11394>, 0x1006231cf <exec_byte_code+11551>, 0x100623223 <exec_byte_code+11635>, 0x100623277 <exec_byte_code+11719>, 0x1006232ee <exec_byte_code+11838>, 0x100623365 <exec_byte_code+11957>, 0x1006233dc <exec_byte_code+12076>, 0x100623479 <exec_byte_code+12233>, 0x1006234d7 <exec_byte_code+12327>, 0x100623535 <exec_byte_code+12421>, 0x100623624 <exec_byte_code+12660>, 0x1006236c1 <exec_byte_code+12817>, 0x10062375e <exec_byte_code+12974>, 0x1006239f1 <exec_byte_code+13633>, 0x100623a6e <exec_byte_code+13758>, 0x100623aeb <exec_byte_code+13883>, 0x100623b68 <exec_byte_code+14008>, 0x100623be5 <exec_byte_code+14133>, 0x100623c43 <exec_byte_code+14227>, 0x100623ce4 <exec_byte_code+14388>, 0x100623d42 <exec_byte_code+14482>, 0x100623da0 <exec_byte_code+14576>, 0x100623dfe <exec_byte_code+14670>, 0x100623f31 <exec_byte_code+14977>, 0x100622387 <exec_byte_code+7895>, 0x100623fa2 <exec_byte_code+15090>, 0x100623ff6 <exec_byte_code+15174>, 0x1006240dd <exec_byte_code+15405>, 0x10062414e <exec_byte_code+15518>, 0x1006241bf <exec_byte_code+15631>, 0x100624213 <exec_byte_code+15715>, 0x100624270 <exec_byte_code+15808>, 0x1006242cd <exec_byte_code+15901>, 0x100624332 <exec_byte_code+16002>, 0x10062542f <exec_byte_code+20351>, 0x100624390 <exec_byte_code+16096>, 0x1006243df <exec_byte_code+16175>, 0x10062442e <exec_byte_code+16254>, 0x10062447d <exec_byte_code+16333>, 0x1006244cc <exec_byte_code+16412>, 0x10062451b <exec_byte_code+16491>, 0x100622387 <exec_byte_code+7895>, 0x10062542f <exec_byte_code+20351>, 0x10062456f <exec_byte_code+16575>, 0x1006245cd <exec_byte_code+16669>, 0x100624621 <exec_byte_code+16753>, 0x100624675 <exec_byte_code+16837>, 0x1006246ec <exec_byte_code+16956>, 0x100624763 <exec_byte_code+17075>, 0x1006247b7 <exec_byte_code+17159>, 0x100624901 <exec_byte_code+17489>, 0x100624978 <exec_byte_code+17608>, 0x1006249e9 <exec_byte_code+17721>, 0x100624a5a <exec_byte_code+17834>, 0x100624aa9 <exec_byte_code+17913>, 0x10062542f <exec_byte_code+20351>, 0x1006222a3 <exec_byte_code+7667>, 0x100621553 <exec_byte_code+4259>, 0x100620b41 <exec_byte_code+1681>, 0x1006216ad <exec_byte_code+4605>, 0x10062183a <exec_byte_code+5002>, 0x1006219bb <exec_byte_code+5387>, 0x100622217 <exec_byte_code+7527>, 0x100622263 <exec_byte_code+7603>, 0x100621244 <exec_byte_code+3476>, 0x10062233b <exec_byte_code+7819>, 0x1006223c4 <exec_byte_code+7956>, 0x10062245e <exec_byte_code+8110>, 0x1006224aa <exec_byte_code+8186>, 0x100622826 <exec_byte_code+9078>, 0x1006228b7 <exec_byte_code+9223>, 0x100622954 <exec_byte_code+9380>, 0x1006229d0 <exec_byte_code+9504>, 0x100621502 <exec_byte_code+4178>, 0x100624afd <exec_byte_code+17997>, 0x100624b8e <exec_byte_code+18142>, 0x100624be2 <exec_byte_code+18226>, 0x100624c36 <exec_byte_code+18310>, 0x100624c8a <exec_byte_code+18394>, 0x100624cde <exec_byte_code+18478>, 0x100624d4f <exec_byte_code+18591>, 0x100624dc0 <exec_byte_code+18704>, 0x100624e31 <exec_byte_code+18817>, 0x100624ea2 <exec_byte_code+18930>, 0x10062502a <exec_byte_code+19322>, 0x10062509b <exec_byte_code+19435>, 0x10062510c <exec_byte_code+19548>, 0x100625160 <exec_byte_code+19632>, 0x1006251d1 <exec_byte_code+19745>, 0x100625242 <exec_byte_code+19858>, 0x10062529e <exec_byte_code+19950>, 0x1006252fa <exec_byte_code+20042>, 0x100623e5c <exec_byte_code+14764>, 0x100623eba <exec_byte_code+14858>, 0x100625358 <exec_byte_code+20136>, 0x1006253c6 <exec_byte_code+20246>, 0x10062542f <exec_byte_code+20351>, 0x100621b3c <exec_byte_code+5772>, 0x100621c69 <exec_byte_code+6073>, 0x100621dd5 <exec_byte_code+6437>, 0x100621f41 <exec_byte_code+6801>, 0x1006220ac <exec_byte_code+7164>, 0x100622fd6 <exec_byte_code+11046>, 0x100623593 <exec_byte_code+12515>, 0x10062404c <exec_byte_code+15260>, 0x10062561e <exec_byte_code+20846>, 0x10062569c <exec_byte_code+20972>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100625741 <exec_byte_code+21137>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x1006257e6 <exec_byte_code+21302> <repeats 64 times>} count = 5 op = 0 vectorp = 0x6007ef2e8 stack = { pc = 0x600fd05d5 "\203#", byte_string = 25785572257, byte_string_start = 0x600fd05c0 "\306\030\t\306\032\033\307 \203\023", next = 0x229eb0 } top = 0x2297e8 result = 4306311328 type = CONDITION_CASE #25 0x0000000100620489 in Fbyte_code (bytestr=25785572257, vector=25778123493, maxdepth=16) at bytecode.c:482 No locals. #26 0x00000001005d2e48 in eval_sub (form=25785906806) at eval.c:2188 numargs = 12 args_left = 4306700338 i = 3 maxargs = 3 argvals = {25785572257, 25778123493, 16, 4301039663, 2293504, 32, 2268336, 4300332191} fun = 4305541797 val = 0 original_fun = 4307026690 original_args = 25785906790 funcar = 4300325961 gcpro1 = { next = 0x229d00, var = 0x10051dc9f <PSEUDOVECTORP+61>, nvars = 25784996864 } gcpro2 = { next = 0x0, var = 0x600e90d10, nvars = 2267424 } gcpro3 = { next = 0x600e90d10, var = 0x229c40, nvars = 3 } count = 4 #27 0x00000001005d066f in internal_lisp_condition_case (var=4306700338, bodyform=25785906806, handlers=25785907126) at eval.c:1317 val = 4306700338 c = 0x600084600 oldhandlerlist = 0x600084e00 clausenb = 1 #28 0x0000000100622912 in exec_byte_code (bytestr=25785572545, vector=25778123717, maxdepth=12, args_template=4306700338, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25785907126 body = 25785906806 targets = {0x10062542f <exec_byte_code+20351>, 0x10062548a <exec_byte_code+20442>, 0x10062548c <exec_byte_code+20444>, 0x10062548e <exec_byte_code+20446>, 0x100625490 <exec_byte_code+20448>, 0x100625490 <exec_byte_code+20448>, 0x100625501 <exec_byte_code+20561>, 0x10062557c <exec_byte_code+20684>, 0x100620936 <exec_byte_code+1158>, 0x100620938 <exec_byte_code+1160>, 0x10062093a <exec_byte_code+1162>, 0x10062093c <exec_byte_code+1164>, 0x10062093e <exec_byte_code+1166>, 0x10062093e <exec_byte_code+1166>, 0x100620947 <exec_byte_code+1175>, 0x100620901 <exec_byte_code+1105>, 0x100620fa7 <exec_byte_code+2807>, 0x100620fa9 <exec_byte_code+2809>, 0x100620fab <exec_byte_code+2811>, 0x100620fad <exec_byte_code+2813>, 0x100620faf <exec_byte_code+2815>, 0x100620faf <exec_byte_code+2815>, 0x100620fed <exec_byte_code+2877>, 0x100620fb8 <exec_byte_code+2824>, 0x1006212f5 <exec_byte_code+3653>, 0x1006212f7 <exec_byte_code+3655>, 0x1006212f9 <exec_byte_code+3657>, 0x1006212fb <exec_byte_code+3659>, 0x1006212fd <exec_byte_code+3661>, 0x1006212fd <exec_byte_code+3661>, 0x1006212a6 <exec_byte_code+3574>, 0x1006212c0 <exec_byte_code+3600>, 0x1006213c5 <exec_byte_code+3861>, 0x1006213c7 <exec_byte_code+3863>, 0x1006213c9 <exec_byte_code+3865>, 0x1006213cb <exec_byte_code+3867>, 0x1006213cd <exec_byte_code+3869>, 0x1006213cd <exec_byte_code+3869>, 0x100621376 <exec_byte_code+3782>, 0x100621390 <exec_byte_code+3808>, 0x100621495 <exec_byte_code+4069>, 0x100621497 <exec_byte_code+4071>, 0x100621499 <exec_byte_code+4073>, 0x10062149b <exec_byte_code+4075>, 0x10062149d <exec_byte_code+4077>, 0x10062149d <exec_byte_code+4077>, 0x100621446 <exec_byte_code+3990>, 0x100621460 <exec_byte_code+4016>, 0x1006227d6 <exec_byte_code+8998>, 0x100622537 <exec_byte_code+8327>, 0x10062252b <exec_byte_code+8315>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100622a65 <exec_byte_code+9653>, 0x100622ba2 <exec_byte_code+9970>, 0x100622c0c <exec_byte_code+10076>, 0x100622c76 <exec_byte_code+10182>, 0x100622ce4 <exec_byte_code+10292>, 0x100620dbb <exec_byte_code+2315>, 0x100620e42 <exec_byte_code+2450>, 0x100622d67 <exec_byte_code+10423>, 0x100620cce <exec_byte_code+2078>, 0x100620eb9 <exec_byte_code+2569>, 0x100622dd8 <exec_byte_code+10536>, 0x100622e4f <exec_byte_code+10655>, 0x100622ea3 <exec_byte_code+10739>, 0x100622f1a <exec_byte_code+10858>, 0x100622f78 <exec_byte_code+10952>, 0x100623067 <exec_byte_code+11191>, 0x1006230bb <exec_byte_code+11275>, 0x100623132 <exec_byte_code+11394>, 0x1006231cf <exec_byte_code+11551>, 0x100623223 <exec_byte_code+11635>, 0x100623277 <exec_byte_code+11719>, 0x1006232ee <exec_byte_code+11838>, 0x100623365 <exec_byte_code+11957>, 0x1006233dc <exec_byte_code+12076>, 0x100623479 <exec_byte_code+12233>, 0x1006234d7 <exec_byte_code+12327>, 0x100623535 <exec_byte_code+12421>, 0x100623624 <exec_byte_code+12660>, 0x1006236c1 <exec_byte_code+12817>, 0x10062375e <exec_byte_code+12974>, 0x1006239f1 <exec_byte_code+13633>, 0x100623a6e <exec_byte_code+13758>, 0x100623aeb <exec_byte_code+13883>, 0x100623b68 <exec_byte_code+14008>, 0x100623be5 <exec_byte_code+14133>, 0x100623c43 <exec_byte_code+14227>, 0x100623ce4 <exec_byte_code+14388>, 0x100623d42 <exec_byte_code+14482>, 0x100623da0 <exec_byte_code+14576>, 0x100623dfe <exec_byte_code+14670>, 0x100623f31 <exec_byte_code+14977>, 0x100622387 <exec_byte_code+7895>, 0x100623fa2 <exec_byte_code+15090>, 0x100623ff6 <exec_byte_code+15174>, 0x1006240dd <exec_byte_code+15405>, 0x10062414e <exec_byte_code+15518>, 0x1006241bf <exec_byte_code+15631>, 0x100624213 <exec_byte_code+15715>, 0x100624270 <exec_byte_code+15808>, 0x1006242cd <exec_byte_code+15901>, 0x100624332 <exec_byte_code+16002>, 0x10062542f <exec_byte_code+20351>, 0x100624390 <exec_byte_code+16096>, 0x1006243df <exec_byte_code+16175>, 0x10062442e <exec_byte_code+16254>, 0x10062447d <exec_byte_code+16333>, 0x1006244cc <exec_byte_code+16412>, 0x10062451b <exec_byte_code+16491>, 0x100622387 <exec_byte_code+7895>, 0x10062542f <exec_byte_code+20351>, 0x10062456f <exec_byte_code+16575>, 0x1006245cd <exec_byte_code+16669>, 0x100624621 <exec_byte_code+16753>, 0x100624675 <exec_byte_code+16837>, 0x1006246ec <exec_byte_code+16956>, 0x100624763 <exec_byte_code+17075>, 0x1006247b7 <exec_byte_code+17159>, 0x100624901 <exec_byte_code+17489>, 0x100624978 <exec_byte_code+17608>, 0x1006249e9 <exec_byte_code+17721>, 0x100624a5a <exec_byte_code+17834>, 0x100624aa9 <exec_byte_code+17913>, 0x10062542f <exec_byte_code+20351>, 0x1006222a3 <exec_byte_code+7667>, 0x100621553 <exec_byte_code+4259>, 0x100620b41 <exec_byte_code+1681>, 0x1006216ad <exec_byte_code+4605>, 0x10062183a <exec_byte_code+5002>, 0x1006219bb <exec_byte_code+5387>, 0x100622217 <exec_byte_code+7527>, 0x100622263 <exec_byte_code+7603>, 0x100621244 <exec_byte_code+3476>, 0x10062233b <exec_byte_code+7819>, 0x1006223c4 <exec_byte_code+7956>, 0x10062245e <exec_byte_code+8110>, 0x1006224aa <exec_byte_code+8186>, 0x100622826 <exec_byte_code+9078>, 0x1006228b7 <exec_byte_code+9223>, 0x100622954 <exec_byte_code+9380>, 0x1006229d0 <exec_byte_code+9504>, 0x100621502 <exec_byte_code+4178>, 0x100624afd <exec_byte_code+17997>, 0x100624b8e <exec_byte_code+18142>, 0x100624be2 <exec_byte_code+18226>, 0x100624c36 <exec_byte_code+18310>, 0x100624c8a <exec_byte_code+18394>, 0x100624cde <exec_byte_code+18478>, 0x100624d4f <exec_byte_code+18591>, 0x100624dc0 <exec_byte_code+18704>, 0x100624e31 <exec_byte_code+18817>, 0x100624ea2 <exec_byte_code+18930>, 0x10062502a <exec_byte_code+19322>, 0x10062509b <exec_byte_code+19435>, 0x10062510c <exec_byte_code+19548>, 0x100625160 <exec_byte_code+19632>, 0x1006251d1 <exec_byte_code+19745>, 0x100625242 <exec_byte_code+19858>, 0x10062529e <exec_byte_code+19950>, 0x1006252fa <exec_byte_code+20042>, 0x100623e5c <exec_byte_code+14764>, 0x100623eba <exec_byte_code+14858>, 0x100625358 <exec_byte_code+20136>, 0x1006253c6 <exec_byte_code+20246>, 0x10062542f <exec_byte_code+20351>, 0x100621b3c <exec_byte_code+5772>, 0x100621c69 <exec_byte_code+6073>, 0x100621dd5 <exec_byte_code+6437>, 0x100621f41 <exec_byte_code+6801>, 0x1006220ac <exec_byte_code+7164>, 0x100622fd6 <exec_byte_code+11046>, 0x100623593 <exec_byte_code+12515>, 0x10062404c <exec_byte_code+15260>, 0x10062561e <exec_byte_code+20846>, 0x10062569c <exec_byte_code+20972>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x100625741 <exec_byte_code+21137>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x10062542f <exec_byte_code+20351>, 0x1006257e6 <exec_byte_code+21302> <repeats 64 times>} count = 4 op = 143 vectorp = 0x6007ef3c8 stack = { pc = 0x600fd05b0 "\207", byte_string = 25785572545, byte_string_start = 0x600fd05a8 "\b\205\b", next = 0x0 } top = 0x229e68 result = 25779944975 type = (unknown: 6) #29 0x00000001005d5231 in funcall_lambda (fun=25778123757, nargs=0, arg_vector=0x6007ef3c5) at eval.c:3045 val = 4300332383 syms_left = 4306700338 next = 25778123752 lexenv = 4306700338 count = 4 i = 0 optional = false rest = false #30 0x00000001005d4799 in Ffuncall (nargs=1, args=0x22a3d0) at eval.c:2861 fun = 25778123757 original_fun = 25785667378 funcar = 4302963216 numargs = 0 lisp_numargs = 2 val = 25779944975 internal_args = 0x100b30832 <bss_sbrk_buffer+357970> i = 25778930304 count = 3 #31 0x00000001005d3e67 in call0 (fn=25785667378) at eval.c:2596 ret_ungc_val = 25779944975 gcpro1 = { next = 0x100acb3b0 <o_fwd>, var = 0x1005b0879 <XOBJFWD+38>, nvars = 2270176 } #32 0x0000000100527c67 in safe_run_hooks_1 () at keyboard.c:1875 No locals. #33 0x00000001005d0800 in internal_condition_case (bfun=0x100527bc1 <safe_run_hooks_1>, handlers=4306700386, hfun=0x100527c6d <safe_run_hooks_error>) at eval.c:1348 val = 25779944975 c = 0x600084e00 #34 0x0000000100528130 in safe_run_hook_funcall (nargs=1, args=0x22a570) at keyboard.c:1930 No locals. #35 0x00000001005d3d1b in run_hook_with_args (nargs=1, args=0x22a570, funcall=0x10052806f <safe_run_hook_funcall>) at eval.c:2548 global_vals = 4306700338 sym = 4306754114 val = 25787204150 ret = 4306700338 gcpro1 = { next = 0x100b7d002 <bss_sbrk_buffer+671266>, var = 0x100b3da42 <bss_sbrk_buffer+411746>, nvars = 4306700338 } gcpro2 = { next = 0x22a550, var = 0x1013cc060 <bss_sbrk_buffer+9383552>, nvars = 2270560 } gcpro3 = { next = 0x22a4d0, var = 0x10051dc16 <BUFFER_OBJFWDP+21>, nvars = 4306311856 } #36 0x0000000100528180 in safe_run_hooks (hook=25785667378) at keyboard.c:1947 count = 2 #37 0x0000000100526991 in command_loop_1 () at keyboard.c:1573 cmd = 4306753826 keybuf = {408, 4301078368, 4, 2270704, 0, 0, 4306758546, 25787592390, 4302045377, 4306700338, 2270880, 0, 4, 4306700338, 2270912, 4300363852, 4306758546, 25787592390, 4302045377, 4306700338, 4310424370, 0, 2270976, 4300363485, 25787592390, 2270880, 4307014592, 4306700338, 2271744, 2271968} i = 1 prev_modiff = 6718 prev_buffer = 0x600e7d400 already_adjusted = false #38 0x00000001005d0800 in internal_condition_case (bfun=0x100525f9f <command_loop_1>, handlers=4306766498, hfun=0x10052552a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #39 0x0000000100525b6d in command_loop_2 (ignore=4306700338) at keyboard.c:1177 val = 0 #40 0x00000001005cfb51 in internal_catch (tag=4306758594, func=0x100525b3b <command_loop_2>, arg=4306700338) at eval.c:1112 val = 4306700338 c = 0x60007f200 #41 0x0000000100525afc in command_loop () at keyboard.c:1156 No locals. #42 0x0000000100524f8b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #43 0x00000001005251bd in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306700338 #44 0x0000000100522e85 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\215\276\004\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "redisplay_internal (C function)" (0xad8c78) "redisplay" (0x228d68) "sit-for" (0x2292b0) "flyspell-check-word-p" (0x2297f0) "byte-code" (0x229c40) "flyspell-post-command-hook" (0x22a3d8) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-29 0:56 ` aidalgol @ 2014-09-29 6:23 ` Eli Zaretskii 2014-09-29 15:50 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-29 6:23 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Mon, 29 Sep 2014 13:56:39 +1300 > From: aidalgol@amuri.net > > And another backtrace, in the hopes that one will eventually provide > some additional information. Unfortunately, it doesn't. It's still the same STRONG_L type that somehow fails the test: > #1 0x00000001005b0095 in die (msg=0x100a27c08 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a27c00 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at alloc.c:6833 > No locals. > #2 0x00000001004f9d2e in bidi_check_type (type=STRONG_L) at bidi.c:329 > No locals. ^^^^^^^^^^^^^ Btw, what is the numerical value of STRONG_L in that build? Anyway, can you build your own Emacs? If so, I might suggest some simple changes to try to understand what is going on there. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-29 6:23 ` Eli Zaretskii @ 2014-09-29 15:50 ` Ken Brown 2014-09-29 17:00 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-09-29 15:50 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 9/29/2014 2:23 AM, Eli Zaretskii wrote: > Anyway, can you build your own Emacs? If so, I might suggest some > simple changes to try to understand what is going on there. He's mentioned earlier in the thread that he builds his own emacs, so please send your changes. I'll try them too since I've also hit this assertion violation, though not nearly as often as Aidan. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-29 15:50 ` Ken Brown @ 2014-09-29 17:00 ` Eli Zaretskii 2014-09-29 22:28 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-29 17:00 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Mon, 29 Sep 2014 11:50:51 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: 18438@debbugs.gnu.org > > On 9/29/2014 2:23 AM, Eli Zaretskii wrote: > > Anyway, can you build your own Emacs? If so, I might suggest some > > simple changes to try to understand what is going on there. > > He's mentioned earlier in the thread that he builds his own emacs Sorry for my failing memory. > so please send your changes. I'll try them too since I've also hit > this assertion violation, though not nearly as often as Aidan. Thanks. Let's start by replacing eassert with its equivalent. Please run with the change below for some time and see if the assertions still happen. (The purpose is to see whether small changes in the code have drastic effects on the problem. If they do, it will be hard to know whether some more serious change solves the problem or simply hides it.) === modified file 'src/bidi.c' --- src/bidi.c 2014-04-06 15:56:01 +0000 +++ src/bidi.c 2014-09-29 16:55:55 +0000 @@ -326,7 +326,8 @@ bidi_get_type (int ch, bidi_dir_t overri static void bidi_check_type (bidi_type_t type) { - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= NEUTRAL_ON))) + die ("UNKNOWN_BT <= type && type <= NEUTRAL_ON", __FILE__, __LINE__); } /* Given a bidi TYPE of a character, return its category. */ ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-29 17:00 ` Eli Zaretskii @ 2014-09-29 22:28 ` aidalgol 2014-09-30 15:24 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-09-29 22:28 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 520 bytes --] On Mon, 29 Sep 2014 20:00:16 +0300, Eli Zaretskii wrote: > > Let's start by replacing eassert with its equivalent. Please run > with > the change below for some time and see if the assertions still > happen. > > (The purpose is to see whether small changes in the code have drastic > effects on the problem. If they do, it will be hard to know whether > some more serious change solves the problem or simply hides it.) Yes, they're still happening; I just got one after running with the patch for only a few hours. [-- Attachment #2: emacs-6f07e0b-patched-bidi-01.backtrace --] [-- Type: text/plain, Size: 182803 bytes --] #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0135 in die (msg=0x100a28c08 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a28c00 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=330) at alloc.c:6833 No locals. #2 0x00000001004f9dce in bidi_check_type (type=STRONG_L) at bidi.c:330 No locals. #3 0x00000001004fa196 in bidi_remember_char (saved_info=0x2274c8, bidi_it=0x227468) at bidi.c:485 No locals. #4 0x00000001004feabc in bidi_level_of_next_char (bidi_it=0x227468) at bidi.c:2326 eob = 14922 type = UNKNOWN_BT level = 0 prev_level = -1 next_for_neutral = { bytepos = 1, charpos = 4300186072, type = 2237456, type_after_w1 = UNKNOWN_BT, orig_type = 2148292989 } next_char_pos = -2 #5 0x00000001004ff418 in bidi_move_to_visually_next (bidi_it=0x227468) at bidi.c:2615 old_level = 0 new_level = 0 next_level = 1 sentinel = { bytepos = 13641, charpos = 13641, ch = 119, 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 = 13640, charpos = 13640, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 13637, charpos = 13637, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 13640, charpos = 13640, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 13641, charpos = 13641, type = STRONG_L, 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 = 13752, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 2002106998, override = NEUTRAL_DIR }, { level = 2238016, override = NEUTRAL_DIR }, { level = 6830656, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = (R2L | unknown: 4) }, { level = 10975672, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2237844, override = NEUTRAL_DIR }, { level = 2237920, override = NEUTRAL_DIR }, { level = 2237904, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 6723897, override = L2R }, { level = 0, override = (L2R | unknown: 16388) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11737138, override = L2R }, { level = 13666, override = NEUTRAL_DIR }, { level = 13666, override = NEUTRAL_DIR }, { level = 14138, override = L2R }, { level = 2228498, override = NEUTRAL_DIR }, { level = 5365055, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = L2R }, { level = 11731034, override = L2R }, { level = 11737138, override = L2R }, { level = 1205968, override = (R2L | unknown: 4) }, { level = 90, override = NEUTRAL_DIR }, { level = 18283712, override = L2R }, { level = 5365311, override = NEUTRAL_DIR }, { level = 18283712, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2238080, override = NEUTRAL_DIR }, { level = 4706213, override = L2R }, { level = 18283712, override = L2R }, { level = 2238076, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10975672, override = L2R }, { level = 27827261, override = (R2L | unknown: 4) }, { level = 5365311, override = (R2L | unknown: 88) }, { level = 2238224, override = NEUTRAL_DIR }, { level = 4741727, override = L2R }, { level = 2255568, override = NEUTRAL_DIR }, { level = 2238166, override = NEUTRAL_DIR }, { level = 2238166, override = NEUTRAL_DIR }, { level = 6844845, override = L2R }, { level = 19, override = L2R }, { level = 119, override = NEUTRAL_DIR }, { level = 2238192, override = NEUTRAL_DIR }, { level = 5357929, override = L2R }, { level = 2238224, override = (unknown: 5898240) }, { level = 4445153, override = L2R }, { level = 12081341, override = L2R }, { level = 119, override = NEUTRAL_DIR }, { level = 8517632, override = (R2L | unknown: 4) }, { level = -4311696, override = (L2R | R2L | unknown: 1788) }, { level = 14922, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2238368, override = NEUTRAL_DIR }, { level = 4449393, override = L2R }}, string = { lstring = 4313238600, s = 0x600a3aa00 "r\032\263", schars = 7692286427255, bufpos = 13641, from_disp_str = false, unibyte = true }, w = 0x2225f0, paragraph_dir = (unknown: 18283712), separator_limit = 25780529664, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x222420, var = 0x10051de5f <SUB_CHAR_TABLE_P+26>, nvars = 4306704434 } #6 0x000000010043ee99 in set_iterator_to_next (it=0x226ad0, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #7 0x0000000100443f83 in move_it_in_display_line_to (it=0x226ad0, to_charpos=-1, to_x=-1, op=(unknown: 0)) at xdisp.c:8959 x = 136 i = 1 ascent = 12 descent = 4 result = MOVE_UNDEFINED saved_glyph_row = 0x602080000 wrap_it = { window = 2248672, w = 0x224fd4, f = 0x224fa0, method = 10970152, stop_charpos = 4294967297, prev_stop = 2248680, base_level_stop = 2248664, end_charpos = 2002106894, s = 0x100b31832 <bss_sbrk_buffer+357970> "", string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x1800c597d <memcpy+13>, dpend = 0xacf910, dpvec_char_len = 1, dpvec_face_id = 0, saved_face_id = 13752, ctl_chars = {1, 0, -1, 0, 0, 4315467329, 493921252665, 4313993312, 14922, 4297375744, 13633, 13633, 13625, 0, 4294967296, 2248944}, start = { pos = { charpos = 4300208106, bytepos = 4306704434 }, overlay_string_index = 2257921, string_pos = { charpos = 55180342, bytepos = 2248880 }, dpvec_index = 16777472 }, current = { pos = { charpos = 256, bytepos = 2249632 }, overlay_string_index = 0, string_pos = { charpos = 13624, bytepos = 13624 }, dpvec_index = 10 }, n_overlay_strings = 1, overlay_strings_charpos = 1, overlay_strings = {25769803782, 6, -4294967296, 13623, 13623, 25769803776, 6, 13621, 13621, 0, 0, 0, -1, 0, 0, 13624}, string_overlays = {13624, 98784247809, 23, 13612, 13612, 0, 0, 0, 0, -1, 4294967297, 13752, 0, 0, 8791781322885, 2249984}, string = 0, from_overlay = 2249768, stack = {{ string = 1, string_nchars = 2249632, end_charpos = 8791781320256, stop_charpos = 2249752, prev_stop = 0, base_level_stop = 2249688, cmp_it = { stop_pos = 0, id = 2249320, ch = 1853120876, rule_idx = 0, lookback = 1953261156, nglyphs = 2249788, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = -16872439 }, face_id = 53017768, u = { image = { object = 0, slice = { x = 0, y = 8791781004529, width = 39215712, height = 2192 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 39146408, bytepos = 2250432 }, current = { pos = { charpos = 8791781220491, bytepos = 2250432 }, overlay_string_index = 0, string_pos = { charpos = 2250432, bytepos = 39146376 }, dpvec_index = 39199168 }, from_overlay = 60, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 2250444), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2250288), voffset = 0, space_width = 1, font_height = 2249520 }, { string = 4300190997, string_nchars = 2258024, end_charpos = 25769803776, stop_charpos = 0, prev_stop = 2250640, base_level_stop = 2249664, cmp_it = { stop_pos = 4300197826, id = 2258024, ch = 60, rule_idx = 0, lookback = 65537, nglyphs = 0, reversed_p = false, charpos = 2250472, nchars = 39146376, nbytes = 0, from = 2250432, to = 0, width = 39146456 }, face_id = 6, u = { image = { object = 2251184, slice = { x = 0, y = 2250448, width = 39146456, height = 25770197004 }, image_id = 4295032832 }, comp = { object = 2251184 }, stretch = { object = 2251184 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 14922, bytepos = 1 }, overlay_string_index = 39146376, string_pos = { charpos = 4295098376, bytepos = 0 }, dpvec_index = 2251152 }, from_overlay = 4303228429, area = 2249984, method = GET_FROM_BUFFER, paragraph_embedding = (R2L | unknown: 4294967292), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 2250432), voffset = 0, space_width = 14922, font_height = 14922 }, { string = 14922, string_nchars = 2249920, end_charpos = 4299419499, stop_charpos = 25778321408, prev_stop = 13625, base_level_stop = 39146240, cmp_it = { stop_pos = 2251148, id = 8791780918656, ch = 2250432, rule_idx = 0, lookback = 2250640, nglyphs = 0, reversed_p = true, charpos = 0, nchars = -1, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = -1, u = { image = { object = 0, slice = { x = 0, y = 4294967295, width = 0, height = 14922 }, image_id = 2250080 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 4299405577, bytepos = 2255568 }, current = { pos = { charpos = 8787503087616, bytepos = 2250528 }, overlay_string_index = 4300328059, string_pos = { charpos = 2249824, bytepos = 7959093557954936832 }, dpvec_index = 1953261156 }, from_overlay = 4307074290, area = 7536640, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 55180342, string_nchars = 0, end_charpos = 53018356, stop_charpos = 0, prev_stop = 0, base_level_stop = 281479271677951, cmp_it = { stop_pos = 65535, id = 0, ch = 11737186, rule_idx = 0, lookback = 2250272, nglyphs = 5235687, reversed_p = true, charpos = 4294967318, nchars = 0, nbytes = 0, from = 1, to = 0, width = 2251296 }, face_id = 2251088, u = { image = { object = 0, slice = { x = 4305046453, y = 4303237473, width = 4305046445, height = 0 }, image_id = 2251128 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 39146376, bytepos = 241944242729167 }, current = { pos = { charpos = 39146456, bytepos = 2251168 }, overlay_string_index = 2251152, string_pos = { charpos = 2251184, bytepos = 1 }, dpvec_index = 2251148 }, from_overlay = 2, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 4278079008), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 39197920), voffset = 0, space_width = 39146432, font_height = 39199168 }, { string = 0, string_nchars = 2251168, end_charpos = 2251152, stop_charpos = 2250472, prev_stop = 2250528, base_level_stop = 2250552, cmp_it = { stop_pos = 584115552258, id = 2251184, ch = 2251152, rule_idx = 0, lookback = 2251148, nglyphs = -16872782, reversed_p = 254, charpos = 8791780917320, nchars = 0, nbytes = 0, from = 2, to = 1853120876, width = 1953261156 }, face_id = 96, u = { image = { object = 2250432, slice = { x = 2251200, y = 1, width = 0, height = 0 }, image_id = 0 }, comp = { object = 2250432 }, stretch = { object = 2250432 } }, position = { charpos = 1, bytepos = 0 }, current = { pos = { charpos = 2251168, bytepos = 4294967297 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 4294967297 }, dpvec_index = 1 }, from_overlay = 2251384, area = 2251200, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WORD_WRAP, voffset = 1, space_width = 0, font_height = 4307020946 }}, sp = -1, selective = 8791780917360, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = true, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = true, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 1, len = 24810582, cmp_it = { stop_pos = 25794614310, id = 25794641919, ch = 24772608, rule_idx = 6, lookback = 60141279330, nglyphs = 55180342, reversed_p = false, charpos = 14, nchars = 53017768, nbytes = 0, from = 1112888135, to = 0, width = 0 }, char_to_display = 55180343, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 53018356, slice = { x = 2272050, y = 0, width = 2251184, height = 4313251320 }, space_width = 2251152, voffset = -11023, tab_width = -261, font_height = 4313251320, object = 2251148, position = { charpos = 2251108, bytepos = 1 }, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = -17135017, last_visible_y = 2046, extra_line_spacing = 1, max_extra_line_spacing = 0, override_ascent = 1, override_descent = 0, override_boff = 1, glyph_row = 0x349e8e6, area = 2258888, nglyphs = 0, pixel_width = 2255384, ascent = 0, descent = 2251056, max_ascent = 0, max_descent = 4441179, phys_ascent = 1, phys_descent = 2255568, max_phys_ascent = 0, max_phys_descent = 2251832, current_x = 0, continuation_lines_width = 2250976, eol_pos = { charpos = 2251148, bytepos = 2272050 }, current_y = 0, first_vpos = 0, vpos = 13624, hpos = 0, left_user_fringe_bitmap = 13624, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 10, bidi_p = false, bidi_it = { bytepos = 1, charpos = 1, ch = 6, nchars = 6, ch_len = -4294967296, type = 13623, type_after_w1 = UNKNOWN_BT, orig_type = 13623, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 6, prev = { bytepos = 6, charpos = 13621, type = 13621, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = 4294967295, type_after_w1 = 4294967295, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 13624, type = 13624, type_after_w1 = UNKNOWN_BT, orig_type = STRONG_L }, prev_for_neutral = { bytepos = 23, charpos = 13612, type = 13612, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 4294967295 }, next_en_pos = 4294967297, next_en_type = 13752, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 61 times>, { level = 11737138, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }}, string = { lstring = 0, s = 0x0, schars = 25780773928, bufpos = 1, from_disp_str = false, unibyte = false }, w = 0x8, paragraph_dir = NEUTRAL_DIR, separator_limit = 2258888, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = (unknown: 2252000) } atpos_it = { window = 2245264, w = 0x10051c211 <XSUB_CHAR_TABLE+38>, f = 0x101052005 <bss_sbrk_buffer+5733925>, method = 14, stop_charpos = 0, prev_stop = 0, base_level_stop = 2245328, end_charpos = 4300328416, s = 0x101052005 <bss_sbrk_buffer+5733925> "", string_nchars = 4300192754, redisplay_end_trigger_charpos = 4306704434, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x58, dpvec = 0x101102c48 <bss_sbrk_buffer+6457960>, dpend = 0x224300, dpvec_char_len = 5361258, dpvec_face_id = 1, saved_face_id = 17837133, ctl_chars = {32, 0, 4294967296, 2245440, 4300184868, 4312804429, 32, 14922, 137438953472, 2258280, 94491538800, 2245584, 4300199868, 22, 0, 2258280}, start = { pos = { charpos = 2258288, bytepos = 2258808 }, overlay_string_index = 25780773928, string_pos = { charpos = 1, bytepos = 2258056 }, dpvec_index = 2258048 }, current = { pos = { charpos = 4300332575, bytepos = 25778321413 }, overlay_string_index = 6, string_pos = { charpos = 2245616, bytepos = 4300189462 }, dpvec_index = 0 }, n_overlay_strings = 137438953494, overlay_strings_charpos = 14922, overlay_strings = {2258880, 2245744, 4300200037, 4306704434, 4299325070, 0, 14336, 8589934591, 4294968321, 4294967295, 4294967306, 4312080389, 25769803790, 13502, 13502, 25780773933}, string_overlays = {25780773928, 4313238600, 0, 14359, 14348, 14348, 14922, 0, 0, 0, 1, 4312276040, 0, 0, 0, 19}, 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 = 13502 }, face_id = 13502, u = { image = { object = -1, slice = { x = -1, y = -1, width = 4294967295, height = 14349 }, image_id = 14349 }, comp = { object = -1 }, stretch = { object = -1 } }, position = { charpos = -1, bytepos = -1 }, current = { pos = { charpos = -1, bytepos = 4294967295 }, overlay_string_index = 0, string_pos = { charpos = 14348, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 4306704434, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 14922, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 2246688, to = 0, width = 5235687 }, face_id = 22, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 2247248 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 4300332351, bytepos = 4312080384 }, current = { pos = { charpos = 14, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 2247296, bytepos = 4312080384 }, dpvec_index = 2247296 }, from_overlay = 4300332639, area = 17113093, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (R2L | unknown: 12), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 4312080384, font_height = 2247344 }}, sp = -1, selective = 4312080389, what = 14, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 2247408, cmp_it = { stop_pos = 4300328416, id = 4312080389, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 88, nchars = 17837128, nbytes = 1, from = 2247456, to = 0, width = 5361258 }, char_to_display = 17837133, glyphless_method = GLYPHLESS_DISPLAY_EMPTY_BOX, image_id = 32, slice = { x = 0, y = 0, width = 2247520, height = 4300197885 }, space_width = 4312804429, voffset = 32, tab_width = 0, font_height = 14922, object = 0, position = { charpos = 0, bytepos = 94489280512 }, truncation_pixel_width = 19440, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 5236203, last_visible_y = 1, extra_line_spacing = 1, max_extra_line_spacing = 0, override_ascent = 1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = 0, ascent = 1, descent = 0, max_ascent = 0, max_descent = 1, phys_ascent = 1, phys_descent = 2244320, max_phys_ascent = 0, max_phys_descent = 20, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 536855, first_vpos = 6, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = { bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = WEAK_EN }, prev_for_neutral = { bytepos = 42949672960, charpos = 1, type = 14350, type_after_w1 = UNKNOWN_BT, orig_type = 4294967295 }, next_for_ws = { bytepos = 4294967294, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 2247952 }, next_en_pos = 4300332351, next_en_type = 8517632, ignore_bn_limit = 6, sor = (R2L | unknown: 8), scan_dir = 0, disp_pos = 0, disp_prop = 2248000, stack_idx = 0, level_stack = {{ level = 8517632, override = (R2L | unknown: 4) }, { level = 2248000, override = NEUTRAL_DIR }, { level = 5365279, override = L2R }, { level = 8517637, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 8517632, override = (R2L | unknown: 4) }, { level = 2248048, override = NEUTRAL_DIR }, { level = 5357929, override = L2R }, { level = 8517637, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 1024) }, { level = 11798120, override = (R2L | unknown: 4) }, { level = 13624, override = NEUTRAL_DIR }, { level = 2248112, override = NEUTRAL_DIR }, { level = 6542835, override = L2R }, { level = 8517632, override = (R2L | unknown: 4) }, { level = 11798120, override = (R2L | unknown: 4) }, { level = 115, override = NEUTRAL_DIR }, { level = 6, override = (unknown: 32) }, { level = -4311712, override = (L2R | R2L | unknown: 1788) }, { level = 8517637, override = (R2L | unknown: 4) }, { level = -4308976, override = (L2R | R2L | unknown: 1788) }, { level = -4310988, override = (L2R | R2L | unknown: 1788) }, { level = 1, override = NEUTRAL_DIR }, { level = 6, override = (unknown: 65536) }, { level = 0, override = NEUTRAL_DIR }, { level = 536856, override = (R2L | unknown: 4) }, { level = 2248304, override = NEUTRAL_DIR }, { level = 6558252, override = L2R }, { level = 2248240, override = NEUTRAL_DIR }, { level = 5365055, override = L2R }, { level = 17113088, override = L2R }, { level = 14, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 2248288, override = NEUTRAL_DIR }, { level = 17113088, override = L2R }, { level = 2248288, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 17113093, override = L2R }, { level = 14, override = L2R }, { level = 13910, override = NEUTRAL_DIR }, { level = 17113088, override = L2R }, { level = 2248336, override = NEUTRAL_DIR }, { level = 5358097, override = L2R }, { level = 17113093, override = L2R }, { level = 14, override = (R2L | unknown: 4) }, { level = 2248368, override = (unknown: 16777216) }, { level = 0, override = L2R }, { level = 2248400, override = NEUTRAL_DIR }, { level = 5361120, override = L2R }, { level = 17113093, override = L2R }, { level = 5225458, override = L2R }, { level = 11737138, override = L2R }, { level = 14922, override = NEUTRAL_DIR }, { level = 4, override = NEUTRAL_DIR }, { level = 17837128, override = L2R }, { level = 2248448, override = NEUTRAL_DIR }, { level = 5361258, override = L2R }, { level = 17837133, override = L2R }, { level = 115, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 1, override = L2R }, { level = 2248512, override = NEUTRAL_DIR }}, string = { lstring = 4300197885, s = 0x101102c4d <bss_sbrk_buffer+6457965> "", schars = 4294967411, bufpos = 14922, from_disp_str = false, unibyte = false }, w = 0x3a4a, paragraph_dir = (unknown: 2258880), separator_limit = 2248656, prev_was_pdf = true, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } atx_it = { window = 0, w = 0x0, f = 0x100b31832 <bss_sbrk_buffer+357970>, method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 25780773928, s = 0x1 <error: Cannot access memory at address 0x1>, string_nchars = 14294, redisplay_end_trigger_charpos = 8, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x227868, dpvec = 0x224398, dpend = 0x223660, dpvec_char_len = 4451009, dpvec_face_id = 1, saved_face_id = 104, ctl_chars = {34359738464, 0, 25803882496, 4294967296, 4294967400, 14348, 14349, 0, 0, 0, 0, 0, 4297223024, 4299431630, 1042, 2259048}, start = { pos = { charpos = 2245528, bytepos = 2242304 }, overlay_string_index = 4299444076, string_pos = { charpos = 2255728, bytepos = 14349 }, dpvec_index = -1 }, current = { pos = { charpos = 8, bytepos = 25780773933 }, overlay_string_index = 25780773928, string_pos = { charpos = 4313238600, bytepos = 0 }, dpvec_index = 14344 }, n_overlay_strings = 14308, overlay_strings_charpos = 14308, overlay_strings = {14922, 0, 0, 0, 1, 4312276040, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0}, string_overlays = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13502, 13502, -1, -1, -1, 4294967295}, string = 14336, from_overlay = 14336, stack = {{ string = -1, string_nchars = -1, end_charpos = -1, stop_charpos = 4294967295, prev_stop = 0, base_level_stop = 14308, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 4306704434, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = -1, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, space_width = 0, voffset = 0, tab_width = 0, font_height = 0, object = 0, position = { charpos = 0, bytepos = 0 }, truncation_pixel_width = 16032, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 5847700, last_visible_y = 1, extra_line_spacing = 536842, max_extra_line_spacing = 6, override_ascent = 0, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = 0, ascent = 10, descent = 2247616, max_ascent = 0, max_descent = 5917974, phys_ascent = 1, phys_descent = 2247536, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 536841, bidi_p = false, bidi_it = { bytepos = 14350, charpos = -1, ch = -2, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 32, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 11737138 }, last_strong = { bytepos = 4306704434, charpos = 4306704434, type = 11737138, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_neutral = { bytepos = 524288, charpos = 4306704434, type = 8517637, type_after_w1 = NEUTRAL_B, orig_type = 14336 }, prev_for_neutral = { bytepos = 14336, charpos = 8, type = 944, type_after_w1 = 1026, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 4294967295, charpos = 0, type = 34078720, type_after_w1 = NEUTRAL_B, orig_type = STRONG_L }, next_en_pos = 51539607560, next_en_type = WEAK_AN, ignore_bn_limit = 51539607556, sor = (unknown: 4), scan_dir = 12, disp_pos = 4, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 368, override = NEUTRAL_DIR }, { level = 23, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 1048576, override = NEUTRAL_DIR }, { level = 14336, override = NEUTRAL_DIR }, { level = 14336, override = NEUTRAL_DIR }, { level = 32, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 1, override = (R2L | unknown: 20) }, { level = 22, override = NEUTRAL_DIR }, { level = 0, override = (L2R | R2L | unknown: 4294967292) }, { level = 14335, override = NEUTRAL_DIR }, { level = 14335, override = NEUTRAL_DIR }, { level = 6, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 14333, override = NEUTRAL_DIR }, { level = 14333, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 14335, override = NEUTRAL_DIR }, { level = 14335, override = NEUTRAL_DIR }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 23, override = NEUTRAL_DIR }, { level = 14344, override = NEUTRAL_DIR }, { level = 14344, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 1, override = L2R }, { level = 14505, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR } <repeats 22 times>, { level = 2245168, override = NEUTRAL_DIR }, { level = 5365055, override = L2R }, { level = 17113088, override = L2R }}, string = { lstring = 14, s = 0x0, schars = 0, bufpos = 2245216, from_disp_str = false, unibyte = false }, w = 0x224260, paragraph_dir = (L2R | R2L | unknown: 5365340), separator_limit = 4312080389, prev_was_pdf = false, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } ppos_it = { window = 4312804429, w = 0x73, f = 0x0, method = GET_FROM_DISPLAY_VECTOR, stop_charpos = 2238656, prev_stop = 4300197885, base_level_stop = 4312804429, end_charpos = 4294967411, s = 0x3a4a <error: Cannot access memory at address 0x3a4a>, string_nchars = 498211881000, redisplay_end_trigger_charpos = 1042, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = true, avoid_cursor_p = true, dp = 0x222950, dpvec = 0x1004ff0c9 <bidi_level_of_next_char+1853>, dpend = 0x1, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 2238816, ctl_chars = {2238804, 2238752, 25780773928, 4294967297, 2238824, 2238808, 2002106894, 4306704434, 0, 0, 0, 0, 6443260285, 11335952, 1, 14505}, start = { pos = { charpos = 1, bytepos = 0 }, overlay_string_index = -1, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 20500033 }, current = { pos = { charpos = 493921253335, bytepos = 4313983456 }, overlay_string_index = 14922, string_pos = { charpos = 4297375744, bytepos = 14344 }, dpvec_index = 14344 }, n_overlay_strings = 14336, overlay_strings_charpos = 0, overlay_strings = {4294967296, 2239088, 4300208106, 4306704434, 2258177, 55180342, 2239024, 4311744768, 256, 2239776, 2240012, 14335, 14335, 10, 1, 1}, string_overlays = {25769803782, 6, -4294967296, 14334, 14334, 98784247808, 23, 14333, 14333, 0, 0, 0, -1, 0, 0, 14335}, string = 14335, from_overlay = 98784247809, stack = {{ string = 23, string_nchars = 14311, end_charpos = 14311, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = -1, ch = 1, rule_idx = 1, lookback = 14505, nglyphs = 0, reversed_p = false, charpos = 0, nchars = -16732027, nbytes = 2046, from = 2240128, to = 0, width = 0 }, face_id = 2239912, u = { image = { object = 1, slice = { x = 2239776, y = 8791781320256, width = 2239896, height = 0 }, image_id = 2239832 }, comp = { object = 1 }, stretch = { object = 1 } }, position = { charpos = 0, bytepos = 2239464 }, current = { pos = { charpos = 1853120876, bytepos = 1953261156 }, overlay_string_index = 2239932, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 8791781182473, area = 53017768, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 8791781004529, font_height = 39215712 }, { string = 2192, string_nchars = 0, end_charpos = 39146408, stop_charpos = 2240576, prev_stop = 8791781220491, base_level_stop = 2240576, cmp_it = { stop_pos = 0, id = 2240576, ch = 39146376, rule_idx = 0, lookback = 39199168, nglyphs = 60, reversed_p = false, charpos = 0, nchars = 39146408, nbytes = 0, from = 2240656, to = 0, width = -16834421 }, face_id = 2239664, u = { image = { object = 4300190997, slice = { x = 2258184, y = 0, width = 0, height = 2240784 }, image_id = 2239808 }, comp = { object = 4300190997 }, stretch = { object = 4300190997 } }, position = { charpos = 4300197826, bytepos = 2258184 }, current = { pos = { charpos = 60, bytepos = 65537 }, overlay_string_index = 0, string_pos = { charpos = 2240616, bytepos = 39146376 }, dpvec_index = 2240576 }, from_overlay = 39146456, area = 6, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 2241328), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 2240592, font_height = 39146456 }, { string = 25770197004, string_nchars = 65536, end_charpos = 0, stop_charpos = 0, prev_stop = 14922, base_level_stop = 1, cmp_it = { stop_pos = 39146376, id = 4295098376, ch = 0, rule_idx = 0, lookback = 2241296, nglyphs = 393228, reversed_p = 6, charpos = 2240128, nchars = -2, nbytes = -1, from = 2240576, to = 0, width = 14922 }, face_id = 14922, u = { image = { object = 1042, slice = { x = 2240064, y = 4299419499, width = 25778321408, height = 14336 }, image_id = 39146240 }, comp = { object = 1042 }, stretch = { object = 1042 } }, position = { charpos = 2241292, bytepos = 8791780918656 }, current = { pos = { charpos = 2240576, bytepos = 2240784 }, overlay_string_index = 4294967296, string_pos = { charpos = 0, bytepos = 8589934591 }, dpvec_index = 0 }, from_overlay = 0, area = ANY_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 4294967295, font_height = 0 }, { string = 1042, string_nchars = 2240224, end_charpos = 4299405577, stop_charpos = 2255728, prev_stop = 0, base_level_stop = 2240672, cmp_it = { stop_pos = 0, id = 2239968, ch = 65536, rule_idx = 1853120876, lookback = 1953261156, nglyphs = 2241376, reversed_p = false, charpos = 281479271612416, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 55180342, slice = { x = 0, y = 53018356, width = 0, height = 0 }, image_id = 281479271677951 }, comp = { object = 55180342 }, stretch = { object = 55180342 } }, position = { charpos = 65535, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 55180342, string_pos = { charpos = 0, bytepos = 53018356 }, dpvec_index = 0 }, from_overlay = 0, area = ANY_AREA, method = 65536, paragraph_embedding = (L2R | R2L | unknown: 2293756), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 2002106894, font_height = 4306704434 }, { string = 4305589760, string_nchars = 1, end_charpos = 0, stop_charpos = 241944242736719, prev_stop = 6443260285, base_level_stop = 2241312, cmp_it = { stop_pos = 2241296, id = 2241328, ch = 1, rule_idx = 0, lookback = 2241292, nglyphs = 2, reversed_p = false, charpos = 0, nchars = -16888288, nbytes = 2046, from = 39197920, to = 0, width = 6107866 }, face_id = 2241392, u = { image = { object = 0, slice = { x = 2241312, y = 2241296, width = 2240616, height = 2240672 }, image_id = 2240696 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 8787503087618, bytepos = 2241328 }, current = { pos = { charpos = 2241296, bytepos = 2241292 }, overlay_string_index = 0, string_pos = { charpos = 8791780917320, bytepos = 0 }, dpvec_index = 2 }, from_overlay = 1953261156, area = 96, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 2240576), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2241344), voffset = 0, space_width = 1, font_height = 0 }}, sp = 0, selective = 0, what = IT_COMPOSITION, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 2241312, c = 0, len = 1, cmp_it = { stop_pos = 0, id = 0, ch = 1, rule_idx = 1, lookback = 1, nglyphs = 0, reversed_p = false, charpos = 2241344, nchars = 0, nbytes = 0, from = 1, to = 1, width = 0 }, char_to_display = 1, glyphless_method = GLYPHLESS_DISPLAY_EMPTY_BOX, image_id = 4294967295, slice = { x = 8791780917360, y = 0, width = 39199280, height = 0 }, space_width = 2241424, voffset = 0, tab_width = 0, font_height = 4294967297, object = 0, position = { charpos = 0, bytepos = 25769803776 }, truncation_pixel_width = -32656, continuation_pixel_width = -262, first_visible_x = 2046, last_visible_x = 0, last_visible_y = 0, extra_line_spacing = 39239184, max_extra_line_spacing = 0, override_ascent = 0, override_descent = 0, override_boff = 1, glyph_row = 0x1005b2d8d <Fset+46>, area = 2272050, nglyphs = 0, pixel_width = 0, ascent = 0, descent = 2241328, max_ascent = 0, max_descent = 18284024, phys_ascent = 1, phys_descent = 2241296, max_phys_ascent = 0, max_phys_descent = -17050383, current_x = 2046, continuation_lines_width = 18284024, eol_pos = { charpos = 2241292, bytepos = 2241252 }, current_y = 1, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 35415, right_user_fringe_bitmap = 65274, left_user_fringe_face_id = 2046, right_user_fringe_face_id = 1, bidi_p = false, bidi_it = { bytepos = 1, charpos = 2147483648001, ch = -17050383, nchars = 2259048, ch_len = 2245528, type = 2241200, type_after_w1 = UNKNOWN_BT, orig_type = 4441179, resolved_level = 1, invalid_levels = 2255728, invalid_rl_levels = 0, prev = { bytepos = 2241976, charpos = 2241120, type = 2241292, type_after_w1 = UNKNOWN_BT, orig_type = 2272050 }, last_strong = { bytepos = 0, charpos = 14335, type = 14335, type_after_w1 = UNKNOWN_BT, orig_type = RLE }, next_for_neutral = { bytepos = 1, charpos = 1, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, prev_for_neutral = { bytepos = -4294967296, charpos = 14334, type = 14334, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 23, charpos = 14333, type = 14333, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = -1, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 14335, stack_idx = 0, level_stack = {{ level = 14335, override = NEUTRAL_DIR }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 23, override = NEUTRAL_DIR }, { level = 14311, override = NEUTRAL_DIR }, { level = 14311, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 1, override = L2R }, { level = 14505, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR } <repeats 52 times>}, string = { lstring = 0, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x0, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = NEUTRAL_DIR } wrap_data = 0x0 atpos_data = 0x0 atx_data = 0x0 ppos_data = 0x0 may_wrap = 0 prev_method = GET_FROM_BUFFER closest_pos = 14922 prev_pos = 13641 saw_smaller_pos = 0 #8 0x0000000100444f6c in move_it_to (it=0x226ad0, to_charpos=-1, to_x=0, to_y=368, to_vpos=-1, op=3) at xdisp.c:9200 it_backup = { window = 25780773933, w = 0x600a76428, f = 0x10116cc48 <bss_sbrk_buffer+6892136>, method = GET_FROM_BUFFER, stop_charpos = 13633, prev_stop = 13596, base_level_stop = 13596, end_charpos = 14922, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929576>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 19, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 13502, bytepos = 13502 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 13625, bytepos = 13625 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 13596, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 13666, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 8, font_height = 4306704434, object = 25778321413, position = { charpos = 13625, bytepos = 13625 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x602080000, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 48, first_vpos = 0, vpos = 3, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 13625, charpos = 13625, 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 = 13624, charpos = 13624, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 13621, charpos = 13621, 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 = 13624, charpos = 13624, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, next_for_ws = { bytepos = 13633, charpos = 13633, type = STRONG_L, 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 = 13752, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x600a76428, paragraph_dir = L2R, separator_limit = 13624, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } skip = MOVE_X_REACHED skip2 = MOVE_NEWLINE_OR_CR line_height = 16 line_start_x = 0 reached = 0 max_current_x = 568 backup_data = 0x0 #9 0x000000010040dfab in buffer_posn_from_coords (w=0x600a76428, x=0x2278c4, y=0x2278c0, pos=0x227890, object=0x2278d8, dx=0x2278d4, dy=0x2278d0, width=0x2278cc, height=0x2278c8) at dispnew.c:5126 it = { window = 25780773933, w = 0x600a76428, f = 0x10116cc48 <bss_sbrk_buffer+6892136>, method = GET_FROM_BUFFER, stop_charpos = 13675, prev_stop = 13638, base_level_stop = 13638, end_charpos = 14922, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929576>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 18, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 13502, bytepos = 13502 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 13641, bytepos = 13641 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 13638, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 119, len = 1, cmp_it = { stop_pos = 13666, 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 = 119, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 8, font_height = 4306704434, object = 25778321413, position = { charpos = 13641, bytepos = 13641 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 136, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 48, first_vpos = 0, vpos = 3, hpos = 17, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 13641, charpos = 13641, ch = 119, 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 = 13641, charpos = 13641, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, last_strong = { bytepos = 13641, charpos = 13641, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 13640, charpos = 13640, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 13641, charpos = 13641, type = STRONG_L, 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 = 13752, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x600a76428, paragraph_dir = L2R, separator_limit = 13624, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } old_current_buffer = 25778321413 startp = { charpos = 13502, bytepos = 13502 } string = 4300325225 row = 0x10051de1f <BUFFERP+26> img = 0x0 x0 = 104 x1 = 6 to_x = 1 it_vpos = 8517637 itdata = 0x0 #10 0x000000010053107d in make_lispy_position (f=0x10116cc48 <bss_sbrk_buffer+6892136>, x=4288, y=1472, t=0) at keyboard.c:5349 string2 = 4300332351 object2 = 4306704434 dy2 = 18271309 width2 = 1 height2 = 5365407 x2 = 104 p = { pos = { charpos = 4313238600, bytepos = 4294967299 }, overlay_string_index = 25780773493, string_pos = { charpos = 4294967300, bytepos = 2259184 }, dpvec_index = 18271304 } dx2 = 1 y2 = 368 w = 0x600a76428 width = -1 height = -1 string_info = 4306704434 textpos = -1 col = -1 dx = -1 wx = 112 row = -1 dy = -1 object = 4306704434 wy = 368 part = ON_TEXT posn = 4306704434 extra_info = 4306704434 xret = 104 yret = 368 window = 25780773933 #11 0x000000010053e085 in Fposn_at_x_y (x=4288, y=1472, frame_or_window=4313238605, whole=4306704434) at keyboard.c:10733 No locals. #12 0x000000010053e232 in Fposn_at_point (pos=4306704434, window=25780773933) at keyboard.c:10763 x = 416 y = 1472 tem = 25794249574 #13 0x00000001005d4649 in Ffuncall (nargs=1, args=0x227b38) at eval.c:2815 fun = 4302038605 original_fun = 4306761090 funcar = 4307023970 numargs = 0 lisp_numargs = 4294967297 val = 25797800902 internal_args = 0x227a80 i = 2 count = 21 #14 0x00000001006214a4 in exec_byte_code (bytestr=25772663425, vector=4313464605, maxdepth=24, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006254cf <exec_byte_code+20351>, 0x10062552a <exec_byte_code+20442>, 0x10062552c <exec_byte_code+20444>, 0x10062552e <exec_byte_code+20446>, 0x100625530 <exec_byte_code+20448>, 0x100625530 <exec_byte_code+20448>, 0x1006255a1 <exec_byte_code+20561>, 0x10062561c <exec_byte_code+20684>, 0x1006209d6 <exec_byte_code+1158>, 0x1006209d8 <exec_byte_code+1160>, 0x1006209da <exec_byte_code+1162>, 0x1006209dc <exec_byte_code+1164>, 0x1006209de <exec_byte_code+1166>, 0x1006209de <exec_byte_code+1166>, 0x1006209e7 <exec_byte_code+1175>, 0x1006209a1 <exec_byte_code+1105>, 0x100621047 <exec_byte_code+2807>, 0x100621049 <exec_byte_code+2809>, 0x10062104b <exec_byte_code+2811>, 0x10062104d <exec_byte_code+2813>, 0x10062104f <exec_byte_code+2815>, 0x10062104f <exec_byte_code+2815>, 0x10062108d <exec_byte_code+2877>, 0x100621058 <exec_byte_code+2824>, 0x100621395 <exec_byte_code+3653>, 0x100621397 <exec_byte_code+3655>, 0x100621399 <exec_byte_code+3657>, 0x10062139b <exec_byte_code+3659>, 0x10062139d <exec_byte_code+3661>, 0x10062139d <exec_byte_code+3661>, 0x100621346 <exec_byte_code+3574>, 0x100621360 <exec_byte_code+3600>, 0x100621465 <exec_byte_code+3861>, 0x100621467 <exec_byte_code+3863>, 0x100621469 <exec_byte_code+3865>, 0x10062146b <exec_byte_code+3867>, 0x10062146d <exec_byte_code+3869>, 0x10062146d <exec_byte_code+3869>, 0x100621416 <exec_byte_code+3782>, 0x100621430 <exec_byte_code+3808>, 0x100621535 <exec_byte_code+4069>, 0x100621537 <exec_byte_code+4071>, 0x100621539 <exec_byte_code+4073>, 0x10062153b <exec_byte_code+4075>, 0x10062153d <exec_byte_code+4077>, 0x10062153d <exec_byte_code+4077>, 0x1006214e6 <exec_byte_code+3990>, 0x100621500 <exec_byte_code+4016>, 0x100622876 <exec_byte_code+8998>, 0x1006225d7 <exec_byte_code+8327>, 0x1006225cb <exec_byte_code+8315>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100622b05 <exec_byte_code+9653>, 0x100622c42 <exec_byte_code+9970>, 0x100622cac <exec_byte_code+10076>, 0x100622d16 <exec_byte_code+10182>, 0x100622d84 <exec_byte_code+10292>, 0x100620e5b <exec_byte_code+2315>, 0x100620ee2 <exec_byte_code+2450>, 0x100622e07 <exec_byte_code+10423>, 0x100620d6e <exec_byte_code+2078>, 0x100620f59 <exec_byte_code+2569>, 0x100622e78 <exec_byte_code+10536>, 0x100622eef <exec_byte_code+10655>, 0x100622f43 <exec_byte_code+10739>, 0x100622fba <exec_byte_code+10858>, 0x100623018 <exec_byte_code+10952>, 0x100623107 <exec_byte_code+11191>, 0x10062315b <exec_byte_code+11275>, 0x1006231d2 <exec_byte_code+11394>, 0x10062326f <exec_byte_code+11551>, 0x1006232c3 <exec_byte_code+11635>, 0x100623317 <exec_byte_code+11719>, 0x10062338e <exec_byte_code+11838>, 0x100623405 <exec_byte_code+11957>, 0x10062347c <exec_byte_code+12076>, 0x100623519 <exec_byte_code+12233>, 0x100623577 <exec_byte_code+12327>, 0x1006235d5 <exec_byte_code+12421>, 0x1006236c4 <exec_byte_code+12660>, 0x100623761 <exec_byte_code+12817>, 0x1006237fe <exec_byte_code+12974>, 0x100623a91 <exec_byte_code+13633>, 0x100623b0e <exec_byte_code+13758>, 0x100623b8b <exec_byte_code+13883>, 0x100623c08 <exec_byte_code+14008>, 0x100623c85 <exec_byte_code+14133>, 0x100623ce3 <exec_byte_code+14227>, 0x100623d84 <exec_byte_code+14388>, 0x100623de2 <exec_byte_code+14482>, 0x100623e40 <exec_byte_code+14576>, 0x100623e9e <exec_byte_code+14670>, 0x100623fd1 <exec_byte_code+14977>, 0x100622427 <exec_byte_code+7895>, 0x100624042 <exec_byte_code+15090>, 0x100624096 <exec_byte_code+15174>, 0x10062417d <exec_byte_code+15405>, 0x1006241ee <exec_byte_code+15518>, 0x10062425f <exec_byte_code+15631>, 0x1006242b3 <exec_byte_code+15715>, 0x100624310 <exec_byte_code+15808>, 0x10062436d <exec_byte_code+15901>, 0x1006243d2 <exec_byte_code+16002>, 0x1006254cf <exec_byte_code+20351>, 0x100624430 <exec_byte_code+16096>, 0x10062447f <exec_byte_code+16175>, 0x1006244ce <exec_byte_code+16254>, 0x10062451d <exec_byte_code+16333>, 0x10062456c <exec_byte_code+16412>, 0x1006245bb <exec_byte_code+16491>, 0x100622427 <exec_byte_code+7895>, 0x1006254cf <exec_byte_code+20351>, 0x10062460f <exec_byte_code+16575>, 0x10062466d <exec_byte_code+16669>, 0x1006246c1 <exec_byte_code+16753>, 0x100624715 <exec_byte_code+16837>, 0x10062478c <exec_byte_code+16956>, 0x100624803 <exec_byte_code+17075>, 0x100624857 <exec_byte_code+17159>, 0x1006249a1 <exec_byte_code+17489>, 0x100624a18 <exec_byte_code+17608>, 0x100624a89 <exec_byte_code+17721>, 0x100624afa <exec_byte_code+17834>, 0x100624b49 <exec_byte_code+17913>, 0x1006254cf <exec_byte_code+20351>, 0x100622343 <exec_byte_code+7667>, 0x1006215f3 <exec_byte_code+4259>, 0x100620be1 <exec_byte_code+1681>, 0x10062174d <exec_byte_code+4605>, 0x1006218da <exec_byte_code+5002>, 0x100621a5b <exec_byte_code+5387>, 0x1006222b7 <exec_byte_code+7527>, 0x100622303 <exec_byte_code+7603>, 0x1006212e4 <exec_byte_code+3476>, 0x1006223db <exec_byte_code+7819>, 0x100622464 <exec_byte_code+7956>, 0x1006224fe <exec_byte_code+8110>, 0x10062254a <exec_byte_code+8186>, 0x1006228c6 <exec_byte_code+9078>, 0x100622957 <exec_byte_code+9223>, 0x1006229f4 <exec_byte_code+9380>, 0x100622a70 <exec_byte_code+9504>, 0x1006215a2 <exec_byte_code+4178>, 0x100624b9d <exec_byte_code+17997>, 0x100624c2e <exec_byte_code+18142>, 0x100624c82 <exec_byte_code+18226>, 0x100624cd6 <exec_byte_code+18310>, 0x100624d2a <exec_byte_code+18394>, 0x100624d7e <exec_byte_code+18478>, 0x100624def <exec_byte_code+18591>, 0x100624e60 <exec_byte_code+18704>, 0x100624ed1 <exec_byte_code+18817>, 0x100624f42 <exec_byte_code+18930>, 0x1006250ca <exec_byte_code+19322>, 0x10062513b <exec_byte_code+19435>, 0x1006251ac <exec_byte_code+19548>, 0x100625200 <exec_byte_code+19632>, 0x100625271 <exec_byte_code+19745>, 0x1006252e2 <exec_byte_code+19858>, 0x10062533e <exec_byte_code+19950>, 0x10062539a <exec_byte_code+20042>, 0x100623efc <exec_byte_code+14764>, 0x100623f5a <exec_byte_code+14858>, 0x1006253f8 <exec_byte_code+20136>, 0x100625466 <exec_byte_code+20246>, 0x1006254cf <exec_byte_code+20351>, 0x100621bdc <exec_byte_code+5772>, 0x100621d09 <exec_byte_code+6073>, 0x100621e75 <exec_byte_code+6437>, 0x100621fe1 <exec_byte_code+6801>, 0x10062214c <exec_byte_code+7164>, 0x100623076 <exec_byte_code+11046>, 0x100623633 <exec_byte_code+12515>, 0x1006240ec <exec_byte_code+15260>, 0x1006256be <exec_byte_code+20846>, 0x10062573c <exec_byte_code+20972>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006257e1 <exec_byte_code+21137>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100625886 <exec_byte_code+21302> <repeats 64 times>} count = 20 op = 0 vectorp = 0x1011a3f20 <bss_sbrk_buffer+7118144> stack = { pc = 0x60029f9d5 "\211\031\205\020", byte_string = 25772663425, byte_string_start = 0x60029f9d0 "\303 \030\301 \211\031\205\020", next = 0x2280e0 } top = 0x227b38 result = 2260432 type = CONDITION_CASE #15 0x00000001005d52d1 in funcall_lambda (fun=4313464677, nargs=0, arg_vector=0x1011a3f1d <bss_sbrk_buffer+7118141>) at eval.c:3045 val = 4300332543 syms_left = 4306704434 next = 4313464672 lexenv = 4306704434 count = 20 i = 0 optional = false rest = false #16 0x00000001005d4839 in Ffuncall (nargs=1, args=0x228098) at eval.c:2861 fun = 4313464677 original_fun = 25772653218 funcar = 2261040 numargs = 0 lisp_numargs = 4300328059 val = 0 internal_args = 0x1011c5d9d <bss_sbrk_buffer+7257021> i = 4300332351 count = 19 #17 0x00000001006214a4 in exec_byte_code (bytestr=25772666145, vector=4313603485, maxdepth=12, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006254cf <exec_byte_code+20351>, 0x10062552a <exec_byte_code+20442>, 0x10062552c <exec_byte_code+20444>, 0x10062552e <exec_byte_code+20446>, 0x100625530 <exec_byte_code+20448>, 0x100625530 <exec_byte_code+20448>, 0x1006255a1 <exec_byte_code+20561>, 0x10062561c <exec_byte_code+20684>, 0x1006209d6 <exec_byte_code+1158>, 0x1006209d8 <exec_byte_code+1160>, 0x1006209da <exec_byte_code+1162>, 0x1006209dc <exec_byte_code+1164>, 0x1006209de <exec_byte_code+1166>, 0x1006209de <exec_byte_code+1166>, 0x1006209e7 <exec_byte_code+1175>, 0x1006209a1 <exec_byte_code+1105>, 0x100621047 <exec_byte_code+2807>, 0x100621049 <exec_byte_code+2809>, 0x10062104b <exec_byte_code+2811>, 0x10062104d <exec_byte_code+2813>, 0x10062104f <exec_byte_code+2815>, 0x10062104f <exec_byte_code+2815>, 0x10062108d <exec_byte_code+2877>, 0x100621058 <exec_byte_code+2824>, 0x100621395 <exec_byte_code+3653>, 0x100621397 <exec_byte_code+3655>, 0x100621399 <exec_byte_code+3657>, 0x10062139b <exec_byte_code+3659>, 0x10062139d <exec_byte_code+3661>, 0x10062139d <exec_byte_code+3661>, 0x100621346 <exec_byte_code+3574>, 0x100621360 <exec_byte_code+3600>, 0x100621465 <exec_byte_code+3861>, 0x100621467 <exec_byte_code+3863>, 0x100621469 <exec_byte_code+3865>, 0x10062146b <exec_byte_code+3867>, 0x10062146d <exec_byte_code+3869>, 0x10062146d <exec_byte_code+3869>, 0x100621416 <exec_byte_code+3782>, 0x100621430 <exec_byte_code+3808>, 0x100621535 <exec_byte_code+4069>, 0x100621537 <exec_byte_code+4071>, 0x100621539 <exec_byte_code+4073>, 0x10062153b <exec_byte_code+4075>, 0x10062153d <exec_byte_code+4077>, 0x10062153d <exec_byte_code+4077>, 0x1006214e6 <exec_byte_code+3990>, 0x100621500 <exec_byte_code+4016>, 0x100622876 <exec_byte_code+8998>, 0x1006225d7 <exec_byte_code+8327>, 0x1006225cb <exec_byte_code+8315>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100622b05 <exec_byte_code+9653>, 0x100622c42 <exec_byte_code+9970>, 0x100622cac <exec_byte_code+10076>, 0x100622d16 <exec_byte_code+10182>, 0x100622d84 <exec_byte_code+10292>, 0x100620e5b <exec_byte_code+2315>, 0x100620ee2 <exec_byte_code+2450>, 0x100622e07 <exec_byte_code+10423>, 0x100620d6e <exec_byte_code+2078>, 0x100620f59 <exec_byte_code+2569>, 0x100622e78 <exec_byte_code+10536>, 0x100622eef <exec_byte_code+10655>, 0x100622f43 <exec_byte_code+10739>, 0x100622fba <exec_byte_code+10858>, 0x100623018 <exec_byte_code+10952>, 0x100623107 <exec_byte_code+11191>, 0x10062315b <exec_byte_code+11275>, 0x1006231d2 <exec_byte_code+11394>, 0x10062326f <exec_byte_code+11551>, 0x1006232c3 <exec_byte_code+11635>, 0x100623317 <exec_byte_code+11719>, 0x10062338e <exec_byte_code+11838>, 0x100623405 <exec_byte_code+11957>, 0x10062347c <exec_byte_code+12076>, 0x100623519 <exec_byte_code+12233>, 0x100623577 <exec_byte_code+12327>, 0x1006235d5 <exec_byte_code+12421>, 0x1006236c4 <exec_byte_code+12660>, 0x100623761 <exec_byte_code+12817>, 0x1006237fe <exec_byte_code+12974>, 0x100623a91 <exec_byte_code+13633>, 0x100623b0e <exec_byte_code+13758>, 0x100623b8b <exec_byte_code+13883>, 0x100623c08 <exec_byte_code+14008>, 0x100623c85 <exec_byte_code+14133>, 0x100623ce3 <exec_byte_code+14227>, 0x100623d84 <exec_byte_code+14388>, 0x100623de2 <exec_byte_code+14482>, 0x100623e40 <exec_byte_code+14576>, 0x100623e9e <exec_byte_code+14670>, 0x100623fd1 <exec_byte_code+14977>, 0x100622427 <exec_byte_code+7895>, 0x100624042 <exec_byte_code+15090>, 0x100624096 <exec_byte_code+15174>, 0x10062417d <exec_byte_code+15405>, 0x1006241ee <exec_byte_code+15518>, 0x10062425f <exec_byte_code+15631>, 0x1006242b3 <exec_byte_code+15715>, 0x100624310 <exec_byte_code+15808>, 0x10062436d <exec_byte_code+15901>, 0x1006243d2 <exec_byte_code+16002>, 0x1006254cf <exec_byte_code+20351>, 0x100624430 <exec_byte_code+16096>, 0x10062447f <exec_byte_code+16175>, 0x1006244ce <exec_byte_code+16254>, 0x10062451d <exec_byte_code+16333>, 0x10062456c <exec_byte_code+16412>, 0x1006245bb <exec_byte_code+16491>, 0x100622427 <exec_byte_code+7895>, 0x1006254cf <exec_byte_code+20351>, 0x10062460f <exec_byte_code+16575>, 0x10062466d <exec_byte_code+16669>, 0x1006246c1 <exec_byte_code+16753>, 0x100624715 <exec_byte_code+16837>, 0x10062478c <exec_byte_code+16956>, 0x100624803 <exec_byte_code+17075>, 0x100624857 <exec_byte_code+17159>, 0x1006249a1 <exec_byte_code+17489>, 0x100624a18 <exec_byte_code+17608>, 0x100624a89 <exec_byte_code+17721>, 0x100624afa <exec_byte_code+17834>, 0x100624b49 <exec_byte_code+17913>, 0x1006254cf <exec_byte_code+20351>, 0x100622343 <exec_byte_code+7667>, 0x1006215f3 <exec_byte_code+4259>, 0x100620be1 <exec_byte_code+1681>, 0x10062174d <exec_byte_code+4605>, 0x1006218da <exec_byte_code+5002>, 0x100621a5b <exec_byte_code+5387>, 0x1006222b7 <exec_byte_code+7527>, 0x100622303 <exec_byte_code+7603>, 0x1006212e4 <exec_byte_code+3476>, 0x1006223db <exec_byte_code+7819>, 0x100622464 <exec_byte_code+7956>, 0x1006224fe <exec_byte_code+8110>, 0x10062254a <exec_byte_code+8186>, 0x1006228c6 <exec_byte_code+9078>, 0x100622957 <exec_byte_code+9223>, 0x1006229f4 <exec_byte_code+9380>, 0x100622a70 <exec_byte_code+9504>, 0x1006215a2 <exec_byte_code+4178>, 0x100624b9d <exec_byte_code+17997>, 0x100624c2e <exec_byte_code+18142>, 0x100624c82 <exec_byte_code+18226>, 0x100624cd6 <exec_byte_code+18310>, 0x100624d2a <exec_byte_code+18394>, 0x100624d7e <exec_byte_code+18478>, 0x100624def <exec_byte_code+18591>, 0x100624e60 <exec_byte_code+18704>, 0x100624ed1 <exec_byte_code+18817>, 0x100624f42 <exec_byte_code+18930>, 0x1006250ca <exec_byte_code+19322>, 0x10062513b <exec_byte_code+19435>, 0x1006251ac <exec_byte_code+19548>, 0x100625200 <exec_byte_code+19632>, 0x100625271 <exec_byte_code+19745>, 0x1006252e2 <exec_byte_code+19858>, 0x10062533e <exec_byte_code+19950>, 0x10062539a <exec_byte_code+20042>, 0x100623efc <exec_byte_code+14764>, 0x100623f5a <exec_byte_code+14858>, 0x1006253f8 <exec_byte_code+20136>, 0x100625466 <exec_byte_code+20246>, 0x1006254cf <exec_byte_code+20351>, 0x100621bdc <exec_byte_code+5772>, 0x100621d09 <exec_byte_code+6073>, 0x100621e75 <exec_byte_code+6437>, 0x100621fe1 <exec_byte_code+6801>, 0x10062214c <exec_byte_code+7164>, 0x100623076 <exec_byte_code+11046>, 0x100623633 <exec_byte_code+12515>, 0x1006240ec <exec_byte_code+15260>, 0x1006256be <exec_byte_code+20846>, 0x10062573c <exec_byte_code+20972>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006257e1 <exec_byte_code+21137>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100625886 <exec_byte_code+21302> <repeats 64 times>} count = 15 op = 0 vectorp = 0x1011c5da0 <bss_sbrk_buffer+7257024> stack = { pc = 0x60029faac "\211\024\205R", byte_string = 25772666145, byte_string_start = 0x60029fa88 "\b@\031\bAA\032\306\307\303\"\033\307\034\v\204\024", next = 0x228620 } top = 0x228098 result = 4313238605 type = CONDITION_CASE #18 0x00000001005d52d1 in funcall_lambda (fun=4313603589, nargs=1, arg_vector=0x1011c5d9d <bss_sbrk_buffer+7257021>) at eval.c:3045 val = 4300332543 syms_left = 4306704434 next = 4306746610 lexenv = 4306704434 count = 14 i = 1 optional = false rest = false #19 0x00000001005d4839 in Ffuncall (nargs=2, args=0x2285d8) at eval.c:2861 fun = 4313603589 original_fun = 25772653362 funcar = 2262384 numargs = 1 lisp_numargs = 4300328059 val = 25797495350 internal_args = 0x1011c9cf5 <bss_sbrk_buffer+7273237> i = 4301693514 count = 13 #20 0x00000001006214a4 in exec_byte_code (bytestr=25772674753, vector=4313619701, maxdepth=12, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006254cf <exec_byte_code+20351>, 0x10062552a <exec_byte_code+20442>, 0x10062552c <exec_byte_code+20444>, 0x10062552e <exec_byte_code+20446>, 0x100625530 <exec_byte_code+20448>, 0x100625530 <exec_byte_code+20448>, 0x1006255a1 <exec_byte_code+20561>, 0x10062561c <exec_byte_code+20684>, 0x1006209d6 <exec_byte_code+1158>, 0x1006209d8 <exec_byte_code+1160>, 0x1006209da <exec_byte_code+1162>, 0x1006209dc <exec_byte_code+1164>, 0x1006209de <exec_byte_code+1166>, 0x1006209de <exec_byte_code+1166>, 0x1006209e7 <exec_byte_code+1175>, 0x1006209a1 <exec_byte_code+1105>, 0x100621047 <exec_byte_code+2807>, 0x100621049 <exec_byte_code+2809>, 0x10062104b <exec_byte_code+2811>, 0x10062104d <exec_byte_code+2813>, 0x10062104f <exec_byte_code+2815>, 0x10062104f <exec_byte_code+2815>, 0x10062108d <exec_byte_code+2877>, 0x100621058 <exec_byte_code+2824>, 0x100621395 <exec_byte_code+3653>, 0x100621397 <exec_byte_code+3655>, 0x100621399 <exec_byte_code+3657>, 0x10062139b <exec_byte_code+3659>, 0x10062139d <exec_byte_code+3661>, 0x10062139d <exec_byte_code+3661>, 0x100621346 <exec_byte_code+3574>, 0x100621360 <exec_byte_code+3600>, 0x100621465 <exec_byte_code+3861>, 0x100621467 <exec_byte_code+3863>, 0x100621469 <exec_byte_code+3865>, 0x10062146b <exec_byte_code+3867>, 0x10062146d <exec_byte_code+3869>, 0x10062146d <exec_byte_code+3869>, 0x100621416 <exec_byte_code+3782>, 0x100621430 <exec_byte_code+3808>, 0x100621535 <exec_byte_code+4069>, 0x100621537 <exec_byte_code+4071>, 0x100621539 <exec_byte_code+4073>, 0x10062153b <exec_byte_code+4075>, 0x10062153d <exec_byte_code+4077>, 0x10062153d <exec_byte_code+4077>, 0x1006214e6 <exec_byte_code+3990>, 0x100621500 <exec_byte_code+4016>, 0x100622876 <exec_byte_code+8998>, 0x1006225d7 <exec_byte_code+8327>, 0x1006225cb <exec_byte_code+8315>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100622b05 <exec_byte_code+9653>, 0x100622c42 <exec_byte_code+9970>, 0x100622cac <exec_byte_code+10076>, 0x100622d16 <exec_byte_code+10182>, 0x100622d84 <exec_byte_code+10292>, 0x100620e5b <exec_byte_code+2315>, 0x100620ee2 <exec_byte_code+2450>, 0x100622e07 <exec_byte_code+10423>, 0x100620d6e <exec_byte_code+2078>, 0x100620f59 <exec_byte_code+2569>, 0x100622e78 <exec_byte_code+10536>, 0x100622eef <exec_byte_code+10655>, 0x100622f43 <exec_byte_code+10739>, 0x100622fba <exec_byte_code+10858>, 0x100623018 <exec_byte_code+10952>, 0x100623107 <exec_byte_code+11191>, 0x10062315b <exec_byte_code+11275>, 0x1006231d2 <exec_byte_code+11394>, 0x10062326f <exec_byte_code+11551>, 0x1006232c3 <exec_byte_code+11635>, 0x100623317 <exec_byte_code+11719>, 0x10062338e <exec_byte_code+11838>, 0x100623405 <exec_byte_code+11957>, 0x10062347c <exec_byte_code+12076>, 0x100623519 <exec_byte_code+12233>, 0x100623577 <exec_byte_code+12327>, 0x1006235d5 <exec_byte_code+12421>, 0x1006236c4 <exec_byte_code+12660>, 0x100623761 <exec_byte_code+12817>, 0x1006237fe <exec_byte_code+12974>, 0x100623a91 <exec_byte_code+13633>, 0x100623b0e <exec_byte_code+13758>, 0x100623b8b <exec_byte_code+13883>, 0x100623c08 <exec_byte_code+14008>, 0x100623c85 <exec_byte_code+14133>, 0x100623ce3 <exec_byte_code+14227>, 0x100623d84 <exec_byte_code+14388>, 0x100623de2 <exec_byte_code+14482>, 0x100623e40 <exec_byte_code+14576>, 0x100623e9e <exec_byte_code+14670>, 0x100623fd1 <exec_byte_code+14977>, 0x100622427 <exec_byte_code+7895>, 0x100624042 <exec_byte_code+15090>, 0x100624096 <exec_byte_code+15174>, 0x10062417d <exec_byte_code+15405>, 0x1006241ee <exec_byte_code+15518>, 0x10062425f <exec_byte_code+15631>, 0x1006242b3 <exec_byte_code+15715>, 0x100624310 <exec_byte_code+15808>, 0x10062436d <exec_byte_code+15901>, 0x1006243d2 <exec_byte_code+16002>, 0x1006254cf <exec_byte_code+20351>, 0x100624430 <exec_byte_code+16096>, 0x10062447f <exec_byte_code+16175>, 0x1006244ce <exec_byte_code+16254>, 0x10062451d <exec_byte_code+16333>, 0x10062456c <exec_byte_code+16412>, 0x1006245bb <exec_byte_code+16491>, 0x100622427 <exec_byte_code+7895>, 0x1006254cf <exec_byte_code+20351>, 0x10062460f <exec_byte_code+16575>, 0x10062466d <exec_byte_code+16669>, 0x1006246c1 <exec_byte_code+16753>, 0x100624715 <exec_byte_code+16837>, 0x10062478c <exec_byte_code+16956>, 0x100624803 <exec_byte_code+17075>, 0x100624857 <exec_byte_code+17159>, 0x1006249a1 <exec_byte_code+17489>, 0x100624a18 <exec_byte_code+17608>, 0x100624a89 <exec_byte_code+17721>, 0x100624afa <exec_byte_code+17834>, 0x100624b49 <exec_byte_code+17913>, 0x1006254cf <exec_byte_code+20351>, 0x100622343 <exec_byte_code+7667>, 0x1006215f3 <exec_byte_code+4259>, 0x100620be1 <exec_byte_code+1681>, 0x10062174d <exec_byte_code+4605>, 0x1006218da <exec_byte_code+5002>, 0x100621a5b <exec_byte_code+5387>, 0x1006222b7 <exec_byte_code+7527>, 0x100622303 <exec_byte_code+7603>, 0x1006212e4 <exec_byte_code+3476>, 0x1006223db <exec_byte_code+7819>, 0x100622464 <exec_byte_code+7956>, 0x1006224fe <exec_byte_code+8110>, 0x10062254a <exec_byte_code+8186>, 0x1006228c6 <exec_byte_code+9078>, 0x100622957 <exec_byte_code+9223>, 0x1006229f4 <exec_byte_code+9380>, 0x100622a70 <exec_byte_code+9504>, 0x1006215a2 <exec_byte_code+4178>, 0x100624b9d <exec_byte_code+17997>, 0x100624c2e <exec_byte_code+18142>, 0x100624c82 <exec_byte_code+18226>, 0x100624cd6 <exec_byte_code+18310>, 0x100624d2a <exec_byte_code+18394>, 0x100624d7e <exec_byte_code+18478>, 0x100624def <exec_byte_code+18591>, 0x100624e60 <exec_byte_code+18704>, 0x100624ed1 <exec_byte_code+18817>, 0x100624f42 <exec_byte_code+18930>, 0x1006250ca <exec_byte_code+19322>, 0x10062513b <exec_byte_code+19435>, 0x1006251ac <exec_byte_code+19548>, 0x100625200 <exec_byte_code+19632>, 0x100625271 <exec_byte_code+19745>, 0x1006252e2 <exec_byte_code+19858>, 0x10062533e <exec_byte_code+19950>, 0x10062539a <exec_byte_code+20042>, 0x100623efc <exec_byte_code+14764>, 0x100623f5a <exec_byte_code+14858>, 0x1006253f8 <exec_byte_code+20136>, 0x100625466 <exec_byte_code+20246>, 0x1006254cf <exec_byte_code+20351>, 0x100621bdc <exec_byte_code+5772>, 0x100621d09 <exec_byte_code+6073>, 0x100621e75 <exec_byte_code+6437>, 0x100621fe1 <exec_byte_code+6801>, 0x10062214c <exec_byte_code+7164>, 0x100623076 <exec_byte_code+11046>, 0x100623633 <exec_byte_code+12515>, 0x1006240ec <exec_byte_code+15260>, 0x1006256be <exec_byte_code+20846>, 0x10062573c <exec_byte_code+20972>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006257e1 <exec_byte_code+21137>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100625886 <exec_byte_code+21302> <repeats 64 times>} count = 13 op = 1 vectorp = 0x1011c9cf8 <bss_sbrk_buffer+7273240> stack = { pc = 0x6002a04ff "\205&", byte_string = 25772674753, byte_string_start = 0x6002a04f0 "\b?\205&", next = 0x228cc0 } top = 0x2285d8 result = 18 type = CONDITION_CASE #21 0x00000001005d52d1 in funcall_lambda (fun=4313619781, nargs=0, arg_vector=0x1011c9cf5 <bss_sbrk_buffer+7273237>) at eval.c:3045 val = 4300332543 syms_left = 4306704434 next = 4313619776 lexenv = 4306704434 count = 13 i = 0 optional = false rest = false #22 0x00000001005d4839 in Ffuncall (nargs=1, args=0x228c70) at eval.c:2861 fun = 4313619781 original_fun = 25772669266 funcar = 2263888 numargs = 0 lisp_numargs = 2263884 val = 2264512 internal_args = 0x0 i = 0 count = 12 #23 0x00000001005d33a8 in Fapply (nargs=2, args=0x228c70) at eval.c:2294 i = 4294967306 numargs = 0 spread_arg = 4306704434 funcall_args = 0x0 fun = 25772669266 retval = 4305536949 gcpro1 = { next = 0x228b50, var = 0x100a147b0 <Sapply>, nvars = 2263888 } sa_count = 12 sa_must_free = false #24 0x00000001005d44dc in Ffuncall (nargs=3, args=0x228c68) at eval.c:2793 fun = 4305536949 original_fun = 4307020018 funcar = 2264096 numargs = 2 lisp_numargs = 4300952544 val = 2264112 internal_args = 0x3 i = 3 count = 11 #25 0x00000001006214a4 in exec_byte_code (bytestr=4303404857, vector=4303404909, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006254cf <exec_byte_code+20351>, 0x10062552a <exec_byte_code+20442>, 0x10062552c <exec_byte_code+20444>, 0x10062552e <exec_byte_code+20446>, 0x100625530 <exec_byte_code+20448>, 0x100625530 <exec_byte_code+20448>, 0x1006255a1 <exec_byte_code+20561>, 0x10062561c <exec_byte_code+20684>, 0x1006209d6 <exec_byte_code+1158>, 0x1006209d8 <exec_byte_code+1160>, 0x1006209da <exec_byte_code+1162>, 0x1006209dc <exec_byte_code+1164>, 0x1006209de <exec_byte_code+1166>, 0x1006209de <exec_byte_code+1166>, 0x1006209e7 <exec_byte_code+1175>, 0x1006209a1 <exec_byte_code+1105>, 0x100621047 <exec_byte_code+2807>, 0x100621049 <exec_byte_code+2809>, 0x10062104b <exec_byte_code+2811>, 0x10062104d <exec_byte_code+2813>, 0x10062104f <exec_byte_code+2815>, 0x10062104f <exec_byte_code+2815>, 0x10062108d <exec_byte_code+2877>, 0x100621058 <exec_byte_code+2824>, 0x100621395 <exec_byte_code+3653>, 0x100621397 <exec_byte_code+3655>, 0x100621399 <exec_byte_code+3657>, 0x10062139b <exec_byte_code+3659>, 0x10062139d <exec_byte_code+3661>, 0x10062139d <exec_byte_code+3661>, 0x100621346 <exec_byte_code+3574>, 0x100621360 <exec_byte_code+3600>, 0x100621465 <exec_byte_code+3861>, 0x100621467 <exec_byte_code+3863>, 0x100621469 <exec_byte_code+3865>, 0x10062146b <exec_byte_code+3867>, 0x10062146d <exec_byte_code+3869>, 0x10062146d <exec_byte_code+3869>, 0x100621416 <exec_byte_code+3782>, 0x100621430 <exec_byte_code+3808>, 0x100621535 <exec_byte_code+4069>, 0x100621537 <exec_byte_code+4071>, 0x100621539 <exec_byte_code+4073>, 0x10062153b <exec_byte_code+4075>, 0x10062153d <exec_byte_code+4077>, 0x10062153d <exec_byte_code+4077>, 0x1006214e6 <exec_byte_code+3990>, 0x100621500 <exec_byte_code+4016>, 0x100622876 <exec_byte_code+8998>, 0x1006225d7 <exec_byte_code+8327>, 0x1006225cb <exec_byte_code+8315>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100622b05 <exec_byte_code+9653>, 0x100622c42 <exec_byte_code+9970>, 0x100622cac <exec_byte_code+10076>, 0x100622d16 <exec_byte_code+10182>, 0x100622d84 <exec_byte_code+10292>, 0x100620e5b <exec_byte_code+2315>, 0x100620ee2 <exec_byte_code+2450>, 0x100622e07 <exec_byte_code+10423>, 0x100620d6e <exec_byte_code+2078>, 0x100620f59 <exec_byte_code+2569>, 0x100622e78 <exec_byte_code+10536>, 0x100622eef <exec_byte_code+10655>, 0x100622f43 <exec_byte_code+10739>, 0x100622fba <exec_byte_code+10858>, 0x100623018 <exec_byte_code+10952>, 0x100623107 <exec_byte_code+11191>, 0x10062315b <exec_byte_code+11275>, 0x1006231d2 <exec_byte_code+11394>, 0x10062326f <exec_byte_code+11551>, 0x1006232c3 <exec_byte_code+11635>, 0x100623317 <exec_byte_code+11719>, 0x10062338e <exec_byte_code+11838>, 0x100623405 <exec_byte_code+11957>, 0x10062347c <exec_byte_code+12076>, 0x100623519 <exec_byte_code+12233>, 0x100623577 <exec_byte_code+12327>, 0x1006235d5 <exec_byte_code+12421>, 0x1006236c4 <exec_byte_code+12660>, 0x100623761 <exec_byte_code+12817>, 0x1006237fe <exec_byte_code+12974>, 0x100623a91 <exec_byte_code+13633>, 0x100623b0e <exec_byte_code+13758>, 0x100623b8b <exec_byte_code+13883>, 0x100623c08 <exec_byte_code+14008>, 0x100623c85 <exec_byte_code+14133>, 0x100623ce3 <exec_byte_code+14227>, 0x100623d84 <exec_byte_code+14388>, 0x100623de2 <exec_byte_code+14482>, 0x100623e40 <exec_byte_code+14576>, 0x100623e9e <exec_byte_code+14670>, 0x100623fd1 <exec_byte_code+14977>, 0x100622427 <exec_byte_code+7895>, 0x100624042 <exec_byte_code+15090>, 0x100624096 <exec_byte_code+15174>, 0x10062417d <exec_byte_code+15405>, 0x1006241ee <exec_byte_code+15518>, 0x10062425f <exec_byte_code+15631>, 0x1006242b3 <exec_byte_code+15715>, 0x100624310 <exec_byte_code+15808>, 0x10062436d <exec_byte_code+15901>, 0x1006243d2 <exec_byte_code+16002>, 0x1006254cf <exec_byte_code+20351>, 0x100624430 <exec_byte_code+16096>, 0x10062447f <exec_byte_code+16175>, 0x1006244ce <exec_byte_code+16254>, 0x10062451d <exec_byte_code+16333>, 0x10062456c <exec_byte_code+16412>, 0x1006245bb <exec_byte_code+16491>, 0x100622427 <exec_byte_code+7895>, 0x1006254cf <exec_byte_code+20351>, 0x10062460f <exec_byte_code+16575>, 0x10062466d <exec_byte_code+16669>, 0x1006246c1 <exec_byte_code+16753>, 0x100624715 <exec_byte_code+16837>, 0x10062478c <exec_byte_code+16956>, 0x100624803 <exec_byte_code+17075>, 0x100624857 <exec_byte_code+17159>, 0x1006249a1 <exec_byte_code+17489>, 0x100624a18 <exec_byte_code+17608>, 0x100624a89 <exec_byte_code+17721>, 0x100624afa <exec_byte_code+17834>, 0x100624b49 <exec_byte_code+17913>, 0x1006254cf <exec_byte_code+20351>, 0x100622343 <exec_byte_code+7667>, 0x1006215f3 <exec_byte_code+4259>, 0x100620be1 <exec_byte_code+1681>, 0x10062174d <exec_byte_code+4605>, 0x1006218da <exec_byte_code+5002>, 0x100621a5b <exec_byte_code+5387>, 0x1006222b7 <exec_byte_code+7527>, 0x100622303 <exec_byte_code+7603>, 0x1006212e4 <exec_byte_code+3476>, 0x1006223db <exec_byte_code+7819>, 0x100622464 <exec_byte_code+7956>, 0x1006224fe <exec_byte_code+8110>, 0x10062254a <exec_byte_code+8186>, 0x1006228c6 <exec_byte_code+9078>, 0x100622957 <exec_byte_code+9223>, 0x1006229f4 <exec_byte_code+9380>, 0x100622a70 <exec_byte_code+9504>, 0x1006215a2 <exec_byte_code+4178>, 0x100624b9d <exec_byte_code+17997>, 0x100624c2e <exec_byte_code+18142>, 0x100624c82 <exec_byte_code+18226>, 0x100624cd6 <exec_byte_code+18310>, 0x100624d2a <exec_byte_code+18394>, 0x100624d7e <exec_byte_code+18478>, 0x100624def <exec_byte_code+18591>, 0x100624e60 <exec_byte_code+18704>, 0x100624ed1 <exec_byte_code+18817>, 0x100624f42 <exec_byte_code+18930>, 0x1006250ca <exec_byte_code+19322>, 0x10062513b <exec_byte_code+19435>, 0x1006251ac <exec_byte_code+19548>, 0x100625200 <exec_byte_code+19632>, 0x100625271 <exec_byte_code+19745>, 0x1006252e2 <exec_byte_code+19858>, 0x10062533e <exec_byte_code+19950>, 0x10062539a <exec_byte_code+20042>, 0x100623efc <exec_byte_code+14764>, 0x100623f5a <exec_byte_code+14858>, 0x1006253f8 <exec_byte_code+20136>, 0x100625466 <exec_byte_code+20246>, 0x1006254cf <exec_byte_code+20351>, 0x100621bdc <exec_byte_code+5772>, 0x100621d09 <exec_byte_code+6073>, 0x100621e75 <exec_byte_code+6437>, 0x100621fe1 <exec_byte_code+6801>, 0x10062214c <exec_byte_code+7164>, 0x100623076 <exec_byte_code+11046>, 0x100623633 <exec_byte_code+12515>, 0x1006240ec <exec_byte_code+15260>, 0x1006256be <exec_byte_code+20846>, 0x10062573c <exec_byte_code+20972>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006257e1 <exec_byte_code+21137>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100625886 <exec_byte_code+21302> <repeats 64 times>} count = 10 op = 2 vectorp = 0x10080bf70 <pure+1355472> stack = { pc = 0x10098ddb0 <pure+2936080> "\210)\301\207", byte_string = 4303404857, byte_string_start = 0x10098dda7 <pure+2936071> "r\301\b\302H\b\303H\"\210)\301\207", next = 0x229340 } top = 0x228c68 result = 2266256 type = CONDITION_CASE #26 0x0000000100620529 in Fbyte_code (bytestr=4303404857, vector=4303404909, maxdepth=16) at bytecode.c:482 No locals. #27 0x00000001005d2ee8 in eval_sub (form=4303404830) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {4303404857, 4303404909, 16, 6442738976, 2265424, 36, 2265392, 4300332351} fun = 4305545893 val = 4306704434 original_fun = 4307030786 original_args = 4303404846 funcar = 4306704434 gcpro1 = { next = 0x10136eb00 <bss_sbrk_buffer+8997152>, var = 0x100b31832 <bss_sbrk_buffer+357970>, nvars = 20 } gcpro2 = { next = 0xe, var = 0x10080b938 <pure+1353880>, nvars = 2264464 } gcpro3 = { next = 0x10080b938 <pure+1353880>, var = 0x2290c0, nvars = 3 } count = 9 #28 0x00000001005d070f in internal_lisp_condition_case (var=4311149762, bodyform=4303404830, handlers=4303404950) at eval.c:1317 val = 4306704434 c = 0x600084e00 oldhandlerlist = 0x600084000 clausenb = 1 #29 0x00000001006229b2 in exec_byte_code (bytestr=4303404561, vector=4303404597, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 4303404950 body = 4303404830 targets = {0x1006254cf <exec_byte_code+20351>, 0x10062552a <exec_byte_code+20442>, 0x10062552c <exec_byte_code+20444>, 0x10062552e <exec_byte_code+20446>, 0x100625530 <exec_byte_code+20448>, 0x100625530 <exec_byte_code+20448>, 0x1006255a1 <exec_byte_code+20561>, 0x10062561c <exec_byte_code+20684>, 0x1006209d6 <exec_byte_code+1158>, 0x1006209d8 <exec_byte_code+1160>, 0x1006209da <exec_byte_code+1162>, 0x1006209dc <exec_byte_code+1164>, 0x1006209de <exec_byte_code+1166>, 0x1006209de <exec_byte_code+1166>, 0x1006209e7 <exec_byte_code+1175>, 0x1006209a1 <exec_byte_code+1105>, 0x100621047 <exec_byte_code+2807>, 0x100621049 <exec_byte_code+2809>, 0x10062104b <exec_byte_code+2811>, 0x10062104d <exec_byte_code+2813>, 0x10062104f <exec_byte_code+2815>, 0x10062104f <exec_byte_code+2815>, 0x10062108d <exec_byte_code+2877>, 0x100621058 <exec_byte_code+2824>, 0x100621395 <exec_byte_code+3653>, 0x100621397 <exec_byte_code+3655>, 0x100621399 <exec_byte_code+3657>, 0x10062139b <exec_byte_code+3659>, 0x10062139d <exec_byte_code+3661>, 0x10062139d <exec_byte_code+3661>, 0x100621346 <exec_byte_code+3574>, 0x100621360 <exec_byte_code+3600>, 0x100621465 <exec_byte_code+3861>, 0x100621467 <exec_byte_code+3863>, 0x100621469 <exec_byte_code+3865>, 0x10062146b <exec_byte_code+3867>, 0x10062146d <exec_byte_code+3869>, 0x10062146d <exec_byte_code+3869>, 0x100621416 <exec_byte_code+3782>, 0x100621430 <exec_byte_code+3808>, 0x100621535 <exec_byte_code+4069>, 0x100621537 <exec_byte_code+4071>, 0x100621539 <exec_byte_code+4073>, 0x10062153b <exec_byte_code+4075>, 0x10062153d <exec_byte_code+4077>, 0x10062153d <exec_byte_code+4077>, 0x1006214e6 <exec_byte_code+3990>, 0x100621500 <exec_byte_code+4016>, 0x100622876 <exec_byte_code+8998>, 0x1006225d7 <exec_byte_code+8327>, 0x1006225cb <exec_byte_code+8315>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100622b05 <exec_byte_code+9653>, 0x100622c42 <exec_byte_code+9970>, 0x100622cac <exec_byte_code+10076>, 0x100622d16 <exec_byte_code+10182>, 0x100622d84 <exec_byte_code+10292>, 0x100620e5b <exec_byte_code+2315>, 0x100620ee2 <exec_byte_code+2450>, 0x100622e07 <exec_byte_code+10423>, 0x100620d6e <exec_byte_code+2078>, 0x100620f59 <exec_byte_code+2569>, 0x100622e78 <exec_byte_code+10536>, 0x100622eef <exec_byte_code+10655>, 0x100622f43 <exec_byte_code+10739>, 0x100622fba <exec_byte_code+10858>, 0x100623018 <exec_byte_code+10952>, 0x100623107 <exec_byte_code+11191>, 0x10062315b <exec_byte_code+11275>, 0x1006231d2 <exec_byte_code+11394>, 0x10062326f <exec_byte_code+11551>, 0x1006232c3 <exec_byte_code+11635>, 0x100623317 <exec_byte_code+11719>, 0x10062338e <exec_byte_code+11838>, 0x100623405 <exec_byte_code+11957>, 0x10062347c <exec_byte_code+12076>, 0x100623519 <exec_byte_code+12233>, 0x100623577 <exec_byte_code+12327>, 0x1006235d5 <exec_byte_code+12421>, 0x1006236c4 <exec_byte_code+12660>, 0x100623761 <exec_byte_code+12817>, 0x1006237fe <exec_byte_code+12974>, 0x100623a91 <exec_byte_code+13633>, 0x100623b0e <exec_byte_code+13758>, 0x100623b8b <exec_byte_code+13883>, 0x100623c08 <exec_byte_code+14008>, 0x100623c85 <exec_byte_code+14133>, 0x100623ce3 <exec_byte_code+14227>, 0x100623d84 <exec_byte_code+14388>, 0x100623de2 <exec_byte_code+14482>, 0x100623e40 <exec_byte_code+14576>, 0x100623e9e <exec_byte_code+14670>, 0x100623fd1 <exec_byte_code+14977>, 0x100622427 <exec_byte_code+7895>, 0x100624042 <exec_byte_code+15090>, 0x100624096 <exec_byte_code+15174>, 0x10062417d <exec_byte_code+15405>, 0x1006241ee <exec_byte_code+15518>, 0x10062425f <exec_byte_code+15631>, 0x1006242b3 <exec_byte_code+15715>, 0x100624310 <exec_byte_code+15808>, 0x10062436d <exec_byte_code+15901>, 0x1006243d2 <exec_byte_code+16002>, 0x1006254cf <exec_byte_code+20351>, 0x100624430 <exec_byte_code+16096>, 0x10062447f <exec_byte_code+16175>, 0x1006244ce <exec_byte_code+16254>, 0x10062451d <exec_byte_code+16333>, 0x10062456c <exec_byte_code+16412>, 0x1006245bb <exec_byte_code+16491>, 0x100622427 <exec_byte_code+7895>, 0x1006254cf <exec_byte_code+20351>, 0x10062460f <exec_byte_code+16575>, 0x10062466d <exec_byte_code+16669>, 0x1006246c1 <exec_byte_code+16753>, 0x100624715 <exec_byte_code+16837>, 0x10062478c <exec_byte_code+16956>, 0x100624803 <exec_byte_code+17075>, 0x100624857 <exec_byte_code+17159>, 0x1006249a1 <exec_byte_code+17489>, 0x100624a18 <exec_byte_code+17608>, 0x100624a89 <exec_byte_code+17721>, 0x100624afa <exec_byte_code+17834>, 0x100624b49 <exec_byte_code+17913>, 0x1006254cf <exec_byte_code+20351>, 0x100622343 <exec_byte_code+7667>, 0x1006215f3 <exec_byte_code+4259>, 0x100620be1 <exec_byte_code+1681>, 0x10062174d <exec_byte_code+4605>, 0x1006218da <exec_byte_code+5002>, 0x100621a5b <exec_byte_code+5387>, 0x1006222b7 <exec_byte_code+7527>, 0x100622303 <exec_byte_code+7603>, 0x1006212e4 <exec_byte_code+3476>, 0x1006223db <exec_byte_code+7819>, 0x100622464 <exec_byte_code+7956>, 0x1006224fe <exec_byte_code+8110>, 0x10062254a <exec_byte_code+8186>, 0x1006228c6 <exec_byte_code+9078>, 0x100622957 <exec_byte_code+9223>, 0x1006229f4 <exec_byte_code+9380>, 0x100622a70 <exec_byte_code+9504>, 0x1006215a2 <exec_byte_code+4178>, 0x100624b9d <exec_byte_code+17997>, 0x100624c2e <exec_byte_code+18142>, 0x100624c82 <exec_byte_code+18226>, 0x100624cd6 <exec_byte_code+18310>, 0x100624d2a <exec_byte_code+18394>, 0x100624d7e <exec_byte_code+18478>, 0x100624def <exec_byte_code+18591>, 0x100624e60 <exec_byte_code+18704>, 0x100624ed1 <exec_byte_code+18817>, 0x100624f42 <exec_byte_code+18930>, 0x1006250ca <exec_byte_code+19322>, 0x10062513b <exec_byte_code+19435>, 0x1006251ac <exec_byte_code+19548>, 0x100625200 <exec_byte_code+19632>, 0x100625271 <exec_byte_code+19745>, 0x1006252e2 <exec_byte_code+19858>, 0x10062533e <exec_byte_code+19950>, 0x10062539a <exec_byte_code+20042>, 0x100623efc <exec_byte_code+14764>, 0x100623f5a <exec_byte_code+14858>, 0x1006253f8 <exec_byte_code+20136>, 0x100625466 <exec_byte_code+20246>, 0x1006254cf <exec_byte_code+20351>, 0x100621bdc <exec_byte_code+5772>, 0x100621d09 <exec_byte_code+6073>, 0x100621e75 <exec_byte_code+6437>, 0x100621fe1 <exec_byte_code+6801>, 0x10062214c <exec_byte_code+7164>, 0x100623076 <exec_byte_code+11046>, 0x100623633 <exec_byte_code+12515>, 0x1006240ec <exec_byte_code+15260>, 0x1006256be <exec_byte_code+20846>, 0x10062573c <exec_byte_code+20972>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006257e1 <exec_byte_code+21137>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x1006254cf <exec_byte_code+20351>, 0x100625886 <exec_byte_code+21302> <repeats 64 times>} count = 6 op = 143 vectorp = 0x10080be38 <pure+1355160> stack = { pc = 0x10098de2f <pure+2936207> "\210\016\027\205\217", byte_string = 4303404561, byte_string_start = 0x10098ddb5 <pure+2936085> "\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x0 } top = 0x2292e8 result = 0 type = CONDITION_CASE #30 0x00000001005d52d1 in funcall_lambda (fun=4303404517, nargs=1, arg_vector=0x10080be35 <pure+1355157>) at eval.c:3045 val = 4300332543 syms_left = 4306704434 next = 4315343618 lexenv = 4306704434 count = 5 i = 1 optional = false rest = false #31 0x00000001005d4839 in Ffuncall (nargs=2, args=0x229830) at eval.c:2861 fun = 4303404517 original_fun = 4306757826 funcar = 4306315952 numargs = 1 lisp_numargs = 0 val = 4306315952 internal_args = 0x100b31832 <bss_sbrk_buffer+357970> i = 5 count = 4 #32 0x00000001005d3f4e in call1 (fn=4306757826, arg1=4313448365) at eval.c:2611 ret_ungc_val = 4306704434 gcpro1 = { next = 0x100b31832 <bss_sbrk_buffer+357970>, var = 0x100b7e000 <bss_sbrk_buffer+671264>, nvars = 2 } args = {4306757826, 4313448365} #33 0x000000010052f075 in timer_check_2 (timers=25796275270, idle_timers=25796275222) at keyboard.c:4514 count = 3 old_deactivate_mark = 4306704434 idle_timer_ripe = true timer = 4313521861 timer_time = { tv_sec = 1412029375, tv_nsec = 316376300 } timer_difference = { tv_sec = 25, tv_nsec = 264704200 } idle_timer_difference = { tv_sec = 0, tv_nsec = 0 } ripe = true idle_timer = 4313448365 idle_timer_time = { tv_sec = 0, tv_nsec = 100000000 } difference = { tv_sec = 0, tv_nsec = 0 } timer_ripe = false nexttime = { tv_sec = 0, tv_nsec = -1 } now = { tv_sec = 1412029350, tv_nsec = 51672100 } idleness_now = { tv_sec = 0, tv_nsec = 100000000 } chosen_timer = 4313448365 gcpro1 = { next = 0x100b31832 <bss_sbrk_buffer+357970>, var = 0x60193ec06, nvars = 25771159286 } #34 0x000000010052f20e in timer_check () at keyboard.c:4581 nexttime = { tv_sec = 4312231536, tv_nsec = 2267712 } timers = 25796275270 idle_timers = 25796275206 gcpro1 = { next = 0x4, var = 0x10116cc48 <bss_sbrk_buffer+6892136>, nvars = 2267824 } gcpro2 = { next = 0x10116cc4d <bss_sbrk_buffer+6892141>, var = 0x0, nvars = 0 } tem = 4306704434 #35 0x000000010052c91f in readable_events (flags=1) at keyboard.c:3447 No locals. #36 0x000000010053465d in get_input_pending (flags=1) at keyboard.c:6765 No locals. #37 0x000000010053c0fe in detect_input_pending_run_timers (do_display=true) at keyboard.c:9894 old_timers_run = 5431 #38 0x000000010062ef46 in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=4306704434, wait_proc=0x0, just_wait_proc=0) at process.c:4699 old_timers_run = 5431 old_buffer = 0x60081f800 old_window = 25780773933 leave = false timeout_reduced_for_timers = true channel = 1 nfds = 0 Available = { fds_bits = {10336} } Writeok = { fds_bits = {0} } check_write = true check_delay = 1 no_avail = false xerrno = 4 proc = 2268352 timeout = { tv_sec = 0, tv_nsec = 100000000 } end_time = { tv_sec = 1412029379, tv_nsec = 951672100 } wait_channel = -1 got_some_input = false count = 2 #39 0x000000010041063f in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5861 sec = 30 nsec = 0 do_display = true #40 0x000000010052a613 in read_char (commandflag=1, map=25794569686, prev_event=4306704434, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2809 tem0 = 25794569686 timeout = 30 delay_level = 4 buffer_size = 59 c = 4306704434 jmpcount = 2 local_getcjmp = {2268624, 4306704434, 2268616, 2268752, 25770085376, 2272050, 1, 0, 0, 2272050, 4300381482, 2286248, 0 <repeats 20 times>} save_jump = {2258816, 4306704482, 2258808, 2258944, 4306704434, 4306704434, 1, 0, 0, 2272050, 4300381482, 2286248, 0 <repeats 20 times>} tem = 2269632 save = 4300899883 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bd8f2 <Fget_pos_property+1296>, nvars = 57392 } gcpro2 = { next = 0x6019d32e6, var = 0x60081f805, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #41 0x000000010053a0ff in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x10116cc48 <bss_sbrk_buffer+6892136> key = 25778321408 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 2270560 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25794569686 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310990774, map = 4310990774, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310990790, map = 4310990790, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25778321413 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x60081f800 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x22a3f0, var = 0x10051dd3f <PSEUDOVECTORP+61>, nvars = 25778321408 } #42 0x0000000100526554 in command_loop_1 () at keyboard.c:1452 cmd = 4306757922 keybuf = {184, 4301078528, 4, 2270704, 0, 0, 4306762642, 25796429398, 4302049473, 4303002573, 2270880, 0, 4, 4306704434, 2270912, 4300364012, 4306762642, 25796429398, 4302049473, 4303002573, 4310428466, 0, 2270976, 4300363645, 25796429398, 2270880, 4307018688, 4306704434, 2271744, 2271968} i = 1 prev_modiff = 2549 prev_buffer = 0x60081f800 already_adjusted = false #43 0x00000001005d08a0 in internal_condition_case (bfun=0x10052603f <command_loop_1>, handlers=4306770594, hfun=0x1005255ca <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #44 0x0000000100525c0d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #45 0x00000001005cfbf1 in internal_catch (tag=4306762690, func=0x100525bdb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #46 0x0000000100525b9c in command_loop () at keyboard.c:1156 No locals. #47 0x000000010052502b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #48 0x000000010052525d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #49 0x0000000100522f25 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "posn-at-point" (0x227b40) "mouse-avoidance-point-position" (0x2280a0) "mouse-avoidance-too-close-p" (0x2285e0) "mouse-avoidance-fancy" (0x228c78) "apply" (0x228c70) "byte-code" (0x2290c0) "timer-event-handler" (0x229838) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-29 22:28 ` aidalgol @ 2014-09-30 15:24 ` Eli Zaretskii 2014-09-30 16:09 ` Ken Brown 2014-10-08 22:20 ` aidalgol 0 siblings, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-09-30 15:24 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Tue, 30 Sep 2014 11:28:35 +1300 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org>, Ken Brown <kbrown@cornell.edu> > > On Mon, 29 Sep 2014 20:00:16 +0300, Eli Zaretskii wrote: > > > > Let's start by replacing eassert with its equivalent. Please run > > with > > the change below for some time and see if the assertions still > > happen. > > > > (The purpose is to see whether small changes in the code have drastic > > effects on the problem. If they do, it will be hard to know whether > > some more serious change solves the problem or simply hides it.) > > Yes, they're still happening; I just got one after running with the > patch for only a few hours. OK, so far so good. How about the one below (which tries to reveal the face of the beast)? === modified file 'src/bidi.c' --- src/bidi.c 2014-04-06 15:56:01 +0000 +++ src/bidi.c 2014-09-30 15:21:28 +0000 @@ -326,7 +326,12 @@ bidi_get_type (int ch, bidi_dir_t overri static void bidi_check_type (bidi_type_t type) { - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= NEUTRAL_ON))) + { + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); + emacs_abort (); + } } /* Given a bidi TYPE of a character, return its category. */ ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 15:24 ` Eli Zaretskii @ 2014-09-30 16:09 ` Ken Brown 2014-09-30 16:27 ` Eli Zaretskii 2014-10-08 22:20 ` aidalgol 1 sibling, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-09-30 16:09 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 9/30/2014 11:24 AM, Eli Zaretskii wrote: > OK, so far so good. How about the one below (which tries to reveal > the face of the beast)? > > === modified file 'src/bidi.c' > --- src/bidi.c 2014-04-06 15:56:01 +0000 > +++ src/bidi.c 2014-09-30 15:21:28 +0000 > @@ -326,7 +326,12 @@ bidi_get_type (int ch, bidi_dir_t overri > static void > bidi_check_type (bidi_type_t type) > { > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= NEUTRAL_ON))) > + { > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > + emacs_abort (); > + } > } > > /* Given a bidi TYPE of a character, return its category. */ Wouldn't it make sense for him to first see if your recent fix of the "Current trunk aborts with MinGW" problem also fixes the present bug? We speculated previously that these strange assertion violations might be a result of the w32_msg stuff not being thread safe. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 16:09 ` Ken Brown @ 2014-09-30 16:27 ` Eli Zaretskii 2014-09-30 23:06 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-09-30 16:27 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Tue, 30 Sep 2014 12:09:32 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: 18438@debbugs.gnu.org > > On 9/30/2014 11:24 AM, Eli Zaretskii wrote: > > OK, so far so good. How about the one below (which tries to reveal > > the face of the beast)? > > > > === modified file 'src/bidi.c' > > --- src/bidi.c 2014-04-06 15:56:01 +0000 > > +++ src/bidi.c 2014-09-30 15:21:28 +0000 > > @@ -326,7 +326,12 @@ bidi_get_type (int ch, bidi_dir_t overri > > static void > > bidi_check_type (bidi_type_t type) > > { > > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > > + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= NEUTRAL_ON))) > > + { > > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", > > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > > + emacs_abort (); > > + } > > } > > > > /* Given a bidi TYPE of a character, return its category. */ > > Wouldn't it make sense for him to first see if your recent fix of the > "Current trunk aborts with MinGW" problem also fixes the present bug? Could be, yes. I actually thought about this possibility, but didn't mention it because I couldn't come up with a scenario where that bug could have triggered such strange problems, and only in bidi.c. But it does no harm to try applying that patch first, and only apply this one if that doesn't help. > We speculated previously that these strange assertion violations might > be a result of the w32_msg stuff not being thread safe. Yes, but you need memory allocation in the picture to have that, and I see no such allocation in the sequence of calls we saw in the backtraces. Still, "the proof of the pudding is in eating"... Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 16:27 ` Eli Zaretskii @ 2014-09-30 23:06 ` aidalgol 2014-10-01 2:39 ` Eli Zaretskii 2014-10-01 2:40 ` Ken Brown 0 siblings, 2 replies; 96+ messages in thread From: aidalgol @ 2014-09-30 23:06 UTC (permalink / raw) To: 18438 On Tue, 30 Sep 2014 19:27:37 +0300, Eli Zaretskii wrote: >> Date: Tue, 30 Sep 2014 12:09:32 -0400 >> From: Ken Brown <kbrown@cornell.edu> >> CC: 18438@debbugs.gnu.org >> >> Wouldn't it make sense for him to first see if your recent fix of >> the >> "Current trunk aborts with MinGW" problem also fixes the present >> bug? > > Could be, yes. I actually thought about this possibility, but didn't > mention it because I couldn't come up with a scenario where that bug > could have triggered such strange problems, and only in bidi.c. But > it does no harm to try applying that patch first, and only apply this > one if that doesn't help. And where is this patch? I don't keep up with the happenings on trunk. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 23:06 ` aidalgol @ 2014-10-01 2:39 ` Eli Zaretskii 2014-10-01 2:58 ` aidalgol 2014-10-01 2:40 ` Ken Brown 1 sibling, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-01 2:39 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 01 Oct 2014 12:06:06 +1300 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org>, Ken Brown <kbrown@cornell.edu> > > On Tue, 30 Sep 2014 19:27:37 +0300, Eli Zaretskii wrote: > >> Date: Tue, 30 Sep 2014 12:09:32 -0400 > >> From: Ken Brown <kbrown@cornell.edu> > >> CC: 18438@debbugs.gnu.org > >> > >> Wouldn't it make sense for him to first see if your recent fix of > >> the > >> "Current trunk aborts with MinGW" problem also fixes the present > >> bug? > > > > Could be, yes. I actually thought about this possibility, but didn't > > mention it because I couldn't come up with a scenario where that bug > > could have triggered such strange problems, and only in bidi.c. But > > it does no harm to try applying that patch first, and only apply this > > one if that doesn't help. > > And where is this patch? I don't keep up with the happenings on trunk. Sorry, it's here: http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00901.html ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-01 2:39 ` Eli Zaretskii @ 2014-10-01 2:58 ` aidalgol 2014-10-01 14:42 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-01 2:58 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438 On Wed, 01 Oct 2014 05:39:53 +0300, Eli Zaretskii wrote: >> Date: Wed, 01 Oct 2014 12:06:06 +1300 >> From: aidalgol@amuri.net >> Cc: Eli Zaretskii <eliz@gnu.org>, Ken Brown <kbrown@cornell.edu> >> >> On Tue, 30 Sep 2014 19:27:37 +0300, Eli Zaretskii wrote: >> >> Date: Tue, 30 Sep 2014 12:09:32 -0400 >> >> From: Ken Brown <kbrown@cornell.edu> >> >> CC: 18438@debbugs.gnu.org >> >> >> >> Wouldn't it make sense for him to first see if your recent fix of >> >> the >> >> "Current trunk aborts with MinGW" problem also fixes the present >> >> bug? >> > >> > Could be, yes. I actually thought about this possibility, but >> didn't >> > mention it because I couldn't come up with a scenario where that >> bug >> > could have triggered such strange problems, and only in bidi.c. >> But >> > it does no harm to try applying that patch first, and only apply >> this >> > one if that doesn't help. >> >> And where is this patch? I don't keep up with the happenings on >> trunk. > > Sorry, it's here: > > http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00901.html When I try to apply that to commit 623a1b2, patch says "Reversed (or previously applied) patch detected!" Has this been merged to the emacs-24 branch? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-01 2:58 ` aidalgol @ 2014-10-01 14:42 ` Eli Zaretskii 2014-10-01 21:56 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-01 14:42 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 01 Oct 2014 15:58:08 +1300 > From: aidalgol@amuri.net > Cc: <18438@debbugs.gnu.org>, <kbrown@cornell.edu> > > On Wed, 01 Oct 2014 05:39:53 +0300, Eli Zaretskii wrote: > >> Date: Wed, 01 Oct 2014 12:06:06 +1300 > >> From: aidalgol@amuri.net > >> Cc: Eli Zaretskii <eliz@gnu.org>, Ken Brown <kbrown@cornell.edu> > >> > >> On Tue, 30 Sep 2014 19:27:37 +0300, Eli Zaretskii wrote: > >> >> Date: Tue, 30 Sep 2014 12:09:32 -0400 > >> >> From: Ken Brown <kbrown@cornell.edu> > >> >> CC: 18438@debbugs.gnu.org > >> >> > >> >> Wouldn't it make sense for him to first see if your recent fix of > >> >> the > >> >> "Current trunk aborts with MinGW" problem also fixes the present > >> >> bug? > >> > > >> > Could be, yes. I actually thought about this possibility, but > >> didn't > >> > mention it because I couldn't come up with a scenario where that > >> bug > >> > could have triggered such strange problems, and only in bidi.c. > >> But > >> > it does no harm to try applying that patch first, and only apply > >> this > >> > one if that doesn't help. > >> > >> And where is this patch? I don't keep up with the happenings on > >> trunk. > > > > Sorry, it's here: > > > > http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00901.html > > When I try to apply that to commit 623a1b2, patch says "Reversed (or > previously applied) patch detected!" Has this been merged to the > emacs-24 branch? Yes, and in the meantime it was also merged to the trunk. So just update and rebuild. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-01 14:42 ` Eli Zaretskii @ 2014-10-01 21:56 ` aidalgol 0 siblings, 0 replies; 96+ messages in thread From: aidalgol @ 2014-10-01 21:56 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 474 bytes --] On Wed, 01 Oct 2014 17:42:16 +0300, Eli Zaretskii wrote: >> When I try to apply that to commit 623a1b2, patch says "Reversed (or >> previously applied) patch detected!" Has this been merged to the >> emacs-24 branch? > > Yes, and in the meantime it was also merged to the trunk. So just > update and rebuild. Still asserting with commit e677cce. Rebuilding with the patch you provided earlier (in message #103 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#103>). [-- Attachment #2: emacs-e677cce-bidi-01.backtrace --] [-- Type: text/plain, Size: 81889 bytes --] #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0155 in die (msg=0x100a28c08 <DEFAULT_REHASH_SIZE+64> "UNKNOWN_BT <= type && type <= NEUTRAL_ON", file=0x100a28c00 <DEFAULT_REHASH_SIZE+56> "bidi.c", line=329) at alloc.c:6833 No locals. #2 0x00000001004f9dce in bidi_check_type (type=NEUTRAL_WS) at bidi.c:329 No locals. #3 0x00000001004fa196 in bidi_remember_char (saved_info=0x226c78, bidi_it=0x226bd8) at bidi.c:484 No locals. #4 0x00000001004feb14 in bidi_level_of_next_char (bidi_it=0x226bd8) at bidi.c:2330 eob = 15463 type = UNKNOWN_BT level = 0 prev_level = -1 next_for_neutral = { bytepos = 2256864, charpos = 4300186072, type = 2248448, type_after_w1 = UNKNOWN_BT, orig_type = 2148292989 } next_char_pos = -2 #5 0x00000001004ff418 in bidi_move_to_visually_next (bidi_it=0x226bd8) at bidi.c:2614 old_level = 0 new_level = 0 next_level = 1 sentinel = { bytepos = 6049, charpos = 6049, 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 = 6048, charpos = 6048, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 6047, charpos = 6047, 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 = 6048, charpos = 6048, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 6057, charpos = 6057, type = STRONG_L, 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 = 6179, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 2002106998, override = NEUTRAL_DIR }, { level = 2249008, override = NEUTRAL_DIR }, { level = 6830656, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = (R2L | unknown: 4) }, { level = 10975672, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2248836, override = NEUTRAL_DIR }, { level = 2248912, override = NEUTRAL_DIR }, { level = 2248896, override = NEUTRAL_DIR }, { level = 2256864, override = NEUTRAL_DIR }, { level = 6723897, override = L2R }, { level = 0, override = (L2R | unknown: 16384) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11737138, override = L2R }, { level = 6100, override = NEUTRAL_DIR }, { level = 6100, override = NEUTRAL_DIR }, { level = 6549, override = L2R }, { level = 2228500, override = NEUTRAL_DIR }, { level = 5365087, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = L2R }, { level = 11730947, override = L2R }, { level = 11737138, override = L2R }, { level = 1205272, override = (R2L | unknown: 4) }, { level = 3, override = NEUTRAL_DIR }, { level = 18283712, override = L2R }, { level = 5365343, override = NEUTRAL_DIR }, { level = 18283712, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 2256864, override = NEUTRAL_DIR }, { level = 2249072, override = NEUTRAL_DIR }, { level = 4706213, override = L2R }, { level = 18283712, override = L2R }, { level = 2249068, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10975672, override = L2R }, { level = 22348677, override = (R2L | unknown: 4) }, { level = 21716992, override = (R2L | unknown: 4) }, { level = 2249216, override = NEUTRAL_DIR }, { level = 4741916, override = L2R }, { level = 2253376, override = NEUTRAL_DIR }, { level = 2249158, override = NEUTRAL_DIR }, { level = 2249158, override = NEUTRAL_DIR }, { level = 6844845, override = L2R }, { level = 3, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 2249184, override = NEUTRAL_DIR }, { level = 5357961, override = L2R }, { level = 2249216, override = (unknown: 196608) }, { level = 4445153, override = L2R }, { level = 12081341, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 7815168, override = (R2L | unknown: 4) }, { level = 6576923, override = L2R }, { level = 7815168, override = (R2L | unknown: 4) }, { level = 2256864, override = NEUTRAL_DIR }, { level = 2249360, override = NEUTRAL_DIR }, { level = 4449393, override = L2R }}, string = { lstring = 25789008176, s = 0x60014c600 "r\032\263", schars = 25769803808, bufpos = 6049, from_disp_str = false, unibyte = true }, w = 0x2250e0, paragraph_dir = (unknown: 18283712), separator_limit = 25771165184, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x224f10, var = 0x10051de7f <SUB_CHAR_TABLE_P+26>, nvars = 4306704434 } #6 0x000000010043ee99 in set_iterator_to_next (it=0x226240, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #7 0x00000001004701cc in display_line (it=0x226240) at xdisp.c:20616 x_before = 0 nglyphs = 1 ascent = 0 phys_ascent = 0 n_glyphs_before = 0 hpos_before = 0 x = 0 descent = 0 phys_descent = 0 row = 0x60130f600 overlay_arrow_string = 4306704434 wrap_it = { window = 0, w = 0x0, f = 0x3ffffffffff, method = 1920, stop_charpos = 2249760, prev_stop = 4299702558, base_level_stop = 2249696, end_charpos = 8791781182130, s = 0x22ffff "", string_nchars = 2228224, redisplay_end_trigger_charpos = 60131792744, multibyte_p = true, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = true, dp = 0x24, dpvec = 0x352fca8, dpend = 0x6011f6045, dpvec_char_len = 18833472, dpvec_face_id = 6, saved_face_id = 19204400, ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 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 = 11737138, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2251712), voffset = 0, space_width = 4300332383, font_height = 25777618944 }}, sp = 6, selective = 2251744, what = 5365087, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = true, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = true, glyph_not_available_p = true, starts_in_middle_of_char_p = true, face_before_selective_p = true, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 7815168, c = 6, len = 2251760, cmp_it = { stop_pos = 4300332607, id = 25777618949, ch = 6, rule_idx = 6, lookback = 2251792, nglyphs = 7815168, reversed_p = 6, charpos = 2251808, nchars = 5357961, nbytes = 1, from = 7815173, to = 6, width = 6 }, char_to_display = 17163320, glyphless_method = 6, image_id = 2414, slice = { x = 2251872, y = 4301510163, width = 25777618944, height = 25786967096 }, space_width = 25777618949, voffset = 6, tab_width = 0, font_height = 72057594040179856, object = 25777618949, position = { charpos = 2252768, bytepos = 4299397288 }, truncation_pixel_width = -7112, continuation_pixel_width = 261, first_visible_x = 6, last_visible_x = 6, last_visible_y = 6, extra_line_spacing = 2251968, max_extra_line_spacing = 0, override_ascent = 5365087, override_descent = 1, override_boff = 7815168, glyph_row = 0x600000006, area = 7815173, nglyphs = 6, pixel_width = 7815168, ascent = 6, descent = 2252016, max_ascent = 0, max_descent = 7815168, phys_ascent = 6, phys_descent = 2252016, max_phys_ascent = 0, max_phys_descent = 5365311, current_x = 1, continuation_lines_width = 7815173, eol_pos = { charpos = 4294967302, bytepos = 2252144 }, current_y = 7815168, first_vpos = 6, vpos = 2252064, hpos = 0, left_user_fringe_bitmap = 49545, right_user_fringe_bitmap = 81, left_user_fringe_face_id = 1, right_user_fringe_face_id = 475141, bidi_p = true, bidi_it = { bytepos = 4294967302, charpos = 25786967096, ch = 2414, nchars = 2252128, ch_len = 4301510163, type = 7815168, type_after_w1 = NEUTRAL_B, orig_type = 17163320, resolved_level = 6, invalid_levels = 7815173, invalid_rl_levels = 6, prev = { bytepos = 4294967302, charpos = 72057594040180112, type = 7815173, type_after_w1 = NEUTRAL_B, orig_type = 2252272 }, last_strong = { bytepos = 4301511682, charpos = 2252192, type = 6145840, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_neutral = { bytepos = 25777618944, charpos = 2252224, type = 7815173, type_after_w1 = NEUTRAL_B, orig_type = 2252336 }, prev_for_neutral = { bytepos = 4301525580, charpos = 4307081938, type = 11737138, type_after_w1 = STRONG_L, orig_type = 2252304 }, next_for_ws = { bytepos = 4301536060, charpos = 4306704434, type = 11737138, type_after_w1 = STRONG_L, orig_type = 17384166 }, next_en_pos = 25783912560, next_en_type = 2252320, ignore_bn_limit = 4301525103, sor = (R2L | unknown: 16757092), scan_dir = 6, disp_pos = 4307081938, disp_prop = 14108673, stack_idx = 6, level_stack = {{ level = 11737138, override = L2R }, { level = 2252368, override = NEUTRAL_DIR }, { level = 6580632, override = L2R }, { level = 16757094, override = (R2L | unknown: 4) }, { level = 2252400, override = NEUTRAL_DIR }, { level = 2252400, override = NEUTRAL_DIR }, { level = 16301056, override = (R2L | unknown: 4) }, { level = 16298600, override = (R2L | unknown: 4) }, { level = 4, override = NEUTRAL_DIR }, { level = 2252464, override = NEUTRAL_DIR }, { level = 6603270, override = L2R }, { level = 9660, override = NEUTRAL_DIR }, { level = 12114642, override = L2R }, { level = 7815173, override = (R2L | unknown: 4) }, { level = 11660, override = NEUTRAL_DIR }, { level = 2252560, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 17163320, override = (R2L | unknown: 4) }, { level = 11660, override = NEUTRAL_DIR }, { level = 2252608, override = NEUTRAL_DIR }, { level = 6613578, override = L2R }, { level = 11737138, override = L2R }, { level = 2915, override = NEUTRAL_DIR }, { level = 2252568, override = NEUTRAL_DIR }, { level = 2252560, override = NEUTRAL_DIR }, { level = 2252552, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 2252672, override = NEUTRAL_DIR }, { level = 6544386, override = L2R }, { level = 1, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 17383974, override = (R2L | unknown: 4) }, { level = 2415, override = NEUTRAL_DIR }, { level = 17384182, override = (R2L | unknown: 4) }, { level = 11737138, override = L2R }, { level = 2252736, override = NEUTRAL_DIR }, { level = -3993696, override = (L2R | R2L | unknown: 1788) }, { level = 12114642, override = L2R }, { level = 11737138, override = (unknown: 500) }, { level = 2252704, override = NEUTRAL_DIR }, { level = 6568764, override = L2R }, { level = 11737138, override = L2R }, { level = 17383958, override = (R2L | unknown: 4) }, { level = 2252800, override = NEUTRAL_DIR }, { level = 16298600, override = (R2L | unknown: 4) }, { level = 2252720, override = NEUTRAL_DIR }, { level = 6557807, override = L2R }, { level = 17383958, override = (R2L | unknown: 4) }, { level = 11737714, override = (R2L | unknown: 8) }, { level = 16301057, override = (R2L | unknown: 4) }, { level = 16298600, override = (R2L | unknown: 4) }, { level = 2252912, override = NEUTRAL_DIR }, { level = 4402046, override = L2R }, { level = 11737138, override = L2R }, { level = 2416, override = NEUTRAL_DIR }, { level = 2416, override = NEUTRAL_DIR }, { level = 2915, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 4433128, override = L2R }, { level = 11737186, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }}, string = { lstring = -1, s = 0x226050 "o\t", schars = 9660, bufpos = 4312130946, from_disp_str = true, unibyte = true }, w = 0x3c67, paragraph_dir = (unknown: 7056312), separator_limit = 2415, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (unknown: 10060) } wrap_data = 0x0 may_wrap = 0 wrap_x = 19972096 wrap_row_used = -1 wrap_row_ascent = 5681468 wrap_row_height = 0 wrap_row_phys_ascent = 2253296 wrap_row_phys_height = 6 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 25789775872 wrap_row_min_bpos = 2415 wrap_row_max_pos = 2415 wrap_row_max_bpos = 25788637248 cvpos = 40 min_pos = 6049 max_pos = 6049 min_bpos = 6049 max_bpos = 6049 pending_handle_line_prefix = false #8 0x000000010046072b in try_window (window=25788637253, pos=..., flags=1) at xdisp.c:16971 w = 0x6011f6040 it = { window = 25788637253, w = 0x6011f6040, f = 0x601250930, method = GET_FROM_BUFFER, stop_charpos = 6145, prev_stop = 6049, base_level_stop = 6049, end_charpos = 15463, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 28, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 6049, bytepos = 6049 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 6049, bytepos = 6049 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 6049, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 6100, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 8, font_height = 4306704434, object = 25777618949, position = { charpos = 6049, bytepos = 6049 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 1904, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60130f600, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 8, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 864, first_vpos = 0, vpos = 54, hpos = 1, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 6049, charpos = 6049, 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 = 6049, charpos = 6049, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 6047, charpos = 6047, 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 = 6049, charpos = 6049, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 6057, charpos = 6057, type = STRONG_L, 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 = 6179, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6011f6040, paragraph_dir = L2R, separator_limit = 6031, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } last_text_row = 0x60130f500 f = 0x601250930 frame_line_height = 16 #9 0x000000010045d099 in redisplay_window (window=25788637253, just_this_one_p=false) at xdisp.c:16450 d2 = 0 d6 = 0 d1 = 0 d5 = 1 rtop = 1 rbot = 0 w = 0x6011f6040 f = 0x601250930 buffer = 0x600774000 old = 0x601040c00 lpoint = { charpos = 45859, bytepos = 45905 } opoint = { charpos = 5453, bytepos = 5453 } startp = { charpos = 2415, bytepos = 2415 } update_mode_line = 1 tem = 0 it = { window = 68719476748, w = 0x110000000c, f = 0x88, method = GET_FROM_BUFFER, stop_charpos = 2263792, prev_stop = 4, base_level_stop = 2272050, end_charpos = 1, s = 0x227de0 "", string_nchars = 4299557281, redisplay_end_trigger_charpos = 4313243136, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x1, dpend = 0x1, dpvec_char_len = 1, dpvec_face_id = 0, saved_face_id = 18275845, ctl_chars = {4313243136, 4313238600, 0, 29, 1, 0, 29, 0, 0, 0, 1, 4312276040, 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, 0, 29, 29, -1, -1, -1, 4294967295, 29, 29, -1, -1, -1, 4294967295, 0, 29}, 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 = 11737138 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 0, y = 5, width = 4294967331, height = 201863462912 }, space_width = 1, voffset = 26, tab_width = 0, font_height = -1, object = 4294967294, position = { charpos = 0, bytepos = 0 }, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 0, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = 0, override_descent = 0, override_boff = 47, glyph_row = 0x0, area = 11737138, nglyphs = 1, pixel_width = 11737138, ascent = 1, descent = 11737138, max_ascent = 1, max_descent = 11737138, phys_ascent = 1, phys_descent = 11737138, max_phys_ascent = 1, max_phys_descent = 131072, current_x = 0, continuation_lines_width = 11737138, eol_pos = { charpos = 25770568709, bytepos = 29 }, current_y = 29, first_vpos = 0, vpos = 524288, hpos = 0, left_user_fringe_bitmap = 1904, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 16, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = { bytepos = 4294967295, charpos = 0, ch = 305408, nchars = 4294967297, ch_len = 51539607560, type = WEAK_AN, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 12, invalid_levels = 4, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 16, charpos = 1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 1048576 }, next_for_neutral = { bytepos = 29, charpos = 29, type = 4294967295, type_after_w1 = UNKNOWN_BT, orig_type = STRONG_L }, prev_for_neutral = { bytepos = 1, charpos = 25769803782, type = NEUTRAL_B, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 28, charpos = 28, type = UNKNOWN_BT, type_after_w1 = NEUTRAL_ON, orig_type = WEAK_CS }, next_en_pos = 27, next_en_type = 27, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = -1, stack_idx = -1, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 29, override = NEUTRAL_DIR }, { level = 29, override = NEUTRAL_DIR }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 19, override = NEUTRAL_DIR }, { level = 18, override = NEUTRAL_DIR }, { level = 18, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 1, override = L2R }, { level = 29, override = NEUTRAL_DIR }, { level = 2263136, override = NEUTRAL_DIR }, { level = 5965847, override = L2R }, { level = 11322272, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2263184, override = NEUTRAL_DIR }, { level = 5966137, override = L2R }, { level = 11322272, override = L2R }, { level = 5965847, override = L2R }, { level = 11322272, override = L2R }, { level = 6, override = NEUTRAL_DIR }, { level = 2263328, override = NEUTRAL_DIR }, { level = 5973263, override = L2R }, { level = 11322272, override = L2R }, { level = 5966137, override = L2R }, { level = 2263264, override = NEUTRAL_DIR }, { level = 17042437, override = (R2L | unknown: 4) }, { level = 2263280, override = NEUTRAL_DIR }, { level = 5965847, override = L2R }, { level = 11322272, override = L2R }, { level = 5591141, override = L2R }, { level = 17042432, override = (R2L | unknown: 4) }, { level = 5, override = L2R }, { level = 2263328, override = NEUTRAL_DIR }, { level = 5966137, override = L2R }, { level = 2263344, override = NEUTRAL_DIR }, { level = 5965782, override = L2R }, { level = 11347120, override = L2R }, { level = 5974980, override = L2R }, { level = 2263392, override = NEUTRAL_DIR }, { level = 5365087, override = L2R }, { level = 2263392, override = NEUTRAL_DIR }, { level = 5966057, override = L2R }, { level = 11347120, override = L2R }, { level = 6, override = L2R }, { level = 17042432, override = (R2L | unknown: 4) }, { level = 11845632, override = L2R }, { level = 2263536, override = NEUTRAL_DIR }, { level = 5973154, override = L2R }, { level = 11347120, override = L2R }, { level = 5363752, override = L2R }, { level = 11767547, override = L2R }, { level = 6, override = L2R }, { level = 2263488, override = NEUTRAL_DIR }, { level = 5357961, override = L2R }, { level = 2263504, override = NEUTRAL_DIR }, { level = 5363779, override = L2R }, { level = 2263520, override = NEUTRAL_DIR }}, string = { lstring = 4300332246, s = 0x100ad24b0 <i_fwd> "", schars = 6, bufpos = 2263552, from_disp_str = false, unibyte = false }, w = 0x228a70, paragraph_dir = (L2R | R2L | unknown: 5977076), separator_limit = 4306314416, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 17042432) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = true temp_scroll_step = 0 count = 6 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 0 end_unchanged = 15462 frame_line_height = 16 #10 0x000000010045460d in redisplay_window_0 (window=25788637253) at xdisp.c:14347 No locals. #11 0x00000001005d0a65 in internal_condition_case_1 (bfun=0x1004545ce <redisplay_window_0>, arg=25788637253, handlers=4306686374, hfun=0x10045459a <redisplay_window_error>) at eval.c:1372 val = 4294967302 c = 0x600084e00 #12 0x0000000100454574 in redisplay_windows (window=25788637253) at xdisp.c:14327 w = 0x6011f6040 #13 0x00000001004531fc in redisplay_internal () at xdisp.c:13926 gcscrollbars = true f = 0x601250930 w = 0x10116dc48 <bss_sbrk_buffer+6896200> sw = 0x10116dc48 <bss_sbrk_buffer+6896200> fr = 0x10116cc48 <bss_sbrk_buffer+6892104> pending = 0 must_finish = true match_p = true tlbufpos = { charpos = 45854, bytepos = 45900 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 3 sf = 0x10116cc48 <bss_sbrk_buffer+6892104> polling_stopped_here = 0 tail = 25783664966 frame = 25789008181 consider_all_windows_p = true update_miniwindow_p = false #14 0x0000000100453e70 in redisplay_preserve_echo_area (from_where=8) at xdisp.c:14180 No locals. #15 0x000000010053c13c in detect_input_pending_run_timers (do_display=true) at keyboard.c:9897 old_timers_run = 1625 #16 0x000000010062ef66 in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=4306704434, wait_proc=0x0, just_wait_proc=0) at process.c:4699 old_timers_run = 1625 old_buffer = 0x601040c00 old_window = 4313242701 leave = false timeout_reduced_for_timers = true channel = 14 nfds = 0 Available = { fds_bits = {10336} } Writeok = { fds_bits = {0} } check_write = true check_delay = 1 no_avail = false xerrno = 4 proc = 25780780413 timeout = { tv_sec = 1, tv_nsec = 953499000 } end_time = { tv_sec = 1412198967, tv_nsec = 474501000 } wait_channel = -1 got_some_input = false count = 2 #17 0x000000010041063f in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5861 sec = 30 nsec = 0 do_display = true #18 0x000000010052a633 in read_char (commandflag=1, map=25798659670, prev_event=4306704434, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2809 tem0 = 25798659670 timeout = 30 delay_level = 4 buffer_size = 58 c = 4306704434 jmpcount = 2 local_getcjmp = {2268624, 0, 2268616, 2268752, 25770085376, 2272050, 1, 0, 0, 2272050, 4300381514, 2286248, 0 <repeats 20 times>} save_jump = {0 <repeats 32 times>} tem = 2269632 save = 4300899915 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bd835 <Fget_pos_property+1075>, nvars = 4306744706 } gcpro2 = { next = 0x2cc88, var = 0x0, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #19 0x000000010053a11f in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x10116cc48 <bss_sbrk_buffer+6892104> key = 25786846213 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307017730 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25798659670 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310990774, map = 4310990774, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310990790, map = 4310990790, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25786846213 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x601040c00 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x100ad2ab0 <o_fwd>, var = 0x601040c00, nvars = 2270192 } #20 0x0000000100526574 in command_loop_1 () at keyboard.c:1452 cmd = 4315368002 keybuf = {25793922934, 392, 200, 2270704, 0, 0, 4306762642, 25786818326, 4302049473, 4306704434, 2270880, 0, 4, 4306704434, 2270912, 4300364044, 4306762642, 25786818326, 4302049473, 4306704434, 4310428466, 0, 2270976, 4300363677, 25786818326, 2270880, 4307018688, 4306704434, 2271744, 2271968} i = 1 prev_modiff = 1919 prev_buffer = 0x601040c00 already_adjusted = false #21 0x00000001005d08c0 in internal_condition_case (bfun=0x10052605f <command_loop_1>, handlers=4306770594, hfun=0x1005255ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #22 0x0000000100525c2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #23 0x00000001005cfc11 in internal_catch (tag=4306762690, func=0x100525bfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #24 0x0000000100525bbc in command_loop () at keyboard.c:1156 No locals. #25 0x000000010052504b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #26 0x000000010052527d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #27 0x0000000100522f45 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "redisplay_internal (C function)" (0xad9c98) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 23:06 ` aidalgol 2014-10-01 2:39 ` Eli Zaretskii @ 2014-10-01 2:40 ` Ken Brown 1 sibling, 0 replies; 96+ messages in thread From: Ken Brown @ 2014-10-01 2:40 UTC (permalink / raw) To: aidalgol, 18438 On 9/30/2014 7:06 PM, aidalgol@amuri.net wrote: > On Tue, 30 Sep 2014 19:27:37 +0300, Eli Zaretskii wrote: >>> Date: Tue, 30 Sep 2014 12:09:32 -0400 >>> From: Ken Brown <kbrown@cornell.edu> >>> CC: 18438@debbugs.gnu.org >>> >>> Wouldn't it make sense for him to first see if your recent fix of the >>> "Current trunk aborts with MinGW" problem also fixes the present bug? >> >> Could be, yes. I actually thought about this possibility, but didn't >> mention it because I couldn't come up with a scenario where that bug >> could have triggered such strange problems, and only in bidi.c. But >> it does no harm to try applying that patch first, and only apply this >> one if that doesn't help. > > And where is this patch? I don't keep up with the happenings on trunk. It was applied to the emacs-24 branch today, as bzr revision 117524. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-30 15:24 ` Eli Zaretskii 2014-09-30 16:09 ` Ken Brown @ 2014-10-08 22:20 ` aidalgol 2014-10-09 7:29 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-08 22:20 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438 On Tue, 30 Sep 2014 18:24:15 +0300, Eli Zaretskii wrote: >> Date: Tue, 30 Sep 2014 11:28:35 +1300 >> From: aidalgol@amuri.net >> Cc: Eli Zaretskii <eliz@gnu.org>, Ken Brown <kbrown@cornell.edu> >> >> On Mon, 29 Sep 2014 20:00:16 +0300, Eli Zaretskii wrote: >> > >> > Let's start by replacing eassert with its equivalent. Please run >> > with >> > the change below for some time and see if the assertions still >> > happen. >> > >> > (The purpose is to see whether small changes in the code have >> drastic >> > effects on the problem. If they do, it will be hard to know >> whether >> > some more serious change solves the problem or simply hides it.) >> >> Yes, they're still happening; I just got one after running with the >> patch for only a few hours. > > OK, so far so good. How about the one below (which tries to reveal > the face of the beast)? > > === modified file 'src/bidi.c' > --- src/bidi.c 2014-04-06 15:56:01 +0000 > +++ src/bidi.c 2014-09-30 15:21:28 +0000 > @@ -326,7 +326,12 @@ bidi_get_type (int ch, bidi_dir_t overri > static void > bidi_check_type (bidi_type_t type) > { > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= > NEUTRAL_ON))) > + { > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in > [%d..%d]\r\n", > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > + emacs_abort (); > + } > } > > /* Given a bidi TYPE of a character, return its category. */ OK, it finally happened. It printed out... bidi.c:332: bidi type 22 is not in [0..23] Isn't that a logical impossibility? What the hell is going on? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-08 22:20 ` aidalgol @ 2014-10-09 7:29 ` Eli Zaretskii 2014-10-10 2:21 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-09 7:29 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Thu, 09 Oct 2014 11:20:51 +1300 > From: aidalgol@amuri.net > Cc: <18438@debbugs.gnu.org>, <kbrown@cornell.edu> > > > --- src/bidi.c 2014-04-06 15:56:01 +0000 > > +++ src/bidi.c 2014-09-30 15:21:28 +0000 > > @@ -326,7 +326,12 @@ bidi_get_type (int ch, bidi_dir_t overri > > static void > > bidi_check_type (bidi_type_t type) > > { > > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > > + if (!(suppress_checking || (UNKNOWN_BT <= type && type <= > > NEUTRAL_ON))) > > + { > > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in > > [%d..%d]\r\n", > > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > > + emacs_abort (); > > + } > > } > > > > /* Given a bidi TYPE of a character, return its category. */ > > OK, it finally happened. It printed out... > > bidi.c:332: bidi type 22 is not in [0..23] Bidi type 22 is whitespace, most likely the SPC character. > Isn't that a logical impossibility? Of course, it is. It always was. This is what this bug is all about. > What the hell is going on? That's what we are trying to establish. My working hypothesis is that some unrelated code, either in another Emacs thread or maybe (less likely) in the OS bowels preempts this function and doesn't restore all the registers when it passes control back to the function. Any other ideas are welcome. Could you show the disassembly of this function in its new form? I'd like to see if the value of the bidi type being checked is loaded into the same register as in the original version. Also, if you have the backtrace, including from all the other threads, please post that. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-09 7:29 ` Eli Zaretskii @ 2014-10-10 2:21 ` aidalgol 2014-10-10 7:19 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-10 2:21 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 3152 bytes --] Resending to list, because I hit the wrong reply button the first time. Apologies. On Thu, 09 Oct 2014 10:29:50 +0300, Eli Zaretskii wrote: > >> OK, it finally happened. It printed out... >> >> bidi.c:332: bidi type 22 is not in [0..23] > > Bidi type 22 is whitespace, most likely the SPC character. > >> Isn't that a logical impossibility? > > Of course, it is. It always was. This is what this bug is all > about. > >> What the hell is going on? > > That's what we are trying to establish. My working hypothesis is > that > some unrelated code, either in another Emacs thread or maybe (less > likely) in the OS bowels preempts this function and doesn't restore > all the registers when it passes control back to the function. Any > other ideas are welcome. > > Could you show the disassembly of this function in its new form? I'd > like to see if the value of the bidi type being checked is loaded > into > the same register as in the original version. (gdb) disassemble 'bidi.c'::bidi_check_type Dump of assembler code for function bidi_check_type: 0x00000001004f9dd3 <+0>: push %rbp 0x00000001004f9dd4 <+1>: mov %rsp,%rbp 0x00000001004f9dd7 <+4>: sub $0x40,%rsp 0x00000001004f9ddb <+8>: mov %ecx,0x10(%rbp) 0x00000001004f9dde <+11>: mov 0x55d8db(%rip),%rax # 0x100a576c0 <.refptr.suppress_checking> 0x00000001004f9de5 <+18>: movzbl (%rax),%eax 0x00000001004f9de8 <+21>: xor $0x1,%eax 0x00000001004f9deb <+24>: test %al,%al 0x00000001004f9ded <+26>: je 0x1004f9e37 <bidi_check_type+100> 0x00000001004f9def <+28>: cmpl $0x17,0x10(%rbp) 0x00000001004f9df3 <+32>: jbe 0x1004f9e37 <bidi_check_type+100> 0x00000001004f9df5 <+34>: callq 0x1006b7d00 <__getreent> 0x00000001004f9dfa <+39>: mov 0x18(%rax),%rax 0x00000001004f9dfe <+43>: movl $0x17,0x30(%rsp) 0x00000001004f9e06 <+51>: movl $0x0,0x28(%rsp) 0x00000001004f9e0e <+59>: mov 0x10(%rbp),%edx 0x00000001004f9e11 <+62>: mov %edx,0x20(%rsp) 0x00000001004f9e15 <+66>: mov $0x14c,%r9d 0x00000001004f9e1b <+72>: lea 0x52edde(%rip),%r8 # 0x100a28c00 <DEFAULT_REHASH_SIZE+56> 0x00000001004f9e22 <+79>: lea 0x52eddf(%rip),%rdx # 0x100a28c08 <DEFAULT_REHASH_SIZE+64> 0x00000001004f9e29 <+86>: mov %rax,%rcx 0x00000001004f9e2c <+89>: callq 0x1006b8080 <fprintf> 0x00000001004f9e31 <+94>: callq 0x100665e15 <emacs_abort> 0x00000001004f9e36 <+99>: nop 0x00000001004f9e37 <+100>: add $0x40,%rsp 0x00000001004f9e3b <+104>: pop %rbp 0x00000001004f9e3c <+105>: retq End of assembler dump. > Also, if you have the backtrace, including from all the other > threads, > please post that. Attached, but the emacs process died while printing the backtrace for thread 2, and I have no idea why. Since the first time I sent this (to only Eli, see above), I rebooted, and got the assert again, and was able to get a backtrace (attached) from another thread, but it died printing the backtrace of the same thread as last time. [-- Attachment #2: backtrace --] [-- Type: text/plain, Size: 119473 bytes --] (gdb) bt full #0 0x000007fefd983ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #1 0x0000000100665e61 in emacs_abort () at w32fns.c:8491 button = 6 #2 0x00000001004f9e36 in bidi_check_type (type=NEUTRAL_WS) at bidi.c:333 No locals. #3 0x00000001004fd4d7 in bidi_resolve_explicit_1 (bidi_it=0x225d48) at bidi.c:1677 curchar = 32 type = NEUTRAL_WS current_level = 0 new_level = 0 override = NEUTRAL_DIR string_p = false #4 0x00000001004fd876 in bidi_resolve_explicit (bidi_it=0x225d48) at bidi.c:1804 prev_level = 0 new_level = 0 eob = 2242512 s = 0x223d64 "" #5 0x00000001004fdc0e in bidi_resolve_weak (bidi_it=0x225d48) at bidi.c:1889 type = UNKNOWN_BT override = NEUTRAL_DIR prev_level = 0 new_level = -16591631 next_char = 2046 type_of_next = 2192 saved_it = { bytepos = 2242800, charpos = 2243984, ch = 54258126, nchars = 8791781640926, ch_len = 50156592, type = 2228236, type_after_w1 = UNKNOWN_BT, orig_type = 54262838, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 54257872, charpos = 8791781796375, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 2243320 }, last_strong = { bytepos = 2243632, charpos = 2243984, type = 2242720, type_after_w1 = UNKNOWN_BT, orig_type = 2242688 }, next_for_neutral = { bytepos = 2242704, charpos = 4300208210, type = 11737138, type_after_w1 = STRONG_L, orig_type = 2252033 }, prev_for_neutral = { bytepos = 54258126, charpos = 54257856, type = 52100264, type_after_w1 = UNKNOWN_BT, orig_type = 50156592 }, next_for_ws = { bytepos = 196607, charpos = 50200576, type = 12997, type_after_w1 = RLI, orig_type = 12997 }, next_en_pos = 14, next_en_type = 52100264, ignore_bn_limit = 1112888135, sor = (R2L | unknown: 4), scan_dir = 6, disp_pos = 54262838, disp_prop = 52100852, stack_idx = 0, level_stack = {{ level = 2243320, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 54258126, override = NEUTRAL_DIR }, { level = 54257856, override = NEUTRAL_DIR }, { level = 52100264, override = NEUTRAL_DIR }, { level = 50156592, override = NEUTRAL_DIR }, { level = 131073, override = NEUTRAL_DIR }, { level = 50225766, override = NEUTRAL_DIR }, { level = 2243752, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2243788, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = 12801, override = NEUTRAL_DIR }, { level = 54257872, override = NEUTRAL_DIR }, { level = 54257894, override = NEUTRAL_DIR }, { level = 54262838, override = NEUTRAL_DIR }, { level = 2242880, override = NEUTRAL_DIR }, { level = 16777472, override = L2R }, { level = 256, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = 5358969, override = L2R }, { level = 0, override = NEUTRAL_DIR } <repeats 27 times>, { level = -16414456, override = (R2L | unknown: 2044) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 588, override = (L2R | unknown: 58012) }, { level = 0, override = NEUTRAL_DIR }, { level = 2243320, override = NEUTRAL_DIR }, { level = -16273275, override = (R2L | unknown: 2044) }, { level = 2243984, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2243768, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2243632, override = NEUTRAL_DIR }, { level = -16275904, override = (R2L | unknown: 2044) }}, string = { lstring = 2243752, s = 0x0, schars = 2243688, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x16e74616c, paragraph_dir = (unknown: 1953261156), separator_limit = 2243788, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false } eob = 0 #6 0x00000001004fe4fe in bidi_resolve_neutral (bidi_it=0x225d48) at bidi.c:2125 prev_level = 0 type = UNKNOWN_BT current_level = 1 #7 0x00000001004fe9e8 in bidi_type_of_next_char (bidi_it=0x225d48) at bidi.c:2296 type = 4294967295 #8 0x00000001004fee64 in bidi_level_of_next_char (bidi_it=0x225d48) at bidi.c:2409 type = UNKNOWN_BT level = 0 prev_level = 0 next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT } next_char_pos = 13049 #9 0x00000001004ff480 in bidi_move_to_visually_next (bidi_it=0x225d48) at bidi.c:2619 old_level = 0 new_level = 0 next_level = 1 sentinel = { bytepos = 13048, charpos = 13048, 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 = 13047, charpos = 13047, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 13043, charpos = 13043, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 13047, charpos = 13047, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 13059, charpos = 13059, type = NEUTRAL_ON, 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 = 13275, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 1992735350, override = NEUTRAL_DIR }, { level = 2245280, override = NEUTRAL_DIR }, { level = 6830848, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = (R2L | unknown: 4) }, { level = 10975672, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2245108, override = NEUTRAL_DIR }, { level = 2245184, override = NEUTRAL_DIR }, { level = 2245168, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 6724089, override = L2R }, { level = 0, override = (L2R | unknown: 16384) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11737138, override = L2R }, { level = 13070, override = NEUTRAL_DIR }, { level = 13070, override = NEUTRAL_DIR }, { level = 13301, override = L2R }, { level = 2228500, override = NEUTRAL_DIR }, { level = 5365199, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = (R2L | unknown: 4) }, { level = 11730947, override = L2R }, { level = 11737138, override = L2R }, { level = 1205272, override = (R2L | unknown: 4) }, { level = 3, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 5365455, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 2245344, override = NEUTRAL_DIR }, { level = 4706271, override = L2R }, { level = 18279616, override = L2R }, { level = 2245340, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10975672, override = L2R }, { level = 12108405, override = (R2L | unknown: 4) }, { level = 43583840, override = (R2L | unknown: 4) }, { level = 2245488, override = NEUTRAL_DIR }, { level = 4741974, override = L2R }, { level = 2249648, override = NEUTRAL_DIR }, { level = 2245430, override = NEUTRAL_DIR }, { level = 2245430, override = NEUTRAL_DIR }, { level = 6845037, override = L2R }, { level = 14, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 2245456, override = NEUTRAL_DIR }, { level = 5358073, override = L2R }, { level = 2245488, override = (unknown: 196608) }, { level = 4445153, override = L2R }, { level = 12081341, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 25699328, override = (R2L | unknown: 4) }, { level = -563006689, override = (L2R | R2L | unknown: 1788) }, { level = 13301, override = NEUTRAL_DIR }, { level = 2253136, override = NEUTRAL_DIR }, { level = 2245632, override = NEUTRAL_DIR }, { level = 4449393, override = L2R }}, string = { lstring = 25792678984, s = 0x60148a600 "r\032\263", schars = 25769803808, bufpos = 13048, from_disp_str = false, unibyte = true }, w = 0x224250, paragraph_dir = (unknown: 18279616), separator_limit = 25791342080, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x224080, var = 0x10051deef <SUB_CHAR_TABLE_P+26>, nvars = 4306704434 } #10 0x000000010043ee99 in set_iterator_to_next (it=0x2253b0, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #11 0x0000000100470206 in display_line (it=0x2253b0) at xdisp.c:20617 x_before = 400 nglyphs = 1 ascent = 12 phys_ascent = 12 n_glyphs_before = 50 hpos_before = 50 x = 400 descent = 4 phys_descent = 4 row = 0x60293c500 overlay_arrow_string = 4306704434 wrap_it = { window = 25794960949, w = 0x6017fde30, f = 0x6015d0c48, method = GET_FROM_BUFFER, stop_charpos = 13058, prev_stop = 13004, base_level_stop = 13004, end_charpos = 13301, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 27, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 12998, bytepos = 12998 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 13039, bytepos = 13039 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 13004, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 11, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 116, len = 1, cmp_it = { stop_pos = 13070, 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 = 116, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25795503109, position = { charpos = 13039, bytepos = 13039 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60293c500, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 328, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 847, first_vpos = 1, vpos = 52, hpos = 41, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 13039, charpos = 13039, ch = 116, 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 = 13038, charpos = 13038, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 13037, charpos = 13037, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 13038, charpos = 13038, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 13039, charpos = 13039, type = STRONG_L, 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 = 13275, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6017fde30, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } wrap_data = 0x0 may_wrap = 1 wrap_x = 328 wrap_row_used = 41 wrap_row_ascent = 12 wrap_row_height = 16 wrap_row_phys_ascent = 12 wrap_row_phys_height = 16 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 12998 wrap_row_min_bpos = 12998 wrap_row_max_pos = 13038 wrap_row_max_bpos = 13038 cvpos = -1 min_pos = 12998 max_pos = 13048 min_bpos = 12998 max_bpos = 13048 pending_handle_line_prefix = false #12 0x0000000100460765 in try_window (window=25794960949, pos=..., flags=1) at xdisp.c:16972 w = 0x6017fde30 it = { window = 25794960949, w = 0x6017fde30, f = 0x6015d0c48, method = GET_FROM_BUFFER, stop_charpos = 13058, prev_stop = 13004, base_level_stop = 13004, end_charpos = 13301, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 27, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 12998, bytepos = 12998 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 13048, bytepos = 13048 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 13004, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 11, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 13070, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25795503109, position = { charpos = 13048, bytepos = 13048 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60293c500, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 408, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 847, first_vpos = 1, vpos = 52, hpos = 51, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 13049, charpos = 13049, 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 = 13048, charpos = 13048, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 13043, charpos = 13043, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 13048, charpos = 13048, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 13059, charpos = 13059, type = NEUTRAL_ON, 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 = 13275, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6017fde30, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } last_text_row = 0x60293c400 f = 0x6015d0c48 frame_line_height = 16 #13 0x000000010045d0d3 in redisplay_window (window=25794960949, just_this_one_p=true) at xdisp.c:16451 d2 = 0 d6 = 1 d1 = 6096799 d5 = 2256672 rtop = 8031077 rbot = 0 w = 0x6017fde30 f = 0x6015d0c48 buffer = 0x601882400 old = 0x601882400 lpoint = { charpos = 13301, bytepos = 13301 } opoint = { charpos = 13301, bytepos = 13301 } startp = { charpos = 9260, bytepos = 9260 } update_mode_line = 1 tem = 0 it = { window = 25796813366, w = 0x20, f = 0x100f54952 <bss_sbrk_buffer+4695890>, method = 6095748, stop_charpos = 25796813286, prev_stop = 6, base_level_stop = 2256608, end_charpos = 4300326265, s = 0x6019c21c6 "", string_nchars = 25796813254, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x226f70, dpvec = 0x1005a86bb <Fcons+277>, dpend = 0x6019c21c6, dpvec_char_len = 11737138, dpvec_face_id = 1, saved_face_id = 7233342, ctl_chars = {4294967297, 2256704, 4300328203, 4302146205, 4306704434, 2256832, 4300901181, 4306704434, 4306704434, 4302146169, 4300942743, 4307023968, 2258512, 2256944, 4301398993, 0}, start = { pos = { charpos = 2258512, bytepos = 25796813318 }, overlay_string_index = 48, string_pos = { charpos = 4302146169, bytepos = 25796813254 }, dpvec_index = 11737138 }, current = { pos = { charpos = 4306704434, bytepos = 25789673949 }, overlay_string_index = 4306704434, string_pos = { charpos = 2257040, bytepos = 4301398993 }, dpvec_index = 19 }, n_overlay_strings = 4306704434, overlay_strings_charpos = 4305505543, overlay_strings = {4302146169, 4305505541, 2258576, 4306704434, 25770949042, 4306324832, 2256752, 4314641558, 4306744258, 2257008, 4300933545, 25782788187, 25789678433, 25782788168, 2258320, 2257152}, string_overlays = {4300940671, 4306324832, 23, 2257104, 4300332495, 25792678984, 4294967299, 25795503109, 4294967302, 2257136, 4300332358, 4306324832, 4294967302, 25792678989, 4306704434, 2257280}, string = 4300944487, from_overlay = 4306324832, stack = {{ string = 4301854671, string_nchars = 25699328, end_charpos = 4307156498, stop_charpos = 0, prev_stop = 0, base_level_stop = 4306324832, cmp_it = { stop_pos = 25795503104, id = -1, ch = -1, rule_idx = 16777215, lookback = -1, nglyphs = 12112784, reversed_p = true, charpos = 55834574847, nchars = 11737138, nbytes = 1, from = 2257312, to = 0, width = 5975581 }, face_id = 12112786, u = { image = { object = 25796813318, slice = { x = 4306704434, y = -256, width = 2257408, height = 25796813366 }, image_id = 25796813270 }, comp = { object = 25796813318 }, stretch = { object = 25796813318 } }, position = { charpos = 4306704434, bytepos = 4305558960 }, current = { pos = { charpos = 4300332495, bytepos = 4410931413123 }, overlay_string_index = 25814409216, string_pos = { charpos = 4306324832, bytepos = 0 }, dpvec_index = 11737138 }, from_overlay = 4307080080, area = 2257552, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | unknown: 6119020), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 12112784), voffset = 1, space_width = 4306704434, font_height = 1 }, { string = 68719476735, string_nchars = 2257520, end_charpos = 4300332495, stop_charpos = 25792678984, prev_stop = 4294967299, base_level_stop = 4306704434, cmp_it = { stop_pos = 4306704434, id = 4307070978, ch = 22875208, rule_idx = 6, lookback = 2257568, nglyphs = 5365551, reversed_p = true, charpos = 4307080080, nchars = 11737138, nbytes = 1, from = 1042, to = 0, width = 21997677 }, face_id = 2257712, u = { image = { object = 0, slice = { x = 72057594037927936, y = 128, width = 4302146208, height = 20 }, image_id = 1028 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 25780800102, bytepos = 25770949042 }, current = { pos = { charpos = 25781390214, bytepos = 2257712 }, overlay_string_index = 4300332495, string_pos = { charpos = 4302149616, bytepos = 12 }, dpvec_index = 0 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7182320), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2256808), voffset = 0, space_width = 579825945785, font_height = 4302149621 }, { string = 2258512, string_nchars = 7178909, end_charpos = 8, stop_charpos = 2257904, prev_stop = 4301082413, base_level_stop = 4302146169, cmp_it = { stop_pos = 4302146205, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 2258512, reversed_p = false, charpos = 4302149616, nchars = 20, nbytes = 0, from = 19870173, to = 6, width = 12 }, face_id = 2257920, u = { image = { object = 4302149616, slice = { x = 512, y = 4300332687, width = 4302149621, height = 0 }, image_id = 25796813542 }, comp = { object = 4302149616 }, stretch = { object = 4302149616 } }, position = { charpos = 16, bytepos = 2258064 }, current = { pos = { charpos = 4301081151, bytepos = 4315730560 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 25789673976 }, dpvec_index = 2258016 }, from_overlay = 4300332687, area = 27009766, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | unknown: 16366052), voffset = 6, space_width = 12, font_height = 4307138066 }, { string = 19, string_nchars = 1, end_charpos = 4306704434, stop_charpos = 4306704434, prev_stop = 4302149621, base_level_stop = 2258128, cmp_it = { stop_pos = 0, id = 25796813542, ch = 16, rule_idx = 0, lookback = 2258240, nglyphs = 6108325, reversed_p = true, charpos = 2, nchars = 2258504, nbytes = 0, from = 1, to = 0, width = 5975481 }, face_id = 2258208, u = { image = { object = 4305536944, slice = { x = 2258208, y = 4300332655, width = 4305536949, height = 10 }, image_id = 2258256 }, comp = { object = 4305536944 }, stretch = { object = 4305536944 } }, position = { charpos = 1, bytepos = 19 }, current = { pos = { charpos = 4300325285, bytepos = 4307138066 }, overlay_string_index = 10, string_pos = { charpos = 2259944, bytepos = 4310542757 }, dpvec_index = 2258400 }, from_overlay = 4301081151, area = 20763232, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 2258504), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300900027, font_height = 25796813542 }, { string = 4306704434, string_nchars = 12984434, end_charpos = 25789680705, stop_charpos = 25782788200, prev_stop = 2259664, base_level_stop = 4307020018, cmp_it = { stop_pos = 18, id = 2, ch = 5933885, rule_idx = 1, lookback = 4306704434, nglyphs = 10569653, reversed_p = true, charpos = 2258448, nchars = 2259944, nbytes = 0, from = 15575461, to = 1, width = 16 }, face_id = 2258640, u = { image = { object = 4301398993, slice = { x = 3, y = 2258496, width = 4311497089, height = 4313747456 }, image_id = 2258528 }, comp = { object = 4301398993 }, stretch = { object = 4301398993 } }, position = { charpos = 25796813542, bytepos = 4306704434 }, current = { pos = { charpos = 4307138066, bytepos = 4306704434 }, overlay_string_index = 4313747456, string_pos = { charpos = 2258592, bytepos = 4300332495 }, dpvec_index = 2258608 }, from_overlay = 4300332495, area = 25699328, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 4), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2258640), voffset = 0, space_width = 25795503104, font_height = 2258656 }}, sp = 25699328, selective = 2258656, what = 5365423, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_wrap = (WINDOW_WRAP | unknown: 4), base_face_id = 6, c = 6, len = 2258688, cmp_it = { stop_pos = 25795503104, id = 2258704, ch = 5358073, rule_idx = 1, lookback = 25795503109, nglyphs = 6, reversed_p = false, charpos = 25772758576, nchars = 13299, nbytes = 0, from = 2258768, to = 0, width = 6543059 }, char_to_display = 25699328, glyphless_method = 6, image_id = 25772758576, slice = { x = 25795503109, y = 25769803782, width = 72057594040186752, height = 25795503109 }, space_width = 2258912, voffset = -9022, tab_width = 99, font_height = 25772758576, object = 4294967302, position = { charpos = 25795503109, bytepos = 25795503104 }, truncation_pixel_width = 30640, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 25699333, last_visible_y = 6, extra_line_spacing = 25699333, max_extra_line_spacing = 6, override_ascent = 25699328, override_descent = 6, override_boff = 2258896, glyph_row = 0x1005dc7a0 <Fassq+1202>, area = 11737138, nglyphs = 1, pixel_width = 6568956, ascent = 1, descent = 25699328, max_ascent = 6, max_descent = 6543059, phys_ascent = 1, phys_descent = 2259040, max_phys_ascent = 0, max_phys_descent = 6558476, current_x = 1, continuation_lines_width = 12114946, eol_pos = { charpos = 4306704434, bytepos = 13300 }, current_y = 2954800, first_vpos = 6, vpos = 11737138, hpos = 1, left_user_fringe_bitmap = 6194, right_user_fringe_bitmap = 179, left_user_fringe_face_id = 1, right_user_fringe_face_id = 161952, bidi_p = false, bidi_it = { bytepos = 4307082242, charpos = 2259024, ch = 6557999, nchars = 4306704434, ch_len = 4307082242, type = 2258945, type_after_w1 = UNKNOWN_BT, orig_type = 12114946, resolved_level = 1, invalid_levels = 2259072, invalid_rl_levels = 0, prev = { bytepos = 4301543643, charpos = 4306704434, type = 25699333, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 4307082242, charpos = 2259536, type = 6577523, type_after_w1 = STRONG_L, orig_type = 53200 }, next_for_neutral = { bytepos = 4307082242, charpos = 25795503109, type = 2259488, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 4294967296, type = RLI, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_ws = { bytepos = 2259216, charpos = 2259232, type = 5361231, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_en_pos = 12, next_en_type = 2259280, ignore_bn_limit = 4301570758, sor = (R2L | unknown: 11737136), scan_dir = 1, disp_pos = 4307048080, disp_prop = 2259280, stack_idx = 0, level_stack = {{ level = 5361402, override = L2R }, { level = 2259312, override = NEUTRAL_DIR }, { level = 5365199, override = L2R }, { level = 25699328, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 2259424, override = NEUTRAL_DIR }, { level = 6614677, override = L2R }, { level = 2259360, override = NEUTRAL_DIR }, { level = 25699328, override = (R2L | unknown: 4) }, { level = 2259360, override = NEUTRAL_DIR }, { level = 5365423, override = L2R }, { level = 25699333, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2259392, override = NEUTRAL_DIR }, { level = 25699328, override = (R2L | unknown: 4) }, { level = 2259408, override = NEUTRAL_DIR }, { level = 5358073, override = L2R }, { level = 25699333, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 25699328, override = (R2L | unknown: 4) }, { level = 6577115, override = L2R }, { level = 25699328, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 12080789, override = L2R }, { level = 39273696, override = (R2L | unknown: 4) }, { level = 40, override = NEUTRAL_DIR }, { level = 2259136, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 2259152, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 25699328, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 14, override = NEUTRAL_DIR }, { level = 14, override = NEUTRAL_DIR }, { level = 2259696, override = NEUTRAL_DIR }, { level = 5784323, override = L2R }, { level = 53200, override = NEUTRAL_DIR }, { level = 13301, override = NEUTRAL_DIR }, { level = 25699333, override = (R2L | unknown: 4) }, { level = 2259632, override = NEUTRAL_DIR }, { level = 53144, override = NEUTRAL_DIR }, { level = 24687222, override = (R2L | unknown: 4) }, { level = 25699333, override = (R2L | unknown: 4) }, { level = 53204, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 13301, override = NEUTRAL_DIR }, { level = 53204, override = NEUTRAL_DIR }, { level = 53204, override = NEUTRAL_DIR }, { level = 25699333, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2259840, override = NEUTRAL_DIR }, { level = 5786441, override = L2R }, { level = 11737138, override = L2R }, { level = 14, override = NEUTRAL_DIR }, { level = 2259784, override = NEUTRAL_DIR }, { level = 13301, override = NEUTRAL_DIR }, { level = 25157168, override = (R2L | unknown: 4) }}, string = { lstring = 0, s = 0x100b31832 <bss_sbrk_buffer+357938> "", schars = 1, bufpos = 4302172933, from_disp_str = false, unibyte = false }, w = 0x33f5, paragraph_dir = (L2R | unknown: 13300), separator_limit = 13298, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 15 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 13299 end_unchanged = 0 frame_line_height = 16 #14 0x0000000100454696 in redisplay_window_1 (window=25794960949) at xdisp.c:14356 No locals. #15 0x00000001005d0ad5 in internal_condition_case_1 (bfun=0x100454657 <redisplay_window_1>, arg=25794960949, handlers=4306686374, hfun=0x1004545d4 <redisplay_window_error>) at eval.c:1372 val = 4306704434 c = 0x60018c600 #16 0x00000001004537c3 in redisplay_internal () at xdisp.c:14002 mini_window = 25787706933 mini_frame = 0x228b20 w = 0x6017fde30 sw = 0x6017fde30 fr = 0x6015d0c48 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 13286, bytepos = 13286 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 12 sf = 0x6015d0c48 polling_stopped_here = 0 tail = 4306704434 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #17 0x0000000100453eb8 in redisplay_preserve_echo_area (from_where=2) at xdisp.c:14185 No locals. #18 0x000000010041072a in Fredisplay (force=4306704434) at dispnew.c:5890 count = 12 #19 0x00000001005d46b4 in Ffuncall (nargs=1, args=0x228d60) at eval.c:2812 fun = 4302020933 original_fun = 4307037954 funcar = 2264288 numargs = 0 lisp_numargs = 25795503109 val = 4306704434 internal_args = 0x228c90 i = 1 count = 11 #20 0x0000000100621584 in exec_byte_code (bytestr=4302172897, vector=4302172933, maxdepth=28, args_template=3076, nargs=1, args=0x2292b8) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 11 op = 0 vectorp = 0x1006df308 <pure+123496> stack = { pc = 0x100a0a7cc <pure+3446572> "\210\311\031\314\311\307\005#)\211?\206\\", byte_string = 4302172897, byte_string_start = 0x100a0a78e <pure+3446510> "\001\247\203\022", next = 0x2292f0 } top = 0x228d60 result = 4306704434 type = CONDITION_CASE #21 0x00000001005d4f2d in funcall_lambda (fun=4302172853, nargs=1, arg_vector=0x2292b0) at eval.c:2979 val = 4300332687 syms_left = 3076 next = 4302172848 lexenv = 4302172848 count = 11 i = 2265536 optional = false rest = false #22 0x00000001005d48c9 in Ffuncall (nargs=2, args=0x2292a8) at eval.c:2861 fun = 4302172853 original_fun = 4310460418 funcar = 13300 numargs = 1 lisp_numargs = 25781504763 val = 4306761330 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300942777 count = 10 #23 0x0000000100621584 in exec_byte_code (bytestr=25790202529, vector=25790333941, maxdepth=8, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 1 vectorp = 0x6013943f8 stack = { pc = 0x601346b73 "\202k", byte_string = 25790202529, byte_string_start = 0x601346b10 "\306 \030dSeX\203\016", next = 0x229840 } top = 0x2292a8 result = 4306704434 type = (unknown: 6) #24 0x00000001005d5361 in funcall_lambda (fun=25789867469, nargs=0, arg_vector=0x6013943f5) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 25789867464 lexenv = 4306704434 count = 9 i = 0 optional = false rest = false #25 0x00000001005d48c9 in Ffuncall (nargs=1, args=0x2297e8) at eval.c:2861 fun = 25789867469 original_fun = 25790063122 funcar = 1431232 numargs = 0 lisp_numargs = 4315730144 val = 4306704434 internal_args = 0x3 i = 4306704434 count = 8 #26 0x0000000100621584 in exec_byte_code (bytestr=25790189569, vector=25790289501, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 5 op = 0 vectorp = 0x601389660 stack = { pc = 0x60109305d "\203#", byte_string = 25790189569, byte_string_start = 0x601093048 "\306\030\t\306\032\033\307 \203\023", next = 0x229eb0 } top = 0x2297e8 result = 4306315424 type = CONDITION_CASE #27 0x0000000100620609 in Fbyte_code (bytestr=25790189569, vector=25790289501, maxdepth=16) at bytecode.c:482 No locals. #28 0x00000001005d2f78 in eval_sub (form=25780507382) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {25790189569, 25790289501, 16, 4301039967, 2293504, 32, 2268336, 4300332495} fun = 4305545893 val = 0 original_fun = 4307030786 original_args = 25780507398 funcar = 4300326265 gcpro1 = { next = 0x229d00, var = 0x10051ddcf <PSEUDOVECTORP+61>, nvars = 25795503104 } gcpro2 = { next = 0x0, var = 0x601380510, nvars = 2267424 } gcpro3 = { next = 0x601380510, var = 0x229c40, nvars = 3 } count = 4 #29 0x00000001005d079f in internal_lisp_condition_case (var=4306704434, bodyform=25780507382, handlers=25780506870) at eval.c:1317 val = 4306704434 c = 0x600084600 oldhandlerlist = 0x600084e00 clausenb = 1 #30 0x0000000100622a92 in exec_byte_code (bytestr=25790189697, vector=25789867813, maxdepth=12, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25780506870 body = 25780507382 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 4 op = 143 vectorp = 0x601322728 stack = { pc = 0x601093038 "\207", byte_string = 25790189697, byte_string_start = 0x601093030 "\b\205\b", next = 0x0 } top = 0x229e68 result = 4311750039 type = (unknown: 6) #31 0x00000001005d5361 in funcall_lambda (fun=25790334685, nargs=0, arg_vector=0x601322725) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 25790334680 lexenv = 4306704434 count = 4 i = 0 optional = false rest = false #32 0x00000001005d48c9 in Ffuncall (nargs=1, args=0x22a3d0) at eval.c:2861 fun = 25790334685 original_fun = 25790065218 funcar = 4302967280 numargs = 0 lisp_numargs = 2 val = 4311750039 internal_args = 0x0 i = 25779581248 count = 3 #33 0x00000001005d3f97 in call0 (fn=25790065218) at eval.c:2596 ret_ungc_val = 4311750039 gcpro1 = { next = 0x100acc3b0 <o_fwd>, var = 0x1005b09a9 <XOBJFWD+38>, nvars = 2270176 } #34 0x0000000100527d97 in safe_run_hooks_1 () at keyboard.c:1875 No locals. #35 0x00000001005d0930 in internal_condition_case (bfun=0x100527cf1 <safe_run_hooks_1>, handlers=4306704482, hfun=0x100527d9d <safe_run_hooks_error>) at eval.c:1348 val = 4311750039 c = 0x600084e00 #36 0x0000000100528260 in safe_run_hook_funcall (nargs=1, args=0x22a570) at keyboard.c:1930 No locals. #37 0x00000001005d3e4b in run_hook_with_args (nargs=1, args=0x22a570, funcall=0x10052819f <safe_run_hook_funcall>) at eval.c:2548 global_vals = 4306704434 sym = 4306758210 val = 25794249174 ret = 4306704434 gcpro1 = { next = 0x100b7e002 <bss_sbrk_buffer+671234>, var = 0x100b3ea42 <bss_sbrk_buffer+411714>, nvars = 4306704434 } gcpro2 = { next = 0x22a550, var = 0x1013cd060 <bss_sbrk_buffer+9383520>, nvars = 2270560 } gcpro3 = { next = 0x22a4d0, var = 0x10051dd46 <BUFFER_OBJFWDP+21>, nvars = 4306315952 } #38 0x00000001005282b0 in safe_run_hooks (hook=25790065218) at keyboard.c:1947 count = 2 #39 0x0000000100526ac1 in command_loop_1 () at keyboard.c:1573 cmd = 4306757922 keybuf = {464, 4301078672, 4, 2270704, 0, 0, 4306762642, 25794248182, 4302049473, 4310397794, 2270880, 0, 4, 4306704434, 2270912, 4300364156, 4306762642, 25794248182, 4302049473, 4310397794, 4310428466, 0, 2270976, 4300363789, 25794248182, 2270880, 4307018688, 4306704434, 2271744, 2271968} i = 1 prev_modiff = 2373 prev_buffer = 0x601882400 already_adjusted = false #40 0x00000001005d0930 in internal_condition_case (bfun=0x1005260cf <command_loop_1>, handlers=4306770594, hfun=0x10052565a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #41 0x0000000100525c9d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #42 0x00000001005cfc81 in internal_catch (tag=4306762690, func=0x100525c6b <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #43 0x0000000100525c2c in command_loop () at keyboard.c:1156 No locals. #44 0x00000001005250bb in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #45 0x00000001005252ed in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #46 0x0000000100522fb5 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 [New Thread 3432.0x1348] Lisp Backtrace: [Thread 3432.0x1348 exited with code 0] "redisplay_internal (C function)" (0xad9c98) "redisplay" (0x228d68) "sit-for" (0x2292b0) "flyspell-check-word-p" (0x2297f0) "byte-code" (0x229c40) "flyspell-post-command-hook" (0x22a3d8) (gdb) info threads Id Target Id Frame 18 Thread 3432.0x144c (running) 17 Thread 3432.0x14b4 (running) 14 Thread 3432.0x1768 (running) 13 Thread 3432.0x1b40 (running) 10 Thread 3432.0x192c (running) 9 Thread 3432.0x14a4 (running) 7 Thread 3432.0x10d4 (running) 6 Thread 3432.0x150c (running) 5 Thread 3432.0x149c (running) 4 Thread 3432.0x72c (running) 3 Thread 3432.0x1528 (running) 2 Thread 3432.0x13f4 (running) * 1 Thread 3432.0x1464 (running) (gdb) thread 2 [Switching to thread 2 (Thread 3432.0x13f4)](running) (gdb) bt full #0 0x000000007737131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd951a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076c30a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076c359ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007734c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [New Thread 3432.0x2654] [Thread 3432.0x2654 exited with code 0] [Thread 3432.0x14a4 exited with code 0] [Thread 3432.0x150c exited with code 2] [Thread 3432.0x13f4 exited with code 2] [Thread 3432.0x1768 exited with code 2] [Thread 3432.0x149c exited with code 2] [Thread 3432.0x72c exited with code 2] [Thread 3432.0x192c exited with code 2] [Thread 3432.0x14b4 exited with code 2] [Thread 3432.0x1b40 exited with code 2] [Thread 3432.0x144c exited with code 2] [Thread 3432.0x1528 exited with code 2] [Inferior 1 (process 3432) exited with code 02] The program being debugged exited while in a function called from GDB. Evaluation of the expression containing the function (backtrace_top) will be abandoned. (gdb) thread 3 Thread ID 3 not known. (gdb) info threads No threads. [-- Attachment #3: emacs-b8497de-patched-bidi-01.backtrace --] [-- Type: text/plain, Size: 186500 bytes --] #0 0x000007fefdb83ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #1 0x0000000100665ef1 in emacs_abort () at w32fns.c:8491 button = 6 #2 0x00000001004f9ec6 in bidi_check_type (type=STRONG_L) at bidi.c:333 No locals. #3 0x00000001004fa256 in bidi_remember_char (saved_info=0x2268f8, bidi_it=0x2268b8) at bidi.c:485 No locals. #4 0x00000001004feb6d in bidi_level_of_next_char (bidi_it=0x2268b8) at bidi.c:2326 eob = 11598 type = UNKNOWN_BT level = 0 prev_level = -1 next_for_neutral = { bytepos = 1, charpos = 4300186320, type = 2231152, type_after_w1 = UNKNOWN_BT, orig_type = 2148292989 } next_char_pos = -2 #5 0x00000001004ff510 in bidi_move_to_visually_next (bidi_it=0x2268b8) at bidi.c:2619 old_level = 0 new_level = 0 next_level = 6 sentinel = { bytepos = 8417, charpos = 8396, ch = 115, 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 = 8416, charpos = 8395, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, last_strong = { bytepos = 8416, charpos = 8395, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 8416, charpos = 8395, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 8416, charpos = 8395, 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 = 8459, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 1998305910, override = NEUTRAL_DIR }, { level = 2231712, override = NEUTRAL_DIR }, { level = 6830992, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 10975672, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2231540, override = NEUTRAL_DIR }, { level = 2231616, override = NEUTRAL_DIR }, { level = 2231600, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 6724233, override = L2R }, { level = 0, override = (L2R | unknown: 16388) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 2232016, override = NEUTRAL_DIR }, { level = 6577667, override = L2R }, { level = 33312, override = NEUTRAL_DIR }, { level = 12170242, override = L2R }, { level = 2228498, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = NEUTRAL_DIR }, { level = 11731030, override = L2R }, { level = 25172992, override = L2R }, { level = 1205936, override = (R2L | unknown: 4) }, { level = 86, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 5365599, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2231776, override = NEUTRAL_DIR }, { level = 4706351, override = L2R }, { level = 18279616, override = L2R }, { level = 2231772, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10975672, override = L2R }, { level = 24577477, override = (R2L | unknown: 4) }, { level = 5365599, override = (R2L | unknown: 84) }, { level = 2231920, override = NEUTRAL_DIR }, { level = 4741865, override = L2R }, { level = 2252576, override = NEUTRAL_DIR }, { level = 2231862, override = NEUTRAL_DIR }, { level = 2231862, override = NEUTRAL_DIR }, { level = 6845181, override = L2R }, { level = 3, override = L2R }, { level = 115, override = NEUTRAL_DIR }, { level = 8349, override = NEUTRAL_DIR }, { level = 8417, override = NEUTRAL_DIR }, { level = 2231920, override = (unknown: 5636096) }, { level = 4445233, override = L2R }, { level = 12081341, override = L2R }, { level = 115, override = NEUTRAL_DIR }, { level = 25172992, override = (R2L | unknown: 4) }, { level = -111402744, override = (L2R | R2L | unknown: 1788) }, { level = 11598, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 2232064, override = NEUTRAL_DIR }, { level = 4449473, override = L2R }}, string = { lstring = 25794375680, s = 0x600084400 "r\032\263", schars = 4294967411, bufpos = 8396, from_disp_str = false, unibyte = true }, w = 0x220d50, paragraph_dir = (unknown: 18279616), separator_limit = 25770345472, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x220b90, var = 0x10051de5f <PSEUDOVECTORP+61>, nvars = 4307048080 } #6 0x000000010043eee9 in set_iterator_to_next (it=0x225f20, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #7 0x0000000100443fd3 in move_it_in_display_line_to (it=0x225f20, to_charpos=11598, to_x=-1, op=MOVE_TO_POS) at xdisp.c:8959 x = 552 i = 1 ascent = 12 descent = 4 result = MOVE_UNDEFINED saved_glyph_row = 0x601877000 wrap_it = { window = 2255032, w = 0x4, f = 0xffffffff, method = 12, stop_charpos = 2245616, prev_stop = 4306704434, base_level_stop = 25794376221, end_charpos = 1998305806, s = 0x60176f000 "\025\320\002\003", string_nchars = 0, redisplay_end_trigger_charpos = 11598, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = true, dp = 0x60024e000, dpvec = 0x1800c597d <memcpy+13>, dpend = 0x0, dpvec_char_len = 1998305806, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {1, 0, -1, 0, 0, 0, 0, 4297209792, 11598, 25772220416, 2242576, 1, 8328, 0, 4294967296, 2242640}, start = { pos = { charpos = 4300208354, bytepos = 4306704434 }, overlay_string_index = 2254849, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, current = { pos = { charpos = 11598, bytepos = 11619 }, overlay_string_index = -1, string_pos = { charpos = 8348, bytepos = 8327 }, dpvec_index = 10 }, n_overlay_strings = 1, overlay_strings_charpos = 1, overlay_strings = {25769803782, 6, -4294967296, 8347, 8326, 4294967296, 1, 8347, 8326, 0, 0, 0, -1, 0, 0, 8348}, string_overlays = {8327, 4294967297, 1, 8345, 8324, 0, 0, 0, 0, -1, 4294967297, 8459, 0, 0, 0, 0}, string = 0, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 4306704434, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 8349, nbytes = 0, from = 0, to = 0, width = 7891 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 11598 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 1 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 11597, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 11598 }, from_overlay = 0, area = 65536, method = 65536, paragraph_embedding = (unknown: 7912), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 7888), voffset = 0, space_width = 9288, font_height = 9267 }, { string = 25794750040, string_nchars = 2243616, end_charpos = 4299419579, stop_charpos = 25794976768, prev_stop = 8328, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = true, 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 = 16 }, image_id = 2243776 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 4299405657, bytepos = 2252576 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = -1, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 4294967295, id = 0, ch = 0, rule_idx = 0, lookback = 3, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 11598, nbytes = 0, from = -1, to = -1, width = -2 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, space_width = 0, voffset = 0, tab_width = 0, font_height = 4306704434, object = 4306704434, position = { charpos = 4306704434, bytepos = 4306704434 }, truncation_pixel_width = 6194, continuation_pixel_width = 179, first_visible_x = 1, last_visible_x = 131072, last_visible_y = 0, extra_line_spacing = 11737138, max_extra_line_spacing = 1, override_ascent = 25172997, override_descent = 6, override_boff = 2244640, glyph_row = 0x10051de5f <PSEUDOVECTORP+61>, area = 2259416, nglyphs = 0, pixel_width = 2255896, ascent = 0, descent = 2244752, max_ascent = 0, max_descent = 4441259, phys_ascent = 1, phys_descent = 2252576, max_phys_ascent = 0, max_phys_descent = 2245528, current_x = 0, continuation_lines_width = 2244672, eol_pos = { charpos = 4300332863, bytepos = 25794976773 }, current_y = 6, first_vpos = 1, vpos = 8348, hpos = 0, left_user_fringe_bitmap = 8327, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 10, bidi_p = false, bidi_it = { bytepos = 1, charpos = 1, ch = 6, nchars = 6, ch_len = -4294967296, type = 8347, type_after_w1 = UNKNOWN_BT, orig_type = 8326, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 1, prev = { bytepos = 1, charpos = 8347, type = 8326, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = 4294967295, type_after_w1 = 4294967295, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 8348, type = 8327, type_after_w1 = UNKNOWN_BT, orig_type = STRONG_L }, prev_for_neutral = { bytepos = 1, charpos = 8345, type = 8324, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 4294967295 }, next_en_pos = 4294967297, next_en_type = 8459, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 45 times>, { level = 2245376, override = NEUTRAL_DIR }, { level = 5364008, override = L2R }, { level = 30453923, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 30454003, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2245424, override = NEUTRAL_DIR }, { level = 5364035, override = L2R }, { level = 30453923, override = (R2L | unknown: 4) }, { level = 5364035, override = L2R }, { level = 30454003, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2245472, override = NEUTRAL_DIR }, { level = 5364138, override = L2R }, { level = 30453923, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 30453923, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2245520, override = NEUTRAL_DIR }}, string = { lstring = 4300649817, s = 0x601d0b0a3 "\t\004\220", schars = 4300331331, bufpos = 25800257699, from_disp_str = true, unibyte = true }, w = 0x10, paragraph_dir = (unknown: 2259416), separator_limit = 2245712, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = false }, paragraph_embedding = (L2R | R2L | unknown: 30453920) } atpos_it = { window = 2238960, w = 0x10051c331 <XSUB_CHAR_TABLE+38>, f = 0x101052005 <bss_sbrk_buffer+5733893>, method = 14, stop_charpos = 4297206304, prev_stop = 11598, base_level_stop = 2239024, end_charpos = 4300328704, s = 0x101052005 <bss_sbrk_buffer+5733893> "", string_nchars = 4300193002, redisplay_end_trigger_charpos = 4306704434, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x4, dpvec = 0x101102c48 <bss_sbrk_buffer+6457928>, dpend = 0x222a60, dpvec_char_len = 5361546, dpvec_face_id = 1, saved_face_id = 17837133, ctl_chars = {108, 11567, 4294967296, 2239136, 4300185076, 4312804429, 108, 11598, 463856467969, 2255288, 4297222592, 2239280, 4300200116, 1, 0, 2255288}, start = { pos = { charpos = 2255296, bytepos = 2255816 }, overlay_string_index = 25794376216, string_pos = { charpos = 1, bytepos = 2255064 }, dpvec_index = 2255056 }, current = { pos = { charpos = -1, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 11618, bytepos = 11597 }, dpvec_index = 0 }, n_overlay_strings = 463856467969, overlay_strings_charpos = 16, overlay_strings = {2255888, 2239440, 4300200285, 4306704434, 0, -1, 4294967297, 11598, 0, 0, 11567, 4313246912, 2239420, 1, 4305942968, 2239456}, string_overlays = {4299401520, 4306704434, 0, 1, 2239510, 2239568, 4299429060, 2260304, 0, 11586, 11567, 844424932371536, 4299412529, 4307048637, 32, 25794976768}, string = 7696469995859, from_overlay = 11567, stack = {{ string = 0, string_nchars = 2239712, end_charpos = 4299413368, stop_charpos = 2260304, prev_stop = 25795033088, base_level_stop = 32, cmp_it = { stop_pos = 11566, id = 11737138, ch = 11588, rule_idx = 0, lookback = 11567, nglyphs = 25229312, reversed_p = 6, charpos = 562949953421311, nchars = 1, nbytes = 0, from = 1, to = 0, width = 11588 }, face_id = 11567, u = { image = { object = 4301545019, slice = { x = 2239840, y = 4299419579, width = 25794976768, height = 11567 }, image_id = 2239872 }, comp = { object = 4301545019 }, stretch = { object = 4301545019 } }, position = { charpos = 4300196264, bytepos = 4306704434 }, current = { pos = { charpos = 4300332639, bytepos = 25794976768 }, overlay_string_index = 4294967302, string_pos = { charpos = 4306704434, bytepos = 4305944840 }, dpvec_index = 2239856 }, from_overlay = 25794976768, area = 2239856, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | R2L | unknown: 5365564), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | unknown: 25172996), voffset = 0, space_width = -1, font_height = 1 }, { string = 2263624, string_nchars = 2240000, end_charpos = 4299432743, stop_charpos = 2260304, prev_stop = 11598, base_level_stop = 1, cmp_it = { stop_pos = 11446, id = 11425, ch = 11619, rule_idx = 0, lookback = 11598, nglyphs = 4452283, reversed_p = true, charpos = 25794976768, nchars = 1, nbytes = 0, from = 1, to = 0, width = 11619 }, face_id = 11598, u = { image = { object = 16, slice = { x = 2240128, y = 4299419579, width = 25794976768, height = 11598 }, image_id = 0 }, comp = { object = 16 }, stretch = { object = 16 } }, position = { charpos = 0, bytepos = 4294967295 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 8589934591, string_pos = { charpos = 0, bytepos = 1042 }, dpvec_index = 2240224 }, from_overlay = 4299405657, area = 2255728, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2240672), voffset = 0, space_width = 0, font_height = 2239968 }, { string = 16, string_nchars = 2240288, end_charpos = 4299405657, stop_charpos = 2249088, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 54590518, rule_idx = 0, lookback = 11598, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 2240384, to = 0, width = 5235935 }, face_id = 1, u = { image = { object = 0, slice = { x = 0, y = 54590518, width = 0, height = 52428532 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 281479271677951 }, current = { pos = { charpos = 2293759, bytepos = 0 }, overlay_string_index = 1998305806, string_pos = { charpos = 4306704434, bytepos = 4305589760 }, dpvec_index = 1 }, from_overlay = 0, area = -1077194249, method = 58410, paragraph_embedding = (L2R | unknown: 2148292988), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2241312), voffset = 0, space_width = 2241296, font_height = 2241328 }, { string = 1, string_nchars = 2241292, end_charpos = 2, stop_charpos = 0, prev_stop = 8791786016288, base_level_stop = 42933472, cmp_it = { stop_pos = -4288859142, id = 2241392, ch = 0, rule_idx = 0, lookback = 2241312, nglyphs = 2241296, reversed_p = false, charpos = 2240616, nchars = 2240672, nbytes = 0, from = 2240696, to = 0, width = 2 }, face_id = 2241328, u = { image = { object = 2241296, slice = { x = 2241292, y = 0, width = 8791785766984, height = 0 }, image_id = 7959093557954871298 }, comp = { object = 2241296 }, stretch = { object = 2241296 } }, position = { charpos = 1953261156, bytepos = 96 }, current = { pos = { charpos = 2240576, bytepos = 2241344 }, overlay_string_index = 1, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 1, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 2241312), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WORD_WRAP, voffset = 1, space_width = 0, font_height = 0 }, { string = 4294967297, string_nchars = 1, end_charpos = 0, stop_charpos = 2241344, prev_stop = 0, base_level_stop = 4294967297, cmp_it = { stop_pos = 0, id = 4294967297, ch = -1, rule_idx = 0, lookback = 8791785767024, nglyphs = 0, reversed_p = false, charpos = 42934832, nchars = 0, nbytes = 0, from = 2241424, to = 0, width = 0 }, face_id = 1, u = { image = { object = 4294967295, slice = { x = 0, y = 25769803776, width = 8791785767024, height = 0 }, image_id = 2240944 }, comp = { object = 4294967295 }, stretch = { object = 4294967295 } }, position = { charpos = 4300332639, bytepos = 4312080384 }, current = { pos = { charpos = 4294967310, bytepos = 2272050 }, overlay_string_index = 0, string_pos = { charpos = 2240992, bytepos = 4312080384 }, dpvec_index = 2240992 }, from_overlay = 4300332927, area = 17113093, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (R2L | unknown: 12), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2241252), voffset = 0, space_width = 4312080384, font_height = 2241040 }}, sp = -1, selective = 4312080389, what = 14, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = (unknown: 500), base_face_id = -12200719, c = 2046, len = 2241104, cmp_it = { stop_pos = 8589934591, id = 4312080389, ch = 4441259, rule_idx = 1, lookback = 2255728, nglyphs = 2241976, reversed_p = false, charpos = 2147485889152, nchars = 5365343, nbytes = 1, from = 2259416, to = 0, width = 2252408 }, char_to_display = 2241264, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 4299408555, slice = { x = 2249088, y = 2242040, width = 2241184, height = 4300332863 }, space_width = 25794976773, voffset = 6, tab_width = 0, font_height = 11598, object = 0, position = { charpos = 10, bytepos = 4294967297 }, truncation_pixel_width = 13136, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 5236260, last_visible_y = 1, extra_line_spacing = 1, max_extra_line_spacing = 0, override_ascent = 0, override_descent = -1, override_boff = 11617, glyph_row = 0x2d4c, area = LEFT_MARGIN_AREA, nglyphs = 23, pixel_width = 23, ascent = 0, descent = 11616, max_ascent = 0, max_descent = 11595, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = -1, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 11618, hpos = 0, left_user_fringe_bitmap = 11597, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 1, bidi_p = false, bidi_it = { bytepos = 23, charpos = 11611, ch = 11590, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = -1, invalid_rl_levels = -1, prev = { bytepos = 4294967297, charpos = 11598, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 25 times>, { level = 2241888, override = NEUTRAL_DIR }, { level = 5364008, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2241936, override = NEUTRAL_DIR }, { level = 5364035, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364035, override = L2R }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2241984, override = NEUTRAL_DIR }, { level = 5364138, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2242032, override = NEUTRAL_DIR }, { level = 5682521, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364035, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 16, override = NEUTRAL_DIR }, { level = 2259416, override = NEUTRAL_DIR }, { level = 2242224, override = NEUTRAL_DIR }, { level = 5613408, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 3, override = L2R }, { level = 2249088, override = NEUTRAL_DIR }, { level = 0, override = (unknown: 8) }, { level = 4, override = (unknown: 12) }, { level = 25653248, override = (R2L | unknown: 4) }, { level = 2242176, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 1, override = L2R }, { level = 2242208, override = NEUTRAL_DIR }}, string = { lstring = 4300204664, s = 0x2268b8 <incomplete sequence \341\040>, schars = 8589934591, bufpos = 1, from_disp_str = false, unibyte = false }, w = 0x223720, paragraph_dir = (L2R | R2L | unknown: 4294967292), separator_limit = 2242352, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } atx_it = { window = 2235728, w = 0x100442327 <move_it_in_display_line_to+1047>, f = 0x226ce0, method = 11597, stop_charpos = 10, prev_stop = 1, base_level_stop = 1, end_charpos = 25769803782, s = 0x6 <error: Cannot access memory at address 0x6>, string_nchars = -4294967296, redisplay_end_trigger_charpos = 11617, multibyte_p = false, header_line_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = true, dp = 0x1700000000, dpvec = 0x17, dpend = 0x2d60, dpvec_char_len = 11595, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0, 0, -1, 0, 0, 11618, 11597, 98784247809, 23, 11611, 11590, 0, 0, 0, 0, -1}, start = { pos = { charpos = 4294967297, bytepos = 11598 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 21 }, dpvec_index = 2236032 }, current = { pos = { charpos = 25781736054, bytepos = 25794976773 }, overlay_string_index = 4307026786, string_pos = { charpos = 4307080080, bytepos = 4306704434 }, dpvec_index = 8390701 }, n_overlay_strings = 4306704434, overlay_strings_charpos = 2236272, overlay_strings = {4301399137, 11, 4306704434, 25769803778, 4300328347, 4303357997, 46260, 46268, 25781778086, 4306704434, 4306704434, 25781777894, 4306704434, 4306704434, 4306704434, 46268}, string_overlays = {46268, 4307133922, 4306704434, 4303358401, 25790506549, 24, 4302191505, 25781777894, 14, 42938464, 60, 2236240, 4312080384, 2236240, 4300332927, 4305007424}, string = 4303357961, from_overlay = 4305007163, stack = {{ string = 2237632, string_nchars = 2236384, end_charpos = 4300196264, stop_charpos = 4306704434, prev_stop = 2236016, base_level_stop = 2236024, cmp_it = { stop_pos = 60, id = 25781778086, ch = 5361408, rule_idx = 1, lookback = 4306704434, nglyphs = 42881928, reversed_p = false, charpos = 2237168, nchars = 42882008, nbytes = 0, from = 12, to = 0, width = -1 }, face_id = 2236400, u = { image = { object = 4300328842, slice = { x = 4312804429, y = 49, width = 65536, height = 11598 }, image_id = 1 }, comp = { object = 4300328842 }, stretch = { object = 4300328842 } }, position = { charpos = 4300198133, bytepos = 4312804429 }, current = { pos = { charpos = 11619, bytepos = 11598 }, overlay_string_index = 8787503087616, string_pos = { charpos = 0, bytepos = 1 }, dpvec_index = 1 }, from_overlay = 11619, area = 11598, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 16), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2236640), voffset = 0, space_width = 4299419579, font_height = 25794976768 }, { string = 11598, string_nchars = 54585600, end_charpos = 8791786031838, stop_charpos = 42882096, prev_stop = 2228236, base_level_stop = 54590518, cmp_it = { stop_pos = 4294967296, id = 54585552, ch = -11867625, rule_idx = 2046, lookback = 0, nglyphs = 2237400, reversed_p = false, charpos = 2237712, nchars = 2238064, nbytes = 0, from = 2236800, to = 0, width = 2236768 }, face_id = 0, u = { image = { object = 16, slice = { x = 2236800, y = 4299405657, width = 2256096, height = 0 }, image_id = 7696469994717 }, comp = { object = 16 }, stretch = { object = 16 } }, position = { charpos = 0, bytepos = 65535 }, current = { pos = { charpos = 281556581089280, bytepos = 11598 }, overlay_string_index = 25769803776, string_pos = { charpos = 0, bytepos = 52427944 }, dpvec_index = 2236896 }, from_overlay = 4300203231, area = 6, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 1, font_height = 54585806 }, { string = 54585536, string_nchars = 52427944, end_charpos = 42882096, stop_charpos = 131073, prev_stop = 42951270, base_level_stop = 2237832, cmp_it = { stop_pos = 0, id = 0, ch = 2237868, rule_idx = 0, lookback = 2237712, nglyphs = 11737089, reversed_p = true, charpos = 54585552, nchars = 54585574, nbytes = 0, from = 54590518, to = 0, width = 2236960 }, face_id = 16777472, u = { image = { object = 256, slice = { x = 2237712, y = 4300332639, width = 0, height = 0 }, image_id = 0 }, comp = { object = 256 }, stretch = { object = 256 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = -12023544, reversed_p = 254, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 588, u = { image = { object = 0, slice = { x = 2237400, y = 8791786172549, width = 2238064, height = 0 }, image_id = 2237848 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 1, bytepos = 2237712 }, current = { pos = { charpos = 8791786169920, bytepos = 2237832 }, overlay_string_index = 0, string_pos = { charpos = 2237768, bytepos = 0 }, dpvec_index = 2237400 }, from_overlay = 6148088172, area = 1953261156, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (L2R | R2L | unknown: 4294967292), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 8791786032137, string_nchars = 52427944, end_charpos = 0, stop_charpos = 11567, prev_stop = 0, base_level_stop = 42951264, cmp_it = { stop_pos = 25769805968, id = 2237584, ch = 5236110, rule_idx = 1, lookback = 2262760, nglyphs = -11984757, reversed_p = 254, charpos = 2238512, nchars = 0, nbytes = 0, from = 2238512, to = 0, width = 42881928 }, face_id = 42934720, u = { image = { object = 4294967295, slice = { x = 0, y = 81604378644, width = 4306704434, height = 2 }, image_id = 2237696 }, comp = { object = 4294967295 }, stretch = { object = 4294967295 } }, position = { charpos = 4300279095, bytepos = 4294967297 }, current = { pos = { charpos = 2237616, bytepos = 1 }, overlay_string_index = 2238720, string_pos = { charpos = 2147485886512, bytepos = 0 }, dpvec_index = 2252408 }, from_overlay = 2249080, area = 2237776, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | R2L | unknown: 4441256), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2256096), voffset = 0, space_width = 2238552, font_height = 2237696 }}, sp = -1, selective = 4294967302, what = 2239264, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = true, glyph_not_available_p = false, starts_in_middle_of_char_p = true, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_wrap = TRUNCATE, base_face_id = 11597, c = 0, len = 10, cmp_it = { stop_pos = 1, id = 1, ch = 6, rule_idx = 6, lookback = 6, nglyphs = 0, reversed_p = 255, charpos = 11617, nchars = 11596, nbytes = 0, from = 0, to = 23, width = 23 }, char_to_display = 11616, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 11595, slice = { x = 0, y = 0, width = 0, height = -1 }, space_width = 0, voffset = 0, tab_width = 0, font_height = 11618, object = 11597, position = { charpos = 98784247809, bytepos = 23 }, truncation_pixel_width = 11611, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 11590, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = 0, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = ANY_AREA, nglyphs = -1, pixel_width = 1, ascent = 1, descent = 11598, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = { bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2238400, override = NEUTRAL_DIR }, { level = 5364008, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2238448, override = NEUTRAL_DIR }, { level = 5364035, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364035, override = L2R }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2238496, override = NEUTRAL_DIR }, { level = 5364138, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364008, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2238544, override = NEUTRAL_DIR }, { level = 5682521, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 5364035, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 16, override = NEUTRAL_DIR }, { level = 2252408, override = NEUTRAL_DIR }, { level = 2238736, override = NEUTRAL_DIR }, { level = 5613408, override = L2R }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 3, override = L2R }, { level = 2256096, override = NEUTRAL_DIR }, { level = 0, override = (unknown: 8) }, { level = 4, override = (unknown: 12) }, { level = 25653248, override = (R2L | unknown: 4) }, { level = 0, override = L2R }, { level = 256, override = NEUTRAL_DIR }, { level = 11596, override = NEUTRAL_DIR }, { level = 11598, override = NEUTRAL_DIR }, { level = 21747531, override = (R2L | unknown: 4) }, { level = 21747571, override = (R2L | unknown: 4) }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 30343608, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2256096, override = (L2R | unknown: 4) }, { level = 4464414, override = L2R }, { level = 16, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2238880, override = NEUTRAL_DIR }, { level = 4478539, override = L2R }, { level = 25172992, override = (R2L | unknown: 4) }, { level = 11598, override = NEUTRAL_DIR }, { level = -1, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 12080784, override = L2R }, { level = 13, override = L2R }, { level = 2238864, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 17113088, override = L2R }}, string = { lstring = 14, s = 0x1 <error: Cannot access memory at address 0x1>, schars = 94489280513, bufpos = 2238912, from_disp_str = false, unibyte = false }, w = 0x2229c0, paragraph_dir = (L2R | R2L | unknown: 5365628), separator_limit = 4312080389, prev_was_pdf = false, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } ppos_it = { window = 4306704434, w = 0xff488ade, f = 0x28e5430, method = 2228236, stop_charpos = 0, prev_stop = -4294967290, base_level_stop = 16, end_charpos = 2259408, s = 0x221090 "\016", string_nchars = 4300201032, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = true, ellipsis_p = false, avoid_cursor_p = false, dp = 0x2210d0, dpvec = 0x2210b0, dpend = 0x100000000221070, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0, 0, 0, 0, 6443720212, 65535, 0, 60129542144, 0, 2228238, 52427944, 5407855431, 14, 54590518, 52428532, 2233128}, start = { pos = { charpos = 1, bytepos = 54585806 }, overlay_string_index = 54585536, string_pos = { charpos = 52427944, bytepos = 42882096 }, dpvec_index = 131073 }, current = { pos = { charpos = 42951270, bytepos = 2233560 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 2233596 }, dpvec_index = 2233440 }, n_overlay_strings = 4294967297, overlay_strings_charpos = 54585552, overlay_strings = {54585574, 54590518, 2232688, 4311744768, 2228480, 2233440, 4312804424, 0, 0, 0, 0, 0, 0, 0, 0, 0}, string_overlays = {0, 0, 0, 0, 0, 0, 0, 0, 0, 25781188307, 0, 0, 0, 0, 0, 0}, string = 0, from_overlay = 0, stack = {{ string = 8791786031368, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 250869039759948, cmp_it = { stop_pos = 0, id = 2233128, ch = -11882363, rule_idx = 2046, lookback = 2233792, nglyphs = 0, reversed_p = false, charpos = 2233576, nchars = 1, nbytes = 0, from = 20367842, to = 1, width = -11884992 }, face_id = 2233560, u = { image = { object = 0, slice = { x = 2233184, y = 4301086398, width = 4315730752, height = 6148088172 }, image_id = 6248228452 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 2233596, bytepos = 2233152 }, current = { pos = { charpos = 4300332639, bytepos = 4303336008 }, overlay_string_index = 8787503087628, string_pos = { charpos = 4306704434, bytepos = 4301084838 }, dpvec_index = 11567 }, from_overlay = 4303336008, area = 2232224, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | unknown: 5360968), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 15650704), voffset = 1, space_width = 4306704434, font_height = 16 }, { string = 4303336157, string_nchars = 2233344, end_charpos = 4301083653, stop_charpos = 25, prev_stop = 25781188307, base_level_stop = 11598, cmp_it = { stop_pos = 4294967296, id = 0, ch = 0, rule_idx = 0, lookback = 2233408, nglyphs = 5235935, reversed_p = true, charpos = 6, nchars = 0, nbytes = 16777217, from = 0, to = 0, width = 11737138 }, face_id = 11737138, u = { image = { object = 25781188307, slice = { x = 4303336013, y = 2235432, width = 25789091165, height = 16 }, image_id = 2233504 }, comp = { object = 25781188307 }, stretch = { object = 25781188307 } }, position = { charpos = 4301081295, bytepos = 4315730720 }, current = { pos = { charpos = 2, bytepos = 2 }, overlay_string_index = 4300325513, string_pos = { charpos = 25794976773, bytepos = 2234992 }, dpvec_index = 2233472 }, from_overlay = 4300332831, area = 21631014, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 20369344), voffset = 1, space_width = 24, font_height = 2233520 }, { string = 4300332831, string_nchars = 11973958, end_charpos = 4294967308, stop_charpos = 2233568, prev_stop = 2235432, base_level_stop = 2233664, cmp_it = { stop_pos = 4301097830, id = 4306704434, ch = 11737138, rule_idx = 1, lookback = 2233600, nglyphs = 5365567, reversed_p = true, charpos = 0, nchars = 6, nbytes = 0, from = 7081776, to = 1, width = 2233968 }, face_id = 2233712, u = { image = { object = 4300810248, slice = { x = 0, y = 4302049072, width = 2233680, height = 4300332799 }, image_id = 4302049077 }, comp = { object = 4300810248 }, stretch = { object = 4300810248 } }, position = { charpos = 4294967306, bytepos = 2233728 }, current = { pos = { charpos = 4302049072, bytepos = 0 }, overlay_string_index = 4, string_pos = { charpos = 1, bytepos = 30 }, dpvec_index = 2233968 }, from_overlay = 25789082493, area = 2233872, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | R2L | unknown: 6113996), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 20763360), voffset = 1, space_width = 4307021922, font_height = 2 }, { string = 4301077090, string_nchars = 3, end_charpos = 2234048, stop_charpos = 4301076896, prev_stop = 23, base_level_stop = 2233856, cmp_it = { stop_pos = 4300328347, id = 25789082837, ch = 22, rule_idx = 0, lookback = 2, nglyphs = 0, reversed_p = false, charpos = 2233904, nchars = 5357703, nbytes = 1, from = 8359153, to = 1, width = 2235336 }, face_id = 19278717, u = { image = { object = 12, slice = { x = 2234096, y = 4301399137, width = 4303326449, height = 2233960 }, image_id = 4306704434 }, comp = { object = 12 }, stretch = { object = 12 } }, position = { charpos = 48, bytepos = 4303326449 }, current = { pos = { charpos = 4306704434, bytepos = 2234016 }, overlay_string_index = 4300331304, string_pos = { charpos = 25791551307, bytepos = 4300331304 }, dpvec_index = 21747491 }, from_overlay = 2234040, area = 2234064, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | R2L | unknown: 5364032), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 21747528), voffset = 6, space_width = 4300331331, font_height = 25791551267 }, { string = 2236208, string_nchars = 2234112, end_charpos = 4300331434, stop_charpos = 25791551307, prev_stop = 4300332267, base_level_stop = 25791551267, cmp_it = { stop_pos = 0, id = 2234160, ch = 5682521, rule_idx = 1, lookback = 25791551307, nglyphs = 5364223, reversed_p = true, charpos = 25791551267, nchars = 21747491, nbytes = 6, from = -4, to = -1, width = 18779693 }, face_id = 2235072, u = { image = { object = 4299397675, slice = { x = 25791551307, y = 3, width = 11598, height = 0 }, image_id = 0 }, comp = { object = 4299397675 }, stretch = { object = 4299397675 } }, position = { charpos = 25769803777, bytepos = 2234384 }, current = { pos = { charpos = 4300203406, bytepos = 2258552 }, overlay_string_index = 6443720212, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 2234448, cmp_it = { stop_pos = 4300332639, id = 2234464, ch = 5365343, rule_idx = 1, lookback = 25794976768, nglyphs = 6, reversed_p = false, charpos = 2234496, nchars = 25172992, nbytes = 6, from = 2234512, to = 0, width = 25172992 }, char_to_display = 2234512, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 4300332863, slice = { x = 25794976773, y = 25769803782, width = 2234544, height = 25794976768 }, space_width = 2234560, voffset = -15735, tab_width = 81, font_height = 25794976773, object = 4294967302, position = { charpos = 25794980864, bytepos = 11597 }, truncation_pixel_width = 6400, continuation_pixel_width = 34, first_visible_x = 0, last_visible_x = 6543203, last_visible_y = 1, extra_line_spacing = 25172992, max_extra_line_spacing = 6, override_ascent = 25177088, override_descent = 6, override_boff = 25172997, glyph_row = 0x100000006, area = 2234672, nglyphs = 16777216, pixel_width = 25172997, ascent = 6, descent = 2234768, max_ascent = 0, max_descent = 6544722, phys_ascent = 1, phys_descent = 25177088, max_phys_ascent = 6, max_phys_descent = 6, current_x = 1, continuation_lines_width = 21747531, eol_pos = { charpos = 25794976768, bytepos = 2234720 }, current_y = 25172997, first_vpos = 6, vpos = 25172997, hpos = 6, left_user_fringe_bitmap = 7168, right_user_fringe_bitmap = 384, left_user_fringe_face_id = 6, right_user_fringe_face_id = 137600, bidi_p = false, bidi_it = { bytepos = 4301113392, charpos = 4306704434, ch = 6569100, nchars = 25794976768, ch_len = 4300572058, type = 2234896, type_after_w1 = UNKNOWN_BT, orig_type = 6558620, resolved_level = 1, invalid_levels = 12170242, invalid_rl_levels = 1, prev = { bytepos = 4306704434, charpos = 11598, type = 25177088, type_after_w1 = NEUTRAL_B, orig_type = 11737138 }, last_strong = { bytepos = 4306704434, charpos = 2234960, type = 656, type_after_w1 = UNKNOWN_BT, orig_type = 2256096 }, next_for_neutral = { bytepos = 4299397339, charpos = 4306704434, type = 12170242, type_after_w1 = STRONG_L, orig_type = 21747457 }, prev_for_neutral = { bytepos = 4307137538, charpos = 2234928, type = 6576491, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_ws = { bytepos = 25794976773, charpos = 0, type = 12170242, type_after_w1 = STRONG_L, orig_type = 2235392 }, next_en_pos = 4301544963, next_en_type = 46392, ignore_bn_limit = 4307137538, sor = (L2R | unknown: 25172996), scan_dir = 6, disp_pos = 2235344, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 11413, override = NEUTRAL_DIR }, { level = 11413, override = NEUTRAL_DIR }, { level = 21747491, override = (R2L | unknown: 4) }, { level = 16, override = NEUTRAL_DIR }, { level = 20057640, override = (R2L | unknown: 4) }, { level = 2234224, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 20, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2235136, override = NEUTRAL_DIR }, { level = 4433208, override = L2R }, { level = 2256096, override = NEUTRAL_DIR }, { level = 11598, override = NEUTRAL_DIR }, { level = 2235168, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 25172992, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2235184, override = NEUTRAL_DIR }, { level = 4434224, override = L2R }, { level = 11737138, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 5365567, override = L2R }, { level = 2235296, override = NEUTRAL_DIR }, { level = 4461764, override = L2R }, { level = 2256096, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2235264, override = NEUTRAL_DIR }, { level = 5358217, override = L2R }, { level = 25172997, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2258552, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 25172992, override = (R2L | unknown: 4) }, { level = 6577259, override = L2R }, { level = 25172992, override = (R2L | unknown: 4) }, { level = 0, override = L2R }, { level = 2235440, override = NEUTRAL_DIR }, { level = 4446072, override = L2R }, { level = 2256096, override = NEUTRAL_DIR }, { level = 1998305806, override = NEUTRAL_DIR }, { level = 11567, override = NEUTRAL_DIR }, { level = 6560513, override = (unknown: 32) }, { level = 40, override = NEUTRAL_DIR }, { level = 2235008, override = NEUTRAL_DIR }, { level = 25172992, override = (R2L | unknown: 4) }, { level = 25172992, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 24572440, override = (R2L | unknown: 4) }, { level = -4, override = (L2R | R2L | unknown: 4294967292) }, { level = 18779693, override = L2R }, { level = 2235456, override = NEUTRAL_DIR }, { level = 6577723, override = L2R }, { level = 46392, override = NEUTRAL_DIR }, { level = 6, override = NEUTRAL_DIR }, { level = 25172997, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 2235520, override = NEUTRAL_DIR }, { level = 4638997, override = L2R }, { level = 46392, override = NEUTRAL_DIR }, { level = 12170242, override = L2R }, { level = 24572445, override = (R2L | unknown: 4) }}, string = { lstring = 11598, s = 0x60176f21d "", schars = 46392, bufpos = 2235584, from_disp_str = true, unibyte = true }, w = 0x226ce0, paragraph_dir = (R2L | unknown: 12170240), separator_limit = 25794976768, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = (unknown: 4294967292) } wrap_data = 0x0 atpos_data = 0x0 atx_data = 0x0 ppos_data = 0x0 may_wrap = 0 prev_method = GET_FROM_BUFFER closest_pos = 11598 prev_pos = 8396 saw_smaller_pos = 1 #8 0x00000001004452fd in move_it_to (it=0x225f20, to_charpos=11598, to_x=-1, to_y=-1, to_vpos=-1, op=8) at xdisp.c:9280 skip = MOVE_NEWLINE_OR_CR skip2 = MOVE_X_REACHED line_height = 0 line_start_x = 0 reached = 0 max_current_x = 0 backup_data = 0x0 #9 0x0000000100445d24 in move_it_vertically_backward (it=0x226ce0, dy=1010) at xdisp.c:9472 nlines = -1 h = 6 it2 = { window = 25794376221, w = 0x60176f218, f = 0x60176f000, method = GET_FROM_BUFFER, stop_charpos = 8409, prev_stop = 8309, base_level_stop = 8309, end_charpos = 11598, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, 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 = 11598, bytepos = 11619 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 8396, bytepos = 8417 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 8309, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 115, len = 1, cmp_it = { stop_pos = 8449, 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 = 115, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25794976773, position = { charpos = 8396, bytepos = 8417 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 1904, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 552, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 16, first_vpos = 0, vpos = 1, hpos = 69, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 8417, charpos = 8396, ch = 115, 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 = 8417, charpos = 8396, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, last_strong = { bytepos = 8416, charpos = 8395, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 8416, charpos = 8395, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 8416, charpos = 8395, 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 = 8459, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x60176f218, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } it3 = { window = 25794376221, w = 0x60176f218, f = 0x60176f000, method = GET_FROM_BUFFER, stop_charpos = 8409, prev_stop = 8309, base_level_stop = 8309, end_charpos = 11598, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, 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 = 11598, bytepos = 11619 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 8328, bytepos = 8349 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 8309, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 1, cmp_it = { stop_pos = 8328, 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 = 10, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25794976773, position = { charpos = 8327, bytepos = 8348 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 1904, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601877000, area = TEXT_AREA, nglyphs = 0, pixel_width = 0, ascent = 12, descent = 4, max_ascent = 0, max_descent = 0, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 16, first_vpos = 0, vpos = 1, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 8349, charpos = 8328, ch = 108, 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 = 8348, charpos = 8327, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 8347, charpos = 8326, 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 = 8348, charpos = 8327, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_ws = { bytepos = 8345, charpos = 8324, 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 = 8459, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x60176f218, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } it2data = 0x0 it3data = 0x0 start_pos = 11598 nchars_per_row = 238 pos_limit = 1 #10 0x00000001004af9dc in Frecenter (arg=-4) at window.c:5843 pt = { charpos = 11598, bytepos = 11619 } it = { window = 25794376221, w = 0x60176f218, f = 0x60176f000, method = GET_FROM_BUFFER, stop_charpos = 8209, prev_stop = 11598, base_level_stop = 8209, end_charpos = 11598, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, 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 = 11598, bytepos = 11619 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 8209, bytepos = 8230 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 11598, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 11598, 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 = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25794976773, position = { charpos = 8209, bytepos = 8230 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 1904, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601877000, area = TEXT_AREA, nglyphs = 1, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 8230, charpos = 8209, ch = 0, nchars = -1, ch_len = 0, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, 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 = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 0, sor = L2R, scan_dir = 0, disp_pos = -1, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x60176f218, paragraph_dir = NEUTRAL_DIR, separator_limit = -1, prev_was_pdf = false, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } nlines = 1 extra_line_spacing = 0 h = 1010 itdata = 0x0 w = 0x60176f218 buf = 0x601801c00 obuf = 0x601801c00 center_p = false charpos = 4302029061 bytepos = 4300325429 iarg = -1 this_scroll_margin = 0 #11 0x00000001005d4744 in Ffuncall (nargs=2, args=0x227b98) at eval.c:2812 fun = 4302029061 original_fun = 4307133282 funcar = 2259712 numargs = 1 lisp_numargs = -1 val = 2259760 internal_args = 0x227ba0 i = -4 count = 15 #12 0x0000000100621614 in exec_byte_code (bytestr=25773407297, vector=4313746989, maxdepth=52, args_template=1028, nargs=1, args=0x2282f8) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 12 op = 1 vectorp = 0x1011e8e30 <bss_sbrk_buffer+7400496> stack = { pc = 0x6003269e5 "\210*\210\001A\266\202\202.", byte_string = 25773407297, byte_string_start = 0x600326980 "p\303\001!\304\305\306\307\310\311\006\a!\312\"\313\314%DC\216\211?\206q", next = 0x228360 } top = 0x227b98 result = 4306704434 type = CONDITION_CASE #13 0x00000001005d4fbd in funcall_lambda (fun=4313755597, nargs=1, arg_vector=0x2282f0) at eval.c:2979 val = 4300332831 syms_left = 1028 next = 4313755592 lexenv = 4313755592 count = 12 i = 2261008 optional = false rest = false #14 0x00000001005d4959 in Ffuncall (nargs=2, args=0x2282e8) at eval.c:2861 fun = 4313755597 original_fun = 4311246594 funcar = 2261168 numargs = 1 lisp_numargs = 4300944911 val = 4306704434 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300336889 count = 11 #15 0x00000001005d39c0 in funcall_nil (nargs=2, args=0x2282e8) at eval.c:2363 No locals. #16 0x00000001005d3e19 in run_hook_with_args (nargs=2, args=0x2282e8, funcall=0x1005d39a0 <funcall_nil>) at eval.c:2541 global_vals = 4311512134 sym = 4311246546 val = 25794445558 ret = 4306704434 gcpro1 = { next = 0x2281a0, var = 0x100a14810 <Srun_hook_with_args>, nvars = 2261408 } gcpro2 = { next = 0x100a14810 <Srun_hook_with_args>, var = 0x10000000a, nvars = 44 } gcpro3 = { next = 0x1011ebf45 <bss_sbrk_buffer+7413061>, var = 0x2c, nvars = 2261360 } #17 0x00000001005d3a62 in Frun_hook_with_args (nargs=2, args=0x2282e8) at eval.c:2409 No locals. #18 0x00000001005d45fc in Ffuncall (nargs=3, args=0x2282e0) at eval.c:2793 fun = 4305537045 original_fun = 4307020066 funcar = 11628 numargs = 2 lisp_numargs = 25794976768 val = 25781188267 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300984518 count = 10 #19 0x0000000100621614 in exec_byte_code (bytestr=25773403841, vector=4313751085, maxdepth=60, args_template=2056, nargs=2, args=0x228868) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 7 op = 2 vectorp = 0x1011e9e30 <bss_sbrk_buffer+7404592> stack = { pc = 0x600326752 "\210\211`Ì\210\313\005!b\210\r\204\376", byte_string = 25773403841, byte_string_start = 0x600326690 "\306\002!\001\205s\001\211\205s\001\307\001!\205s\001r\211q\210\b\211\203N", next = 0x0 } top = 0x2282e0 result = 0 type = CONDITION_CASE #20 0x00000001005d4fbd in funcall_lambda (fun=4313755229, nargs=2, arg_vector=0x228858) at eval.c:2979 val = 4300332831 syms_left = 2056 next = 4313755224 lexenv = 4313755224 count = 7 i = 2262896 optional = false rest = false #21 0x00000001005d4959 in Ffuncall (nargs=3, args=0x228850) at eval.c:2861 fun = 4313755229 original_fun = 4311845010 funcar = 7696581328936 numargs = 2 lisp_numargs = 1998305806 val = 2263120 internal_args = 0x228850 i = 4300332639 count = 6 #22 0x00000001005d3971 in Fapply (nargs=2, args=0x228920) at eval.c:2351 i = 3 numargs = 2 spread_arg = 4306704434 funcall_args = 0x228850 fun = 4313755229 retval = 4306289040 gcpro1 = { next = 0x228910, var = 0x1004de25e <decode_coding_object+3419>, nvars = 3 } sa_count = 6 sa_must_free = false #23 0x00000001005d3fff in apply1 (fn=4311845010, arg=25787656918) at eval.c:2585 ret_ungc_val = 6 args = {4311845010, 25787656918} gcpro1 = { next = 0x228960, var = 0x228920, nvars = 2 } #24 0x000000010062fc44 in read_process_output_call (fun_and_args=25787656822) at process.c:4964 No locals. #25 0x00000001005d0b65 in internal_condition_case_1 (bfun=0x10062fbad <read_process_output_call>, arg=25787656822, handlers=4306770594, hfun=0x10062fc4a <read_process_output_error_handler>) at eval.c:1372 val = 25787656918 c = 0x600084e00 #26 0x0000000100630356 in read_and_dispose_of_process_output (p=0x600b010b0, chars=0x228aa0 "(Wizards) Gaara wisps: thanks!\033[39;49m\033[0;10m\033[39;49m\033[0;10m\r\n", nbytes=62, coding=0x601255400) at process.c:5177 outstream = 4311845010 text = 25789478561 outer_running_asynch_code = false waiting = -1 #27 0x000000010062ffb4 in read_process_output (proc=25781342389, channel=62) at process.c:5086 nbytes = 62 chars = 0x228aa0 "(Wizards) Gaara wisps: thanks!\033[39;49m\033[0;10m\033[39;49m\033[0;10m\r\n" p = 0x600b010b0 coding = 0x601255400 carryover = 0 readmax = 4096 count = 3 odeactivate = 4306704434 #28 0x000000010062f4ac in wait_reading_process_output (time_limit=30, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=4306704434, wait_proc=0x0, just_wait_proc=0) at process.c:4808 nread = 0 timeout_reduced_for_timers = true channel = 9 nfds = 1 Available = { fds_bits = {512} } Writeok = { fds_bits = {0} } check_write = true check_delay = 1 no_avail = false xerrno = 0 proc = 25781342389 timeout = { tv_sec = 0, tv_nsec = 494799500 } end_time = { tv_sec = 1412907149, tv_nsec = 168899300 } wait_channel = -1 got_some_input = true count = 2 #29 0x000000010041063f in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5861 sec = 30 nsec = 0 do_display = true #30 0x000000010052a733 in read_char (commandflag=1, map=25781513974, prev_event=4306704434, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2809 tem0 = 25781513974 timeout = 30 delay_level = 4 buffer_size = 46 c = 4306704434 jmpcount = 2 local_getcjmp = {2268624, 0, 2268616, 2268752, 25770085376, 2272050, 1, 0, 0, 2272050, 4300381770, 2286248, 0 <repeats 20 times>} save_jump = {0 <repeats 32 times>} tem = 2269632 save = 4300900171 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bd935 <Fget_pos_property+1075>, nvars = 4306744706 } gcpro2 = { next = 0xb4b8, var = 0x0, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #31 0x000000010053a21f in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x60176f000 key = 25794976773 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307017730 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25781513974 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310989094, map = 4310989094, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310989110, map = 4310989110, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25794976773 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x601801c00 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x22a3e0, var = 0x10051cf8a <CHAR_TABLE_REF+40>, nvars = 4307048085 } #32 0x0000000100526674 in command_loop_1 () at keyboard.c:1452 cmd = 25771762738 keybuf = {52, 212, 200, 2270704, 0, 0, 4306762642, 25794263766, 4302049473, 4306704434, 2270880, 0, 4, 4306704434, 2270912, 4300364300, 4306762642, 25794263766, 4302049473, 4306704434, 4310426418, 0, 2270976, 4300363933, 25794263766, 2270880, 4307018688, 4306704434, 2271744, 2271968} i = 1 prev_modiff = 2941 prev_buffer = 0x601801c00 already_adjusted = false #33 0x00000001005d09c0 in internal_condition_case (bfun=0x10052615f <command_loop_1>, handlers=4306770594, hfun=0x1005256ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #34 0x0000000100525d2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #35 0x00000001005cfd11 in internal_catch (tag=4306762690, func=0x100525cfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #36 0x0000000100525cbc in command_loop () at keyboard.c:1156 No locals. #37 0x000000010052514b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #38 0x000000010052537d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #39 0x0000000100523045 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "recenter" (0x227ba0) "comint-postoutput-scroll-to-bottom" (0x2282f0) "run-hook-with-args" (0x2282e8) "comint-output-filter" (0x228858) Id Target Id Frame 16 Thread 4384.0x4f4 0x00000000774412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 15 Thread 4384.0x940 0x00000000774412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 14 Thread 4384.0x1218 0x00000000774412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 13 Thread 4384.0x121c 0x00000000774412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 10 Thread 4384.0x11a8 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 9 Thread 4384.0x1150 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 7 Thread 4384.0x1160 0x000007fefefd31ba in GdiDrawStream () from /cygdrive/c/Windows/system32/GDI32.dll 6 Thread 4384.0x1194 0x00000000774415fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 5 Thread 4384.0x1168 0x00000000774412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 4 Thread 4384.0x118c 0x000000007744186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 3 Thread 4384.0x1180 0x000000007744186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 2 Thread 4384.0x1138 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll * 1 Thread 4384.0x1134 0x000007fefdb83ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll [Switching to thread 2 (Thread 4384.0x1138)] #0 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll [Switching to thread 7 (Thread 4384.0x1160)] #0 0x000007fefefd31ba in GdiDrawStream () from /cygdrive/c/Windows/system32/GDI32.dll #0 0x000007fefefd31ba in GdiDrawStream () from /cygdrive/c/Windows/system32/GDI32.dll No symbol table info available. #1 0x000007fefefd318e in GdiDrawStream () from /cygdrive/c/Windows/system32/GDI32.dll No symbol table info available. #2 0x000007fefc2425a9 in UxTheme!DrawThemeBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #3 0x000007fefc242288 in UxTheme!DrawThemeBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #4 0x000007fefc24206d in UxTheme!DrawThemeBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #5 0x000007fefc241fb3 in UxTheme!DrawThemeBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #6 0x000007fefc25fdb3 in UxTheme!BufferedPaintStopAllAnimations () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #7 0x000007fefc25fa65 in UxTheme!BufferedPaintStopAllAnimations () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #8 0x000007fefc24801c in UxTheme!DrawThemeParentBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #9 0x000007fefc24168e in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #10 0x000007fefc241445 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #11 0x0000000076e689d3 in USER32!GetWindowDC () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #12 0x000000010065ce7c in w32_wnd_proc (hwnd=<error reading variable: Cannot access memory at address 0x2fd>, msg=<error reading variable: Cannot access memory at address 0x305>, wParam=<error reading variable: Cannot access memory at address 0x30d>, lParam=<error reading variable: Cannot access memory at address 0x315>) at w32fns.c:4057 f = <error reading variable f (Cannot access memory at address 0x295)> dpyinfo = <error reading variable dpyinfo (Cannot access memory at address 0x29d)> wmsg = <error reading variable wmsg (Cannot access memory at address 0x15d)> windows_translate = <error reading variable windows_translate (Cannot access memory at address 0x2c9)> key = <error reading variable key (Cannot access memory at address 0x2c5)> Backtrace stopped: previous frame inner to this frame (corrupt stack?) Lisp Backtrace: "recenter" (0x227ba0) "comint-postoutput-scroll-to-bottom" (0x2282f0) "run-hook-with-args" (0x2282e8) "comint-output-filter" (0x228858) [Switching to thread 2 (Thread 4384.0x1138)] #0 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x000000007744131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdb51a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000077180a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000771859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007741c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Thread 4384.0x1150 exited with code 0] [Thread 4384.0x11a8 exited with code 0] [Thread 4384.0x4f4 exited with code 2] [Thread 4384.0x1218 exited with code 2] [Thread 4384.0x121c exited with code 2] [Thread 4384.0x1194 exited with code 2] [Thread 4384.0x1168 exited with code 2] [Thread 4384.0x1160 exited with code 2] [Thread 4384.0x940 exited with code 2] [Thread 4384.0x118c exited with code 2] [Thread 4384.0x1138 exited with code 2] [Inferior 1 (process 4384) exited with code 02] The program being debugged exited while in a function called from GDB. Evaluation of the expression containing the function (backtrace_top) will be abandoned. No threads. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 2:21 ` aidalgol @ 2014-10-10 7:19 ` Eli Zaretskii 2014-10-10 7:26 ` Eli Zaretskii ` (2 more replies) 0 siblings, 3 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-10 7:19 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Fri, 10 Oct 2014 15:21:53 +1300 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org>, <kbrown@cornell.edu> > > > Could you show the disassembly of this function in its new form? I'd > > like to see if the value of the bidi type being checked is loaded > > into > > the same register as in the original version. > > (gdb) disassemble 'bidi.c'::bidi_check_type > Dump of assembler code for function bidi_check_type: > 0x00000001004f9dd3 <+0>: push %rbp > 0x00000001004f9dd4 <+1>: mov %rsp,%rbp > 0x00000001004f9dd7 <+4>: sub $0x40,%rsp > 0x00000001004f9ddb <+8>: mov %ecx,0x10(%rbp) > 0x00000001004f9dde <+11>: mov 0x55d8db(%rip),%rax > 0x00000001004f9de5 <+18>: movzbl (%rax),%eax > 0x00000001004f9de8 <+21>: xor $0x1,%eax > 0x00000001004f9deb <+24>: test %al,%al > 0x00000001004f9ded <+26>: je 0x1004f9e37 <bidi_check_type+100> > 0x00000001004f9def <+28>: cmpl $0x17,0x10(%rbp) > 0x00000001004f9df3 <+32>: jbe 0x1004f9e37 Yes, this is the same arrangement as in the original version: passed through ECX, then stored in RBP+0x10. Moreover, the value printed by fprintf is taken from RBP+0x10: > 0x00000001004f9dfa <+39>: mov 0x18(%rax),%rax > 0x00000001004f9dfe <+43>: movl $0x17,0x30(%rsp) > 0x00000001004f9e06 <+51>: movl $0x0,0x28(%rsp) > 0x00000001004f9e0e <+59>: mov 0x10(%rbp),%edx <<<<<<<<<<< > 0x00000001004f9e11 <+62>: mov %edx,0x20(%rsp) <<<<<<<<<<< > 0x00000001004f9e15 <+66>: mov $0x14c,%r9d > 0x00000001004f9e1b <+72>: lea 0x52edde(%rip),%r8 > 0x00000001004f9e22 <+79>: lea 0x52eddf(%rip),%rdx > 0x00000001004f9e29 <+86>: mov %rax,%rcx > 0x00000001004f9e2c <+89>: callq 0x1006b8080 <fprintf> So now I'm no longer sure that my theory about some other thread overwriting registers is valid. But what else could cause this? Hm... can you try the following version instead? I expect it to force GCC to store the value of 'type' in a 64-bit register, and use a 64-bit compare instruction for it. Please show the resulting disassembly, so we are sure this trick succeeded. === modified file 'src/bidi.c' --- src/bidi.c 2014-04-06 15:56:01 +0000 +++ src/bidi.c 2014-10-10 07:12:01 +0000 @@ -326,7 +326,14 @@ bidi_get_type (int ch, bidi_dir_t overri static void bidi_check_type (bidi_type_t type) { - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); + volatile ptrdiff_t qtype = type; + + if (!(suppress_checking || (UNKNOWN_BT <= qtype && qtype <= NEUTRAL_ON))) + { + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); + emacs_abort (); + } } /* Given a bidi TYPE of a character, return its category. */ > > Also, if you have the backtrace, including from all the other > > threads, > > please post that. > > Attached, but the emacs process died while printing the backtrace for > thread 2, and I have no idea why. I do: it's because you started GDB from the src directory, where it read the .gdbinit file, which causes the "bt" command to call a function in the Emacs process being debugged. To work around this, comment out (by prepending a # to every line) the following few lines in .gdbinit: define hookpost-backtrace set $bt = backtrace_top () if backtrace_p ($bt) echo \n echo Lisp Backtrace:\n xbacktrace end end Then you will still be able to invoke "xbacktrace" by hand, but it won't be invoked automatically by "bt". Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 7:19 ` Eli Zaretskii @ 2014-10-10 7:26 ` Eli Zaretskii 2014-10-10 13:54 ` Ken Brown 2014-10-15 0:58 ` aidalgol 2 siblings, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-10 7:26 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Fri, 10 Oct 2014 10:19:57 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: 18438@debbugs.gnu.org > > To work around this, comment out (by prepending a # to every line) the > following few lines in .gdbinit: > > define hookpost-backtrace > set $bt = backtrace_top () > if backtrace_p ($bt) > echo \n > echo Lisp Backtrace:\n > xbacktrace > end > end Alternatively, you could leave .gdbinit alone, and redefine hookpost-backtrace manually to an empty function at start of the GDB session, like this: (gdb) define hookpost-backtrace Redefine command "hookpost-backtrace"? (y or n) y Type commands for definition of "hookpost-backtrace". End with a line saying just "end". >end ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 7:19 ` Eli Zaretskii 2014-10-10 7:26 ` Eli Zaretskii @ 2014-10-10 13:54 ` Ken Brown 2014-10-10 15:12 ` Eli Zaretskii 2014-10-15 0:58 ` aidalgol 2 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-10 13:54 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 10/10/2014 3:19 AM, Eli Zaretskii wrote: > === modified file 'src/bidi.c' > --- src/bidi.c 2014-04-06 15:56:01 +0000 > +++ src/bidi.c 2014-10-10 07:12:01 +0000 > @@ -326,7 +326,14 @@ bidi_get_type (int ch, bidi_dir_t overri > static void > bidi_check_type (bidi_type_t type) > { > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > + volatile ptrdiff_t qtype = type; > + > + if (!(suppress_checking || (UNKNOWN_BT <= qtype && qtype <= NEUTRAL_ON))) > + { > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > + emacs_abort (); > + } > } > > /* Given a bidi TYPE of a character, return its category. */ It works: Dump of assembler code for function bidi_check_type: 0x00000001004fc423 <+0>: push %rbp 0x00000001004fc424 <+1>: mov %rsp,%rbp 0x00000001004fc427 <+4>: sub $0x50,%rsp 0x00000001004fc42b <+8>: mov %ecx,0x10(%rbp) 0x00000001004fc42e <+11>: mov 0x10(%rbp),%eax 0x00000001004fc431 <+14>: mov %rax,-0x8(%rbp) 0x00000001004fc435 <+18>: mov 0x56bfb4(%rip),%rax # 0x100a683f0 <.refptr.suppress_checking> 0x00000001004fc43c <+25>: movzbl (%rax),%eax 0x00000001004fc43f <+28>: xor $0x1,%eax 0x00000001004fc442 <+31>: test %al,%al 0x00000001004fc444 <+33>: je 0x1004fc49b <bidi_check_type+120> 0x00000001004fc446 <+35>: mov -0x8(%rbp),%rax 0x00000001004fc44a <+39>: test %rax,%rax <<<<<<<<<<<<<<<<<<<<<<<<<<<<< 0x00000001004fc44d <+42>: js 0x1004fc459 <bidi_check_type+54> 0x00000001004fc44f <+44>: mov -0x8(%rbp),%rax 0x00000001004fc453 <+48>: cmp $0x17,%rax <<<<<<<<<<<<<<<<<<<<<<<<<<<<< 0x00000001004fc457 <+52>: jle 0x1004fc49b <bidi_check_type+120> 0x00000001004fc459 <+54>: callq 0x1006c6a50 <__getreent> 0x00000001004fc45e <+59>: mov 0x18(%rax),%rax 0x00000001004fc462 <+63>: movl $0x17,0x30(%rsp) 0x00000001004fc46a <+71>: movl $0x0,0x28(%rsp) 0x00000001004fc472 <+79>: mov 0x10(%rbp),%edx 0x00000001004fc475 <+82>: mov %edx,0x20(%rsp) 0x00000001004fc479 <+86>: mov $0x14d,%r9d 0x00000001004fc47f <+92>: lea 0x53b16a(%rip),%r8 # 0x100a375f0 <DEFAULT_REHASH_SIZE+56> 0x00000001004fc486 <+99>: lea 0x53b16b(%rip),%rdx # 0x100a375f8 <DEFAULT_REHASH_SIZE+64> 0x00000001004fc48d <+106>: mov %rax,%rcx 0x00000001004fc490 <+109>: callq 0x1006c6d70 <fprintf> 0x00000001004fc495 <+114>: callq 0x100672ebc <emacs_abort> 0x00000001004fc49a <+119>: nop 0x00000001004fc49b <+120>: add $0x50,%rsp 0x00000001004fc49f <+124>: pop %rbp 0x00000001004fc4a0 <+125>: retq End of assembler dump. Do you have a new theory that this is testing? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 13:54 ` Ken Brown @ 2014-10-10 15:12 ` Eli Zaretskii 2014-10-10 17:14 ` Ken Brown 2014-10-11 1:57 ` Ken Brown 0 siblings, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-10 15:12 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Fri, 10 Oct 2014 09:54:18 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: 18438@debbugs.gnu.org > > It works: Thanks. Although I have a question to x86_64 experts here: > 0x00000001004fc42b <+8>: mov %ecx,0x10(%rbp) > 0x00000001004fc42e <+11>: mov 0x10(%rbp),%eax > 0x00000001004fc431 <+14>: mov %rax,-0x8(%rbp) Do these 3 instructions ensure that the MSB 32 bits of RAX (and therefore the place where the result is stored at RBP+0x08) are zeroed out? > Do you have a new theory that this is testing? Something vague about the upper 32 bits of the 64-bit registers. (Yes, I'm desperate.) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 15:12 ` Eli Zaretskii @ 2014-10-10 17:14 ` Ken Brown 2014-10-11 1:57 ` Ken Brown 1 sibling, 0 replies; 96+ messages in thread From: Ken Brown @ 2014-10-10 17:14 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/10/2014 11:12 AM, Eli Zaretskii wrote: > Thanks. Although I have a question to x86_64 experts here: > >> 0x00000001004fc42b <+8>: mov %ecx,0x10(%rbp) >> 0x00000001004fc42e <+11>: mov 0x10(%rbp),%eax >> 0x00000001004fc431 <+14>: mov %rax,-0x8(%rbp) > > Do these 3 instructions ensure that the MSB 32 bits of RAX (and > therefore the place where the result is stored at RBP+0x08) are zeroed > out? According to this, the answer is yes: http://stackoverflow.com/questions/11177137/why-do-most-x64-instructions-zero-the-upper-part-of-a-32-bit-register Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 15:12 ` Eli Zaretskii 2014-10-10 17:14 ` Ken Brown @ 2014-10-11 1:57 ` Ken Brown 2014-10-11 7:11 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-11 1:57 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/10/2014 11:12 AM, Eli Zaretskii wrote: > Something vague about the upper 32 bits of the 64-bit registers. > (Yes, I'm desperate.) I'm desperate too. Here's another thought: Suppose this really is a thread-safety issue in some way that we don't understand. Then maybe the problem is that the test 'type <= 23' is not atomic in the compilation that Aidan and I have been doing. First 'type' is copied from ECX to RBP+0x10, then the latter is tested. We could make it atomic by forcing GCC to directly test ECX <= 23. We can do this by compiling with -Og instead of -O0. (Aidan and I have both been using -O0.) The resulting disassembly (based on your earlier patch, in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#103) is Dump of assembler code for function bidi_check_type: 0x00000001004ee9db <+0>: push %rbx 0x00000001004ee9dc <+1>: sub $0x40,%rsp 0x00000001004ee9e0 <+5>: mov %ecx,%ebx 0x00000001004ee9e2 <+7>: mov 0x543027(%rip),%rax # 0x100a31a10 <.refptr.suppress_checking> 0x00000001004ee9e9 <+14>: cmpb $0x0,(%rax) 0x00000001004ee9ec <+17>: jne 0x1004eea2f <bidi_check_type+84> 0x00000001004ee9ee <+19>: cmp $0x17,%ecx 0x00000001004ee9f1 <+22>: jbe 0x1004eea2f <bidi_check_type+84> 0x00000001004ee9f3 <+24>: callq 0x10069fd40 <__getreent> 0x00000001004ee9f8 <+29>: mov 0x18(%rax),%rcx 0x00000001004ee9fc <+33>: movl $0x17,0x30(%rsp) 0x00000001004eea04 <+41>: movl $0x0,0x28(%rsp) 0x00000001004eea0c <+49>: mov %ebx,0x20(%rsp) 0x00000001004eea10 <+53>: mov $0x14c,%r9d 0x00000001004eea16 <+59>: lea 0x51e713(%rip),%r8 # 0x100a0d130 <chartab_size+112> 0x00000001004eea1d <+66>: lea 0x51e814(%rip),%rdx # 0x100a0d238 <chartab_size+376> 0x00000001004eea24 <+73>: callq 0x1006a0040 <fprintf> 0x00000001004eea29 <+78>: callq 0x10065227d <emacs_abort> 0x00000001004eea2e <+83>: nop 0x00000001004eea2f <+84>: add $0x40,%rsp 0x00000001004eea33 <+88>: pop %rbx 0x00000001004eea34 <+89>: retq End of assembler dump. Do you think this is worth trying (perhaps after Aidan tries your other suggestion, involving 64-bit registers)? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 1:57 ` Ken Brown @ 2014-10-11 7:11 ` Eli Zaretskii 2014-10-11 13:58 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-11 7:11 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Fri, 10 Oct 2014 21:57:24 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org > > On 10/10/2014 11:12 AM, Eli Zaretskii wrote: > > Something vague about the upper 32 bits of the 64-bit registers. > > (Yes, I'm desperate.) > > I'm desperate too. Here's another thought: Suppose this really is a > thread-safety issue in some way that we don't understand. Then maybe > the problem is that the test 'type <= 23' is not atomic in the > compilation that Aidan and I have been doing. First 'type' is copied > from ECX to RBP+0x10, then the latter is tested. That's true; but note that the value at RBP+0x10 is the one passed to fprintf (by pushing it on the stack via EDX), and it printed correctly. > We could make it > atomic by forcing GCC to directly test ECX <= 23. We can do this by > compiling with -Og instead of -O0. (Aidan and I have both been using -O0.) > > The resulting disassembly (based on your earlier patch, in > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#103) is > > Dump of assembler code for function bidi_check_type: > 0x00000001004ee9db <+0>: push %rbx > 0x00000001004ee9dc <+1>: sub $0x40,%rsp > 0x00000001004ee9e0 <+5>: mov %ecx,%ebx > 0x00000001004ee9e2 <+7>: mov 0x543027(%rip),%rax # > 0x100a31a10 <.refptr.suppress_checking> > 0x00000001004ee9e9 <+14>: cmpb $0x0,(%rax) > 0x00000001004ee9ec <+17>: jne 0x1004eea2f <bidi_check_type+84> > 0x00000001004ee9ee <+19>: cmp $0x17,%ecx > 0x00000001004ee9f1 <+22>: jbe 0x1004eea2f <bidi_check_type+84> > 0x00000001004ee9f3 <+24>: callq 0x10069fd40 <__getreent> > 0x00000001004ee9f8 <+29>: mov 0x18(%rax),%rcx > 0x00000001004ee9fc <+33>: movl $0x17,0x30(%rsp) > 0x00000001004eea04 <+41>: movl $0x0,0x28(%rsp) > 0x00000001004eea0c <+49>: mov %ebx,0x20(%rsp) > 0x00000001004eea10 <+53>: mov $0x14c,%r9d > 0x00000001004eea16 <+59>: lea 0x51e713(%rip),%r8 # > 0x100a0d130 <chartab_size+112> > 0x00000001004eea1d <+66>: lea 0x51e814(%rip),%rdx # > 0x100a0d238 <chartab_size+376> > 0x00000001004eea24 <+73>: callq 0x1006a0040 <fprintf> > 0x00000001004eea29 <+78>: callq 0x10065227d <emacs_abort> > 0x00000001004eea2e <+83>: nop > 0x00000001004eea2f <+84>: add $0x40,%rsp > 0x00000001004eea33 <+88>: pop %rbx > 0x00000001004eea34 <+89>: retq > End of assembler dump. > > Do you think this is worth trying (perhaps after Aidan tries your other > suggestion, involving 64-bit registers)? Holding a value in a register AFAIU actually makes the probability of a clobber by another thread higher than keeping it on the stack. But I think any idea is worth trying at this time, certainly including yours. Thanks. Btw, note that the above version copies the argument into EBX, which is then pushed onto the stack (10 instructions later) before calling fprintf. This is somewhat different from the original code, which held the value in a temporary variable on the stack instead of in EBX. Not sure this matters, just mentioning it for the record. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 7:11 ` Eli Zaretskii @ 2014-10-11 13:58 ` Ken Brown 2014-10-11 14:24 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-11 13:58 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/11/2014 3:11 AM, Eli Zaretskii wrote: > But I think any idea is worth trying at this time, certainly including > yours. Thanks. OK, here's one more. I just remembered a thread on emacs-devel in August 2013 involving mysterious crashes on 64-bit Cygwin, and you finally diagnosed the problem: The stack was too small. (http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00515.html) Aidan, what happens if you give emacs a larger stack, say 8MB? (The default on Cygwin is 2MB.) You can do that at build time by adding LDFLAGS=-Wl,--stack,0x800000 to your 'configure' invocation. Or you can do it after the build with the 'peflags' command: peflags -x0x800000 emacs.exe Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 13:58 ` Ken Brown @ 2014-10-11 14:24 ` Eli Zaretskii 2014-10-11 16:33 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-11 14:24 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Sat, 11 Oct 2014 09:58:07 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org > > OK, here's one more. I just remembered a thread on emacs-devel in > August 2013 involving mysterious crashes on 64-bit Cygwin, and you > finally diagnosed the problem: The stack was too small. > (http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00515.html) > > Aidan, what happens if you give emacs a larger stack, say 8MB? (The > default on Cygwin is 2MB.) You can do that at build time by adding > > LDFLAGS=-Wl,--stack,0x800000 > > to your 'configure' invocation. Or you can do it after the build with > the 'peflags' command: > > peflags -x0x800000 emacs.exe Thanks, this is indeed worth pursuing. The MinGW build already specifies a 8MB stack at link time, see configure.ac. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 14:24 ` Eli Zaretskii @ 2014-10-11 16:33 ` Ken Brown 2014-10-11 16:52 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-11 16:33 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/11/2014 10:24 AM, Eli Zaretskii wrote: > Thanks, this is indeed worth pursuing. The MinGW build already > specifies a 8MB stack at link time, see configure.ac. I'm inclined to go ahead and patch configure.ac to do the same on Cygwin, whether it turns out to fix this bug or not. After all, we already know from the August 2013 discussion that the default Cygwin stack is not big enough. What do you think? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 16:33 ` Ken Brown @ 2014-10-11 16:52 ` Eli Zaretskii 2014-10-11 17:17 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-11 16:52 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Sat, 11 Oct 2014 12:33:29 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org > > I'm inclined to go ahead and patch configure.ac to do the same on > Cygwin, whether it turns out to fix this bug or not. After all, we > already know from the August 2013 discussion that the default Cygwin > stack is not big enough. What do you think? I think go ahead and do it. The result should be tested with as many additional threads as possible, because each thread eats some of the stack space. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-11 16:52 ` Eli Zaretskii @ 2014-10-11 17:17 ` Ken Brown 0 siblings, 0 replies; 96+ messages in thread From: Ken Brown @ 2014-10-11 17:17 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/11/2014 12:52 PM, Eli Zaretskii wrote: >> Date: Sat, 11 Oct 2014 12:33:29 -0400 >> From: Ken Brown <kbrown@cornell.edu> >> CC: aidalgol@amuri.net, 18438@debbugs.gnu.org >> >> I'm inclined to go ahead and patch configure.ac to do the same on >> Cygwin, whether it turns out to fix this bug or not. After all, we >> already know from the August 2013 discussion that the default Cygwin >> stack is not big enough. What do you think? > > I think go ahead and do it. The result should be tested with as many > additional threads as possible, because each thread eats some of the > stack space. Done as revision 117572 on the release branch. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-10 7:19 ` Eli Zaretskii 2014-10-10 7:26 ` Eli Zaretskii 2014-10-10 13:54 ` Ken Brown @ 2014-10-15 0:58 ` aidalgol 2014-10-15 5:13 ` Eli Zaretskii 2 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-15 0:58 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 844 bytes --] On Fri, 10 Oct 2014 10:19:57 +0300, Eli Zaretskii wrote: > >> Attached, but the emacs process died while printing the backtrace >> for >> thread 2, and I have no idea why. > > I do: it's because you started GDB from the src directory, where it > read the .gdbinit file, which causes the "bt" command to call a > function in the Emacs process being debugged. > > To work around this, comment out (by prepending a # to every line) > the > following few lines in .gdbinit: > > define hookpost-backtrace > set $bt = backtrace_top () > if backtrace_p ($bt) > echo \n > echo Lisp Backtrace:\n > xbacktrace > end > end > > Then you will still be able to invoke "xbacktrace" by hand, but it > won't be invoked automatically by "bt". OK, crashed again, and here's the threads' backtraces. bidi.c:332: bidi type 1 is not in [0..23] [-- Attachment #2: emacs-74a217c-patched-assert-bidi --] [-- Type: text/plain, Size: 96856 bytes --] #0 0x000007fefdd73ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #1 0x0000000100665ef1 in emacs_abort () at w32fns.c:8491 button = 6 #2 0x00000001004f9ec6 in bidi_check_type (type=STRONG_L) at bidi.c:333 No locals. #3 0x00000001004fd567 in bidi_resolve_explicit_1 (bidi_it=0x826e88) at bidi.c:1677 curchar = 116 type = STRONG_L current_level = 0 new_level = 0 override = NEUTRAL_DIR string_p = false #4 0x00000001004fd906 in bidi_resolve_explicit (bidi_it=0x826e88) at bidi.c:1804 prev_level = 0 new_level = 0 eob = 8538384 s = 0x824ea4 "" #5 0x00000001004fdc9e in bidi_resolve_weak (bidi_it=0x826e88) at bidi.c:1889 type = UNKNOWN_BT override = NEUTRAL_DIR prev_level = 0 new_level = -30223119 next_char = 2046 type_of_next = 2192 saved_it = { bytepos = 8538672, charpos = 8539856, ch = 94366158, nchars = 8791768009438, ch_len = 90264624, type = 8519692, type_after_w1 = UNKNOWN_BT, orig_type = 94370870, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 94365904, charpos = 8791768164887, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 8539192 }, last_strong = { bytepos = 8539504, charpos = 8539856, type = 8538592, type_after_w1 = UNKNOWN_BT, orig_type = 8538560 }, next_for_neutral = { bytepos = 8538576, charpos = 4300208354, type = 11737138, type_after_w1 = STRONG_L, orig_type = 8547841 }, prev_for_neutral = { bytepos = 6444339136, charpos = 3742232646, type = 10593608, type_after_w1 = STRONG_L, orig_type = 8538424 }, next_for_ws = { bytepos = 3742236671, charpos = 0, type = UNKNOWN_BT, type_after_w1 = RLI, orig_type = STRONG_L }, next_en_pos = 14, next_en_type = 92208296, ignore_bn_limit = 1112888135, sor = (unknown: 2148752916), scan_dir = 1, disp_pos = 94370870, disp_prop = 92208884, stack_idx = 0, level_stack = {{ level = 8539192, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 94366158, override = NEUTRAL_DIR }, { level = 94365888, override = NEUTRAL_DIR }, { level = 92208296, override = NEUTRAL_DIR }, { level = 90264624, override = NEUTRAL_DIR }, { level = 131073, override = NEUTRAL_DIR }, { level = 90333798, override = NEUTRAL_DIR }, { level = 8539624, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8539660, override = NEUTRAL_DIR }, { level = 8539504, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 94365904, override = NEUTRAL_DIR }, { level = 94365926, override = NEUTRAL_DIR }, { level = 94370870, override = NEUTRAL_DIR }, { level = 8538752, override = NEUTRAL_DIR }, { level = 16777472, override = L2R }, { level = -2146238208, override = L2R }, { level = 8539504, override = NEUTRAL_DIR }, { level = -2146205809, override = L2R }, { level = 0, override = NEUTRAL_DIR } <repeats 27 times>, { level = -30045944, override = (R2L | unknown: 2044) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 588, override = (L2R | unknown: 59508) }, { level = 0, override = NEUTRAL_DIR }, { level = 8539192, override = NEUTRAL_DIR }, { level = -29904763, override = (R2L | unknown: 2044) }, { level = 8539856, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8539640, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 8539504, override = NEUTRAL_DIR }, { level = -29907392, override = (R2L | unknown: 2044) }}, string = { lstring = 8539624, s = 0x0, schars = 8539560, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x16e74616c, paragraph_dir = (unknown: 1953261156), separator_limit = 8539660, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false } eob = 0 #6 0x00000001004fe58e in bidi_resolve_neutral (bidi_it=0x826e88) at bidi.c:2125 prev_level = 0 type = UNKNOWN_BT current_level = 1 #7 0x00000001004fea78 in bidi_type_of_next_char (bidi_it=0x826e88) at bidi.c:2296 type = 4294967295 #8 0x00000001004feef4 in bidi_level_of_next_char (bidi_it=0x826e88) at bidi.c:2409 type = UNKNOWN_BT level = 0 prev_level = 0 next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT } next_char_pos = 38908 #9 0x00000001004ff510 in bidi_move_to_visually_next (bidi_it=0x826e88) at bidi.c:2619 old_level = 0 new_level = 0 next_level = 6 sentinel = { bytepos = 38911, charpos = 38907, 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 = 38910, charpos = 38906, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, last_strong = { bytepos = 38909, charpos = 38905, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 38910, charpos = 38906, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, next_for_ws = { bytepos = 38912, charpos = 38908, type = STRONG_L, 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 = 39154, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 1999944310, override = NEUTRAL_DIR }, { level = 8541152, override = NEUTRAL_DIR }, { level = 6830992, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 10975672, override = L2R }, { level = -2146674329, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 8540980, override = NEUTRAL_DIR }, { level = 8541056, override = NEUTRAL_DIR }, { level = 8541040, override = NEUTRAL_DIR }, { level = 8549008, override = NEUTRAL_DIR }, { level = 6724233, override = L2R }, { level = 0, override = (L2R | unknown: 16384) }, { level = 1, override = (L2R | R2L | unknown: 20) }, { level = 11737138, override = L2R }, { level = 38915, override = NEUTRAL_DIR }, { level = 38919, override = NEUTRAL_DIR }, { level = 39327, override = L2R }, { level = 8519956, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 12058624, override = L2R }, { level = 13, override = (R2L | unknown: 4) }, { level = 11730947, override = L2R }, { level = 11737138, override = L2R }, { level = 1205272, override = (R2L | unknown: 4) }, { level = 3, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 5365599, override = NEUTRAL_DIR }, { level = 18279616, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 8549008, override = NEUTRAL_DIR }, { level = 8541216, override = NEUTRAL_DIR }, { level = 4706351, override = L2R }, { level = 18279616, override = L2R }, { level = 8541212, override = NEUTRAL_DIR }, { level = 1, override = NEUTRAL_DIR }, { level = 10975672, override = L2R }, { level = 22697957, override = (R2L | unknown: 4) }, { level = 23945776, override = (R2L | unknown: 4) }, { level = 8541360, override = NEUTRAL_DIR }, { level = 4742054, override = L2R }, { level = 8545520, override = NEUTRAL_DIR }, { level = 8541302, override = NEUTRAL_DIR }, { level = 8541302, override = NEUTRAL_DIR }, { level = 6845181, override = L2R }, { level = 14, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 8541328, override = NEUTRAL_DIR }, { level = 38911, override = NEUTRAL_DIR }, { level = 8541360, override = (unknown: 196608) }, { level = 4445233, override = L2R }, { level = 12081341, override = L2R }, { level = 32, override = NEUTRAL_DIR }, { level = 19641344, override = (R2L | unknown: 4) }, { level = -17917914, override = (L2R | R2L | unknown: 1788) }, { level = 41753, override = NEUTRAL_DIR }, { level = 8549008, override = NEUTRAL_DIR }, { level = 8541504, override = NEUTRAL_DIR }, { level = 4449473, override = L2R }}, string = { lstring = 25781089552, s = 0x600191200 "r\032\263", schars = 25769803808, bufpos = 38907, from_disp_str = false, unibyte = true }, w = 0x825390, paragraph_dir = (unknown: 18279616), separator_limit = 25771446784, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true } gcpro1 = { next = 0x8251c0, var = 0x10051df7f <SUB_CHAR_TABLE_P+26>, nvars = 4306704434 } #10 0x000000010043eee9 in set_iterator_to_next (it=0x8264f0, reseat_p=1) at xdisp.c:7417 prev_scan_dir = 1 #11 0x0000000100470256 in display_line (it=0x8264f0) at xdisp.c:20617 x_before = 776 nglyphs = 1 ascent = 12 phys_ascent = 12 n_glyphs_before = 97 hpos_before = 97 x = 776 descent = 4 phys_descent = 4 row = 0x60162fd00 overlay_arrow_string = 4306704434 wrap_it = { window = 25789620613, w = 0x6012e6180, f = 0x600ac3510, method = GET_FROM_BUFFER, stop_charpos = 38927, prev_stop = 38827, base_level_stop = 38827, end_charpos = 41753, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 27, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 38810, bytepos = 38814 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 38901, bytepos = 38905 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 38827, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 11, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 34, len = 1, cmp_it = { stop_pos = 38915, 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 = 34, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25789445125, position = { charpos = 38901, bytepos = 38905 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60162fd00, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 728, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 207, first_vpos = 1, vpos = 12, hpos = 91, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 38905, charpos = 38901, ch = 34, nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 38904, charpos = 38900, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 38903, charpos = 38899, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 38904, charpos = 38900, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 38905, charpos = 38901, type = NEUTRAL_ON, 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 = 38903, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6012e6180, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } wrap_data = 0x0 may_wrap = 1 wrap_x = 728 wrap_row_used = 91 wrap_row_ascent = 12 wrap_row_height = 16 wrap_row_phys_ascent = 12 wrap_row_phys_height = 16 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 38810 wrap_row_min_bpos = 38814 wrap_row_max_pos = 38900 wrap_row_max_bpos = 38904 cvpos = -1 min_pos = 38810 max_pos = 38907 min_bpos = 38814 max_bpos = 38911 pending_handle_line_prefix = false #12 0x00000001004607b5 in try_window (window=25789620613, pos=..., flags=1) at xdisp.c:16972 w = 0x6012e6180 it = { window = 25789620613, w = 0x6012e6180, f = 0x600ac3510, method = GET_FROM_BUFFER, stop_charpos = 38927, prev_stop = 38827, base_level_stop = 38827, end_charpos = 41753, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 27, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 38810, bytepos = 38814 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 38907, bytepos = 38911 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 38827, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 11, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 38915, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25789445125, position = { charpos = 38907, bytepos = 38911 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1027, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60162fd00, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 784, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 207, first_vpos = 1, vpos = 12, hpos = 98, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 38912, charpos = 38908, ch = 116, nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = STRONG_L, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 38911, charpos = 38907, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 38909, charpos = 38905, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 38911, charpos = 38907, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 38912, charpos = 38908, type = STRONG_L, 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 = 39154, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6012e6180, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } last_text_row = 0x60162fc00 f = 0x600ac3510 frame_line_height = 16 #13 0x000000010045d123 in redisplay_window (window=25789620613, just_this_one_p=false) at xdisp.c:16451 d2 = 1 d6 = 1 d1 = 6 d5 = 18325181 rtop = 4507165 rbot = 0 w = 0x6012e6180 f = 0x600ac3510 buffer = 0x6012bb400 old = 0x6012bb400 lpoint = { charpos = 41753, bytepos = 41757 } opoint = { charpos = 41753, bytepos = 41757 } startp = { charpos = 37900, bytepos = 37904 } update_mode_line = 1 tem = 0 it = { window = 4306704434, w = 0x10051dfbf <FRAMEP+26>, f = 0x600ac3515, method = 11737138, stop_charpos = 25789620613, prev_stop = 25789620613, base_level_stop = 1, end_charpos = 8563424, s = 0x828090 "àª", string_nchars = 4301086116, redisplay_end_trigger_charpos = 4313292477, multibyte_p = true, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, from_disp_prop_p = true, ellipsis_p = true, avoid_cursor_p = false, dp = 0x600ac3515, dpvec = 0x6200040300000003, dpend = 0x0, dpvec_char_len = 1042, dpvec_face_id = -1, saved_face_id = 8552560, ctl_chars = {4300324999, 25791152001, 25769803777, 8552608, 8563424, 8552608, 4300326987, 25791152001, 4306704434, 8563424, 8563424, 8552752, 4299476051, 25791152001, 4306704434, -1}, start = { pos = { charpos = -1, bytepos = 4302123641 }, overlay_string_index = 4306704434, string_pos = { charpos = 4294967296, bytepos = 4306704434 }, dpvec_index = 19816837 }, current = { pos = { charpos = 25789620608, bytepos = 25781089552 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {0, 0, 3, 4312276040, 0 <repeats 12 times>}, string_overlays = {0 <repeats 16 times>}, string = -1, from_overlay = -1, stack = {{ string = -1, string_nchars = -1, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 4306704434, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 0, id = 8554592, ch = 5365343, rule_idx = 1, lookback = 8554608, nglyphs = 5365343, reversed_p = true, charpos = 25789445120, nchars = 6, nbytes = 0, from = 8554640, to = 0, width = 19641344 }, char_to_display = 8554656, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 25789445120, slice = { x = 8554656, y = 4300332863, width = 25789445125, height = 25769803782 }, space_width = 8554688, voffset = -19456, tab_width = 299, font_height = 8554704, object = 4300325513, position = { charpos = 25789445125, bytepos = 6 }, truncation_pixel_width = -15192, continuation_pixel_width = 384, first_visible_x = 6, last_visible_x = 41751, last_visible_y = 0, extra_line_spacing = 8554768, max_extra_line_spacing = 0, override_ascent = 6543203, override_descent = 1, override_boff = 19641344, glyph_row = 0x60180c4a8, area = 19641349, nglyphs = 6, pixel_width = 6, ascent = 6, descent = 8554816, max_ascent = 16777216, max_descent = 19641349, phys_ascent = 6, phys_descent = 8554912, max_phys_ascent = 0, max_phys_descent = 6544722, current_x = 1, continuation_lines_width = 25216168, eol_pos = { charpos = 4294967302, bytepos = 25789445125 }, current_y = 19641344, first_vpos = 6, vpos = 8554864, hpos = 0, left_user_fringe_bitmap = 46085, right_user_fringe_bitmap = 299, left_user_fringe_face_id = 6, right_user_fringe_face_id = 766981, bidi_p = false, bidi_it = { bytepos = 25789445120, charpos = 8554896, ch = 6146096, nchars = 4306704434, ch_len = 4301536396, type = 19641344, type_after_w1 = NEUTRAL_B, orig_type = 6543203, resolved_level = 1, invalid_levels = 8555040, invalid_rl_levels = 0, prev = { bytepos = 4301525916, charpos = 4307082242, type = 11737138, type_after_w1 = STRONG_L, orig_type = 41752 }, last_strong = { bytepos = 25795019944, charpos = 4306704434, type = 11737138, type_after_w1 = STRONG_L, orig_type = 8555104 }, next_for_neutral = { bytepos = 4307082242, charpos = 8555024, type = 6558143, type_after_w1 = STRONG_L, orig_type = 11737138 }, prev_for_neutral = { bytepos = 4307082242, charpos = 8555009, type = 12114946, type_after_w1 = STRONG_L, orig_type = 8555072 }, next_for_ws = { bytepos = 4301543787, charpos = 4306704434, type = 19641349, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, next_en_pos = 4307082242, next_en_type = 8555536, ignore_bn_limit = 4301544963, sor = (unknown: 167008), scan_dir = 0, disp_pos = 4307082242, disp_prop = 19641349, stack_idx = 6, level_stack = {{ level = 8555488, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 14, override = L2R }, { level = 11737138, override = L2R }, { level = 8555216, override = NEUTRAL_DIR }, { level = 8555232, override = NEUTRAL_DIR }, { level = 5361375, override = L2R }, { level = 11737138, override = L2R }, { level = 11, override = NEUTRAL_DIR }, { level = 8555280, override = NEUTRAL_DIR }, { level = 6603606, override = L2R }, { level = 11737138, override = L2R }, { level = 12080784, override = L2R }, { level = 8555280, override = NEUTRAL_DIR }, { level = 5361546, override = L2R }, { level = 8555312, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 19641344, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 8555424, override = NEUTRAL_DIR }, { level = 6614821, override = L2R }, { level = 8555360, override = NEUTRAL_DIR }, { level = 19641344, override = (R2L | unknown: 4) }, { level = 8555360, override = NEUTRAL_DIR }, { level = 5365567, override = L2R }, { level = 19641349, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 8555392, override = NEUTRAL_DIR }, { level = 19641344, override = (R2L | unknown: 4) }, { level = 8555408, override = NEUTRAL_DIR }, { level = 5358217, override = L2R }, { level = 19641349, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 19641344, override = (R2L | unknown: 4) }, { level = 6577259, override = L2R }, { level = 19641344, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 12080789, override = L2R }, { level = 20437832, override = (R2L | unknown: 4) }, { level = 40, override = NEUTRAL_DIR }, { level = 8555136, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 8555152, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 19641344, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 13, override = NEUTRAL_DIR }, { level = 13, override = NEUTRAL_DIR }, { level = 8555696, override = NEUTRAL_DIR }, { level = 5784467, override = L2R }, { level = 167008, override = NEUTRAL_DIR }, { level = 41753, override = NEUTRAL_DIR }, { level = 19641349, override = (R2L | unknown: 4) }, { level = 8555632, override = NEUTRAL_DIR }, { level = 166956, override = NEUTRAL_DIR }, { level = 20650470, override = (R2L | unknown: 4) }, { level = 19641349, override = (R2L | unknown: 4) }}, string = { lstring = 167012, s = 0x100b31832 <bss_sbrk_buffer+357938> "", schars = 4306704434, bufpos = 41753, from_disp_str = false, unibyte = false }, w = 0x28c64, paragraph_dir = (L2R | unknown: 19641348), separator_limit = 0, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 8555840) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 0 centering_position = -1 last_line_misfit = 0 beg_unchanged = 41746 end_unchanged = 0 frame_line_height = 16 #14 0x0000000100454697 in redisplay_window_0 (window=25789620613) at xdisp.c:14348 No locals. #15 0x00000001005d0b65 in internal_condition_case_1 (bfun=0x100454658 <redisplay_window_0>, arg=25789620613, handlers=4306686438, hfun=0x100454624 <redisplay_window_error>) at eval.c:1372 val = 4294967302 c = 0x600084e00 #16 0x00000001004545fe in redisplay_windows (window=25789620613) at xdisp.c:14328 w = 0x6012e6180 #17 0x00000001004545b0 in redisplay_windows (window=25789862701) at xdisp.c:14322 w = 0x601321328 #18 0x0000000100453286 in redisplay_internal () at xdisp.c:13927 gcscrollbars = false f = 0x600ac3510 w = 0x6012e6180 sw = 0x6012e6180 fr = 0x600ac3510 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 41739, bytepos = 41743 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 2 sf = 0x600ac3510 polling_stopped_here = 0 tail = 25780981974 frame = 25781089557 consider_all_windows_p = true update_miniwindow_p = false #19 0x0000000100450b2d in redisplay () at xdisp.c:13207 No locals. #20 0x0000000100529c66 in read_char (commandflag=1, map=25792934342, prev_event=4306704434, used_mouse_menu=0x82a3af, end_time=0x0) at keyboard.c:2570 echo_current = true c = 4306704434 jmpcount = 25781089552 local_getcjmp = {25789445125, 4294967302, 8560688, 4300942121, 25789445125, 4300986006, 25789445120, 25780937347, 167012, 4306704482, -4294967256, 8563424, 8560688, 4300942865, 8560688, 4301113788, 4306704434, 4311447638, 4311836928, 8563424, 8560848, 4300499042, 4311861730, 4306704482, 8560768, 4300326409, 25792934358, 25792934358, 6, 6, 8560912, 4300900171} save_jump = {4306704434, 4300325429, 8560608, 4302967277, 25788331441, 25789868161, 25788331432, 0, 4315730080, 4306704434, 4306753149, 8561976, 8560432, 4300332639, 8560448, 4300332639, 25789445120, 4294967302, 25789445120, 25769803782, 8560480, 25789445120, 8560496, 4300332863, 25789445125, 4294967302, 25789445125, 4294967302, 8560544, 4300325513, 25789445125, 4300325513} tem = 8561088 save = 4300900171 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x82a040, var = 0x1005bda12 <Fget_pos_property+1296>, nvars = 167008 } gcpro2 = { next = 0x100b31832 <bss_sbrk_buffer+357938>, var = 0x6012bb405, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #21 0x000000010053a21f in read_key_sequence (keybuf=0x82a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x600ac3510 key = 25789445120 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307017730 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25792934342 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310989270, map = 4310989270, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310989286, map = 4310989286, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25789445125 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x6012bb400 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x82a3e0, var = 0x10051cf8a <CHAR_TABLE_REF+40>, nvars = 4307048085 } #22 0x0000000100526674 in command_loop_1 () at keyboard.c:1452 cmd = 4310462562 keybuf = {36, 456, 0, 4315730016, 8562288, 4300944631, 4306316112, 6443728783, 4306733056, 4307018688, 8562336, 4301086461, 4307018690, 4306704434, 8562272, 4300332502, 4306316112, 4307018688, 8563424, 3, 4310426418, 4301085367, 4307018690, 4306704434, 4306704434, 4305560833, 4307018688, 4306704434, 8563424, 8563424} i = 1 prev_modiff = 6995 prev_buffer = 0x6012bb400 already_adjusted = false #23 0x00000001005d09c0 in internal_condition_case (bfun=0x10052615f <command_loop_1>, handlers=4306770594, hfun=0x1005256ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #24 0x0000000100525d2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 8563424 #25 0x00000001005cfd11 in internal_catch (tag=4306762690, func=0x100525cfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #26 0x0000000100525cbc in command_loop () at keyboard.c:1156 No locals. #27 0x000000010052514b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #28 0x000000010052537d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #29 0x0000000100523045 in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\202\000\000\000\000\000\200\361\070\372\003\000\000\000\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "redisplay_internal (C function)" (0xad9c98) Id Target Id Frame 14 Thread 5156.0x1514 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 13 Thread 5156.0xe30 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 10 Thread 5156.0x1654 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 9 Thread 5156.0xd44 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 7 Thread 5156.0x1ac4 0x000007fefe3e1464 in LpkDrawTextEx () from /cygdrive/c/Windows/system32/LPK.dll 6 Thread 5156.0x109c 0x00000000776d15fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 5 Thread 5156.0x1978 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 4 Thread 5156.0x1200 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 3 Thread 5156.0x1650 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 2 Thread 5156.0xc50 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll * 1 Thread 5156.0xac4 0x000007fefdd73ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll [Switching to thread 7 (Thread 5156.0x1ac4)] #0 0x000007fefe3e1464 in LpkDrawTextEx () from /cygdrive/c/Windows/system32/LPK.dll #0 0x000007fefe3e1464 in LpkDrawTextEx () from /cygdrive/c/Windows/system32/LPK.dll No symbol table info available. #1 0x00000000775985c5 in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #2 0x00000000775987fc in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #3 0x0000000077598216 in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #4 0x0000000077598d0c in USER32!DrawTextExW () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #5 0x000007fefc1128c1 in UxTheme!GetThemeTextExtent () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #6 0x000007fefc1127ef in UxTheme!GetThemeTextExtent () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #7 0x000007fefc114a85 in UxTheme!GetThemePartSize () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #8 0x000007fefc113b54 in UxTheme!GetThemePartSize () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #9 0x000007fefc117d41 in UxTheme!DrawThemeParentBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #10 0x000007fefc11801c in UxTheme!DrawThemeParentBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #11 0x000007fefc11168e in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #12 0x000007fefc111445 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #13 0x00000000775989d3 in USER32!GetWindowDC () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #14 0x000000010065ce7c in w32_wnd_proc (hwnd=<error reading variable: Cannot access memory at address 0x2fd>, msg=<error reading variable: Cannot access memory at address 0x305>, wParam=<error reading variable: Cannot access memory at address 0x30d>, lParam=<error reading variable: Cannot access memory at address 0x315>) at w32fns.c:4057 f = <error reading variable f (Cannot access memory at address 0x295)> dpyinfo = <error reading variable dpyinfo (Cannot access memory at address 0x29d)> wmsg = <error reading variable wmsg (Cannot access memory at address 0x15d)> windows_translate = <error reading variable windows_translate (Cannot access memory at address 0x2c9)> key = <error reading variable key (Cannot access memory at address 0x2c5)> Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 2 (Thread 5156.0xc50)] #0 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd41a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000077310a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 3 (Thread 5156.0x1650)] #0 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000000007769b037 in ntdll!TpIsTimerSet () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #2 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 4 (Thread 5156.0x1200)] #0 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd41430 in KERNELBASE!GetCurrentProcess () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 5 (Thread 5156.0x1978)] #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd410dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 6 (Thread 5156.0x109c)] #0 0x00000000776d15fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d15fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd41203 in SleepEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x000000018010d970 in thread_pipe(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #8 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #9 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 9 (Thread 5156.0xd44)] #0 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd41a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000077310a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 10 (Thread 5156.0x1654)] #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd410dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 13 (Thread 5156.0xe30)] #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd410dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) [Switching to thread 13 (Thread 5156.0xe30)] #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll #0 0x00000000776d12fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefdd410dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000773159ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000776ac541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-15 0:58 ` aidalgol @ 2014-10-15 5:13 ` Eli Zaretskii 2014-10-15 19:29 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-15 5:13 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 15 Oct 2014 13:58:20 +1300 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org>, <kbrown@cornell.edu> > > OK, crashed again, and here's the threads' backtraces. Thanks. Is this with or without the stack size increase to 8MB? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-15 5:13 ` Eli Zaretskii @ 2014-10-15 19:29 ` aidalgol 2014-10-16 7:27 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-15 19:29 UTC (permalink / raw) To: 18438 On Wed, 15 Oct 2014 08:13:16 +0300, Eli Zaretskii wrote: >> Date: Wed, 15 Oct 2014 13:58:20 +1300 >> From: aidalgol@amuri.net >> Cc: Eli Zaretskii <eliz@gnu.org>, <kbrown@cornell.edu> >> >> OK, crashed again, and here's the threads' backtraces. > > Thanks. Is this with or without the stack size increase to 8MB? This includes the stack size increase made my Ken's commit, and and a clean build after that change was pulled in. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-15 19:29 ` aidalgol @ 2014-10-16 7:27 ` Eli Zaretskii 2014-10-16 13:11 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-16 7:27 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Thu, 16 Oct 2014 08:29:16 +1300 > From: aidalgol@amuri.net > Cc: Eli Zaretskii <eliz@gnu.org>, <kbrown@cornell.edu> > > On Wed, 15 Oct 2014 08:13:16 +0300, Eli Zaretskii wrote: > >> Date: Wed, 15 Oct 2014 13:58:20 +1300 > >> From: aidalgol@amuri.net > >> Cc: Eli Zaretskii <eliz@gnu.org>, <kbrown@cornell.edu> > >> > >> OK, crashed again, and here's the threads' backtraces. > > > > Thanks. Is this with or without the stack size increase to 8MB? > > This includes the stack size increase made my Ken's commit, and and a > clean build after that change was pulled in. I see. So one more theory eats dust. Let's try to get a couple more full backtraces like this one, in case some pattern emerges that could give us some ideas. Ken, isn't it strange that these crashes are reported by so few people? Or does it mean that only those people are using the 64-bit Cygwin-w32 build? Maybe it would be worth asking on the Cygwin list, and getting us some usage statistics for this build, like how many are using it, and how much uptime each one can generally report? Then, if only some of them get the crashes, we could try figuring out what are the differences between their systems. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-16 7:27 ` Eli Zaretskii @ 2014-10-16 13:11 ` Ken Brown 2014-10-16 13:38 ` Eli Zaretskii 2014-10-19 14:39 ` Eli Zaretskii 0 siblings, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-10-16 13:11 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 10/16/2014 3:27 AM, Eli Zaretskii wrote: > Let's try to get a couple more full backtraces like this one, in case > some pattern emerges that could give us some ideas. I saw some things in Thread 7 (the Windows message queue thread), especially frame #14, which got me to look at the code for w32_wnd_proc in w32fns.c. The code is about 1300 lines long, and includes several comments about why it is thread-safe. Here are a few examples: Walking the frame list in this thread is safe (as long as writes of Lisp_Object slots are atomic, which they are on Windows). It is also safe to use functions that make GDI calls, such as w32_clear_rect, because these functions must obtain a DC handle from the frame struct using get_frame_dc which is thread-aware. The code below does something that one shouldn't do: it accesses the window object from a separate thread, while the main (a.k.a. "Lisp") thread runs and can legitimately delete and even GC it. That is why we are extra careful... I wonder if something in these 1300 lines is not thread-safe on Cygwin. For example, I don't know if it's true on Cygwin that "writes of Lisp_Object slots are atomic". > Ken, isn't it strange that these crashes are reported by so few > people? Or does it mean that only those people are using the 64-bit > Cygwin-w32 build? Maybe it would be worth asking on the Cygwin list, > and getting us some usage statistics for this build, like how many are > using it, and how much uptime each one can generally report? Then, if > only some of them get the crashes, we could try figuring out what are > the differences between their systems. That's a good idea. I'll do it right now. Thanks for the suggestion. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-16 13:11 ` Ken Brown @ 2014-10-16 13:38 ` Eli Zaretskii 2014-10-19 14:39 ` Eli Zaretskii 1 sibling, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-16 13:38 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Thu, 16 Oct 2014 09:11:18 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: 18438@debbugs.gnu.org > > On 10/16/2014 3:27 AM, Eli Zaretskii wrote: > > Let's try to get a couple more full backtraces like this one, in case > > some pattern emerges that could give us some ideas. > > I saw some things in Thread 7 (the Windows message queue thread), especially > frame #14, which got me to look at the code for w32_wnd_proc in w32fns.c. The > code is about 1300 lines long, and includes several comments about why it is > thread-safe. Here are a few examples: > > Walking the frame list in this thread is safe (as long as > writes of Lisp_Object slots are atomic, which they are on Windows). > > It is also safe to use functions that make GDI calls, such as > w32_clear_rect, because these functions must obtain a DC handle > from the frame struct using get_frame_dc which is thread-aware. > > The code below does something that one shouldn't do: it > accesses the window object from a separate thread, while the > main (a.k.a. "Lisp") thread runs and can legitimately delete > and even GC it. That is why we are extra careful... > > I wonder if something in these 1300 lines is not thread-safe on Cygwin. For > example, I don't know if it's true on Cygwin that "writes of Lisp_Object slots > are atomic". I will take a look, thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-16 13:11 ` Ken Brown 2014-10-16 13:38 ` Eli Zaretskii @ 2014-10-19 14:39 ` Eli Zaretskii 2014-10-19 15:37 ` Ken Brown 2014-10-19 20:20 ` aidalgol 1 sibling, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-19 14:39 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Thu, 16 Oct 2014 09:11:18 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: 18438@debbugs.gnu.org > > On 10/16/2014 3:27 AM, Eli Zaretskii wrote: > > Let's try to get a couple more full backtraces like this one, in case > > some pattern emerges that could give us some ideas. > > I saw some things in Thread 7 (the Windows message queue thread), especially > frame #14, which got me to look at the code for w32_wnd_proc in w32fns.c. The > code is about 1300 lines long, and includes several comments about why it is > thread-safe. Here are a few examples: > > Walking the frame list in this thread is safe (as long as > writes of Lisp_Object slots are atomic, which they are on Windows). > > It is also safe to use functions that make GDI calls, such as > w32_clear_rect, because these functions must obtain a DC handle > from the frame struct using get_frame_dc which is thread-aware. > > The code below does something that one shouldn't do: it > accesses the window object from a separate thread, while the > main (a.k.a. "Lisp") thread runs and can legitimately delete > and even GC it. That is why we are extra careful... > > I wonder if something in these 1300 lines is not thread-safe on Cygwin. For > example, I don't know if it's true on Cygwin that "writes of Lisp_Object slots > are atomic". I couldn't find even one "write to Lisp_Object slot" in that function, so I don't see how this would matter. Besides, the code that crashes has no relation to any Lisp objects: we are walking the buffer text there. So even if w32_wnd_proc does do something that's "verboten" with Lisp objects, I still don't see how that could change the result of a comparison-and-jump pair of instructions in mid-flight. The rest of what the comments in w32_wnd_proc say is correct, but again unrelated, for the same reasons. In fact, I cannot explain to myself at all how _any_ code that is not thread-safe could cause such a phenomenon. I can think of no other explanations for what we see except some code that somehow modifies the CPU flags between the compare instruction and the following jump instruction. Otherwise, how can it be that the value is valid, but Emacs still aborts? Any other ideas? ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-19 14:39 ` Eli Zaretskii @ 2014-10-19 15:37 ` Ken Brown 2014-10-19 18:10 ` Eli Zaretskii 2014-10-19 19:49 ` aidalgol 2014-10-19 20:20 ` aidalgol 1 sibling, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-10-19 15:37 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/19/2014 10:39 AM, Eli Zaretskii wrote: > The rest of what the comments in w32_wnd_proc say is correct, but > again unrelated, for the same reasons. OK, thanks for checking. > In fact, I cannot explain to > myself at all how _any_ code that is not thread-safe could cause such > a phenomenon. I can think of no other explanations for what we see > except some code that somehow modifies the CPU flags between the > compare instruction and the following jump instruction. Otherwise, > how can it be that the value is valid, but Emacs still aborts? Any > other ideas? What about your earlier suggestion (from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#139) to force a 64-bit compare instruction for 'type', with the latter in a 64-bit register: === modified file 'src/bidi.c' --- src/bidi.c 2014-04-06 15:56:01 +0000 +++ src/bidi.c 2014-10-10 07:12:01 +0000 @@ -326,7 +326,14 @@ bidi_get_type (int ch, bidi_dir_t overri static void bidi_check_type (bidi_type_t type) { - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); + volatile ptrdiff_t qtype = type; + + if (!(suppress_checking || (UNKNOWN_BT <= qtype && qtype <= NEUTRAL_ON))) + { + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in [%d..%d]\r\n", + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); + emacs_abort (); + } } /* Given a bidi TYPE of a character, return its category. */ Aidan, have you tried this yet? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-19 15:37 ` Ken Brown @ 2014-10-19 18:10 ` Eli Zaretskii 2014-10-19 19:49 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-19 18:10 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Sun, 19 Oct 2014 11:37:54 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org > > What about your earlier suggestion (from > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#139) to force a 64-bit > compare instruction for 'type', with the latter in a 64-bit register: Surely worth trying, but I'd like first to see one or 2 more detailed backtraces like the last one, in case some pattern emerges from what we see there. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-19 15:37 ` Ken Brown 2014-10-19 18:10 ` Eli Zaretskii @ 2014-10-19 19:49 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: aidalgol @ 2014-10-19 19:49 UTC (permalink / raw) To: 18438 On Sun, 19 Oct 2014 11:37:54 -0400, Ken Brown wrote: > On 10/19/2014 10:39 AM, Eli Zaretskii wrote: >> The rest of what the comments in w32_wnd_proc say is correct, but >> again unrelated, for the same reasons. > > OK, thanks for checking. > >> In fact, I cannot explain to >> myself at all how _any_ code that is not thread-safe could cause >> such >> a phenomenon. I can think of no other explanations for what we see >> except some code that somehow modifies the CPU flags between the >> compare instruction and the following jump instruction. Otherwise, >> how can it be that the value is valid, but Emacs still aborts? Any >> other ideas? > > What about your earlier suggestion (from > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#139) to force a > 64-bit compare instruction for 'type', with the latter in a 64-bit > register: > > === modified file 'src/bidi.c' > --- src/bidi.c 2014-04-06 15:56:01 +0000 > +++ src/bidi.c 2014-10-10 07:12:01 +0000 > @@ -326,7 +326,14 @@ bidi_get_type (int ch, bidi_dir_t overri > static void > bidi_check_type (bidi_type_t type) > { > - eassert (UNKNOWN_BT <= type && type <= NEUTRAL_ON); > + volatile ptrdiff_t qtype = type; > + > + if (!(suppress_checking || (UNKNOWN_BT <= qtype && qtype <= > NEUTRAL_ON))) > + { > + fprintf (stderr, "\r\n%s:%d: bidi type %d is not in > [%d..%d]\r\n", > + __FILE__, __LINE__, type, UNKNOWN_BT, NEUTRAL_ON); > + emacs_abort (); > + } > } > > /* Given a bidi TYPE of a character, return its category. */ > > > Aidan, have you tried this yet? Oops! No, I somehow missed this patch when I first read that post. I think I absent-mindedly mistook it for the same patch as the one in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#103>. Applying now and doing a clean build. Note that this means that my last backtrace was with the patch in message #103, *NOT* the one in #139 that forces a 64-bit comparison. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-19 14:39 ` Eli Zaretskii 2014-10-19 15:37 ` Ken Brown @ 2014-10-19 20:20 ` aidalgol 2014-10-20 15:46 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-19 20:20 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438 [-- Attachment #1: Type: text/plain, Size: 999 bytes --] On Sun, 19 Oct 2014 17:39:51 +0300, Eli Zaretskii wrote: > The rest of what the comments in w32_wnd_proc say is correct, but > again unrelated, for the same reasons. In fact, I cannot explain to > myself at all how _any_ code that is not thread-safe could cause such > a phenomenon. I can think of no other explanations for what we see > except some code that somehow modifies the CPU flags between the > compare instruction and the following jump instruction. Otherwise, > how can it be that the value is valid, but Emacs still aborts? Any > other ideas? Not sure whether this is relevant, but I have been getting a recurring seg. fault in w32xfns.c, but in a different function, and in lisp.h. (Why is there code complex enough in a header file to warrant asserts there?) I'll post the backtraces in case they're of some help. (I only got backtraces for the main thread.) The only patch applied was the one from message #103 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438#103>. [-- Attachment #2: SIGSEGV-lisp_h-0a2fe9a-patched --] [-- Type: text/plain, Size: 184350 bytes --] #0 0x000000010051ce24 in CHAR_TABLE_REF_ASCII (ct=25778897525, idx=112) at lisp.h:1492 tbl = 0x0 val = 2230448 #1 0x000000010051cefa in CHAR_TABLE_REF (ct=25778897525, idx=112) at lisp.h:1510 No locals. #2 0x0000000100520ea9 in syntax_property_entry (c=112, via_property=true) at syntax.h:96 No locals. #3 0x0000000100520f09 in syntax_property_with_flags (c=112, via_property=true) at syntax.h:111 ent = 4300345001 #4 0x0000000100520fa7 in syntax_property (c=112, via_property=true) at syntax.h:123 No locals. #5 0x00000001006182d2 in syntax_multibyte (c=112, multibyte_symbol_p=false) at syntax.c:2573 No locals. #6 0x000000010061866c in scan_lists (from=5807, count=1, depth=2, sexpflag=false) at syntax.c:2617 comstart_first = false prefix = false syntax = 2 other_syntax = 2818049 val = 0 stop = 14266 c = 112 c1 = 0 stringterm = 1 quoted = false mathexit = false code = Sword min_depth = 0 comstyle = 0 comnested = false temp_pos = 4305545696 last_good = 5661 found = true from_byte = 5807 out_bytepos = 5738 out_charpos = 5738 dummy = 0 multibyte_symbol_p = false #7 0x000000010061b744 in Fscan_lists (from=22644, count=4, depth=0) at syntax.c:2994 No locals. #8 0x00000001005d4705 in Ffuncall (nargs=4, args=0x220c60) at eval.c:2819 fun = 4305545701 original_fun = 4307077986 funcar = 25794422243 numargs = 3 lisp_numargs = 4294967300 val = 25775184934 internal_args = 0x220c68 i = 4300990715 count = 100 #9 0x0000000100621584 in exec_byte_code (bytestr=4303531097, vector=4303531133, maxdepth=20, args_template=1024, nargs=0, args=0x2211b0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 100 op = 3 vectorp = 0x10082ac80 <pure+1481696> stack = { pc = 0x100982988 <pure+2889960> "\206\022", byte_string = 4303531097, byte_string_start = 0x10098297c <pure+2889948> "\211\204\a", next = 0x2211e0 } top = 0x220c60 result = 2232048 type = CONDITION_CASE #10 0x00000001005d4f2d in funcall_lambda (fun=4303531045, nargs=0, arg_vector=0x2211b0) at eval.c:2979 val = 4300332687 syms_left = 1024 next = 4303531040 lexenv = 4303531040 count = 100 i = 2232512 optional = false rest = false #11 0x00000001005d48c9 in Ffuncall (nargs=1, args=0x2211a8) at eval.c:2861 fun = 4303531045 original_fun = 4310360066 funcar = 25771428901 numargs = 0 lisp_numargs = 4300907251 val = 25775310241 internal_args = 0x3 i = 4300324855 count = 99 #12 0x0000000100621584 in exec_byte_code (bytestr=25775310241, vector=25771428901, maxdepth=4, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 99 op = 0 vectorp = 0x60018cc28 stack = { pc = 0x600741be2 "\210\301\207", byte_string = 25775310241, byte_string_start = 0x600741be0 "\300 \210\301\207", next = 0x221870 } top = 0x2211a8 result = 30244 type = CONDITION_CASE #13 0x0000000100620609 in Fbyte_code (bytestr=25775310241, vector=25771428901, maxdepth=4) at bytecode.c:482 No locals. #14 0x00000001005d2f78 in eval_sub (form=25776323494) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {25775310241, 25771428901, 4, 4300325369, 25778058245, 6, 25778342504, 7561} fun = 4305545893 val = 4306704434 original_fun = 4307030786 original_args = 25776323350 funcar = 4300326265 gcpro1 = { next = 0x2216f0, var = 0x10063dcc2 <find_interval+205>, nvars = 25778342504 } gcpro2 = { next = 0x6007df405, var = 0x600000006, nvars = 72057594040160960 } gcpro3 = { next = 0x221660, var = 0x2215e0, nvars = 3 } count = 98 #15 0x00000001005d079f in internal_lisp_condition_case (var=4306704434, bodyform=25776323494, handlers=25776322918) at eval.c:1317 val = 4306704434 c = 0x60012d600 oldhandlerlist = 0x60012dc00 clausenb = 1 #16 0x0000000100622a92 in exec_byte_code (bytestr=25775334273, vector=25776688373, maxdepth=28, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25776322918 body = 25776323494 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 98 op = 143 vectorp = 0x600690cf8 stack = { pc = 0x600741a2b "\204\374\001\bb\210\356 \210Ì\v\206\003\002`Sf\357=\203\026\002\360 \203\026\002\212\361 )\203\071\002\314f\315=\203>\002\212\317 \210\360 \205\065\002\212\361 )?\205\065\002\317 \210\314f\315=)\203>\002\356 \210Ì\016R\204_\002\352 \211\036P@\247\205V\002\212\016P@b\210\362 ))\203_\002\356 \210Ì\363\364!Ì\211\211\211\036S\036T\036U\036V\036P\036W\212\365\016W!@\211\026V\366=\203\221\002\330 \210`Sf\367=\203\221\002\365\016W!\210\352 \026P\370\016P!\211\026U\203\247\002\016Uf\371=\203\323\002\311\016G!\203\270\002\320\026T\343\225b\210\335 \210", <incomplete sequence \372\320\041>..., byte_string = 25775334273, byte_string_start = 0x600741838 "`\020\306`\307\"\310=\203\021", next = 0x221df0 } top = 0x221808 result = 2235056 type = (unknown: 6) #17 0x00000001005d5361 in funcall_lambda (fun=25776349141, nargs=2, arg_vector=0x600690cf5) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 25777453730 lexenv = 4306704434 count = 96 i = 2 optional = false rest = false #18 0x00000001005d48c9 in Ffuncall (nargs=3, args=0x221d68) at eval.c:2861 fun = 25776349141 original_fun = 25776349141 funcar = 25789706440 numargs = 2 lisp_numargs = 25789706443 val = 4306704482 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 25789706363 count = 95 #19 0x0000000100621584 in exec_byte_code (bytestr=25774295105, vector=4312429973, maxdepth=40, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 86 op = 2 vectorp = 0x1010a7598 <bss_sbrk_buffer+6083480> stack = { pc = 0x6004567a9 "\203\227\a\306\026+\n\307U\204\242\ae\016.}\210\fb\210\f\tU\203\261\a\t\211\025\202x\005\016+\204\323\a\212\316`\325\306\t$b\210`\tW\203\317\a\310`S\325\"\326=\203\267\a`\026+)\016-\204\270\b\016,`V\203\343\a\016,b\210\327\016<\t\330#\211\026,\204\365\a\t\026-\202\255\bÍ\211\026-\203\a\b\016-b\210\016-S\202\f\bÇb\210`\016\063\036\064\036\065\310\016\065\311\"\211\036\066:\203:\b\016\066\203\065\b\016\066@\016\064>\204\065\b\016\066A\211\026\066\204#\b\016\066\202?\b\016\066\016\064>+\203\214\b\316`\311\306\t$b\210`\tW\203\343\a`\016\063\036\064\036", <incomplete sequence \310>..., byte_string = 25774295105, byte_string_start = 0x600456018 "`d\306e\b?\205\n", next = 0x222380 } top = 0x221d68 result = 2236464 type = CONDITION_CASE #20 0x00000001005d5361 in funcall_lambda (fun=4314072093, nargs=4, arg_vector=0x1010a7595 <bss_sbrk_buffer+6083477>) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 25774322002 lexenv = 4306704434 count = 82 i = 4 optional = false rest = false #21 0x00000001005d48c9 in Ffuncall (nargs=5, args=0x2222e8) at eval.c:2861 fun = 4314072093 original_fun = 25774321858 funcar = 25778012672 numargs = 4 lisp_numargs = 25778058245 val = 25775077314 internal_args = 0x6007ad005 i = 4300942777 count = 81 #22 0x0000000100621584 in exec_byte_code (bytestr=25775335681, vector=25777852421, maxdepth=52, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 67 op = 4 vectorp = 0x6007ad008 stack = { pc = 0x6007417fb "\210.\016Æ", byte_string = 25775335681, byte_string_start = 0x6007417b8 "\214Æ\211\211Ç\306\310Æ\310\306\310\030\031\032\033\034\035\036\r\036\016\036\017\036\020\036\021\036\022\036\023\016\024\311\312!X\203:", next = 0x2228f0 } top = 0x2222e8 result = 25782862776 type = (unknown: 6) #23 0x00000001005d5361 in funcall_lambda (fun=25776373717, nargs=1, arg_vector=0x6007ad005) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 4311044674 lexenv = 4306704434 count = 66 i = 1 optional = false rest = false #24 0x00000001005d48c9 in Ffuncall (nargs=2, args=0x222878) at eval.c:2861 fun = 25776373717 original_fun = 25777453634 funcar = 7091 numargs = 1 lisp_numargs = 7091 val = 7091 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300984445 count = 65 #25 0x0000000100621584 in exec_byte_code (bytestr=4303343017, vector=4303343053, maxdepth=36, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 57 op = 1 vectorp = 0x1007fcdd0 <pure+1293616> stack = { pc = 0x100995e07 <pure+2968935> "\203\365\002`ÉV\204p", byte_string = 4303343017, byte_string_start = 0x100995da4 <pure+2968836> "\b@\306=\204\v", next = 0x222e40 } top = 0x222878 result = 4306704434 type = CONDITION_CASE #26 0x00000001005d5361 in funcall_lambda (fun=4303342973, nargs=3, arg_vector=0x1007fcdcd <pure+1293613>) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 54 i = 3 optional = true rest = false #27 0x00000001005d48c9 in Ffuncall (nargs=4, args=0x222de8) at eval.c:2861 fun = 4303342973 original_fun = 4315333874 funcar = 2239872 numargs = 3 lisp_numargs = 4300334434 val = 4306704434 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300942777 count = 53 #28 0x0000000100621584 in exec_byte_code (bytestr=4303338153, vector=4303338189, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 40 op = 3 vectorp = 0x1007fbad0 <pure+1288752> stack = { pc = 0x100996957 <pure+2971831> ".\r\207", byte_string = 4303338153, byte_string_start = 0x1009968ac <pure+2971660> "\306\030\307 \031Æ\032\033\306\034È\035\036\021\310\036\022É\312 p\036\023\036\024Ë\314\016\025\206&", next = 0x223390 } top = 0x222de8 result = 2240640 type = CONDITION_CASE #29 0x00000001005d5361 in funcall_lambda (fun=4303338077, nargs=3, arg_vector=0x1007fbacd <pure+1288749>) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 37 i = 3 optional = false rest = false #30 0x00000001005d48c9 in Ffuncall (nargs=4, args=0x223338) at eval.c:2861 fun = 4303338077 original_fun = 4315333042 funcar = 25785169536 numargs = 3 lisp_numargs = 25785169539 val = 4315333042 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300942777 count = 36 #31 0x0000000100621584 in exec_byte_code (bytestr=25776845345, vector=25778029341, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 31 op = 3 vectorp = 0x6007d8320 stack = { pc = 0x6007bd29a "-\207", byte_string = 25776845345, byte_string_start = 0x6007bd270 "\b\tÆ\211\032\033\034\035\036\v\016\f\203\026", next = 0x2238e0 } top = 0x223338 result = 4306704434 type = (unknown: 6) #32 0x00000001005d5361 in funcall_lambda (fun=25778029469, nargs=3, arg_vector=0x6007d831d) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 4315335282 lexenv = 4306704434 count = 28 i = 3 optional = true rest = false #33 0x00000001005d48c9 in Ffuncall (nargs=4, args=0x223888) at eval.c:2861 fun = 25778029469 original_fun = 25778312386 funcar = 201865705520 numargs = 3 lisp_numargs = 25778058240 val = 4315332994 internal_args = 0x1007fb2dd <pure+1286717> i = 4300942777 count = 27 #34 0x0000000100621584 in exec_byte_code (bytestr=4303336121, vector=4303336157, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 27 op = 3 vectorp = 0x1007fb2e0 <pure+1286720> stack = { pc = 0x100996b62 <pure+2972354> "\207", byte_string = 4303336121, byte_string_start = 0x100996b5a <pure+2972346> "\304 \210\b\t\n\v#\207", next = 0x223ff0 } top = 0x223888 result = 0 type = CONDITION_CASE #35 0x00000001005d5361 in funcall_lambda (fun=4303336013, nargs=2, arg_vector=0x1007fb2dd <pure+1286717>) at eval.c:3045 val = 4300332687 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 24 i = 2 optional = true rest = false #36 0x00000001005d48c9 in Ffuncall (nargs=3, args=0x223fa0) at eval.c:2861 fun = 4303336013 original_fun = 4315336642 funcar = 25778689814 numargs = 2 lisp_numargs = 4294967308 val = 25778689814 internal_args = 0x224508 i = 4300336745 count = 23 #37 0x00000001005d3930 in funcall_nil (nargs=3, args=0x223fa0) at eval.c:2363 No locals. #38 0x00000001005d3e4b in run_hook_with_args (nargs=3, args=0x223fa0, funcall=0x1005d3910 <funcall_nil>) at eval.c:2548 global_vals = 4306704434 sym = 4315414370 val = 25778689814 ret = 4306704434 gcpro1 = { next = 0x223e80, var = 0x100a14810 <Srun_hook_with_args>, nvars = 2244224 } gcpro2 = { next = 0x100a14810 <Srun_hook_with_args>, var = 0x10000000a, nvars = 25778058240 } gcpro3 = { next = 0x6007df405, var = 0x600000006, nvars = 2244176 } #39 0x00000001005d39d2 in Frun_hook_with_args (nargs=3, args=0x223fa0) at eval.c:2409 No locals. #40 0x00000001005d456c in Ffuncall (nargs=4, args=0x223f98) at eval.c:2793 fun = 4305537045 original_fun = 4307020066 funcar = 25778058240 numargs = 3 lisp_numargs = 25769803782 val = 2244448 internal_args = 0x224508 i = 25778058240 count = 22 #41 0x0000000100621584 in exec_byte_code (bytestr=4303358345, vector=25788982245, maxdepth=16, args_template=0, nargs=0, args=0x224508) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 22 op = 3 vectorp = 0x60124a3e8 stack = { pc = 0x100993239 <pure+2957721> "\207", byte_string = 4303358345, byte_string_start = 0x100993232 <pure+2957714> "\302\303\300\242\301\242#\207", next = 0x224810 } top = 0x223f98 result = 25778342504 type = (unknown: 6) #42 0x00000001005d4f2d in funcall_lambda (fun=25787248645, nargs=0, arg_vector=0x224508) at eval.c:2979 val = 4300332687 syms_left = 0 next = 25787248640 lexenv = 25787248640 count = 22 i = 2245632 optional = false rest = false #43 0x00000001005d48c9 in Ffuncall (nargs=1, args=0x224500) at eval.c:2861 fun = 25787248645 original_fun = 25787248645 funcar = 2245760 numargs = 0 lisp_numargs = 4300332655 val = 2245808 internal_args = 0x224500 i = 4300332655 count = 21 #44 0x00000001005d2ddc in eval_sub (form=25791571910) at eval.c:2155 vals = 0x224500 argnum = 1 sa_count = 21 sa_must_free = false numargs = 4 args_left = 4306704434 i = 2245888 maxargs = 8390701 argvals = {7091, 527, 25787957248, 4, 2246032, 4300904601, 48, 7091} fun = 4305537285 val = 2246240 original_fun = 4306780306 original_args = 25789922598 funcar = 4300326265 gcpro1 = { next = 0x5, var = 0x0, nvars = 2246112 } gcpro2 = { next = 0x2245b0, var = 0x10051bff7 <XSTRING+38>, nvars = 4303358401 } gcpro3 = { next = 0x4ac, var = 0x224500, nvars = 1 } count = 20 #45 0x00000001005d079f in internal_lisp_condition_case (var=4315364354, bodyform=25791571910, handlers=25791571718) at eval.c:1317 val = 4306704434 c = 0x60012dc00 oldhandlerlist = 0x600084600 clausenb = 1 #46 0x0000000100622a92 in exec_byte_code (bytestr=4303357961, vector=4303357997, maxdepth=76, args_template=2048, nargs=2, args=0x224d28) at bytecode.c:1162 handlers = 25791571718 body = 25791571910 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 10 op = 143 vectorp = 0x100800830 <pure+1308560> stack = { pc = 0x100993310 <pure+2957936> "\210\004\242\003W\203", <incomplete sequence \354>, byte_string = 4303357961, byte_string_start = 0x10099323b <pure+2957723> "\001C\306\030\307 Æ\031\032\306\033È\034\035\310\036)\311\312\313\314\315\316\006\006!\317\"\320\321%DC\216\212\001\242\204.", next = 0x224da0 } top = 0x224780 result = 7090 type = CONDITION_CASE #47 0x00000001005d4f2d in funcall_lambda (fun=4303357917, nargs=2, arg_vector=0x224d18) at eval.c:2979 val = 4300332687 syms_left = 2048 next = 4303357912 lexenv = 4303357912 count = 10 i = 2247712 optional = false rest = false #48 0x00000001005d48c9 in Ffuncall (nargs=3, args=0x224d10) at eval.c:2861 fun = 4303357917 original_fun = 4315363218 funcar = 2248848 numargs = 2 lisp_numargs = 7091 val = 2247888 internal_args = 0x2252f8 i = 30364 count = 9 #49 0x0000000100621584 in exec_byte_code (bytestr=4303357545, vector=4303357581, maxdepth=48, args_template=1028, nargs=1, args=0x225300) at bytecode.c:916 targets = {0x1006255af <exec_byte_code+20351>, 0x10062560a <exec_byte_code+20442>, 0x10062560c <exec_byte_code+20444>, 0x10062560e <exec_byte_code+20446>, 0x100625610 <exec_byte_code+20448>, 0x100625610 <exec_byte_code+20448>, 0x100625681 <exec_byte_code+20561>, 0x1006256fc <exec_byte_code+20684>, 0x100620ab6 <exec_byte_code+1158>, 0x100620ab8 <exec_byte_code+1160>, 0x100620aba <exec_byte_code+1162>, 0x100620abc <exec_byte_code+1164>, 0x100620abe <exec_byte_code+1166>, 0x100620abe <exec_byte_code+1166>, 0x100620ac7 <exec_byte_code+1175>, 0x100620a81 <exec_byte_code+1105>, 0x100621127 <exec_byte_code+2807>, 0x100621129 <exec_byte_code+2809>, 0x10062112b <exec_byte_code+2811>, 0x10062112d <exec_byte_code+2813>, 0x10062112f <exec_byte_code+2815>, 0x10062112f <exec_byte_code+2815>, 0x10062116d <exec_byte_code+2877>, 0x100621138 <exec_byte_code+2824>, 0x100621475 <exec_byte_code+3653>, 0x100621477 <exec_byte_code+3655>, 0x100621479 <exec_byte_code+3657>, 0x10062147b <exec_byte_code+3659>, 0x10062147d <exec_byte_code+3661>, 0x10062147d <exec_byte_code+3661>, 0x100621426 <exec_byte_code+3574>, 0x100621440 <exec_byte_code+3600>, 0x100621545 <exec_byte_code+3861>, 0x100621547 <exec_byte_code+3863>, 0x100621549 <exec_byte_code+3865>, 0x10062154b <exec_byte_code+3867>, 0x10062154d <exec_byte_code+3869>, 0x10062154d <exec_byte_code+3869>, 0x1006214f6 <exec_byte_code+3782>, 0x100621510 <exec_byte_code+3808>, 0x100621615 <exec_byte_code+4069>, 0x100621617 <exec_byte_code+4071>, 0x100621619 <exec_byte_code+4073>, 0x10062161b <exec_byte_code+4075>, 0x10062161d <exec_byte_code+4077>, 0x10062161d <exec_byte_code+4077>, 0x1006215c6 <exec_byte_code+3990>, 0x1006215e0 <exec_byte_code+4016>, 0x100622956 <exec_byte_code+8998>, 0x1006226b7 <exec_byte_code+8327>, 0x1006226ab <exec_byte_code+8315>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100622be5 <exec_byte_code+9653>, 0x100622d22 <exec_byte_code+9970>, 0x100622d8c <exec_byte_code+10076>, 0x100622df6 <exec_byte_code+10182>, 0x100622e64 <exec_byte_code+10292>, 0x100620f3b <exec_byte_code+2315>, 0x100620fc2 <exec_byte_code+2450>, 0x100622ee7 <exec_byte_code+10423>, 0x100620e4e <exec_byte_code+2078>, 0x100621039 <exec_byte_code+2569>, 0x100622f58 <exec_byte_code+10536>, 0x100622fcf <exec_byte_code+10655>, 0x100623023 <exec_byte_code+10739>, 0x10062309a <exec_byte_code+10858>, 0x1006230f8 <exec_byte_code+10952>, 0x1006231e7 <exec_byte_code+11191>, 0x10062323b <exec_byte_code+11275>, 0x1006232b2 <exec_byte_code+11394>, 0x10062334f <exec_byte_code+11551>, 0x1006233a3 <exec_byte_code+11635>, 0x1006233f7 <exec_byte_code+11719>, 0x10062346e <exec_byte_code+11838>, 0x1006234e5 <exec_byte_code+11957>, 0x10062355c <exec_byte_code+12076>, 0x1006235f9 <exec_byte_code+12233>, 0x100623657 <exec_byte_code+12327>, 0x1006236b5 <exec_byte_code+12421>, 0x1006237a4 <exec_byte_code+12660>, 0x100623841 <exec_byte_code+12817>, 0x1006238de <exec_byte_code+12974>, 0x100623b71 <exec_byte_code+13633>, 0x100623bee <exec_byte_code+13758>, 0x100623c6b <exec_byte_code+13883>, 0x100623ce8 <exec_byte_code+14008>, 0x100623d65 <exec_byte_code+14133>, 0x100623dc3 <exec_byte_code+14227>, 0x100623e64 <exec_byte_code+14388>, 0x100623ec2 <exec_byte_code+14482>, 0x100623f20 <exec_byte_code+14576>, 0x100623f7e <exec_byte_code+14670>, 0x1006240b1 <exec_byte_code+14977>, 0x100622507 <exec_byte_code+7895>, 0x100624122 <exec_byte_code+15090>, 0x100624176 <exec_byte_code+15174>, 0x10062425d <exec_byte_code+15405>, 0x1006242ce <exec_byte_code+15518>, 0x10062433f <exec_byte_code+15631>, 0x100624393 <exec_byte_code+15715>, 0x1006243f0 <exec_byte_code+15808>, 0x10062444d <exec_byte_code+15901>, 0x1006244b2 <exec_byte_code+16002>, 0x1006255af <exec_byte_code+20351>, 0x100624510 <exec_byte_code+16096>, 0x10062455f <exec_byte_code+16175>, 0x1006245ae <exec_byte_code+16254>, 0x1006245fd <exec_byte_code+16333>, 0x10062464c <exec_byte_code+16412>, 0x10062469b <exec_byte_code+16491>, 0x100622507 <exec_byte_code+7895>, 0x1006255af <exec_byte_code+20351>, 0x1006246ef <exec_byte_code+16575>, 0x10062474d <exec_byte_code+16669>, 0x1006247a1 <exec_byte_code+16753>, 0x1006247f5 <exec_byte_code+16837>, 0x10062486c <exec_byte_code+16956>, 0x1006248e3 <exec_byte_code+17075>, 0x100624937 <exec_byte_code+17159>, 0x100624a81 <exec_byte_code+17489>, 0x100624af8 <exec_byte_code+17608>, 0x100624b69 <exec_byte_code+17721>, 0x100624bda <exec_byte_code+17834>, 0x100624c29 <exec_byte_code+17913>, 0x1006255af <exec_byte_code+20351>, 0x100622423 <exec_byte_code+7667>, 0x1006216d3 <exec_byte_code+4259>, 0x100620cc1 <exec_byte_code+1681>, 0x10062182d <exec_byte_code+4605>, 0x1006219ba <exec_byte_code+5002>, 0x100621b3b <exec_byte_code+5387>, 0x100622397 <exec_byte_code+7527>, 0x1006223e3 <exec_byte_code+7603>, 0x1006213c4 <exec_byte_code+3476>, 0x1006224bb <exec_byte_code+7819>, 0x100622544 <exec_byte_code+7956>, 0x1006225de <exec_byte_code+8110>, 0x10062262a <exec_byte_code+8186>, 0x1006229a6 <exec_byte_code+9078>, 0x100622a37 <exec_byte_code+9223>, 0x100622ad4 <exec_byte_code+9380>, 0x100622b50 <exec_byte_code+9504>, 0x100621682 <exec_byte_code+4178>, 0x100624c7d <exec_byte_code+17997>, 0x100624d0e <exec_byte_code+18142>, 0x100624d62 <exec_byte_code+18226>, 0x100624db6 <exec_byte_code+18310>, 0x100624e0a <exec_byte_code+18394>, 0x100624e5e <exec_byte_code+18478>, 0x100624ecf <exec_byte_code+18591>, 0x100624f40 <exec_byte_code+18704>, 0x100624fb1 <exec_byte_code+18817>, 0x100625022 <exec_byte_code+18930>, 0x1006251aa <exec_byte_code+19322>, 0x10062521b <exec_byte_code+19435>, 0x10062528c <exec_byte_code+19548>, 0x1006252e0 <exec_byte_code+19632>, 0x100625351 <exec_byte_code+19745>, 0x1006253c2 <exec_byte_code+19858>, 0x10062541e <exec_byte_code+19950>, 0x10062547a <exec_byte_code+20042>, 0x100623fdc <exec_byte_code+14764>, 0x10062403a <exec_byte_code+14858>, 0x1006254d8 <exec_byte_code+20136>, 0x100625546 <exec_byte_code+20246>, 0x1006255af <exec_byte_code+20351>, 0x100621cbc <exec_byte_code+5772>, 0x100621de9 <exec_byte_code+6073>, 0x100621f55 <exec_byte_code+6437>, 0x1006220c1 <exec_byte_code+6801>, 0x10062222c <exec_byte_code+7164>, 0x100623156 <exec_byte_code+11046>, 0x100623713 <exec_byte_code+12515>, 0x1006241cc <exec_byte_code+15260>, 0x10062579e <exec_byte_code+20846>, 0x10062581c <exec_byte_code+20972>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006258c1 <exec_byte_code+21137>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x1006255af <exec_byte_code+20351>, 0x100625966 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 2 vectorp = 0x100800690 <pure+1308144> stack = { pc = 0x100993386 <pure+2958054> "\207p\f>\204\036", byte_string = 4303357545, byte_string_start = 0x100993373 <pure+2958035> "\b\205Z", next = 0x0 } top = 0x224d10 result = 2248672 type = CONDITION_CASE #50 0x00000001005d4f2d in funcall_lambda (fun=4303357501, nargs=1, arg_vector=0x2252f8) at eval.c:2979 val = 4300332687 syms_left = 1028 next = 4303357496 lexenv = 4303357496 count = 9 i = 2249136 optional = false rest = false #51 0x00000001005d48c9 in Ffuncall (nargs=2, args=0x2252f0) at eval.c:2861 fun = 4303357501 original_fun = 4315362786 funcar = 25778058240 numargs = 1 lisp_numargs = 25778058245 val = 2249312 internal_args = 0x227310 i = 25778058240 count = 8 #52 0x00000001005d0e26 in internal_condition_case_n (bfun=0x1005d429f <Ffuncall>, nargs=2, args=0x2252f0, handlers=4306704482, hfun=0x10042f936 <safe_eval_handler>) at eval.c:1430 val = 4307134512 c = 0x600084600 #53 0x000000010042fabc in safe__call (inhibit_quit=false, nargs=2, func=4315362786, ap=0x2253b8 "\001") at xdisp.c:2640 i = 2 count = 7 gcpro1 = { next = 0x6007df400, var = 0x6007df405, nvars = 2 } args = 0x2252f0 val = 4294967301 #54 0x000000010042fb19 in safe_call (nargs=2, func=4315362786) at xdisp.c:2656 retval = 4306704434 ap = 0x2253b0 "\314n" #55 0x000000010042fb4c in safe_call1 (fn=4315362786, arg=28364) at xdisp.c:2667 No locals. #56 0x00000001004336aa in handle_fontified_prop (it=0x226570) at xdisp.c:3914 fns = 4306704434 fn = 4315362786 gcpro1 = { next = 0x0, var = 0x0, nvars = 0 } gcpro2 = { next = 0x0, var = 0x0, nvars = 0 } count = 6 val = 25778839830 obuf = 0x6007df400 begv = 1 zv = 14266 old_clip_changed = false prop = 4306704434 pos = 28364 handled = HANDLED_NORMALLY #57 0x0000000100432621 in handle_stop (it=0x226570) at xdisp.c:3478 handled = HANDLED_NORMALLY handle_overlay_change_p = 1 p = 0x1006baba0 <it_props> #58 0x00000001004415bd in next_element_from_buffer (it=0x226570) at xdisp.c:8293 success_p = true #59 0x000000010043d728 in get_next_display_element (it=0x226570) at xdisp.c:6925 success_p = 0 #60 0x000000010046d64c in display_line (it=0x226570) at xdisp.c:20183 x_before = 512 nglyphs = 0 ascent = 0 phys_ascent = 0 n_glyphs_before = 64 hpos_before = 64 x = 512 descent = 0 phys_descent = 0 row = 0x600eb0a00 overlay_arrow_string = 4306704434 wrap_it = { window = 0, w = 0x0, f = 0x3ffffffffff, method = 960, stop_charpos = 2250576, prev_stop = 4299702616, base_level_stop = 2250512, end_charpos = 1953261156, s = 0x225720 <incomplete sequence \370\030\251>, string_nchars = 4300328560, redisplay_end_trigger_charpos = 4312080389, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x24, dpvec = 0x0, dpend = 0x600eafc3d, dpvec_char_len = 15399992, dpvec_face_id = 6, saved_face_id = 11081976, ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 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 = 11737138, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 2251664 }, { string = 4301113644, string_nchars = 10595798, end_charpos = 1992735246, stop_charpos = 4311713334, prev_stop = 4306704434, base_level_stop = 2251728, cmp_it = { stop_pos = 4300275587, id = 2251968, ch = -2146674307, rule_idx = 1, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 2251792, nchars = 12877829, nbytes = 6, from = 2253952, to = 0, width = 5308613 }, face_id = 12877829, u = { image = { object = 4311107922, slice = { x = 4294967296, y = 4311107922, width = 4306704434, height = 25782681605 }, image_id = 2251904 }, comp = { object = 4311107922 }, stretch = { object = 4311107922 } }, position = { charpos = 4300276245, bytepos = 2251952 }, current = { pos = { charpos = 4300277776, bytepos = 4306743970 }, overlay_string_index = 15, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = 11737138, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 2253952, font_height = 2252048 }, { string = 4300278951, string_nchars = 11081976, end_charpos = 2251968, stop_charpos = 2253312, prev_stop = 2252160, base_level_stop = 2252160, cmp_it = { stop_pos = 0, id = 4306705010, ch = 11776674, rule_idx = 1, lookback = 4306743970, nglyphs = 11776674, reversed_p = true, charpos = 4306743970, nchars = 11776674, nbytes = 1, from = 11776674, to = 1, width = 11776674 }, face_id = 11776674, u = { image = { object = 4303346169, slice = { x = 4306743970, y = 4306743970, width = 4306743970, height = 4306743970 }, image_id = 4306743970 }, comp = { object = 4303346169 }, stretch = { object = 4303346169 } }, position = { charpos = 4306743970, bytepos = 4306743970 }, current = { pos = { charpos = 4306743970, bytepos = 4306743970 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 2252192 }, from_overlay = 4301113644, area = 16140626, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2252688), voffset = 0, space_width = 4306704434, font_height = 2252336 }, { string = 4300281716, string_nchars = 11081976, end_charpos = 4311107922, stop_charpos = 2253312, prev_stop = 2252160, base_level_stop = 2252320, cmp_it = { stop_pos = 25782681765, id = 2253952, ch = 5308613, rule_idx = 1, lookback = 25782681765, nglyphs = 20398418, reversed_p = true, charpos = 4294967296, nchars = 20398418, nbytes = 1, from = 11737138, to = 1, width = 12877989 }, face_id = 2252432, u = { image = { object = 4300276245, slice = { x = 2252480, y = 4300277776, width = 4306743970, height = 4294967311 }, image_id = 2253312 }, comp = { object = 4300276245 }, stretch = { object = 4300276245 } }, position = { charpos = 0, bytepos = 2252688 }, current = { pos = { charpos = 0, bytepos = 4306704434 }, overlay_string_index = 81604378624, string_pos = { charpos = 4306704434, bytepos = 2253952 }, dpvec_index = 2252576 }, from_overlay = 4300278951, area = 11081976, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 2252496), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2252528), voffset = 0, space_width = 4300332495, font_height = 25778058240 }}, sp = 6, selective = 4306705010, what = 11776674, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = true, face_before_selective_p = true, constrain_row_ascent_descent_p = true, line_wrap = TRUNCATE, base_face_id = 8254464, c = 6, len = 2252576, cmp_it = { stop_pos = 4300332719, id = 25778058245, ch = 6, rule_idx = 1, lookback = 25779175617, nglyphs = 8254464, reversed_p = 6, charpos = 2252624, nchars = 5358073, nbytes = 1, from = 8254469, to = 6, width = 6 }, char_to_display = 8538728, glyphless_method = 6, image_id = 6670, slice = { x = 2252688, y = 4301510355, width = 25778058240, height = 25778342504 }, space_width = 25778058245, voffset = 6, tab_width = 0, font_height = 72057594040180672, object = 25778058245, position = { charpos = 2253584, bytepos = 4299397288 }, truncation_pixel_width = 19048, continuation_pixel_width = 130, first_visible_x = 6, last_visible_x = 6, last_visible_y = 6, extra_line_spacing = 2252784, max_extra_line_spacing = 0, override_ascent = 5365199, override_descent = 1, override_boff = 8254464, glyph_row = 0x600000006, area = 8254469, nglyphs = 6, pixel_width = 8254464, ascent = 6, descent = 2252832, max_ascent = 0, max_descent = 8254464, phys_ascent = 6, phys_descent = 2252832, max_phys_ascent = 0, max_phys_descent = 5365423, current_x = 1, continuation_lines_width = 8254469, eol_pos = { charpos = 6, bytepos = 2252960 }, current_y = 8254464, first_vpos = 6, vpos = 2252880, hpos = 0, left_user_fringe_bitmap = 49657, right_user_fringe_bitmap = 81, left_user_fringe_face_id = 1, right_user_fringe_face_id = 914437, bidi_p = true, bidi_it = { bytepos = 4294967302, charpos = 25778342504, ch = 6670, nchars = 2252944, ch_len = 4301510355, type = 8254464, type_after_w1 = NEUTRAL_B, orig_type = 8538728, resolved_level = 6, invalid_levels = 8254469, invalid_rl_levels = 6, prev = { bytepos = 4294967302, charpos = 72057594040180928, type = 8254469, type_after_w1 = NEUTRAL_B, orig_type = 2253088 }, last_strong = { bytepos = 4301511874, charpos = 2253008, type = 6145952, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_neutral = { bytepos = 25778058240, charpos = 2253040, type = 8254469, type_after_w1 = NEUTRAL_B, orig_type = 2253072 }, prev_for_neutral = { bytepos = 4300332495, charpos = 4307048080, type = LRI, type_after_w1 = STRONG_L, orig_type = 2253120 }, next_for_ws = { bytepos = 4301536252, charpos = 4306704434, type = 12080784, type_after_w1 = STRONG_L, orig_type = 2253120 }, next_en_pos = 4300332751, next_en_type = 12080789, ignore_bn_limit = 4294967309, sor = (R2L | unknown: 23671172), scan_dir = 6, disp_pos = 4307081938, disp_prop = 2253168, stack_idx = 0, level_stack = {{ level = 5365487, override = L2R }, { level = 11737138, override = L2R }, { level = 14, override = L2R }, { level = 23671174, override = (R2L | unknown: 4) }, { level = 2253216, override = NEUTRAL_DIR }, { level = 2253232, override = NEUTRAL_DIR }, { level = 5361231, override = L2R }, { level = 11737138, override = L2R }, { level = 4, override = NEUTRAL_DIR }, { level = 2253280, override = NEUTRAL_DIR }, { level = 6603462, override = L2R }, { level = 11737138, override = L2R }, { level = 12080784, override = L2R }, { level = 2253280, override = NEUTRAL_DIR }, { level = 5361402, override = L2R }, { level = 12080789, override = L2R }, { level = 100, override = NEUTRAL_DIR }, { level = 8538728, override = (R2L | unknown: 4) }, { level = 28684, override = NEUTRAL_DIR }, { level = 2253424, override = NEUTRAL_DIR }, { level = 6613770, override = L2R }, { level = 11737138, override = L2R }, { level = 100, override = NEUTRAL_DIR }, { level = 2253384, override = NEUTRAL_DIR }, { level = 2253376, override = NEUTRAL_DIR }, { level = 2253368, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 2253488, override = NEUTRAL_DIR }, { level = 6544578, override = L2R }, { level = 1, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 21841078, override = (R2L | unknown: 4) }, { level = 6671, override = NEUTRAL_DIR }, { level = 2253440, override = NEUTRAL_DIR }, { level = 8254469, override = (R2L | unknown: 4) }, { level = 2253552, override = NEUTRAL_DIR }, { level = -4055103, override = (L2R | R2L | unknown: 1788) }, { level = 12114642, override = L2R }, { level = 11737138, override = (unknown: 500) }, { level = 2253520, override = NEUTRAL_DIR }, { level = 6568956, override = L2R }, { level = 11737138, override = L2R }, { level = 21841062, override = (R2L | unknown: 4) }, { level = 2253616, override = NEUTRAL_DIR }, { level = 13996032, override = (R2L | unknown: 4) }, { level = 2253536, override = NEUTRAL_DIR }, { level = 6557999, override = L2R }, { level = 11737138, override = L2R }, { level = 11737714, override = (R2L | unknown: 8) }, { level = 13996033, override = (R2L | unknown: 4) }, { level = 13996032, override = (R2L | unknown: 4) }, { level = 2253728, override = NEUTRAL_DIR }, { level = 4402046, override = L2R }, { level = 11737138, override = L2R }, { level = 6681, override = NEUTRAL_DIR }, { level = 6681, override = NEUTRAL_DIR }, { level = 7171, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 4433128, override = L2R }, { level = 11737186, override = L2R }, { level = 20398418, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }}, string = { lstring = -1, s = 0x226380 "\017\032", schars = 26684, bufpos = 4311107922, from_disp_str = false, unibyte = true }, w = 0x37ba, paragraph_dir = (unknown: 7056312), separator_limit = 6671, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (unknown: 27084) } wrap_data = 0x0 may_wrap = 0 wrap_x = 15400960 wrap_row_used = -1 wrap_row_ascent = 5681580 wrap_row_height = 0 wrap_row_phys_ascent = 2254112 wrap_row_phys_height = 6 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 25785204736 wrap_row_min_bpos = 6671 wrap_row_max_pos = 6671 wrap_row_max_bpos = 25785203768 cvpos = 0 min_pos = 14267 max_pos = 0 min_bpos = 7026 max_bpos = 7090 pending_handle_line_prefix = false #61 0x0000000100460765 in try_window (window=25785203773, pos=..., flags=0) at xdisp.c:16972 w = 0x600eafc38 it = { window = 25785203773, w = 0x600eafc38, f = 0x600a918f8, method = GET_FROM_BUFFER, stop_charpos = 7091, prev_stop = 7091, base_level_stop = 7091, end_charpos = 14266, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, 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 = 7091, bytepos = 7091 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 7091, bytepos = 7091 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 7004, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 1, cmp_it = { stop_pos = 7091, 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 = 10, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25778058245, position = { charpos = 7090, bytepos = 7090 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x600eb0a00, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 0, max_descent = 0, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 160, first_vpos = 0, vpos = 10, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 7091, charpos = 7091, 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 = 7090, charpos = 7090, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 7088, charpos = 7088, 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 = 7090, charpos = 7090, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = WEAK_CS }, next_for_ws = { bytepos = 7132, charpos = 7132, type = STRONG_L, 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 = 7172, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x600eafc38, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } last_text_row = 0x600eb0900 f = 0x600a918f8 frame_line_height = 16 #62 0x000000010045c3ef in redisplay_window (window=25785203773, just_this_one_p=true) at xdisp.c:16223 new_vpos = -1 w = 0x600eafc38 f = 0x600a918f8 buffer = 0x6007df400 old = 0x6007df400 lpoint = { charpos = 6671, bytepos = 6671 } opoint = { charpos = 6671, bytepos = 6671 } startp = { charpos = 6671, bytepos = 6671 } update_mode_line = 1 tem = 6671 it = { window = 25793667350, w = 0x20, f = 0x100f54952 <bss_sbrk_buffer+4695890>, method = 6095748, stop_charpos = 25793667270, prev_stop = 6, base_level_stop = 2261152, end_charpos = 4300326265, s = 0x6016c2026 "", string_nchars = 25793667110, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x228130, dpvec = 0x1005a86bb <Fcons+277>, dpend = 0x6016c2026, dpvec_char_len = 11737138, dpvec_face_id = 1, saved_face_id = 7233342, ctl_chars = {4294967297, 2261248, 4300328203, 4302146205, 4306704434, 2261376, 4300901181, 4306704434, 4306704434, 4302146169, 4300332719, 2261328, 2263056, 2261488, 4301398993, 0}, start = { pos = { charpos = 2263056, bytepos = 25793667302 }, overlay_string_index = 48, string_pos = { charpos = 4302146169, bytepos = 25793667110 }, dpvec_index = 11737138 }, current = { pos = { charpos = 4300647679, bytepos = 2261424 }, overlay_string_index = 4300331187, string_pos = { charpos = 25785169339, bytepos = 4300331290 }, dpvec_index = 6671 }, n_overlay_strings = 25778058240, overlay_strings_charpos = 4305505543, overlay_strings = {4302146169, 4305505541, 2263120, 2261520, 4300332495, 2261520, 2261296, 25785169339, 4306704434, 25787640293, 25785203768, 2261568, 4300907251, 25785169339, 4294967300, 25787640293}, string_overlays = {48, 2261744, 4300990715, 25785169339, 4294967298, 25778058245, 4306704434, 2261760, 4301118609, 2261680, 4306704434, 4305540357, 4294967306, 2261728, 4306704434, 72057594040189664}, string = 25793666758, from_overlay = 25793584278, stack = {{ string = 4306704434, string_nchars = 15399997, end_charpos = 4306704434, stop_charpos = 23384, prev_stop = 23384, base_level_stop = 2261888, cmp_it = { stop_pos = 4301085972, id = 25785169339, ch = 5940179, rule_idx = 1, lookback = 4306704434, nglyphs = 6017022, reversed_p = true, charpos = 25778058240, nchars = 6671, nbytes = 0, from = 15365560, to = 6, width = 15365563 }, face_id = 11816850, u = { image = { object = 25793667302, slice = { x = 2, y = 1, width = 25793666758, height = 25793667350 }, image_id = 25793667126 }, comp = { object = 25793667302 }, stretch = { object = 25793667302 } }, position = { charpos = 4306704434, bytepos = 25787640293 }, current = { pos = { charpos = 4306704434, bytepos = 2262176 }, overlay_string_index = 4301398993, string_pos = { charpos = 13, bytepos = 4306704434 }, dpvec_index = 11737138 }, from_overlay = 4300324855, area = 17457313, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 17941152), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 25793666758, font_height = 4306704434 }, { string = 25793666710, string_nchars = 19938501, end_charpos = 25793791062, stop_charpos = 25787261249, prev_stop = 25789217589, base_level_stop = 12, cmp_it = { stop_pos = 4306704434, id = 4306704434, ch = 5365391, rule_idx = 1, lookback = 25789025477, nglyphs = 47, reversed_p = false, charpos = 25793683494, nchars = 48, nbytes = 0, from = 2262240, to = 0, width = 6113855 }, face_id = 17894625, u = { image = { object = 0, slice = { x = 72057619807731712, y = 128, width = 4302146208, height = 10 }, image_id = 2262624 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 2261968, bytepos = 4306775042 }, current = { pos = { charpos = 25794013734, bytepos = 2262256 }, overlay_string_index = 4300332495, string_pos = { charpos = 4302149616, bytepos = 25769803788 }, dpvec_index = 11737138 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7182320), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2261352), voffset = 0, space_width = 579825945785, font_height = 4302149621 }, { string = 2263056, string_nchars = 7178909, end_charpos = 8, stop_charpos = 2262448, prev_stop = 4301082413, base_level_stop = 4302146169, cmp_it = { stop_pos = 4302146205, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 2263056, reversed_p = false, charpos = 4302149616, nchars = 10, nbytes = 0, from = 2262432, to = 0, width = 5358969 }, face_id = 2262464, u = { image = { object = 4302149616, slice = { x = 512, y = 4300332687, width = 4302149621, height = 0 }, image_id = 25793667622 }, comp = { object = 4302149616 }, stretch = { object = 4302149616 } }, position = { charpos = 16, bytepos = 2262608 }, current = { pos = { charpos = 4301081151, bytepos = 4315730240 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 25793761622 }, dpvec_index = 2262560 }, from_overlay = 4300332687, area = 23863846, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2262608), voffset = 0, space_width = 4300332495, font_height = 4307138066 }, { string = 9, string_nchars = 1, end_charpos = 4306704434, stop_charpos = 4306704434, prev_stop = 4302149621, base_level_stop = 2262656, cmp_it = { stop_pos = 0, id = 25793667622, ch = 16, rule_idx = 0, lookback = 2262784, nglyphs = 6108325, reversed_p = true, charpos = 2, nchars = 2263048, nbytes = 0, from = 2262720, to = 0, width = 5363864 }, face_id = 2262752, u = { image = { object = 4305536944, slice = { x = 2262752, y = 4300332655, width = 4305536949, height = 4294967306 }, image_id = 2262800 }, comp = { object = 4305536944 }, stretch = { object = 4305536944 } }, position = { charpos = 1, bytepos = 9 }, current = { pos = { charpos = 4300325285, bytepos = 4307138066 }, overlay_string_index = 4294967306, string_pos = { charpos = 2264488, bytepos = 4310542757 }, dpvec_index = 2262944 }, from_overlay = 4301081151, area = 20762912, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 2263048), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300900027, font_height = 25793667622 }, { string = 4306704434, string_nchars = 2262912, end_charpos = 4300907251, stop_charpos = 2262944, prev_stop = 4300332495, base_level_stop = 4307020018, cmp_it = { stop_pos = 8, id = 2, ch = 5933885, rule_idx = 1, lookback = 4306704434, nglyphs = 10569653, reversed_p = true, charpos = 2262992, nchars = 2264488, nbytes = 0, from = 15575461, to = 1, width = 16 }, face_id = 2263184, u = { image = { object = 4301398993, slice = { x = 3, y = 2263040, width = 4311497089, height = 25787640293 }, image_id = 48 }, comp = { object = 4301398993 }, stretch = { object = 4301398993 } }, position = { charpos = 25793667622, bytepos = 4306704434 }, current = { pos = { charpos = 4307138066, bytepos = 4306704434 }, overlay_string_index = 13, string_pos = { charpos = 23384, bytepos = 23384 }, dpvec_index = 2263152 }, from_overlay = 25787640392, area = 2052, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | R2L | unknown: 5365388), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 15405256), voffset = 1, space_width = 4311497089, font_height = 4310372544 }}, sp = 0, selective = 2263296, what = 6113855, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = true, starts_in_middle_of_char_p = true, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 2, c = 0, len = 2263032, cmp_it = { stop_pos = 1, id = 25793761654, ch = 10573061, rule_idx = 1, lookback = 0, nglyphs = 11737138, reversed_p = true, charpos = 25787640293, nchars = 11737138, nbytes = 1, from = 3281666, to = 6, width = 12 }, char_to_display = 2, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 4306704434, slice = { x = 25793666758, y = 25787640397, width = 2263344, height = 2264752 }, space_width = 25778127789, voffset = 20, tab_width = 0, font_height = 2263536, object = 4301398993, position = { charpos = 3, bytepos = 2263400 }, truncation_pixel_width = 25249, continuation_pixel_width = 266, first_visible_x = 6, last_visible_x = 19931077, last_visible_y = 6, extra_line_spacing = 12, max_extra_line_spacing = 0, override_ascent = 17941154, override_descent = 6, override_boff = 11737138, glyph_row = 0x6016c1ec6, area = 17941154, nglyphs = 6, pixel_width = 11737138, ascent = 1, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 17894625, eol_pos = { charpos = 25787261089, bytepos = 25787698500 }, current_y = 17457825, first_vpos = 6, vpos = 17894712, hpos = 6, left_user_fringe_bitmap = 36592, right_user_fringe_bitmap = 34, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = false, bidi_it = { bytepos = 2263312, charpos = 0, ch = 0, nchars = 2263392, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 11737138 }, next_for_neutral = { bytepos = 0, charpos = 0, type = 11737138, type_after_w1 = STRONG_L, orig_type = 2263728 }, prev_for_neutral = { bytepos = 4300332495, charpos = 2263728, type = 5358969, type_after_w1 = STRONG_L, orig_type = 20124358 }, next_for_ws = { bytepos = 4300332495, charpos = 25785203768, type = WEAK_AN, type_after_w1 = NEUTRAL_B, orig_type = 2263872 }, next_en_pos = 4300936787, next_en_type = 20124358, ignore_bn_limit = 25793667094, sor = (unknown: 2263808), scan_dir = 0, disp_pos = 4300326265, disp_prop = 23863318, stack_idx = 6, level_stack = {{ level = 23863318, override = (R2L | unknown: 4) }, { level = 2263936, override = NEUTRAL_DIR }, { level = 6162189, override = L2R }, { level = 2263952, override = NEUTRAL_DIR }, { level = 23863318, override = (R2L | unknown: 4) }, { level = 23863318, override = (R2L | unknown: 4) }, { level = 23863302, override = (R2L | unknown: 4) }, { level = 20124358, override = (R2L | unknown: 4) }, { level = 1, override = NEUTRAL_DIR }, { level = 2264000, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 2263936, override = NEUTRAL_DIR }, { level = 5365199, override = L2R }, { level = 15399992, override = (R2L | unknown: 4) }, { level = 4, override = L2R }, { level = 2, override = NEUTRAL_DIR }, { level = 2263936, override = NEUTRAL_DIR }, { level = 23863318, override = (R2L | unknown: 4) }, { level = 15399992, override = (R2L | unknown: 4) }, { level = 2263984, override = NEUTRAL_DIR }, { level = 5365295, override = L2R }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 4, override = L2R }, { level = 23863302, override = (R2L | unknown: 4) }, { level = 23863318, override = (R2L | unknown: 4) }, { level = 2264032, override = NEUTRAL_DIR }, { level = 5357887, override = L2R }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 23863302, override = (R2L | unknown: 4) }, { level = 23863302, override = (R2L | unknown: 4) }, { level = 23863318, override = (R2L | unknown: 4) }, { level = 2264176, override = NEUTRAL_DIR }, { level = 4876966, override = L2R }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 11737186, override = L2R }, { level = 11737138, override = L2R }, { level = 5365199, override = L2R }, { level = 2264144, override = NEUTRAL_DIR }, { level = 5365199, override = L2R }, { level = 15399992, override = (R2L | unknown: 4) }, { level = 4, override = L2R }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 15399992, override = (R2L | unknown: 4) }, { level = 11081976, override = (R2L | unknown: 4) }, { level = 15399992, override = (unknown: 500) }, { level = 2264192, override = NEUTRAL_DIR }, { level = 1992735350, override = NEUTRAL_DIR }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 4, override = (R2L | unknown: 4) }, { level = 2264240, override = NEUTRAL_DIR }, { level = 4877993, override = L2R }, { level = 2264352, override = NEUTRAL_DIR }, { level = -2146674329, override = L2R }, { level = 15399997, override = (R2L | unknown: 4) }, { level = 11737138, override = L2R }, { level = 10975760, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 2264384, override = NEUTRAL_DIR }, { level = 5785615, override = L2R }, { level = 2264352, override = NEUTRAL_DIR }, { level = 6671, override = NEUTRAL_DIR }, { level = 6671, override = NEUTRAL_DIR }, { level = 6671, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }}, string = { lstring = 0, s = 0x228d18 "\017\032", schars = 1, bufpos = 25770085376, from_disp_str = false, unibyte = true }, w = 0x1a0f, paragraph_dir = (L2R | R2L | unknown: 6668), separator_limit = 6671, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 0 centering_position = -1 last_line_misfit = 0 beg_unchanged = 5953 end_unchanged = 8312 frame_line_height = 16 #63 0x0000000100454696 in redisplay_window_1 (window=25785203773) at xdisp.c:14356 No locals. #64 0x00000001005d0ad5 in internal_condition_case_1 (bfun=0x100454657 <redisplay_window_1>, arg=25785203773, handlers=4306686374, hfun=0x1004545d4 <redisplay_window_error>) at eval.c:1372 val = 4306704434 c = 0x600084e00 #65 0x00000001004537c3 in redisplay_internal () at xdisp.c:14002 mini_window = 25780886733 mini_frame = 0x229ce0 w = 0x600eafc38 sw = 0x600eafc38 fr = 0x600a918f8 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 5904, bytepos = 5904 } tlendpos = { charpos = 8304, bytepos = 8304 } number_of_visible_frames = 2 count = 2 sf = 0x600a918f8 polling_stopped_here = 0 tail = 4306704434 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #66 0x0000000100450add in redisplay () at xdisp.c:13207 No locals. #67 0x0000000100529bd6 in read_char (commandflag=1, map=25791569382, prev_event=4306704434, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2570 echo_current = true c = 4306704434 jmpcount = 25780885752 local_getcjmp = {25778058245, 4294967302, 2269232, 4300941977, 25778058245, 4300985862, 25778058240, 4306704434, 4306704434, 4306704434, -4294967256, 0, 2269232, 4300942721, 4311834752, 4311834752, 4306704434, 4314687350, 4311834752, 4311276000, 2269392, 4300498392, 4311276002, 4306704482, 2269312, 4300326265, 25791569398, 25791569398, 6, 6, 2269456, 4300900027} save_jump = {4306704434, 4300325285, 2269152, 4302967277, 25787705213, 25788335489, 25787705200, 0, 4315730080, 4306704434, 4306753149, 2270520, 2268976, 4300332495, 2268992, 4300332495, 25778058240, 4294967302, 25778058240, 25769803782, 2269024, 25778058240, 2269040, 4300332719, 25778058245, 4294967302, 25778058245, 4294967302, 2269088, 4300325369, 25778058245, 4300325369} tem = 2269632 save = 4300900027 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bd982 <Fget_pos_property+1296>, nvars = 26680 } gcpro2 = { next = 0x6014d4746, var = 0x6007df405, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #68 0x000000010053a18f in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x600a918f8 key = 25778058240 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 2270560 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25791569382 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310989158, map = 4310989158, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310989174, map = 4310989174, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25778058245 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x6007df400 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x22a3f0, var = 0x10051ddcf <PSEUDOVECTORP+61>, nvars = 25778058240 } #69 0x00000001005265e4 in command_loop_1 () at keyboard.c:1452 cmd = 4307179074 keybuf = {88, 76, 4, 2270704, 0, 0, 4306762642, 25791875126, 4302049473, 4306770642, 2270880, 0, 4, 4306704434, 2270912, 4300364156, 4306762642, 25791875126, 4302049473, 4306770642, 4310428466, 0, 2270976, 4300363789, 25791875126, 2270880, 4307018688, 4306704434, 2271744, 2271968} i = 1 prev_modiff = 6758 prev_buffer = 0x6007df400 already_adjusted = false #70 0x00000001005d0930 in internal_condition_case (bfun=0x1005260cf <command_loop_1>, handlers=4306770594, hfun=0x10052565a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #71 0x0000000100525c9d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #72 0x00000001005cfc81 in internal_catch (tag=4306762690, func=0x100525c6b <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #73 0x0000000100525c2c in command_loop () at keyboard.c:1156 No locals. #74 0x00000001005250bb in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #75 0x00000001005252ed in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #76 0x0000000100522fb5 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "scan-lists" (0x220c68) "forward-list" (0x2211b0) "byte-code" (0x2215e0) 0x63dfd0 PVEC_COMPILED "c-find-decl-spots" (0x2222f0) "c-font-lock-declarations" (0x222880) "font-lock-fontify-keywords-region" (0x222df0) "font-lock-default-fontify-region" (0x223340) "c-font-lock-fontify-region" (0x223890) "font-lock-fontify-region" (0x223fa8) "run-hook-with-args" (0x223fa0) 0x10a3000 PVEC_COMPILED "funcall" (0x224500) "jit-lock-fontify-now" (0x224d18) "jit-lock-function" (0x2252f8) "redisplay_internal (C function)" (0xad9c98) [-- Attachment #3: SIGSEGV-lisp_h-b8497de-patched --] [-- Type: text/plain, Size: 184768 bytes --] #0 0x000000010051ceb4 in CHAR_TABLE_REF_ASCII (ct=25787135005, idx=44) at lisp.h:1492 tbl = 0x0 val = 2230320 #1 0x000000010051cf8a in CHAR_TABLE_REF (ct=25787135005, idx=44) at lisp.h:1510 No locals. #2 0x0000000100520f39 in syntax_property_entry (c=44, via_property=true) at syntax.h:96 No locals. #3 0x0000000100520f99 in syntax_property_with_flags (c=44, via_property=true) at syntax.h:111 ent = 4300345145 #4 0x0000000100521037 in syntax_property (c=44, via_property=true) at syntax.h:123 No locals. #5 0x0000000100618362 in syntax_multibyte (c=44, multibyte_symbol_p=false) at syntax.c:2573 No locals. #6 0x00000001006186fc in scan_lists (from=1656, count=1, depth=2, sexpflag=false) at syntax.c:2617 comstart_first = false prefix = false syntax = 1 other_syntax = 2818049 val = 2230720 stop = 14301 c = 44 c1 = 17426232 stringterm = 1 quoted = false mathexit = false code = Sword min_depth = 0 comstyle = 0 comnested = false temp_pos = 4305545696 last_good = 986 found = true from_byte = 1656 out_bytepos = 1611 out_charpos = 1611 dummy = 4306704434 multibyte_symbol_p = false #7 0x000000010061b7d4 in Fscan_lists (from=3944, count=4, depth=0) at syntax.c:2994 No locals. #8 0x00000001005d4795 in Ffuncall (nargs=4, args=0x220be0) at eval.c:2819 fun = 4305545701 original_fun = 4307077986 funcar = 25794091411 numargs = 3 lisp_numargs = 4294967300 val = 25775366390 internal_args = 0x220be8 i = 4300990859 count = 100 #9 0x0000000100621614 in exec_byte_code (bytestr=4303531097, vector=4303531133, maxdepth=20, args_template=1024, nargs=0, args=0x221130) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 100 op = 3 vectorp = 0x10082ac80 <pure+1481696> stack = { pc = 0x100982988 <pure+2889960> "\206\022", byte_string = 4303531097, byte_string_start = 0x10098297c <pure+2889948> "\211\204\a", next = 0x221160 } top = 0x220be0 result = 2231920 type = CONDITION_CASE #10 0x00000001005d4fbd in funcall_lambda (fun=4303531045, nargs=0, arg_vector=0x221130) at eval.c:2979 val = 4300332831 syms_left = 1024 next = 4303531040 lexenv = 4303531040 count = 100 i = 2232384 optional = false rest = false #11 0x00000001005d4959 in Ffuncall (nargs=1, args=0x221128) at eval.c:2861 fun = 4303531045 original_fun = 4310360066 funcar = 25779089381 numargs = 0 lisp_numargs = 4300907395 val = 25779285185 internal_args = 0x3 i = 4300324999 count = 99 #12 0x0000000100621614 in exec_byte_code (bytestr=25779285185, vector=25779089381, maxdepth=4, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 99 op = 0 vectorp = 0x6008dafe8 stack = { pc = 0x60086646a "\210\301\207", byte_string = 25779285185, byte_string_start = 0x600866468 "\300 \210\301\207", next = 0x2217f0 } top = 0x221128 result = 5528 type = CONDITION_CASE #13 0x0000000100620699 in Fbyte_code (bytestr=25779285185, vector=25779089381, maxdepth=4) at bytecode.c:482 No locals. #14 0x00000001005d3008 in eval_sub (form=25779281414) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {25779285185, 25779089381, 4, 4300325513, 25779696645, 6, 25779494392, 1433} fun = 4305545893 val = 4306704434 original_fun = 4307030786 original_args = 25779281430 funcar = 4300326409 gcpro1 = { next = 0x221670, var = 0x10063dd52 <find_interval+205>, nvars = 25779494392 } gcpro2 = { next = 0x60096f405, var = 0x600000006, nvars = 72057594040160832 } gcpro3 = { next = 0x2215e0, var = 0x221560, nvars = 3 } count = 98 #15 0x00000001005d082f in internal_lisp_condition_case (var=4306704434, bodyform=25779281414, handlers=25779281510) at eval.c:1317 val = 4306704434 c = 0x60012d400 oldhandlerlist = 0x60017d600 clausenb = 1 #16 0x0000000100622b22 in exec_byte_code (bytestr=25778771841, vector=25779294213, maxdepth=28, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25779281510 body = 25779281414 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 98 op = 143 vectorp = 0x60090d008 stack = { pc = 0x6008662b3 "\204\374\001\bb\210\356 \210Ì\v\206\003\002`Sf\357=\203\026\002\360 \203\026\002\212\361 )\203\071\002\314f\315=\203>\002\212\317 \210\360 \205\065\002\212\361 )?\205\065\002\317 \210\314f\315=)\203>\002\356 \210Ì\016R\204_\002\352 \211\036P@\247\205V\002\212\016P@b\210\362 ))\203_\002\356 \210Ì\363\364!Ì\211\211\211\036S\036T\036U\036V\036P\036W\212\365\016W!@\211\026V\366=\203\221\002\330 \210`Sf\367=\203\221\002\365\016W!\210\352 \026P\370\016P!\211\026U\203\247\002\016Uf\371=\203\323\002\311\016G!\203\270\002\320\026T\343\225b\210\335 \210", <incomplete sequence \372\320\041>..., byte_string = 25778771841, byte_string_start = 0x6008660c0 "`\020\306`\307\"\310=\203\021", next = 0x221d70 } top = 0x221788 result = 2234928 type = (unknown: 6) #17 0x00000001005d53f1 in funcall_lambda (fun=25778270109, nargs=2, arg_vector=0x60090d005) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 25778684530 lexenv = 4306704434 count = 96 i = 2 optional = false rest = false #18 0x00000001005d4959 in Ffuncall (nargs=3, args=0x221ce8) at eval.c:2861 fun = 25778270109 original_fun = 25778270109 funcar = 25794089000 numargs = 2 lisp_numargs = 25794089003 val = 4306704482 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 25794088899 count = 95 #19 0x0000000100621614 in exec_byte_code (bytestr=25774509697, vector=25774515229, maxdepth=40, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 86 op = 2 vectorp = 0x60047e420 stack = { pc = 0x60055b7a9 "\203\227\a\306\026+\n\307U\204\242\ae\016.}\210\fb\210\f\tU\203\261\a\t\211\025\202x\005\016+\204\323\a\212\316`\325\306\t$b\210`\tW\203\317\a\310`S\325\"\326=\203\267\a`\026+)\016-\204\270\b\016,`V\203\343\a\016,b\210\327\016<\t\330#\211\026,\204\365\a\t\026-\202\255\bÍ\211\026-\203\a\b\016-b\210\016-S\202\f\bÇb\210`\016\063\036\064\036\065\310\016\065\311\"\211\036\066:\203:\b\016\066\203\065\b\016\066@\016\064>\204\065\b\016\066A\211\026\066\204#\b\016\066\202?\b\016\066\016\064>+\203\214\b\316`\311\306\t$b\210`\tW\203\343\a`\016\063\036\064\036", <incomplete sequence \310>..., byte_string = 25774509697, byte_string_start = 0x60055b018 "`d\306e\b?\205\n", next = 0x222300 } top = 0x221ce8 result = 2236336 type = CONDITION_CASE #20 0x00000001005d53f1 in funcall_lambda (fun=4312493973, nargs=4, arg_vector=0x60047e41d) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 25774281282 lexenv = 4306704434 count = 82 i = 4 optional = false rest = false #21 0x00000001005d4959 in Ffuncall (nargs=5, args=0x222268) at eval.c:2861 fun = 4312493973 original_fun = 25774281138 funcar = 25777076480 numargs = 4 lisp_numargs = 25779696645 val = 25774366914 internal_args = 0x60090d2f5 i = 4300942921 count = 81 #22 0x0000000100621614 in exec_byte_code (bytestr=25778771425, vector=25779294965, maxdepth=52, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 67 op = 4 vectorp = 0x60090d2f8 stack = { pc = 0x600866083 "\210.\016Æ", byte_string = 25778771425, byte_string_start = 0x600866040 "\214Æ\211\211Ç\306\310Æ\310\306\310\030\031\032\033\034\035\036\r\036\016\036\017\036\020\036\021\036\022\036\023\016\024\311\312!X\203:", next = 0x222870 } top = 0x222268 result = 2237840 type = (unknown: 6) #23 0x00000001005d53f1 in funcall_lambda (fun=25778270149, nargs=1, arg_vector=0x60090d2f5) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 4310274626 lexenv = 4306704434 count = 66 i = 1 optional = false rest = false #24 0x00000001005d4959 in Ffuncall (nargs=2, args=0x2227f8) at eval.c:2861 fun = 25778270149 original_fun = 25778684434 funcar = 989 numargs = 1 lisp_numargs = 989 val = 989 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300984589 count = 65 #25 0x0000000100621614 in exec_byte_code (bytestr=4303343017, vector=4303343053, maxdepth=36, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 57 op = 1 vectorp = 0x1007fcdd0 <pure+1293616> stack = { pc = 0x100995e07 <pure+2968935> "\203\365\002`ÉV\204p", byte_string = 4303343017, byte_string_start = 0x100995da4 <pure+2968836> "\b@\306=\204\v", next = 0x222dc0 } top = 0x2227f8 result = 4306704434 type = CONDITION_CASE #26 0x00000001005d53f1 in funcall_lambda (fun=4303342973, nargs=3, arg_vector=0x1007fcdcd <pure+1293613>) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 54 i = 3 optional = true rest = false #27 0x00000001005d4959 in Ffuncall (nargs=4, args=0x222d68) at eval.c:2861 fun = 4303342973 original_fun = 4315333874 funcar = 2239744 numargs = 3 lisp_numargs = 4300334578 val = 4306704434 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300942921 count = 53 #28 0x0000000100621614 in exec_byte_code (bytestr=4303338153, vector=4303338189, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 40 op = 3 vectorp = 0x1007fbad0 <pure+1288752> stack = { pc = 0x100996957 <pure+2971831> ".\r\207", byte_string = 4303338153, byte_string_start = 0x1009968ac <pure+2971660> "\306\030\307 \031Æ\032\033\306\034È\035\036\021\310\036\022É\312 p\036\023\036\024Ë\314\016\025\206&", next = 0x223310 } top = 0x222d68 result = 4306719845 type = CONDITION_CASE #29 0x00000001005d53f1 in funcall_lambda (fun=4303338077, nargs=3, arg_vector=0x1007fbacd <pure+1288749>) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 37 i = 3 optional = false rest = false #30 0x00000001005d4959 in Ffuncall (nargs=4, args=0x2232b8) at eval.c:2861 fun = 4303338077 original_fun = 4315333042 funcar = 0 numargs = 3 lisp_numargs = 4307023136 val = 4315333042 internal_args = 0x6008127a5 i = 4300942921 count = 36 #31 0x0000000100621614 in exec_byte_code (bytestr=25778810209, vector=25778268069, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 31 op = 3 vectorp = 0x6008127a8 stack = { pc = 0x600869f7a "-\207", byte_string = 25778810209, byte_string_start = 0x600869f50 "\b\tÆ\211\032\033\034\035\036\v\016\f\203\026", next = 0x223860 } top = 0x2232b8 result = 4306704434 type = (unknown: 6) #32 0x00000001005d53f1 in funcall_lambda (fun=25777235629, nargs=3, arg_vector=0x6008127a5) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 4315335282 lexenv = 4306704434 count = 28 i = 3 optional = true rest = false #33 0x00000001005d4959 in Ffuncall (nargs=4, args=0x223808) at eval.c:2861 fun = 25777235629 original_fun = 25779044354 funcar = 2242480 numargs = 3 lisp_numargs = 42955038303 val = 4315332994 internal_args = 0x1007fb2dd <pure+1286717> i = 4300942921 count = 27 #34 0x0000000100621614 in exec_byte_code (bytestr=4303336121, vector=4303336157, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 27 op = 3 vectorp = 0x1007fb2e0 <pure+1286720> stack = { pc = 0x100996b62 <pure+2972354> "\207", byte_string = 4303336121, byte_string_start = 0x100996b5a <pure+2972346> "\304 \210\b\t\n\v#\207", next = 0x223f70 } top = 0x223808 result = 25778266813 type = CONDITION_CASE #35 0x00000001005d53f1 in funcall_lambda (fun=4303336013, nargs=2, arg_vector=0x1007fb2dd <pure+1286717>) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 4315335138 lexenv = 4306704434 count = 24 i = 2 optional = true rest = false #36 0x00000001005d4959 in Ffuncall (nargs=3, args=0x223f20) at eval.c:2861 fun = 4303336013 original_fun = 4315336642 funcar = 25780814454 numargs = 2 lisp_numargs = 4294967308 val = 25780814454 internal_args = 0x224488 i = 4300336889 count = 23 #37 0x00000001005d39c0 in funcall_nil (nargs=3, args=0x223f20) at eval.c:2363 No locals. #38 0x00000001005d3edb in run_hook_with_args (nargs=3, args=0x223f20, funcall=0x1005d39a0 <funcall_nil>) at eval.c:2548 global_vals = 4306704434 sym = 4315414370 val = 25780814454 ret = 4306704434 gcpro1 = { next = 0x223e00, var = 0x100a14810 <Srun_hook_with_args>, nvars = 2244096 } gcpro2 = { next = 0x100a14810 <Srun_hook_with_args>, var = 0x10000000a, nvars = 25779696640 } gcpro3 = { next = 0x60096f405, var = 0x600000006, nvars = 2244048 } #39 0x00000001005d3a62 in Frun_hook_with_args (nargs=3, args=0x223f20) at eval.c:2409 No locals. #40 0x00000001005d45fc in Ffuncall (nargs=4, args=0x223f18) at eval.c:2793 fun = 4305537045 original_fun = 4307020066 funcar = 25779696640 numargs = 3 lisp_numargs = 25769803782 val = 2244320 internal_args = 0x224488 i = 25779696640 count = 22 #41 0x0000000100621614 in exec_byte_code (bytestr=4303358345, vector=25794097109, maxdepth=16, args_template=0, nargs=0, args=0x224488) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 22 op = 3 vectorp = 0x60172afd8 stack = { pc = 0x100993239 <pure+2957721> "\207", byte_string = 4303358345, byte_string_start = 0x100993232 <pure+2957714> "\302\303\300\242\301\242#\207", next = 0x224790 } top = 0x223f18 result = 25779494392 type = (unknown: 6) #42 0x00000001005d4fbd in funcall_lambda (fun=25789804613, nargs=0, arg_vector=0x224488) at eval.c:2979 val = 4300332831 syms_left = 0 next = 25789804608 lexenv = 25789804608 count = 22 i = 2245504 optional = false rest = false #43 0x00000001005d4959 in Ffuncall (nargs=1, args=0x224480) at eval.c:2861 fun = 25789804613 original_fun = 25789804613 funcar = 2245632 numargs = 0 lisp_numargs = 4300332799 val = 2245680 internal_args = 0x224480 i = 4300332799 count = 21 #44 0x00000001005d2e6c in eval_sub (form=25781351926) at eval.c:2155 vals = 0x224480 argnum = 1 sa_count = 21 sa_must_free = false numargs = 4 args_left = 4306704434 i = 2245760 maxargs = 8390701 argvals = {989, 537, 25788796832, 4, 2245904, 4300904745, 48, 989} fun = 4305537285 val = 2246112 original_fun = 4306780306 original_args = 25781351958 funcar = 4300326409 gcpro1 = { next = 0x5, var = 0x0, nvars = 2245984 } gcpro2 = { next = 0x224530, var = 0x10051c087 <XSTRING+38>, nvars = 4303358401 } gcpro3 = { next = 0x16, var = 0x224480, nvars = 1 } count = 20 #45 0x00000001005d082f in internal_lisp_condition_case (var=4315364354, bodyform=25781351926, handlers=25781351638) at eval.c:1317 val = 4306704434 c = 0x60017d600 oldhandlerlist = 0x600084600 clausenb = 1 #46 0x0000000100622b22 in exec_byte_code (bytestr=4303357961, vector=4303357997, maxdepth=76, args_template=2048, nargs=2, args=0x224ca8) at bytecode.c:1162 handlers = 25781351638 body = 25781351926 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 10 op = 143 vectorp = 0x100800830 <pure+1308560> stack = { pc = 0x100993310 <pure+2957936> "\210\004\242\003W\203", <incomplete sequence \354>, byte_string = 4303357961, byte_string_start = 0x10099323b <pure+2957723> "\001C\306\030\307 Æ\031\032\306\033È\034\035\310\036)\311\312\313\314\315\316\006\006!\317\"\320\321%DC\216\212\001\242\204.", next = 0x224d20 } top = 0x224700 result = 988 type = CONDITION_CASE #47 0x00000001005d4fbd in funcall_lambda (fun=4303357917, nargs=2, arg_vector=0x224c98) at eval.c:2979 val = 4300332831 syms_left = 2048 next = 4303357912 lexenv = 4303357912 count = 10 i = 2247584 optional = false rest = false #48 0x00000001005d4959 in Ffuncall (nargs=3, args=0x224c90) at eval.c:2861 fun = 4303357917 original_fun = 4315363218 funcar = 2248720 numargs = 2 lisp_numargs = 989 val = 2247760 internal_args = 0x225278 i = 5956 count = 9 #49 0x0000000100621614 in exec_byte_code (bytestr=4303357545, vector=4303357581, maxdepth=48, args_template=1028, nargs=1, args=0x225280) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 2 vectorp = 0x100800690 <pure+1308144> stack = { pc = 0x100993386 <pure+2958054> "\207p\f>\204\036", byte_string = 4303357545, byte_string_start = 0x100993373 <pure+2958035> "\b\205Z", next = 0x0 } top = 0x224c90 result = 2248544 type = CONDITION_CASE #50 0x00000001005d4fbd in funcall_lambda (fun=4303357501, nargs=1, arg_vector=0x225278) at eval.c:2979 val = 4300332831 syms_left = 1028 next = 4303357496 lexenv = 4303357496 count = 9 i = 2249008 optional = false rest = false #51 0x00000001005d4959 in Ffuncall (nargs=2, args=0x225270) at eval.c:2861 fun = 4303357501 original_fun = 4315362786 funcar = 25779696640 numargs = 1 lisp_numargs = 25779696645 val = 2249184 internal_args = 0x227290 i = 25779696640 count = 8 #52 0x00000001005d0eb6 in internal_condition_case_n (bfun=0x1005d432f <Ffuncall>, nargs=2, args=0x225270, handlers=4306704482, hfun=0x10042f986 <safe_eval_handler>) at eval.c:1430 val = 4307134512 c = 0x600084600 #53 0x000000010042fb0c in safe__call (inhibit_quit=false, nargs=2, func=4315362786, ap=0x225338 "\001") at xdisp.c:2640 i = 2 count = 7 gcpro1 = { next = 0x60096f400, var = 0x60096f405, nvars = 2 } args = 0x225270 val = 4294967301 #54 0x000000010042fb69 in safe_call (nargs=2, func=4315362786) at xdisp.c:2656 retval = 4306704434 ap = 0x225330 "t\017" #55 0x000000010042fb9c in safe_call1 (fn=4315362786, arg=3956) at xdisp.c:2667 No locals. #56 0x00000001004336fa in handle_fontified_prop (it=0x2264f0) at xdisp.c:3914 fns = 4306704434 fn = 4315362786 gcpro1 = { next = 0x0, var = 0x0, nvars = 0 } gcpro2 = { next = 0x0, var = 0x0, nvars = 0 } count = 6 val = 25780813846 obuf = 0x60096f400 begv = 1 zv = 14301 old_clip_changed = true prop = 4306704434 pos = 3956 handled = HANDLED_NORMALLY #57 0x0000000100432671 in handle_stop (it=0x2264f0) at xdisp.c:3478 handled = HANDLED_NORMALLY handle_overlay_change_p = 1 p = 0x1006baba0 <it_props> #58 0x000000010044160d in next_element_from_buffer (it=0x2264f0) at xdisp.c:8293 success_p = true #59 0x000000010043d778 in get_next_display_element (it=0x2264f0) at xdisp.c:6925 success_p = 0 #60 0x000000010046d69c in display_line (it=0x2264f0) at xdisp.c:20183 x_before = 0 nglyphs = 0 ascent = 0 phys_ascent = 0 n_glyphs_before = 0 hpos_before = 0 x = 0 descent = 0 phys_descent = 0 row = 0x601498700 overlay_arrow_string = 4306704434 wrap_it = { window = 0, w = 0x0, f = 0x3ffffffffff, method = 960, stop_charpos = 2250448, prev_stop = 4299702696, base_level_stop = 2250384, end_charpos = 7696571368455, s = 0x601360d2e "\r\004", string_nchars = 9, redisplay_end_trigger_charpos = 7696571368456, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, from_disp_prop_p = false, ellipsis_p = true, avoid_cursor_p = false, dp = 0x24, dpvec = 0x6ffff670409, dpend = 0x60135a075, dpvec_char_len = 20291696, dpvec_face_id = 6, saved_face_id = 18267208, ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 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 = 11737138, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 2251536 }, { string = 4301113788, string_nchars = 19575078, end_charpos = 1992735246, stop_charpos = 4311672406, prev_stop = 4306704434, base_level_stop = 2251600, cmp_it = { stop_pos = 4300275731, id = 2251840, ch = -2146674307, rule_idx = 1, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 2251664, nchars = 18300141, nbytes = 1, from = 2253824, to = 0, width = 5308757 }, face_id = 18300141, u = { image = { object = 4311105874, slice = { x = 4294967296, y = 4311105874, width = 4306704434, height = 4313267437 }, image_id = 2251776 }, comp = { object = 4311105874 }, stretch = { object = 4311105874 } }, position = { charpos = 4300276389, bytepos = 2251824 }, current = { pos = { charpos = 4300277920, bytepos = 4306743970 }, overlay_string_index = 15, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = 11737138, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 2253824, font_height = 2251920 }, { string = 4300279095, string_nchars = 18267208, end_charpos = 2251840, stop_charpos = 2253184, prev_stop = 2252032, base_level_stop = 2252032, cmp_it = { stop_pos = 0, id = 4306705010, ch = 11776674, rule_idx = 1, lookback = 4306743970, nglyphs = 11776674, reversed_p = true, charpos = 4306743970, nchars = 11776674, nbytes = 1, from = 11776674, to = 1, width = 11776674 }, face_id = 11776674, u = { image = { object = 4303346169, slice = { x = 4306743970, y = 4306743970, width = 4306743970, height = 4306743970 }, image_id = 4306743970 }, comp = { object = 4303346169 }, stretch = { object = 4303346169 } }, position = { charpos = 4306743970, bytepos = 4306743970 }, current = { pos = { charpos = 4306743970, bytepos = 4306743970 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 2252064 }, from_overlay = 4301113788, area = 16138578, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2252560), voffset = 0, space_width = 4306704434, font_height = 2252208 }, { string = 4300281860, string_nchars = 18267208, end_charpos = 4311105874, stop_charpos = 2253184, prev_stop = 2252032, base_level_stop = 2252192, cmp_it = { stop_pos = 4313267597, id = 2253824, ch = 5308757, rule_idx = 1, lookback = 4313267597, nglyphs = 20398418, reversed_p = true, charpos = 4294967296, nchars = 20398418, nbytes = 1, from = 11737138, to = 1, width = 18300301 }, face_id = 2252304, u = { image = { object = 4300276389, slice = { x = 2252352, y = 4300277920, width = 4306743970, height = 4294967311 }, image_id = 2253184 }, comp = { object = 4300276389 }, stretch = { object = 4300276389 } }, position = { charpos = 0, bytepos = 2252560 }, current = { pos = { charpos = 0, bytepos = 4306704434 }, overlay_string_index = 81604378624, string_pos = { charpos = 4306704434, bytepos = 2253824 }, dpvec_index = 2252448 }, from_overlay = 4300279095, area = 18267208, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 2252368), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2252400), voffset = 0, space_width = 4300332639, font_height = 25779696640 }}, sp = 6, selective = 4306705010, what = 11776674, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = true, starts_in_middle_of_char_p = false, face_before_selective_p = true, constrain_row_ascent_descent_p = true, line_wrap = TRUNCATE, base_face_id = 9892864, c = 6, len = 2252448, cmp_it = { stop_pos = 4300332863, id = 25779696645, ch = 6, rule_idx = 1, lookback = 25771008769, nglyphs = 9892864, reversed_p = 6, charpos = 2252496, nchars = 5358217, nbytes = 1, from = 9892869, to = 6, width = 6 }, char_to_display = 9690616, glyphless_method = 6, image_id = 0, slice = { x = 2252560, y = 4301510499, width = 25779696640, height = 25779494392 }, space_width = 25779696645, voffset = 6, tab_width = 0, font_height = 72057594040180544, object = 25779696645, position = { charpos = 2253456, bytepos = 4299397368 }, truncation_pixel_width = -8712, continuation_pixel_width = 147, first_visible_x = 6, last_visible_x = 6, last_visible_y = 6, extra_line_spacing = 2252656, max_extra_line_spacing = 0, override_ascent = 5365343, override_descent = 1, override_boff = 9892864, glyph_row = 0x600000006, area = 9892869, nglyphs = 6, pixel_width = 9892864, ascent = 6, descent = 2252704, max_ascent = 0, max_descent = 9892864, phys_ascent = 6, phys_descent = 2252704, max_phys_ascent = 0, max_phys_descent = 5365567, current_x = 1, continuation_lines_width = 9892869, eol_pos = { charpos = 6, bytepos = 2252832 }, current_y = 9892864, first_vpos = 6, vpos = 2252752, hpos = 0, left_user_fringe_bitmap = 49801, right_user_fringe_bitmap = 81, left_user_fringe_face_id = 1, right_user_fringe_face_id = 455685, bidi_p = true, bidi_it = { bytepos = 4294967302, charpos = 25779494392, ch = 0, nchars = 2252816, ch_len = 4301510499, type = 9892864, type_after_w1 = NEUTRAL_B, orig_type = 9690616, resolved_level = 6, invalid_levels = 9892869, invalid_rl_levels = 6, prev = { bytepos = 4294967302, charpos = 72057594040180800, type = 9892869, type_after_w1 = NEUTRAL_B, orig_type = 11463878 }, last_strong = { bytepos = 4306704434, charpos = 2252880, type = 6146096, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_neutral = { bytepos = 4307081938, charpos = 2252912, type = 9892869, type_after_w1 = NEUTRAL_B, orig_type = 2252944 }, prev_for_neutral = { bytepos = 4300332639, charpos = 4307048080, type = LRI, type_after_w1 = STRONG_L, orig_type = 2252992 }, next_for_ws = { bytepos = 4301536396, charpos = 4306704434, type = 12080784, type_after_w1 = STRONG_L, orig_type = 2252992 }, next_en_pos = 4300332895, next_en_type = 12080789, ignore_bn_limit = 4294967309, sor = (R2L | unknown: 20453876), scan_dir = 6, disp_pos = 4307081938, disp_prop = 2253040, stack_idx = 0, level_stack = {{ level = 5365631, override = L2R }, { level = 11737138, override = L2R }, { level = 14, override = L2R }, { level = 20453878, override = (R2L | unknown: 4) }, { level = 2253088, override = NEUTRAL_DIR }, { level = 2253104, override = NEUTRAL_DIR }, { level = 5361375, override = L2R }, { level = 11737138, override = L2R }, { level = 4, override = NEUTRAL_DIR }, { level = 2253152, override = NEUTRAL_DIR }, { level = 6603606, override = L2R }, { level = 11737138, override = L2R }, { level = 12080784, override = L2R }, { level = 2253152, override = NEUTRAL_DIR }, { level = 5361546, override = L2R }, { level = 12080789, override = L2R }, { level = 45, override = NEUTRAL_DIR }, { level = 9690616, override = (R2L | unknown: 4) }, { level = 2004, override = NEUTRAL_DIR }, { level = 2253296, override = NEUTRAL_DIR }, { level = 6613914, override = L2R }, { level = 11737138, override = L2R }, { level = 45, override = NEUTRAL_DIR }, { level = 2253256, override = NEUTRAL_DIR }, { level = 2253248, override = NEUTRAL_DIR }, { level = 2253240, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 2253360, override = NEUTRAL_DIR }, { level = 6544722, override = L2R }, { level = 1, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 11251142, override = (R2L | unknown: 4) }, { level = 1, override = NEUTRAL_DIR }, { level = 2253312, override = NEUTRAL_DIR }, { level = 9892869, override = (R2L | unknown: 4) }, { level = 2253424, override = NEUTRAL_DIR }, { level = -10026889, override = (L2R | R2L | unknown: 1788) }, { level = 12114642, override = L2R }, { level = 11737138, override = (unknown: 500) }, { level = 2253392, override = NEUTRAL_DIR }, { level = 6569100, override = L2R }, { level = 11737138, override = L2R }, { level = 11251126, override = (R2L | unknown: 4) }, { level = 2253488, override = NEUTRAL_DIR }, { level = 19065616, override = (R2L | unknown: 4) }, { level = 2253408, override = NEUTRAL_DIR }, { level = 6558143, override = L2R }, { level = 11737138, override = L2R }, { level = 11737714, override = (R2L | unknown: 8) }, { level = 19065345, override = (R2L | unknown: 4) }, { level = 19065616, override = (R2L | unknown: 4) }, { level = 2253600, override = NEUTRAL_DIR }, { level = 4402126, override = L2R }, { level = 11737138, override = L2R }, { level = 81, override = NEUTRAL_DIR }, { level = 81, override = NEUTRAL_DIR }, { level = 501, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 4433208, override = L2R }, { level = 11737186, override = L2R }, { level = 20398418, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }}, string = { lstring = -1, s = 0x226300 "\001", schars = 4, bufpos = 4311105874, from_disp_str = true, unibyte = false }, w = 0x37dd, paragraph_dir = (unknown: 7056312), separator_limit = 1, prev_was_pdf = true, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 404) } wrap_data = 0x0 may_wrap = 0 wrap_x = 21590016 wrap_row_used = -1 wrap_row_ascent = 5681724 wrap_row_height = 0 wrap_row_phys_ascent = 2253984 wrap_row_phys_height = 6 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 25791393792 wrap_row_min_bpos = 1 wrap_row_max_pos = 1 wrap_row_max_bpos = 25790095472 cvpos = -1 min_pos = 14302 max_pos = 0 min_bpos = 988 max_bpos = 988 pending_handle_line_prefix = false #61 0x00000001004607b5 in try_window (window=25790095477, pos=..., flags=1) at xdisp.c:16972 w = 0x60135a070 it = { window = 25790095477, w = 0x60135a070, f = 0x10116bc48 <bss_sbrk_buffer+6888008>, method = GET_FROM_BUFFER, stop_charpos = 989, prev_stop = 989, base_level_stop = 989, end_charpos = 14301, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, 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 = 989, bytepos = 989 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 989, bytepos = 989 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 951, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 1, cmp_it = { stop_pos = 989, 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 = 10, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25779696645, position = { charpos = 988, bytepos = 988 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601498700, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 0, max_descent = 0, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 368, first_vpos = 0, vpos = 23, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 989, charpos = 989, ch = 9, nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = NEUTRAL_S, orig_type = NEUTRAL_S, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 988, charpos = 988, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 981, charpos = 981, 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 = 988, charpos = 988, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, next_for_ws = { bytepos = 986, charpos = 986, 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 = 1004, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x60135a070, paragraph_dir = L2R, separator_limit = 988, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } last_text_row = 0x601498600 f = 0x10116bc48 <bss_sbrk_buffer+6888008> frame_line_height = 16 #62 0x000000010045d123 in redisplay_window (window=25790095477, just_this_one_p=false) at xdisp.c:16451 d2 = 1 d6 = 1 d1 = 5368853 d5 = 10976320 rtop = 5966153 rbot = 0 w = 0x60135a070 f = 0x10116bc48 <bss_sbrk_buffer+6888008> buffer = 0x60096f400 old = 0x60096f400 lpoint = { charpos = 1534, bytepos = 1534 } opoint = { charpos = 1534, bytepos = 1534 } startp = { charpos = 1, bytepos = 1 } update_mode_line = 1 tem = 0 it = { window = 2260976, w = 0xb, f = 0x228000, method = 5972951, stop_charpos = 4305943616, prev_stop = 4300332502, base_level_stop = 4305943616, end_charpos = 1, s = 0x100b4c000 <bss_sbrk_buffer+466432> "E \003\006", string_nchars = 4307139330, redisplay_end_trigger_charpos = 2261088, multibyte_p = false, header_line_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, from_disp_prop_p = true, ellipsis_p = true, avoid_cursor_p = true, dp = 0x100a77c40 <b_fwd>, dpvec = 0x1007a8b65 <pure+948933>, dpend = 0x2280e0, dpvec_char_len = 11845632, dpvec_face_id = 1, saved_face_id = 2261104, ctl_chars = {4305943616, 4306812933, 4307139328, 2261152, 4300945256, 4307139330, 4300332502, 4305943616, 4300332639, 25780893960, 4306704482, 2261296, 4300550404, 4307139330, 25780893960, 2261232}, start = { pos = { charpos = 4300332991, bytepos = 4305943616 }, overlay_string_index = 4300332639, string_pos = { charpos = 25780893960, bytepos = 4307139328 }, dpvec_index = 2261296 }, current = { pos = { charpos = 5, bytepos = 2261296 }, overlay_string_index = 4300549790, string_pos = { charpos = 2261312, bytepos = 4300332735 }, dpvec_index = 11737138 }, n_overlay_strings = 8177617731588, overlay_strings_charpos = 5, overlay_strings = {6, 2261456, 4299491422, 4306704434, 1, 4302146169, 25781353766, 4306704434, 4300647823, 2261424, 4300331331, 25794127611, 4300331434, 1534, 25779696640, 4305505543}, string_overlays = {4302146169, 4305505541, 2263120, 2261520, 4300332639, 2261520, 2261296, 25794127611, 4306704434, 25788840493, 25790095472, 2261568, 4300907395, 25794127611, 4294967300, 25788840493}, string = 48, from_overlay = 2261744, stack = {{ string = 4300990859, string_nchars = 24323835, end_charpos = 4294967298, stop_charpos = 25779696645, prev_stop = 4306704434, base_level_stop = 2261760, cmp_it = { stop_pos = 4301118753, id = 2261680, ch = 11737138, rule_idx = 1, lookback = 4305540357, nglyphs = 10, reversed_p = true, charpos = 2261728, nchars = 11737138, nbytes = 1, from = 2261728, to = 0, width = 11557750 }, face_id = 11511366, u = { image = { object = 4306704434, slice = { x = 25790095477, y = 4306704434, width = 4556, height = 4556 }, image_id = 2261888 }, comp = { object = 4306704434 }, stretch = { object = 4306704434 } }, position = { charpos = 4301086116, bytepos = 25794127611 }, current = { pos = { charpos = 4300907619, bytepos = 4306704434 }, overlay_string_index = 4300984462, string_pos = { charpos = 25779696640, bytepos = 1534 }, dpvec_index = 24323832 }, from_overlay = 25794127611, area = 11816850, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (R2L | unknown: 11550116), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 1, font_height = 25781361526 }, { string = 25781354022, string_nchars = 11550038, end_charpos = 4306704434, stop_charpos = 25788840493, prev_stop = 4306704434, base_level_stop = 2262176, cmp_it = { stop_pos = 4301399137, id = 13, ch = 11737138, rule_idx = 1, lookback = 4306704434, nglyphs = 5357703, reversed_p = true, charpos = 25788861953, nchars = 12432322, nbytes = 6, from = 11737138, to = 1, width = 11557750 }, face_id = 11737138, u = { image = { object = 25781361494, slice = { x = 25789871445, y = 25781355894, width = 25788862113, height = 25788557869 }, image_id = 12 }, comp = { object = 25781361494 }, stretch = { object = 25781361494 } }, position = { charpos = 4306704434, bytepos = 4306704434 }, current = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = 4301078638, string_pos = { charpos = 2, bytepos = 2262112 }, dpvec_index = 2272050 }, from_overlay = 0, area = 2970449, method = NUM_IT_METHODS, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 6, space_width = 128, font_height = 4302146208 }, { string = 10, string_nchars = 11737138, end_charpos = 2261968, stop_charpos = 2262224, prev_stop = 54, base_level_stop = 2262256, cmp_it = { stop_pos = 4300332639, id = 4302149616, ch = 12, rule_idx = 1, lookback = 2, nglyphs = 0, reversed_p = false, charpos = 1, nchars = 7182320, nbytes = 1, from = 2261352, to = 0, width = 5360969 }, face_id = 7182325, u = { image = { object = 2263056, slice = { x = 4302146205, y = 8, width = 2262448, height = 4301082557 }, image_id = 4302146169 }, comp = { object = 2263056 }, stretch = { object = 2263056 } }, position = { charpos = 4302146205, bytepos = 8 }, current = { pos = { charpos = 512, bytepos = 1 }, overlay_string_index = 2263056, string_pos = { charpos = 4302149616, bytepos = 10 }, dpvec_index = 11463302 }, from_overlay = 25781267094, area = 2262464, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7182320), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 512), voffset = 0, space_width = 4300332831, font_height = 4302149621 }, { string = 0, string_nchars = 11550326, end_charpos = 16, stop_charpos = 2262608, prev_stop = 4301081295, base_level_stop = 4315730240, cmp_it = { stop_pos = 1, id = 1, ch = 55, rule_idx = 0, lookback = 2262560, nglyphs = 5365535, reversed_p = true, charpos = 25781354102, nchars = 12, nbytes = 0, from = 2262608, to = 0, width = 5365343 }, face_id = 12170770, u = { image = { object = 9, slice = { x = 1, y = 4306704434, width = 4306704434, height = 4302149621 }, image_id = 2262656 }, comp = { object = 9 }, stretch = { object = 9 } }, position = { charpos = 0, bytepos = 25781354102 }, current = { pos = { charpos = 16, bytepos = 2262784 }, overlay_string_index = 4301075765, string_pos = { charpos = 2, bytepos = 2263048 }, dpvec_index = 2262720 }, from_overlay = 4300331304, area = 2262752, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 10569648), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 2262752), voffset = 0, space_width = 4300332799, font_height = 4305536949 }, { string = 4294967306, string_nchars = 2262800, end_charpos = 1, stop_charpos = 9, prev_stop = 4300325429, base_level_stop = 4307138066, cmp_it = { stop_pos = 4294967306, id = 2264488, ch = 16185765, rule_idx = 1, lookback = 2262944, nglyphs = 6113999, reversed_p = true, charpos = 4315730208, nchars = 2263048, nbytes = 0, from = 2, to = 0, width = 5932875 }, face_id = 11550326, u = { image = { object = 4306704434, slice = { x = 2262912, y = 4300907395, width = 2262944, height = 4300332639 }, image_id = 4307020018 }, comp = { object = 4306704434 }, stretch = { object = 4306704434 } }, position = { charpos = 8, bytepos = 2 }, current = { pos = { charpos = 4300901325, bytepos = 4306704434 }, overlay_string_index = 4305536949, string_pos = { charpos = 2262992, bytepos = 2264488 }, dpvec_index = 16185765 }, from_overlay = 16, area = 2263184, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | unknown: 6431840), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | WINDOW_WRAP), voffset = 0, space_width = 2263040, font_height = 4311345537 }}, sp = 19036717, selective = 48, what = 11550326, face_id = 6, selective_display_ellipsis_p = false, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = true, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 12170770, c = 1, len = 11737138, cmp_it = { stop_pos = 13, id = 2263136, ch = 5365343, rule_idx = 1, lookback = 2263152, nglyphs = 5365343, reversed_p = true, charpos = 25779696640, nchars = 6, nbytes = 1, from = 2263184, to = 0, width = 9892864 }, char_to_display = 2263200, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 25779696640, slice = { x = 2263200, y = 4300332863, width = 25779696645, height = 25769803782 }, space_width = 2263232, voffset = -3072, tab_width = 150, font_height = 2263248, object = 4300325513, position = { charpos = 25779696645, bytepos = 6 }, truncation_pixel_width = -8712, continuation_pixel_width = 147, first_visible_x = 6, last_visible_x = 1532, last_visible_y = 0, extra_line_spacing = 2263312, max_extra_line_spacing = 0, override_ascent = 6543203, override_descent = 1, override_boff = 9892864, glyph_row = 0x60093ddf8, area = 9892869, nglyphs = 6, pixel_width = 6, ascent = 6, descent = 2263360, max_ascent = 16777216, max_descent = 9892869, phys_ascent = 6, phys_descent = 2263456, max_phys_ascent = 0, max_phys_descent = 6544722, current_x = 1, continuation_lines_width = 9690616, eol_pos = { charpos = 4294967302, bytepos = 25779696645 }, current_y = 9892864, first_vpos = 6, vpos = 2263408, hpos = 0, left_user_fringe_bitmap = 62469, right_user_fringe_bitmap = 150, left_user_fringe_face_id = 6, right_user_fringe_face_id = 455685, bidi_p = true, bidi_it = { bytepos = 25779696640, charpos = 2263440, ch = 6146096, nchars = 4306704434, ch_len = 4301536396, type = 9892864, type_after_w1 = NEUTRAL_B, orig_type = 6543203, resolved_level = 1, invalid_levels = 2263584, invalid_rl_levels = 0, prev = { bytepos = 4301525916, charpos = 4307082242, type = 11737138, type_after_w1 = STRONG_L, orig_type = 1533 }, last_strong = { bytepos = 25779494392, charpos = 4306704434, type = 11737138, type_after_w1 = STRONG_L, orig_type = 2263648 }, next_for_neutral = { bytepos = 4307082242, charpos = 2263568, type = 6558143, type_after_w1 = STRONG_L, orig_type = 11016422 }, prev_for_neutral = { bytepos = 4307082242, charpos = 2263553, type = 12114946, type_after_w1 = STRONG_L, orig_type = 2263616 }, next_for_ws = { bytepos = 4301543787, charpos = 25780820198, type = 9892869, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, next_en_pos = 4307082242, next_en_type = 2264080, ignore_bn_limit = 4301544963, sor = (unknown: 6132), scan_dir = 0, disp_pos = 4307082242, disp_prop = 9892869, stack_idx = 6, level_stack = {{ level = 2264032, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = L2R }, { level = 14, override = L2R }, { level = 11016358, override = (R2L | unknown: 4) }, { level = 2263760, override = NEUTRAL_DIR }, { level = 2263776, override = NEUTRAL_DIR }, { level = 5361375, override = L2R }, { level = 11737138, override = L2R }, { level = 5, override = NEUTRAL_DIR }, { level = 2263824, override = NEUTRAL_DIR }, { level = 6603606, override = L2R }, { level = 11737138, override = L2R }, { level = 12080784, override = L2R }, { level = 2263824, override = NEUTRAL_DIR }, { level = 5361546, override = L2R }, { level = 2263856, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 9892864, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 2263968, override = NEUTRAL_DIR }, { level = 6614821, override = L2R }, { level = 2263904, override = NEUTRAL_DIR }, { level = 9892864, override = (R2L | unknown: 4) }, { level = 2263904, override = NEUTRAL_DIR }, { level = 5365567, override = L2R }, { level = 9892869, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 2263936, override = NEUTRAL_DIR }, { level = 9892864, override = (R2L | unknown: 4) }, { level = 2263952, override = NEUTRAL_DIR }, { level = 5358217, override = L2R }, { level = 9892869, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 9892864, override = (R2L | unknown: 4) }, { level = 6577259, override = L2R }, { level = 9892864, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 12080789, override = L2R }, { level = 24770616, override = (R2L | unknown: 4) }, { level = 40, override = NEUTRAL_DIR }, { level = 2263680, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 2263696, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 9892864, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 7, override = NEUTRAL_DIR }, { level = 7, override = NEUTRAL_DIR }, { level = 2264240, override = NEUTRAL_DIR }, { level = 5784467, override = L2R }, { level = 6132, override = NEUTRAL_DIR }, { level = 1534, override = NEUTRAL_DIR }, { level = 9892869, override = (R2L | unknown: 4) }, { level = 2264176, override = NEUTRAL_DIR }, { level = 6104, override = NEUTRAL_DIR }, { level = 10987622, override = (R2L | unknown: 4) }, { level = 9892869, override = (R2L | unknown: 4) }}, string = { lstring = 6136, s = 0x100b31832 <bss_sbrk_buffer+357938> "", schars = 4306704434, bufpos = 1534, from_disp_str = false, unibyte = false }, w = 0xdf74, paragraph_dir = (L2R | unknown: 9892868), separator_limit = 0, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 2264384) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 0 centering_position = -1 last_line_misfit = 0 beg_unchanged = 987 end_unchanged = 12703 frame_line_height = 16 #63 0x0000000100454697 in redisplay_window_0 (window=25790095477) at xdisp.c:14348 No locals. #64 0x00000001005d0b65 in internal_condition_case_1 (bfun=0x100454658 <redisplay_window_0>, arg=25790095477, handlers=4306686438, hfun=0x100454624 <redisplay_window_error>) at eval.c:1372 val = 4294967302 c = 0x600084e00 #65 0x00000001004545fe in redisplay_windows (window=25790095477) at xdisp.c:14328 w = 0x60135a070 #66 0x00000001004545b0 in redisplay_windows (window=25789601189) at xdisp.c:14322 w = 0x6012e15a0 #67 0x0000000100453286 in redisplay_internal () at xdisp.c:13927 gcscrollbars = false f = 0x10116bc48 <bss_sbrk_buffer+6888008> w = 0x60135a070 sw = 0x60135a070 fr = 0x10116bc48 <bss_sbrk_buffer+6888008> pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 1526, bytepos = 1526 } tlendpos = { charpos = 12703, bytepos = 12703 } number_of_visible_frames = 2 count = 2 sf = 0x10116bc48 <bss_sbrk_buffer+6888008> polling_stopped_here = 1 tail = 4314568790 frame = 4313234509 consider_all_windows_p = true update_miniwindow_p = false #68 0x0000000100450b2d in redisplay () at xdisp.c:13207 No locals. #69 0x0000000100529c66 in read_char (commandflag=1, map=25781361142, prev_event=4306704434, used_mouse_menu=0x22a3af, end_time=0x0) at keyboard.c:2570 echo_current = true c = 4306704434 jmpcount = 4313234504 local_getcjmp = {25779696645, 4294967302, 2269232, 4300942121, 25779696645, 4300986006, 25779696640, 4306704434, 4306704434, 4306704434, -4294967256, 2271968, 2269232, 4300942865, 4311836928, 4311836928, 4306704434, 4314688966, 4311836928, 4311861728, 2269392, 4300498536, 4311861730, 4306704482, 2269312, 4300326409, 25781361158, 25781361158, 6, 6, 2269456, 4300900171} save_jump = {4306704434, 4300325429, 2269152, 4302967277, 25772780725, 25789013601, 25772780712, 0, 4315730080, 4306704434, 4306753149, 2270520, 2268976, 4300332639, 2268992, 4300332639, 25779696640, 4294967302, 25779696640, 25769803782, 2269024, 25779696640, 2269040, 4300332863, 25779696645, 4294967302, 25779696645, 4294967302, 2269088, 4300325513, 25779696645, 4300325513} tem = 2269632 save = 4300900171 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x22a040, var = 0x1005bda12 <Fget_pos_property+1296>, nvars = 6132 } gcpro2 = { next = 0x600a818e6, var = 0x60096f405, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #70 0x000000010053a21f in read_key_sequence (keybuf=0x22a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x10116bc48 <bss_sbrk_buffer+6888008> key = 25779696640 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307017730 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25781361142 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310989094, map = 4310989094, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310989110, map = 4310989110, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25779696645 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x60096f400 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x100ad2ab0 <o_fwd>, var = 0x60096f400, nvars = 2270192 } #71 0x0000000100526674 in command_loop_1 () at keyboard.c:1452 cmd = 25777768882 keybuf = {268435708, 76, 28, 4315730016, 2270832, 4300944631, 4306316112, 6443728783, 4306733056, 4307018688, 2270880, 4301086461, 4307018690, 4306704434, 2270816, 4300332502, 4306316112, 4307018688, 2271968, 3, 4310426418, 4301085367, 4307018690, 4306704434, 4306704434, 4305560833, 4307018688, 4306704434, 2271968, 2271968} i = 1 prev_modiff = 2287 prev_buffer = 0x60096f400 already_adjusted = false #72 0x00000001005d09c0 in internal_condition_case (bfun=0x10052615f <command_loop_1>, handlers=4306770594, hfun=0x1005256ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #73 0x0000000100525d2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 2271968 #74 0x00000001005cfd11 in internal_catch (tag=4306762690, func=0x100525cfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #75 0x0000000100525cbc in command_loop () at keyboard.c:1156 No locals. #76 0x000000010052514b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 2271552 #77 0x000000010052537d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #78 0x0000000100523045 in main (argc=1, argv=0x22aae0) at emacs.c:1646 dummy = 2283200 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 2096978, rlim_max = 2097152 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\"\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\"\000\000\000\000\000\200\361\343\371\003\000\000\000\060M\027\200\001\000\000\000\060\252\"\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\"\000\000\000\000\000P\252\"\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 Lisp Backtrace: "scan-lists" (0x220be8) "forward-list" (0x221130) "byte-code" (0x221560) 0x812f98 PVEC_COMPILED "c-find-decl-spots" (0x222270) "c-font-lock-declarations" (0x222800) "font-lock-fontify-keywords-region" (0x222d70) "font-lock-default-fontify-region" Program received signal SIGSEGV, Segmentation fault. 0x0000000180113625 in sigdelayed () from /usr/bin/cygwin1.dll The program being debugged was signaled while in a function called from GDB. GDB remains in the frame where the signal was received. To change this behavior use "set unwindonsignal on". Evaluation of the expression containing the function (backtrace_args) will be abandoned. When the function is done executing, GDB will silently stop. [-- Attachment #4: SIGSEGV-w32xfns_c-af4c73d-patched --] [-- Type: text/plain, Size: 51683 bytes --] #0 0x0000000100680609 in deselect_palette (f=0x0, hdc=0x0) at w32xfns.c:123 No locals. #1 0x00000001006806d8 in release_frame_dc (f=0x0, hdc=0x0) at w32xfns.c:154 ret = 0 #2 0x0000000100683d36 in uniscribe_encode_char (font=0x600764000, c=32) at w32uniscribe.c:585 context = 0x0 f = 0x0 old_font = 0x0 code = 3 ch = L" u" len = 1 items = 0x826170 nitems = 1 uniscribe_font = 0x600764000 #3 0x000000010047bed7 in get_char_glyph_code (c=32, font=0x600764000, char2b=0x8262b6 L"") at xdisp.c:24046 code = 1 #4 0x000000010048560f in x_produce_glyphs (it=0x826520) at xdisp.c:26172 stretched_p = 0 char2b = 0 L'\000' face = 0x601c83600 font = 0x600764000 pcm = 0x0 boff = 0 extra_line_spacing = 0 #5 0x00000001004796db in display_string (string=0x100a21600 <DEFAULT_REHASH_SIZE+11592> " ", lisp_string=4306704434, face_string=4306704434, face_string_pos=0, start=0, it=0x826520, field_width=10000, precision=-1, max_x=1920, multibyte=0) at xdisp.c:23397 x_before = 1317 i = 1 nglyphs = 1 x = 1317 n_glyphs_before = 188 hpos_at_start = 96 saved_face_id = 1 row = 0x601b81200 it_charpos = 92 #6 0x0000000100474d59 in display_mode_line (w=0x601a23d08, face_id=MODE_LINE_FACE_ID, format=4310513558) at xdisp.c:21797 it = { window = 25797213453, w = 0x601a23d08, f = 0x601a23af0, method = GET_FROM_C_STRING, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 10000, s = 0x100a21600 <DEFAULT_REHASH_SIZE+11592> " ", string_nchars = 1, redisplay_end_trigger_charpos = 0, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101081c48 <bss_sbrk_buffer+5929544>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 1, 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 = 92, bytepos = 92 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 1, c = 32, len = 1, cmp_it = { stop_pos = 0, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 4306704434, position = { charpos = -1, bytepos = -1 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 1920, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x601b81200, area = TEXT_AREA, nglyphs = 1, pixel_width = 7, ascent = 12, descent = 3, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 3, max_phys_ascent = 12, max_phys_descent = 4, current_x = 1317, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 188, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 1, charpos = 1, ch = -1, nchars = 1, ch_len = 1, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 6, charpos = 6, 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 = 1, charpos = 1, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 1, charpos = 1, 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 = 1, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x100a21600 <DEFAULT_REHASH_SIZE+11592> " ", schars = 1, bufpos = 0, from_disp_str = false, unibyte = true }, w = 0x601a23d08, paragraph_dir = L2R, separator_limit = 1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } face = 0x5 count = 6 #7 0x00000001004747e4 in display_mode_lines (w=0x601a23d08) at xdisp.c:21734 sel_w = 0x601a23d08 old_selected_window = 25797213453 old_selected_frame = 25797212917 new_frame = 25797212917 old_frame_selected_window = 25797213453 n = 0 #8 0x000000010045f46c in redisplay_window (window=25797213453, just_this_one_p=true) at xdisp.c:16804 w = 0x601a23d08 f = 0x601a23af0 buffer = 0x601a7f400 old = 0x601a7f400 lpoint = { charpos = 15878, bytepos = 15899 } opoint = { charpos = 15878, bytepos = 15899 } startp = { charpos = 12652, bytepos = 12673 } update_mode_line = 1 tem = 0 it = { window = 25798159126, w = 0x20, f = 0x100f73952 <bss_sbrk_buffer+4822866>, method = 6095892, stop_charpos = 25798158998, prev_stop = 6, base_level_stop = 8552608, end_charpos = 4300326409, s = 0x601b0aa56 "", string_nchars = 25798158934, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x828130, dpvec = 0x1005a874b <Fcons+277>, dpend = 0x601b0aa56, dpvec_char_len = 11737138, dpvec_face_id = 1, saved_face_id = 7233342, ctl_chars = {4294967297, 8552704, 4300328347, 4302146205, 4306704434, 8552832, 4300901325, 4306704434, 4306704434, 4302146169, 4306704434, 8552864, 8554512, 8552944, 4301399137, 0}, start = { pos = { charpos = 8554512, bytepos = 25798159078 }, overlay_string_index = 48, string_pos = { charpos = 4302146169, bytepos = 25798158934 }, dpvec_index = 11737138 }, current = { pos = { charpos = 4294967302, bytepos = 8552880 }, overlay_string_index = 4300331331, string_pos = { charpos = 25797965323, bytepos = 4300331434 }, dpvec_index = 15899 }, n_overlay_strings = 15878, overlay_strings_charpos = 4305505543, overlay_strings = {4302146169, 4305505541, 8554576, 8552976, 4300332639, 8552976, 8552752, 25797965323, 25789058181, 8553104, 25797213448, 8553024, 4300907395, 25797965323, 4294967300, 25789058181}, string_overlays = {48, 8553200, 4300990859, 25797965323, 4294967298, 4306704434, 4306704434, 8553216, 4301118753, 8553136, 4306704434, 4305540357, 4294967306, 8553184, 4306704434, 8553184}, string = 25795941110, from_overlay = 25795937590, stack = {{ string = 4306704434, string_nchars = 27409677, end_charpos = 4306704434, stop_charpos = 4306704434, prev_stop = 4306704434, base_level_stop = 8553344, cmp_it = { stop_pos = 4301086116, id = 25797965323, ch = 5940323, rule_idx = 1, lookback = 4306704434, nglyphs = 6017166, reversed_p = true, charpos = 25797587968, nchars = 15878, nbytes = 0, from = 28161544, to = 6, width = 28161547 }, face_id = 11816850, u = { image = { object = 25798159078, slice = { x = 2, y = 1, width = 25795941110, height = 25798159126 }, image_id = 25798158982 }, comp = { object = 25798159078 }, stretch = { object = 25798159078 } }, position = { charpos = 4306704434, bytepos = 25789058181 }, current = { pos = { charpos = 4306704434, bytepos = 8553632 }, overlay_string_index = 4301399137, string_pos = { charpos = 13, bytepos = 4306704434 }, dpvec_index = 11737138 }, from_overlay = 4300324999, area = 6875169, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 18134400), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 25795941110, font_height = 4306704434 }, { string = 25795940854, string_nchars = 24369693, end_charpos = 25795938006, stop_charpos = 25776674945, prev_stop = 25793875325, base_level_stop = 12, cmp_it = { stop_pos = 4306704434, id = 4306704434, ch = 12, rule_idx = 0, lookback = 1, nglyphs = 25454597, reversed_p = 6, charpos = 4306704434, nchars = 23426453, nbytes = 6, from = 8553600, to = 0, width = 64 }, face_id = 15781089, u = { image = { object = 0, slice = { x = 72057619807731712, y = 128, width = 4302146208, height = 10 }, image_id = 25798705910 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 8553424, bytepos = 25793230229 }, current = { pos = { charpos = 25795258373, bytepos = 8553712 }, overlay_string_index = 4300332639, string_pos = { charpos = 4302149616, bytepos = 4294967308 }, dpvec_index = 8553872 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7182320), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8552808), voffset = 0, space_width = 579825945929, font_height = 4302149621 }, { string = 8554512, string_nchars = 7178909, end_charpos = 8, stop_charpos = 8553904, prev_stop = 4301082557, base_level_stop = 4302146169, cmp_it = { stop_pos = 4302146205, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 8554512, reversed_p = false, charpos = 4302149616, nchars = 10, nbytes = 0, from = 11737138, to = 1, width = 28770246 }, face_id = 8553920, u = { image = { object = 4302149616, slice = { x = 512, y = 4300332831, width = 4302149621, height = 0 }, image_id = 25798159174 }, comp = { object = 4302149616 }, stretch = { object = 4302149616 } }, position = { charpos = 16, bytepos = 8554064 }, current = { pos = { charpos = 4301081295, bytepos = 4315730240 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 4306704434 }, dpvec_index = 8554016 }, from_overlay = 4300332831, area = 28355398, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 4306704434, font_height = 4307138066 }, { string = 9, string_nchars = 1, end_charpos = 4306704434, stop_charpos = 4306704434, prev_stop = 4302149621, base_level_stop = 4306704434, cmp_it = { stop_pos = 0, id = 25798159174, ch = 16, rule_idx = 0, lookback = 8554240, nglyphs = 6108469, reversed_p = true, charpos = 2, nchars = 8554504, nbytes = 0, from = 8554176, to = 0, width = 5364008 }, face_id = 8554208, u = { image = { object = 4305536944, slice = { x = 8554208, y = 4300332799, width = 4305536949, height = 4294967306 }, image_id = 8554256 }, comp = { object = 4305536944 }, stretch = { object = 4305536944 } }, position = { charpos = 1, bytepos = 9 }, current = { pos = { charpos = 4300325429, bytepos = 4307138066 }, overlay_string_index = 4294967306, string_pos = { charpos = 8555944, bytepos = 4311153061 }, dpvec_index = 8554400 }, from_overlay = 4301081295, area = 20762912, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = (unknown: 8554504), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300900171, font_height = 25798159174 }, { string = 4306704434, string_nchars = 8554368, end_charpos = 4300907395, stop_charpos = 8554400, prev_stop = 4300332639, base_level_stop = 4307020018, cmp_it = { stop_pos = 8, id = 2, ch = 5934029, rule_idx = 1, lookback = 4306704434, nglyphs = 10569653, reversed_p = true, charpos = 8554448, nchars = 8555944, nbytes = 0, from = 16185765, to = 1, width = 16 }, face_id = 8554640, u = { image = { object = 4301399137, slice = { x = 3, y = 8554496, width = 4311345537, height = 25789058181 }, image_id = 48 }, comp = { object = 4301399137 }, stretch = { object = 4301399137 } }, position = { charpos = 25798159174, bytepos = 4306704434 }, current = { pos = { charpos = 4307138066, bytepos = 4306704434 }, overlay_string_index = 13, string_pos = { charpos = 8554592, bytepos = 4300332639 }, dpvec_index = 8554608 }, from_overlay = 4300332639, area = 27784192, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 4), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8554640), voffset = 0, space_width = 25797587968, font_height = 8554656 }}, sp = 27784192, selective = 8554656, what = 5365567, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_wrap = (WINDOW_WRAP | unknown: 4), base_face_id = 6, c = 6, len = 8554688, cmp_it = { stop_pos = 25797587968, id = 8554704, ch = 5358217, rule_idx = 1, lookback = 25797587973, nglyphs = 6, reversed_p = true, charpos = 25798438560, nchars = 15876, nbytes = 0, from = 8554768, to = 0, width = 6543203 }, char_to_display = 27784192, glyphless_method = 6, image_id = 25798438560, slice = { x = 25797587973, y = 4294967302, width = 72057594046482752, height = 25797587973 }, space_width = 8554912, voffset = -8878, tab_width = 99, font_height = 25798438560, object = 4294967302, position = { charpos = 25780559491, bytepos = 25797587968 }, truncation_pixel_width = -30352, continuation_pixel_width = 130, first_visible_x = 0, last_visible_x = 27784197, last_visible_y = 6, extra_line_spacing = 27784197, max_extra_line_spacing = 6, override_ascent = 27784192, override_descent = 6, override_boff = 8554896, glyph_row = 0x1005dc830 <Fassq+1202>, area = 11737138, nglyphs = 1, pixel_width = 6569100, ascent = 1, descent = 27784192, max_ascent = 6, max_descent = 5604762, phys_ascent = 1, phys_descent = 8555040, max_phys_ascent = 0, max_phys_descent = 6558620, current_x = 1, continuation_lines_width = 12114946, eol_pos = { charpos = 4306704434, bytepos = 15877 }, current_y = 28634784, first_vpos = 6, vpos = 11737138, hpos = 1, left_user_fringe_bitmap = 6194, right_user_fringe_bitmap = 179, left_user_fringe_face_id = 1, right_user_fringe_face_id = 166496, bidi_p = false, bidi_it = { bytepos = 4307082242, charpos = 8555024, ch = 6558143, nchars = 25795590726, ch_len = 4307082242, type = 10755585, type_after_w1 = NEUTRAL_B, orig_type = 12114946, resolved_level = 1, invalid_levels = 8555072, invalid_rl_levels = 0, prev = { bytepos = 4301543787, charpos = 25795590726, type = 27784197, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 4307082242, charpos = 8555536, type = 6577667, type_after_w1 = STRONG_L, orig_type = 63508 }, next_for_neutral = { bytepos = 4307082242, charpos = 25797587973, type = 8555488, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 4294967296, type = RLI, type_after_w1 = STRONG_L, orig_type = 25786950 }, next_for_ws = { bytepos = 8555216, charpos = 8555232, type = 5361375, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_en_pos = 15, next_en_type = 8555280, ignore_bn_limit = 4301570902, sor = (R2L | unknown: 11737136), scan_dir = 1, disp_pos = 4307048080, disp_prop = 8555280, stack_idx = 0, level_stack = {{ level = 5361546, override = L2R }, { level = 8555312, override = NEUTRAL_DIR }, { level = 5365343, override = L2R }, { level = 27784192, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 8555424, override = NEUTRAL_DIR }, { level = 6614821, override = L2R }, { level = 8555360, override = NEUTRAL_DIR }, { level = 27784192, override = (R2L | unknown: 4) }, { level = 8555360, override = NEUTRAL_DIR }, { level = 5365567, override = L2R }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 8555392, override = NEUTRAL_DIR }, { level = 27784192, override = (R2L | unknown: 4) }, { level = 8555408, override = NEUTRAL_DIR }, { level = 5358217, override = L2R }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 27784192, override = (R2L | unknown: 4) }, { level = 6577259, override = L2R }, { level = 27784192, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 369280, override = (R2L | unknown: 4) }, { level = 1, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 8555136, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 8555152, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 27784192, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 17, override = NEUTRAL_DIR }, { level = 17, override = NEUTRAL_DIR }, { level = 8555696, override = NEUTRAL_DIR }, { level = 5784467, override = L2R }, { level = 63508, override = NEUTRAL_DIR }, { level = 15878, override = NEUTRAL_DIR }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 8555632, override = NEUTRAL_DIR }, { level = 63440, override = NEUTRAL_DIR }, { level = 12115186, override = L2R }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 4, override = (R2L | unknown: 4) }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 8555808, override = NEUTRAL_DIR }, { level = -2146674329, override = L2R }, { level = 63512, override = NEUTRAL_DIR }, { level = 27784197, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8555840, override = NEUTRAL_DIR }, { level = 5786585, override = L2R }, { level = 11737138, override = L2R }, { level = 17, override = NEUTRAL_DIR }, { level = 8555784, override = NEUTRAL_DIR }, { level = 15878, override = NEUTRAL_DIR }, { level = 27409672, override = (R2L | unknown: 4) }}, string = { lstring = 0, s = 0x100b31832 <bss_sbrk_buffer+357938> "", schars = 1, bufpos = 25770085376, from_disp_str = false, unibyte = false }, w = 0x3e06, paragraph_dir = (L2R | R2L | unknown: 15896), separator_limit = 15875, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 15858 end_unchanged = 0 frame_line_height = 16 #9 0x00000001004546e6 in redisplay_window_1 (window=25797213453) at xdisp.c:14356 No locals. #10 0x00000001005d0b65 in internal_condition_case_1 (bfun=0x1004546a7 <redisplay_window_1>, arg=25797213453, handlers=4306686438, hfun=0x100454624 <redisplay_window_error>) at eval.c:1372 val = 4306704434 c = 0x600084e00 #11 0x0000000100453813 in redisplay_internal () at xdisp.c:14002 mini_window = 25797222405 mini_frame = 0x829ce0 w = 0x601a23d08 sw = 0x601a23d08 fr = 0x601a23af0 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 15860, bytepos = 15881 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 3 count = 2 sf = 0x601a23af0 polling_stopped_here = 0 tail = 4306704434 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #12 0x0000000100450b2d in redisplay () at xdisp.c:13207 No locals. #13 0x0000000100529c66 in read_char (commandflag=1, map=25795940614, prev_event=4306704434, used_mouse_menu=0x82a3af, end_time=0x0) at keyboard.c:2570 echo_current = true c = 4306704434 jmpcount = 25797212912 local_getcjmp = {25797587973, 4294967302, 8560688, 4300942121, 25797587973, 4300986006, 25797587968, 4306704434, 4306704434, 4306704434, -4294967256, 0, 8560688, 4300942865, 4311836928, 4311836928, 4306704434, 4314684054, 4311836928, 4311861728, 8560848, 4300498536, 4311861730, 4306704482, 8560768, 4300326409, 25795940662, 25795940662, 6, 6, 8560912, 4300900171} save_jump = {4306704434, 4300325429, 8560608, 4302967277, 25787496317, 25775583553, 25787496304, 0, 4315730080, 4306704434, 4306753149, 8561976, 8560432, 4300332639, 8560448, 4300332639, 25797587968, 4294967302, 25797587968, 25769803782, 8560480, 25797587968, 8560496, 4300332863, 25797587973, 4294967302, 25797587973, 4294967302, 8560544, 4300325513, 25797587973, 4300325513} tem = 8561088 save = 4300900171 previous_echo_area_message = 4306704434 also_record = 4306704434 reread = false gcpro1 = { next = 0x82a040, var = 0x1005bda12 <Fget_pos_property+1296>, nvars = 63508 } gcpro2 = { next = 0x601897a46, var = 0x601a7f405, nvars = 0 } polling_stopped_here = false orig_kboard = 0x600083700 #14 0x000000010053a21f in read_key_sequence (keybuf=0x82a5c0, bufsize=30, prompt=4306704434, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x600083700 interrupted_frame = 0x601a23af0 key = 25797587968 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 4307017730 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25795940614 first_event = 4306704434 first_unbound = 31 mock_input = 0 fkey = { parent = 4310989094, map = 4310989094, start = 0, end = 0 } keytran = { parent = 4306696774, map = 4306696774, start = 0, end = 0 } indec = { parent = 4310989110, map = 4310989110, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306704434 original_uppercase = 25797587973 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x601a7f400 fake_prefixed_keys = 4306704434 gcpro1 = { next = 0x82a3e0, var = 0x10051cf8a <CHAR_TABLE_REF+40>, nvars = 4307048085 } #15 0x0000000100526674 in command_loop_1 () at keyboard.c:1452 cmd = 4306757922 keybuf = {444, 212, 200, 8562160, 0, 0, 4306762642, 25793632326, 4302049473, 4307033282, 8562336, 0, 4, 4306704434, 8562368, 4300364300, 4306762642, 25793632326, 4302049473, 4307033282, 4310426418, 0, 8562432, 4300363933, 25793632326, 8562336, 4307018688, 4306704434, 8563200, 8563424} i = 1 prev_modiff = 3835 prev_buffer = 0x601a7f400 already_adjusted = false #16 0x00000001005d09c0 in internal_condition_case (bfun=0x10052615f <command_loop_1>, handlers=4306770594, hfun=0x1005256ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #17 0x0000000100525d2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #18 0x00000001005cfd11 in internal_catch (tag=4306762690, func=0x100525cfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #19 0x0000000100525cbc in command_loop () at keyboard.c:1156 No locals. #20 0x000000010052514b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #21 0x000000010052537d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #22 0x0000000100523045 in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\202\000\000\000\000\000\200\361\070\372\003\000\000\000\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "redisplay_internal (C function)" (0xad9c98) "redisplay_internal (C function)" (0xad9c98) [-- Attachment #5: SIGSEGV-w32xfns_c-ffb1b3a-patched --] [-- Type: text/plain, Size: 42643 bytes --] #0 0x0000000100680609 in deselect_palette (f=0x0, hdc=0x0) at w32xfns.c:123 No locals. #1 0x00000001006806d8 in release_frame_dc (f=0x0, hdc=0x0) at w32xfns.c:154 ret = 0 #2 0x0000000100683d36 in uniscribe_encode_char (font=0x600b25360, c=48) at w32uniscribe.c:585 context = 0x0 f = 0x0 old_font = 0x0 code = 19 ch = L"0½" len = 1 items = 0x827430 nitems = 1 uniscribe_font = 0x600b25360 #3 0x000000010047be4f in get_glyph_face_and_encoding (f=0x600bf9070, glyph=0x601538170, char2b=0x82755e L"\003ç \202", two_byte_p=0x0) at xdisp.c:24024 face = 0x601382400 code = 0 #4 0x000000010047d09a in x_get_glyph_overhangs (glyph=0x601538170, f=0x600bf9070, left=0x8275c0, right=0x8275bc) at xdisp.c:24367 face = 0x601382400 char2b = 3 L'\003' pcm = 0x100a779b8 <metrics> #5 0x000000010047d60c in right_overwriting (s=0x827650) at xdisp.c:24501 left = 0 right = 0 i = 93 k = -1 x = 420 end = 137 glyphs = 0x601537000 first = 33 #6 0x0000000100480351 in draw_glyphs (w=0x6011b5cf8, x=1192, row=0x601973900, area=TEXT_AREA, start=32, end=33, hl=DRAW_NORMAL_TEXT, overlaps=0) at xdisp.c:24994 hlinfo = 0x1026da498 <one_w32_display_info+152> mouse_beg_col = 11737138 check_mouse_face = 0 dummy_x = 0 h = 0x8277b0 t = 0x60175b800 mouse_end_col = 500 head = 0x827650 tail = 0x827650 s = 0x0 clip_head = 0x0 clip_tail = 0x0 i = -1 j = 40 x_reached = 1192 last_x = 1920 area_left = 960 f = 0x600bf9070 hdc = 0x1801163a #7 0x0000000100487d3b in x_write_glyphs (w=0x6011b5cf8, updated_row=0x601973900, start=0x601537600, updated_area=TEXT_AREA, len=1) at xdisp.c:26812 x = 6 hpos = 32 chpos = 8 #8 0x0000000100409af7 in update_text_area (w=0x6011b5cf8, updated_row=0x601973900, vpos=89) at dispnew.c:3746 start_x = 225 start_hpos = 32 start = 0x601537600 current_x = 232 skip_first_p = false can_skip_p = true stop = 137 i = 33 desired_glyph = 0x601537630 overlapping_glyphs_p = true desired_stop_pos = 137 abort_skipping = false x = 232 current_glyph = 0x601991630 current_row = 0x601a90900 desired_row = 0x601973900 rif = 0x100a19720 <w32_redisplay_interface> changed_p = false #9 0x0000000100409ed9 in update_window_line (w=0x6011b5cf8, vpos=89, mouse_face_overwritten_p=0x827c1f) at dispnew.c:3848 current_row = 0x601a90900 desired_row = 0x601973900 rif = 0x100a19720 <w32_redisplay_interface> changed_p = false #10 0x0000000100408ddb in update_window (w=0x6011b5cf8, force_p=true) at dispnew.c:3427 end = 0x601973900 mode_line_row = 0x601973900 header_line_row = 0x0 changed_p = false mouse_face_overwritten_p = false row = 0x60196e000 yb = 1026 n_updated = 0 desired_matrix = 0x60005a280 paused_p = false preempt_count = 9 rif = 0x100a19720 <w32_redisplay_interface> #11 0x00000001004085b3 in update_window_tree (w=0x6011b5cf8, force_p=true) at dispnew.c:3210 paused_p = false #12 0x000000010040857c in update_window_tree (w=0x6011b4da8, force_p=true) at dispnew.c:3208 paused_p = false #13 0x00000001004081fa in update_frame (f=0x600bf9070, force_p=true, inhibit_hairy_id_p=false) at dispnew.c:3099 paused_p = false root_window = 0x6011b4da8 #14 0x0000000100453916 in redisplay_internal () at xdisp.c:14030 mini_window = 25782359109 mini_frame = 0x828b20 w = 0x6011b5cf8 sw = 0x6011b5cf8 fr = 0x600bf9070 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 101, bytepos = 101 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 12 sf = 0x600bf9070 polling_stopped_here = 1 tail = 4306704434 frame = 4313234509 consider_all_windows_p = false update_miniwindow_p = false #15 0x0000000100453f08 in redisplay_preserve_echo_area (from_where=2) at xdisp.c:14185 No locals. #16 0x000000010041072a in Fredisplay (force=4306704434) at dispnew.c:5890 count = 12 #17 0x00000001005d4744 in Ffuncall (nargs=1, args=0x828d60) at eval.c:2812 fun = 4302020933 original_fun = 4307037954 funcar = 8555744 numargs = 0 lisp_numargs = 25794295813 val = 4306704434 internal_args = 0x828c90 i = 1 count = 11 #18 0x0000000100621614 in exec_byte_code (bytestr=4302172897, vector=4302172933, maxdepth=28, args_template=3076, nargs=1, args=0x8292b8) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 11 op = 0 vectorp = 0x1006df308 <pure+123496> stack = { pc = 0x100a0a7cc <pure+3446572> "\210\311\031\314\311\307\005#)\211?\206\\", byte_string = 4302172897, byte_string_start = 0x100a0a78e <pure+3446510> "\001\247\203\022", next = 0x8292f0 } top = 0x828d60 result = 4306704434 type = CONDITION_CASE #19 0x00000001005d4fbd in funcall_lambda (fun=4302172853, nargs=1, arg_vector=0x8292b0) at eval.c:2979 val = 4300332831 syms_left = 3076 next = 4302172848 lexenv = 4302172848 count = 11 i = 8556992 optional = false rest = false #20 0x00000001005d4959 in Ffuncall (nargs=2, args=0x8292a8) at eval.c:2861 fun = 4302172853 original_fun = 4310460418 funcar = 109 numargs = 1 lisp_numargs = 25777563931 val = 4306761330 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300942921 count = 10 #21 0x0000000100621614 in exec_byte_code (bytestr=25778647841, vector=25789551589, maxdepth=8, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 1 vectorp = 0x6012d53e8 stack = { pc = 0x60131b103 "\202k", byte_string = 25778647841, byte_string_start = 0x60131b0a0 "\306 \030dSeX\203\016", next = 0x829840 } top = 0x8292a8 result = 4306704434 type = (unknown: 6) #22 0x00000001005d53f1 in funcall_lambda (fun=25789551749, nargs=0, arg_vector=0x6012d53e5) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 25789551744 lexenv = 4306704434 count = 9 i = 0 optional = false rest = false #23 0x00000001005d4959 in Ffuncall (nargs=1, args=0x8297e8) at eval.c:2861 fun = 25789551749 original_fun = 25789538098 funcar = 33772 numargs = 0 lisp_numargs = 25797677280 val = 4306704434 internal_args = 0x3 i = 4306704434 count = 8 #24 0x0000000100621614 in exec_byte_code (bytestr=25775285569, vector=25789552485, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 5 op = 0 vectorp = 0x6012d5768 stack = { pc = 0x60131b5d5 "\203#", byte_string = 25775285569, byte_string_start = 0x60131b5c0 "\306\030\t\306\032\033\307 \203\023", next = 0x829eb0 } top = 0x8297e8 result = 4306315424 type = CONDITION_CASE #25 0x0000000100620699 in Fbyte_code (bytestr=25775285569, vector=25789552485, maxdepth=16) at bytecode.c:482 No locals. #26 0x00000001005d3008 in eval_sub (form=25789128982) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {25775285569, 25789552485, 16, 4301040111, 8584960, 32, 8559792, 4300332639} fun = 4305545893 val = 0 original_fun = 4307030786 original_args = 25789128998 funcar = 4300326409 gcpro1 = { next = 0x829d00, var = 0x10051de5f <PSEUDOVECTORP+61>, nvars = 25794295808 } gcpro2 = { next = 0x0, var = 0x601362698, nvars = 8558880 } gcpro3 = { next = 0x601362698, var = 0x829c40, nvars = 3 } count = 4 #27 0x00000001005d082f in internal_lisp_condition_case (var=4306704434, bodyform=25789128982, handlers=25789127734) at eval.c:1317 val = 4306704434 c = 0x600084600 oldhandlerlist = 0x600084e00 clausenb = 1 #28 0x0000000100622b22 in exec_byte_code (bytestr=25775297345, vector=25789552709, maxdepth=12, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25789127734 body = 25789128982 targets = {0x10062563f <exec_byte_code+20351>, 0x10062569a <exec_byte_code+20442>, 0x10062569c <exec_byte_code+20444>, 0x10062569e <exec_byte_code+20446>, 0x1006256a0 <exec_byte_code+20448>, 0x1006256a0 <exec_byte_code+20448>, 0x100625711 <exec_byte_code+20561>, 0x10062578c <exec_byte_code+20684>, 0x100620b46 <exec_byte_code+1158>, 0x100620b48 <exec_byte_code+1160>, 0x100620b4a <exec_byte_code+1162>, 0x100620b4c <exec_byte_code+1164>, 0x100620b4e <exec_byte_code+1166>, 0x100620b4e <exec_byte_code+1166>, 0x100620b57 <exec_byte_code+1175>, 0x100620b11 <exec_byte_code+1105>, 0x1006211b7 <exec_byte_code+2807>, 0x1006211b9 <exec_byte_code+2809>, 0x1006211bb <exec_byte_code+2811>, 0x1006211bd <exec_byte_code+2813>, 0x1006211bf <exec_byte_code+2815>, 0x1006211bf <exec_byte_code+2815>, 0x1006211fd <exec_byte_code+2877>, 0x1006211c8 <exec_byte_code+2824>, 0x100621505 <exec_byte_code+3653>, 0x100621507 <exec_byte_code+3655>, 0x100621509 <exec_byte_code+3657>, 0x10062150b <exec_byte_code+3659>, 0x10062150d <exec_byte_code+3661>, 0x10062150d <exec_byte_code+3661>, 0x1006214b6 <exec_byte_code+3574>, 0x1006214d0 <exec_byte_code+3600>, 0x1006215d5 <exec_byte_code+3861>, 0x1006215d7 <exec_byte_code+3863>, 0x1006215d9 <exec_byte_code+3865>, 0x1006215db <exec_byte_code+3867>, 0x1006215dd <exec_byte_code+3869>, 0x1006215dd <exec_byte_code+3869>, 0x100621586 <exec_byte_code+3782>, 0x1006215a0 <exec_byte_code+3808>, 0x1006216a5 <exec_byte_code+4069>, 0x1006216a7 <exec_byte_code+4071>, 0x1006216a9 <exec_byte_code+4073>, 0x1006216ab <exec_byte_code+4075>, 0x1006216ad <exec_byte_code+4077>, 0x1006216ad <exec_byte_code+4077>, 0x100621656 <exec_byte_code+3990>, 0x100621670 <exec_byte_code+4016>, 0x1006229e6 <exec_byte_code+8998>, 0x100622747 <exec_byte_code+8327>, 0x10062273b <exec_byte_code+8315>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100622c75 <exec_byte_code+9653>, 0x100622db2 <exec_byte_code+9970>, 0x100622e1c <exec_byte_code+10076>, 0x100622e86 <exec_byte_code+10182>, 0x100622ef4 <exec_byte_code+10292>, 0x100620fcb <exec_byte_code+2315>, 0x100621052 <exec_byte_code+2450>, 0x100622f77 <exec_byte_code+10423>, 0x100620ede <exec_byte_code+2078>, 0x1006210c9 <exec_byte_code+2569>, 0x100622fe8 <exec_byte_code+10536>, 0x10062305f <exec_byte_code+10655>, 0x1006230b3 <exec_byte_code+10739>, 0x10062312a <exec_byte_code+10858>, 0x100623188 <exec_byte_code+10952>, 0x100623277 <exec_byte_code+11191>, 0x1006232cb <exec_byte_code+11275>, 0x100623342 <exec_byte_code+11394>, 0x1006233df <exec_byte_code+11551>, 0x100623433 <exec_byte_code+11635>, 0x100623487 <exec_byte_code+11719>, 0x1006234fe <exec_byte_code+11838>, 0x100623575 <exec_byte_code+11957>, 0x1006235ec <exec_byte_code+12076>, 0x100623689 <exec_byte_code+12233>, 0x1006236e7 <exec_byte_code+12327>, 0x100623745 <exec_byte_code+12421>, 0x100623834 <exec_byte_code+12660>, 0x1006238d1 <exec_byte_code+12817>, 0x10062396e <exec_byte_code+12974>, 0x100623c01 <exec_byte_code+13633>, 0x100623c7e <exec_byte_code+13758>, 0x100623cfb <exec_byte_code+13883>, 0x100623d78 <exec_byte_code+14008>, 0x100623df5 <exec_byte_code+14133>, 0x100623e53 <exec_byte_code+14227>, 0x100623ef4 <exec_byte_code+14388>, 0x100623f52 <exec_byte_code+14482>, 0x100623fb0 <exec_byte_code+14576>, 0x10062400e <exec_byte_code+14670>, 0x100624141 <exec_byte_code+14977>, 0x100622597 <exec_byte_code+7895>, 0x1006241b2 <exec_byte_code+15090>, 0x100624206 <exec_byte_code+15174>, 0x1006242ed <exec_byte_code+15405>, 0x10062435e <exec_byte_code+15518>, 0x1006243cf <exec_byte_code+15631>, 0x100624423 <exec_byte_code+15715>, 0x100624480 <exec_byte_code+15808>, 0x1006244dd <exec_byte_code+15901>, 0x100624542 <exec_byte_code+16002>, 0x10062563f <exec_byte_code+20351>, 0x1006245a0 <exec_byte_code+16096>, 0x1006245ef <exec_byte_code+16175>, 0x10062463e <exec_byte_code+16254>, 0x10062468d <exec_byte_code+16333>, 0x1006246dc <exec_byte_code+16412>, 0x10062472b <exec_byte_code+16491>, 0x100622597 <exec_byte_code+7895>, 0x10062563f <exec_byte_code+20351>, 0x10062477f <exec_byte_code+16575>, 0x1006247dd <exec_byte_code+16669>, 0x100624831 <exec_byte_code+16753>, 0x100624885 <exec_byte_code+16837>, 0x1006248fc <exec_byte_code+16956>, 0x100624973 <exec_byte_code+17075>, 0x1006249c7 <exec_byte_code+17159>, 0x100624b11 <exec_byte_code+17489>, 0x100624b88 <exec_byte_code+17608>, 0x100624bf9 <exec_byte_code+17721>, 0x100624c6a <exec_byte_code+17834>, 0x100624cb9 <exec_byte_code+17913>, 0x10062563f <exec_byte_code+20351>, 0x1006224b3 <exec_byte_code+7667>, 0x100621763 <exec_byte_code+4259>, 0x100620d51 <exec_byte_code+1681>, 0x1006218bd <exec_byte_code+4605>, 0x100621a4a <exec_byte_code+5002>, 0x100621bcb <exec_byte_code+5387>, 0x100622427 <exec_byte_code+7527>, 0x100622473 <exec_byte_code+7603>, 0x100621454 <exec_byte_code+3476>, 0x10062254b <exec_byte_code+7819>, 0x1006225d4 <exec_byte_code+7956>, 0x10062266e <exec_byte_code+8110>, 0x1006226ba <exec_byte_code+8186>, 0x100622a36 <exec_byte_code+9078>, 0x100622ac7 <exec_byte_code+9223>, 0x100622b64 <exec_byte_code+9380>, 0x100622be0 <exec_byte_code+9504>, 0x100621712 <exec_byte_code+4178>, 0x100624d0d <exec_byte_code+17997>, 0x100624d9e <exec_byte_code+18142>, 0x100624df2 <exec_byte_code+18226>, 0x100624e46 <exec_byte_code+18310>, 0x100624e9a <exec_byte_code+18394>, 0x100624eee <exec_byte_code+18478>, 0x100624f5f <exec_byte_code+18591>, 0x100624fd0 <exec_byte_code+18704>, 0x100625041 <exec_byte_code+18817>, 0x1006250b2 <exec_byte_code+18930>, 0x10062523a <exec_byte_code+19322>, 0x1006252ab <exec_byte_code+19435>, 0x10062531c <exec_byte_code+19548>, 0x100625370 <exec_byte_code+19632>, 0x1006253e1 <exec_byte_code+19745>, 0x100625452 <exec_byte_code+19858>, 0x1006254ae <exec_byte_code+19950>, 0x10062550a <exec_byte_code+20042>, 0x10062406c <exec_byte_code+14764>, 0x1006240ca <exec_byte_code+14858>, 0x100625568 <exec_byte_code+20136>, 0x1006255d6 <exec_byte_code+20246>, 0x10062563f <exec_byte_code+20351>, 0x100621d4c <exec_byte_code+5772>, 0x100621e79 <exec_byte_code+6073>, 0x100621fe5 <exec_byte_code+6437>, 0x100622151 <exec_byte_code+6801>, 0x1006222bc <exec_byte_code+7164>, 0x1006231e6 <exec_byte_code+11046>, 0x1006237a3 <exec_byte_code+12515>, 0x10062425c <exec_byte_code+15260>, 0x10062582e <exec_byte_code+20846>, 0x1006258ac <exec_byte_code+20972>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x100625951 <exec_byte_code+21137>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x10062563f <exec_byte_code+20351>, 0x1006259f6 <exec_byte_code+21302> <repeats 64 times>} count = 4 op = 143 vectorp = 0x6012d5848 stack = { pc = 0x60131b5b0 "\207", byte_string = 25775297345, byte_string_start = 0x60131b5a8 "\b\205\b", next = 0x0 } top = 0x829e68 result = 4311741759 type = (unknown: 6) #29 0x00000001005d53f1 in funcall_lambda (fun=25789552749, nargs=0, arg_vector=0x6012d5845) at eval.c:3045 val = 4300332831 syms_left = 4306704434 next = 25789552744 lexenv = 4306704434 count = 4 i = 0 optional = false rest = false #30 0x00000001005d4959 in Ffuncall (nargs=1, args=0x82a3d0) at eval.c:2861 fun = 25789552749 original_fun = 25789535074 funcar = 4302967280 numargs = 0 lisp_numargs = 2 val = 4311741759 internal_args = 0x0 i = 25782464128 count = 3 #31 0x00000001005d4027 in call0 (fn=25789535074) at eval.c:2596 ret_ungc_val = 4311741759 gcpro1 = { next = 0x100acc3b0 <o_fwd>, var = 0x1005b0a39 <XOBJFWD+38>, nvars = 8561632 } #32 0x0000000100527e27 in safe_run_hooks_1 () at keyboard.c:1875 No locals. #33 0x00000001005d09c0 in internal_condition_case (bfun=0x100527d81 <safe_run_hooks_1>, handlers=4306704482, hfun=0x100527e2d <safe_run_hooks_error>) at eval.c:1348 val = 4311741759 c = 0x600084e00 #34 0x00000001005282f0 in safe_run_hook_funcall (nargs=1, args=0x82a570) at keyboard.c:1930 No locals. #35 0x00000001005d3edb in run_hook_with_args (nargs=1, args=0x82a570, funcall=0x10052822f <safe_run_hook_funcall>) at eval.c:2548 global_vals = 4306704434 sym = 4306758210 val = 25797343558 ret = 4306704434 gcpro1 = { next = 0x100b7e002 <bss_sbrk_buffer+671234>, var = 0x100b3ea42 <bss_sbrk_buffer+411714>, nvars = 4306704434 } gcpro2 = { next = 0x82a550, var = 0x601a95060, nvars = 8562016 } gcpro3 = { next = 0x82a4d0, var = 0x10051ddd6 <BUFFER_OBJFWDP+21>, nvars = 4306315952 } #36 0x0000000100528340 in safe_run_hooks (hook=25789535074) at keyboard.c:1947 count = 2 #37 0x0000000100526b51 in command_loop_1 () at keyboard.c:1573 cmd = 25798591778 keybuf = {412, 24, 4, 8562160, 0, 0, 4306762642, 25794911270, 4302049473, 4306704434, 8562336, 0, 4, 4306704434, 8562368, 4300364300, 4306762642, 25794911270, 4302049473, 4306704434, 4310426418, 0, 8562432, 4300363933, 25794911270, 8562336, 4307018688, 4306704434, 8563200, 8563424} i = 1 prev_modiff = 1058 prev_buffer = 0x60175b800 already_adjusted = false #38 0x00000001005d09c0 in internal_condition_case (bfun=0x10052615f <command_loop_1>, handlers=4306770594, hfun=0x1005256ea <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #39 0x0000000100525d2d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #40 0x00000001005cfd11 in internal_catch (tag=4306762690, func=0x100525cfb <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #41 0x0000000100525cbc in command_loop () at keyboard.c:1156 No locals. #42 0x000000010052514b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #43 0x000000010052537d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #44 0x0000000100523045 in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000\062\253\202\000\000\000\000\000\200\361\070\372\003\000\000\000\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "redisplay_internal (C function)" (0xad9c98) "redisplay" (0x828d68) "sit-for" (0x8292b0) "flyspell-check-word-p" (0x8297f0) "byte-code" (0x829c40) "flyspell-post-command-hook" (0x82a3d8) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-19 20:20 ` aidalgol @ 2014-10-20 15:46 ` Eli Zaretskii 2014-10-20 16:51 ` Eli Zaretskii 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-20 15:46 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Mon, 20 Oct 2014 09:20:52 +1300 > From: aidalgol@amuri.net > Cc: Ken Brown <kbrown@cornell.edu>, <18438@debbugs.gnu.org> > > Not sure whether this is relevant, but I have been getting a recurring > seg. fault in w32xfns.c, but in a different function, and in lisp.h. > (Why is there code complex enough in a header file to warrant asserts > there?) The assertions are in inline functions that manipulate Lisp objects. In a binary configured with --enable-checking, each Lisp object is tested for validity when the C code extracts from it a C pointer to the corresponding structure. > #0 0x000000010051ce24 in CHAR_TABLE_REF_ASCII (ct=25778897525, idx=112) at lisp.h:1492 > tbl = 0x0 > val = 2230448 > #1 0x000000010051cefa in CHAR_TABLE_REF (ct=25778897525, idx=112) at lisp.h:1510 > No locals. > #2 0x0000000100520ea9 in syntax_property_entry (c=112, via_property=true) at syntax.h:96 > No locals. This is again a non-sensical backtrace. The code near line 1492 of lisp.h, where it crashes is this (line 1492 is the last one): INLINE Lisp_Object CHAR_TABLE_REF_ASCII (Lisp_Object ct, ptrdiff_t idx) { struct Lisp_Char_Table *tbl = NULL; Lisp_Object val; do { tbl = tbl ? XCHAR_TABLE (tbl->parent) : XCHAR_TABLE (ct); <<<<<<<<< So, if 'tbl' is a NULL pointer, it cannot be dereferenced, right? And yet the local variables clearly show that 'tbl' _is_ NULL, and it still is dereferenced (and causes the segfault)! > #0 0x000000010051ceb4 in CHAR_TABLE_REF_ASCII (ct=25787135005, idx=44) at lisp.h:1492 > tbl = 0x0 > val = 2230320 > #1 0x000000010051cf8a in CHAR_TABLE_REF (ct=25787135005, idx=44) at lisp.h:1510 > No locals. Same here. > #0 0x0000000100680609 in deselect_palette (f=0x0, hdc=0x0) at w32xfns.c:123 > No locals. > #1 0x00000001006806d8 in release_frame_dc (f=0x0, hdc=0x0) at w32xfns.c:154 > ret = 0 > #2 0x0000000100683d36 in uniscribe_encode_char (font=0x600764000, c=32) at w32uniscribe.c:585 > context = 0x0 > f = 0x0 > old_font = 0x0 And this is a similar situation, just in a different place (see bug#18659): if (context) { SelectObject (context, old_font); release_frame_dc (f, context); <<<<<<<<<<<<<<<<<<<<<< } As you see, if 'context' is a NULL pointer, release_frame_dc should NOT be called. And yet the locals in frame #2 above clearly show that it _is_ NULL, and release_frame_dc _is_ called! > #0 0x0000000100680609 in deselect_palette (f=0x0, hdc=0x0) at w32xfns.c:123 > No locals. > #1 0x00000001006806d8 in release_frame_dc (f=0x0, hdc=0x0) at w32xfns.c:154 > ret = 0 > #2 0x0000000100683d36 in uniscribe_encode_char (font=0x600b25360, c=48) at w32uniscribe.c:585 > context = 0x0 > f = 0x0 > old_font = 0x0 > code = 19 Same here. IOW, these all exhibit the same bug, just in different places in the Emacs sources. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 15:46 ` Eli Zaretskii @ 2014-10-20 16:51 ` Eli Zaretskii 2014-10-20 19:35 ` Ivan Shmakov 2014-10-20 20:59 ` Ken Brown 0 siblings, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-20 16:51 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Mon, 20 Oct 2014 18:46:13 +0300 > From: Eli Zaretskii <eliz@gnu.org> > Cc: 18438@debbugs.gnu.org > > IOW, these all exhibit the same bug, just in different places in the > Emacs sources. One possible cause that can explain all of these is that the CPU flags are reset between the comparison instruction and the following jump instruction. For example, if the Zero flag is reset, then a test for a NULL pointer will misbehave. Can anyone think of a scenario where this could happen? Another idea I have is to collect information about the Emacs build from all the 4 people who experience these problems, and look for common libraries or versions of libraries used for the build, like dbus, glib, maybe the Cygwin runtime versions, etc. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 16:51 ` Eli Zaretskii @ 2014-10-20 19:35 ` Ivan Shmakov 2014-10-20 19:39 ` Eli Zaretskii 2014-10-20 20:59 ` Ken Brown 1 sibling, 1 reply; 96+ messages in thread From: Ivan Shmakov @ 2014-10-20 19:35 UTC (permalink / raw) To: 18438 >>>>> Eli Zaretskii <eliz@gnu.org> writes: >>>>> From: Eli Zaretskii <eliz@gnu.org> >> IOW, these all exhibit the same bug, just in different places in the >> Emacs sources. > One possible cause that can explain all of these is that the CPU > flags are reset between the comparison instruction and the following > jump instruction. For example, if the Zero flag is reset, then a > test for a NULL pointer will misbehave. > Can anyone think of a scenario where this could happen? For me, it’s much easier to imagine a misbehaving compiler here. Is there a chance of getting a disassembly at the points of interest? […] -- FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 19:35 ` Ivan Shmakov @ 2014-10-20 19:39 ` Eli Zaretskii 2014-10-20 20:02 ` Ivan Shmakov 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-20 19:39 UTC (permalink / raw) To: Ivan Shmakov; +Cc: 18438 > From: Ivan Shmakov <ivan@siamics.net> > Date: Mon, 20 Oct 2014 19:35:01 +0000 > > >>>>> Eli Zaretskii <eliz@gnu.org> writes: > >>>>> From: Eli Zaretskii <eliz@gnu.org> > > >> IOW, these all exhibit the same bug, just in different places in the > >> Emacs sources. > > > One possible cause that can explain all of these is that the CPU > > flags are reset between the comparison instruction and the following > > jump instruction. For example, if the Zero flag is reset, then a > > test for a NULL pointer will misbehave. > > > Can anyone think of a scenario where this could happen? > > For me, it’s much easier to imagine a misbehaving compiler here. > Is there a chance of getting a disassembly at the points of > interest? It was posted several times in this bug report, look it up. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 19:39 ` Eli Zaretskii @ 2014-10-20 20:02 ` Ivan Shmakov 0 siblings, 0 replies; 96+ messages in thread From: Ivan Shmakov @ 2014-10-20 20:02 UTC (permalink / raw) To: 18438 >>>>> Eli Zaretskii <eliz@gnu.org> writes: >>>>> From: Ivan Shmakov <ivan@siamics.net> […] >> For me, it’s much easier to imagine a misbehaving compiler here. Is >> there a chance of getting a disassembly at the points of interest? > It was posted several times in this bug report, look it up. Indeed, I’ve missed them while reading this thread via the list. Unfortunately, at a glance, I can’t add anything to the analysis already done. I’ll take another look at that, but all the obvious ideas seem to already have been spoken out. -- FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 16:51 ` Eli Zaretskii 2014-10-20 19:35 ` Ivan Shmakov @ 2014-10-20 20:59 ` Ken Brown 2014-10-21 15:42 ` Eli Zaretskii 2014-10-21 19:38 ` aidalgol 1 sibling, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-10-20 20:59 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/20/2014 12:51 PM, Eli Zaretskii wrote: > Another idea I have is to collect information about the Emacs build > from all the 4 people who experience these problems, and look for > common libraries or versions of libraries used for the build, like > dbus, glib, maybe the Cygwin runtime versions, etc. Aidan does his own build, and I assume he has the current releases of all the relevant libraries (and Cygwin DLL) installed. Is that right, Aidan? The other people who have reported this problem all use my build of Emacs for the Cygwin distribution. I'm about to release Emacs-24.4 within the next couple days, so when people update Emacs, the Cygwin setup program should also update all libraries. That means everyone will have the same versions unless they deliberately choose to keep an old version. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 20:59 ` Ken Brown @ 2014-10-21 15:42 ` Eli Zaretskii 2014-10-21 16:18 ` Ken Brown 2014-10-21 19:38 ` aidalgol 1 sibling, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-21 15:42 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Mon, 20 Oct 2014 16:59:18 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: aidalgol@amuri.net, 18438@debbugs.gnu.org > > I'm about to release Emacs-24.4 within the next couple days, so when > people update Emacs, the Cygwin setup program should also update all > libraries. That means everyone will have the same versions unless they > deliberately choose to keep an old version. If you build Emacs 24.4 with optimizations, please still specify "--enable-checking", because otherwise the assertions that cause 3/4th of the problems we have on record will be compiled to nothing, and we will be left only with the problem in w32uniscribe.c, which is only compiled in the Cygwin-w32 build. Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-21 15:42 ` Eli Zaretskii @ 2014-10-21 16:18 ` Ken Brown 0 siblings, 0 replies; 96+ messages in thread From: Ken Brown @ 2014-10-21 16:18 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 18438, aidalgol On 10/21/2014 11:42 AM, Eli Zaretskii wrote: >> Date: Mon, 20 Oct 2014 16:59:18 -0400 >> From: Ken Brown <kbrown@cornell.edu> >> CC: aidalgol@amuri.net, 18438@debbugs.gnu.org >> >> I'm about to release Emacs-24.4 within the next couple days, so when >> people update Emacs, the Cygwin setup program should also update all >> libraries. That means everyone will have the same versions unless they >> deliberately choose to keep an old version. > > If you build Emacs 24.4 with optimizations, please still specify > "--enable-checking", because otherwise the assertions that cause 3/4th > of the problems we have on record will be compiled to nothing, and we > will be left only with the problem in w32uniscribe.c, which is only > compiled in the Cygwin-w32 build. Yes, I'll do that in the x86_64 builds. I'm also planning to use -Og instead of the usual -O2 in those builds. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-20 20:59 ` Ken Brown 2014-10-21 15:42 ` Eli Zaretskii @ 2014-10-21 19:38 ` aidalgol 2014-10-21 21:12 ` Ken Brown 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-21 19:38 UTC (permalink / raw) To: Ken Brown; +Cc: 18438 On Mon, 20 Oct 2014 16:59:18 -0400, Ken Brown wrote: > On 10/20/2014 12:51 PM, Eli Zaretskii wrote: >> Another idea I have is to collect information about the Emacs build >> from all the 4 people who experience these problems, and look for >> common libraries or versions of libraries used for the build, like >> dbus, glib, maybe the Cygwin runtime versions, etc. > > Aidan does his own build, and I assume he has the current releases of > all the relevant libraries (and Cygwin DLL) installed. Is that > right, > Aidan? The other people who have reported this problem all use my > build of Emacs for the Cygwin distribution. Yes, that is correct. Which version of Windows are the other four people using? (I'm on Windows 7.) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-21 19:38 ` aidalgol @ 2014-10-21 21:12 ` Ken Brown 2014-10-21 21:58 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-21 21:12 UTC (permalink / raw) To: aidalgol; +Cc: 18438 On 10/21/2014 3:38 PM, aidalgol@amuri.net wrote: > On Mon, 20 Oct 2014 16:59:18 -0400, Ken Brown wrote: >> On 10/20/2014 12:51 PM, Eli Zaretskii wrote: >>> Another idea I have is to collect information about the Emacs build >>> from all the 4 people who experience these problems, and look for >>> common libraries or versions of libraries used for the build, like >>> dbus, glib, maybe the Cygwin runtime versions, etc. >> >> Aidan does his own build, and I assume he has the current releases of >> all the relevant libraries (and Cygwin DLL) installed. Is that right, >> Aidan? The other people who have reported this problem all use my >> build of Emacs for the Cygwin distribution. > > Yes, that is correct. Which version of Windows are the other four > people using? (I'm on Windows 7.) I'm also on Windows 7, as is Markus (bug#17753). I don't know about Jon (bug#18769). In any case, I'm about to release emacs-24.4 for the Cygwin distribution, with checking enabled. So we'll probably be getting some more data points. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-21 21:12 ` Ken Brown @ 2014-10-21 21:58 ` aidalgol 2014-10-21 22:21 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-21 21:58 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 592 bytes --] On Tue, 21 Oct 2014 17:12:26 -0400, Ken Brown wrote: > On 10/21/2014 3:38 PM, aidalgol@amuri.net wrote: >> Yes, that is correct. Which version of Windows are the other four >> people using? (I'm on Windows 7.) > > I'm also on Windows 7, as is Markus (bug#17753). I don't know about > Jon (bug#18769). In any case, I'm about to release emacs-24.4 for > the > Cygwin distribution, with checking enabled. So we'll probably be > getting some more data points. I've written a GDB command to print the full backtrace for all threads, which may be of use to the others experiencing this bug. [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: utils-gdb.py --] [-- Type: text/x-java; name=utils-gdb.py, Size: 1148 bytes --] import gdb class ExhaustiveBacktrace(gdb.Command): """Get full backtraces for all threads. Also gets full xbacktrace for the first thread. This command assumes that the xbacktrace hook for backtrace has been disabled. """ def __init__(self): super(ExhaustiveBacktrace, self).__init__("exhaustive-backtrace", gdb.COMMAND_STACK) def invoke(self, arg, from_tty): # Turn pagination off until we're done. pagination = ("State of pagination is on." == gdb.execute("show pagination", to_string=True)) gdb.execute("set pagination off") initial_thread = gdb.selected_thread() gdb.execute("info threads") gdb.write("Full backtrace for main thread\n") gdb.execute("backtrace full") gdb.execute("xbacktrace full") threads = list(gdb.selected_inferior().threads()) threads.remove(initial_thread) threads.reverse() for t in threads: gdb.write("Full backtrace for thread {}\n".format(t.num)) t.switch() gdb.execute("backtrace full") # Turn pagination back on if it was on when we started. if pagination: gdb.execute("set pagination on") ExhaustiveBacktrace() ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-21 21:58 ` aidalgol @ 2014-10-21 22:21 ` Ken Brown 2014-10-21 22:38 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-21 22:21 UTC (permalink / raw) To: aidalgol, 18438 On 10/21/2014 5:58 PM, aidalgol@amuri.net wrote: > I've written a GDB command to print the full backtrace for all threads, > which may be of use to the others experiencing this bug. Thanks! Where should I put this script so that the command will be enabled? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-21 22:21 ` Ken Brown @ 2014-10-21 22:38 ` aidalgol 0 siblings, 0 replies; 96+ messages in thread From: aidalgol @ 2014-10-21 22:38 UTC (permalink / raw) To: 18438 On Tue, 21 Oct 2014 18:21:55 -0400, Ken Brown wrote: > On 10/21/2014 5:58 PM, aidalgol@amuri.net wrote: >> I've written a GDB command to print the full backtrace for all >> threads, >> which may be of use to the others experiencing this bug. > > Thanks! Where should I put this script so that the command will be > enabled? I don't know; I just load it with the "source" command. I think the only may be to make it autoloaded is to "source" it in the .gdbinit file. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-09-09 21:41 bug#18438: 24.4.50; assertion failed in bidi.c aidalgol ` (2 preceding siblings ...) 2014-09-29 0:56 ` aidalgol @ 2014-10-22 4:16 ` aidalgol 2014-10-22 15:24 ` Eli Zaretskii 2014-10-22 17:16 ` Eli Zaretskii 3 siblings, 2 replies; 96+ messages in thread From: aidalgol @ 2014-10-22 4:16 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 150 bytes --] Another full backtrace (of all threads). alloc.c:2830: Emacs fatal error: assertion failed: VBLOCK_BYTES_MIN <= nbytes && nbytes <= VBLOCK_BYTES_MAX [-- Attachment #2: assert-VBLOCK_BYTES_MIN-emacs_c-dbaca04-patched --] [-- Type: text/plain, Size: 119970 bytes --] Id Target Id Frame 16 Thread 3552.0x3a0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 15 Thread 3552.0x14b8 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 14 Thread 3552.0x82c 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 13 Thread 3552.0x19f4 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 10 Thread 3552.0x15b4 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 9 Thread 3552.0x1208 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 7 Thread 3552.0x17a0 0x00000000771c9e6a in USER32!SfmDxSetSwapChainStats () from /cygdrive/c/Windows/system32/USER32.dll 6 Thread 3552.0x9e4 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 5 Thread 3552.0x1160 0x00000000779015fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 4 Thread 3552.0x19c0 0x000000007790186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 3 Thread 3552.0xad8 0x000000007790186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 2 Thread 3552.0x1888 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll * 1 Thread 3552.0x1590 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 Full backtrace for main thread #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0375 in die (msg=0x100a3a368 <STRING_BYTES_MAX+296> "VBLOCK_BYTES_MIN <= nbytes && nbytes <= VBLOCK_BYTES_MAX", file=0x100a3a020 <DEFAULT_REHASH_SIZE+40> "alloc.c", line=2830) at alloc.c:6833 No locals. #2 0x00000001005a8f2d in allocate_vector_from_block (nbytes=112) at alloc.c:2830 vector = 0x823f50 block = 0x1 index = 25769803776 restbytes = 8536096 #3 0x00000001005a9a49 in allocate_vectorlike (len=13) at alloc.c:3073 nbytes = 112 p = 0x824240 #4 0x00000001005a9b67 in allocate_pseudovector (memlen=13, lisplen=13, tag=PVEC_FONT) at alloc.c:3121 v = 0x0 i = 0 #5 0x00000001005e760c in font_make_spec () at font.c:179 font_spec = 4306704434 spec = 0x101171cc0 <bss_sbrk_buffer+6912704> #6 0x00000001005f46a1 in copy_font_spec (font=4313259205) at font.c:3921 new_spec = 4300328553 tail = 4306704434 prev = -4286422704 extra = 25790119285 i = 1 #7 0x00000001005f1547 in font_clear_prop (attrs=0x824110, prop=FONT_WIDTH_INDEX) at font.c:3029 font = 4313259205 #8 0x0000000100510bf2 in merge_face_vectors (f=0x600d7c148, from=0x823de0, to=0x824110, named_merge_points=0x823ea0) at xfaces.c:2229 i = 3 font = 4306704434 #9 0x0000000100510e57 in merge_named_face (f=0x600d7c148, face_name=25772574770, to=0x824110, named_merge_points=0x823ea0) at xfaces.c:2285 gcpro1 = { next = 0x6014fd805, var = 0x600000006, nvars = 8535760 } from = {4306705010, 4306743970, 4306743970, 4307145970, 4306692615, 4306743586, 4306743970, 4306743970, 4306743970, 25770661409, 4306743970, 4306743970, 4306743970, 4306743970, 4306743970, 4306743970, 4306743970, 4306743970, 4306743970} ok = 1 named_merge_point = { face_name = 25772574770, named_merge_point_kind = NAMED_MERGE_POINT_NORMAL, prev = 0x0 } #10 0x0000000100511924 in merge_face_ref (f=0x600d7c148, face_ref=25772574770, to=0x824110, err_msgs=1, named_merge_points=0x0) at xfaces.c:2550 ok = 1 #11 0x000000010051a904 in face_at_buffer_position (w=0x6011ae760, pos=92045, endptr=0x824268, limit=92145, mouse=0, base_face_id=0) at xfaces.c:6034 f = 0x600d7c148 attrs = {4306705010, 25770992513, 4302128233, 4307145970, 392, 4306743394, 4306743394, 4306704434, 4306704434, 25783556161, 25783556289, 4306704434, 4306704434, 4306704434, 4306704434, 4313259205, 4306704434, 25770993505, 4306743970} prop = 25772574770 position = 368180 i = 4299371409 noverlays = 0 overlay_vec = 0x823fa0 endpos = 92056 propname = 4306705010 limit1 = 368580 end = 368224 default_face = 0x601d48000 #12 0x00000001004338bb in handle_face_prop (it=0x8253b0) at xdisp.c:3974 new_face_id = 0 next_stop = 92056 #13 0x0000000100432671 in handle_stop (it=0x8253b0) at xdisp.c:3478 handled = HANDLED_NORMALLY handle_overlay_change_p = 1 p = 0x1006babb8 <it_props+24> #14 0x000000010044160d in next_element_from_buffer (it=0x8253b0) at xdisp.c:8293 success_p = true #15 0x000000010043d778 in get_next_display_element (it=0x8253b0) at xdisp.c:6925 success_p = 0 #16 0x000000010046d7a7 in display_line (it=0x8253b0) at xdisp.c:20191 x_before = 472 nglyphs = 1 ascent = 0 phys_ascent = 0 n_glyphs_before = 59 hpos_before = 59 x = 472 descent = 0 phys_descent = 0 row = 0x60394d400 overlay_arrow_string = 4306704434 wrap_it = { window = 25788344165, w = 0x6011ae760, f = 0x600d7c148, method = GET_FROM_BUFFER, stop_charpos = 92033, prev_stop = 91933, base_level_stop = 91933, end_charpos = 93701, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101080c48 <bss_sbrk_buffer+5925448>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 19, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 91919, bytepos = 91944 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 91980, bytepos = 92005 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 91933, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 20, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 115, len = 1, cmp_it = { stop_pos = 91985, 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 = 115, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25791813637, position = { charpos = 91980, bytepos = 92005 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60394d300, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 488, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 303, first_vpos = 1, vpos = 18, hpos = 61, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 92005, charpos = 91980, ch = 115, 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 = 92004, charpos = 91979, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 92003, charpos = 91978, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 92004, charpos = 91979, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 92005, charpos = 91980, type = STRONG_L, 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 = 92221, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6011ae760, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } wrap_data = 0x0 may_wrap = 1 wrap_x = 488 wrap_row_used = -1 wrap_row_ascent = 12 wrap_row_height = 16 wrap_row_phys_ascent = 12 wrap_row_phys_height = 16 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 91919 wrap_row_min_bpos = 91944 wrap_row_max_pos = 91979 wrap_row_max_bpos = 92004 cvpos = -1 min_pos = 91985 max_pos = 92044 min_bpos = 92010 max_bpos = 92069 pending_handle_line_prefix = false #17 0x00000001004608c0 in try_window (window=25788344165, pos=..., flags=1) at xdisp.c:16980 w = 0x6011ae760 it = { window = 25788344165, w = 0x6011ae760, f = 0x600d7c148, method = GET_FROM_BUFFER, stop_charpos = 92045, prev_stop = 92045, base_level_stop = 92045, end_charpos = 93701, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x101080c48 <bss_sbrk_buffer+5925448>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 20, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 91985, bytepos = 92010 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 92045, bytepos = 92070 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 92033, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306704434, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 20, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = WORD_WRAP, base_face_id = 0, c = 32, len = 1, cmp_it = { stop_pos = 92057, 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 = 4306704434, y = 4306704434, width = 4306704434, height = 4306704434 }, space_width = 4306704434, voffset = 0, tab_width = 2, font_height = 4306704434, object = 25791813637, position = { charpos = 92044, bytepos = 92069 }, truncation_pixel_width = 0, continuation_pixel_width = 8, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x60394d400, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 480, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 319, first_vpos = 1, vpos = 19, hpos = 60, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 92070, charpos = 92045, 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 = 92069, charpos = 92044, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, last_strong = { bytepos = 92008, charpos = 91983, 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 = 92069, charpos = 92044, type = STRONG_L, type_after_w1 = NEUTRAL_WS, orig_type = NEUTRAL_WS }, next_for_ws = { bytepos = 92071, charpos = 92046, type = NEUTRAL_ON, 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 = 92221, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306704434, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x6011ae760, paragraph_dir = L2R, separator_limit = -1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = NEUTRAL_DIR } last_text_row = 0x60394d300 f = 0x600d7c148 frame_line_height = 16 #18 0x000000010045d22e in redisplay_window (window=25788344165, just_this_one_p=true) at xdisp.c:16459 d2 = 6 d6 = 6 d1 = 11338720 d5 = 55876352 rtop = 55875392 rbot = 0 w = 0x6011ae760 f = 0x600d7c148 buffer = 0x6014fd800 old = 0x6014fd800 lpoint = { charpos = 93701, bytepos = 93726 } opoint = { charpos = 93701, bytepos = 93726 } startp = { charpos = 90516, bytepos = 90541 } update_mode_line = 1 tem = 0 it = { window = 8548064, w = 0x777dba76 <RtlFillMemory+22>, f = 0x6041aac00, method = 68857824, stop_charpos = 25769803778, prev_stop = 6, base_level_stop = 8548064, end_charpos = 4300326697, s = 0x6041aac06 "", string_nchars = 25838660614, redisplay_end_trigger_charpos = 6, multibyte_p = false, header_line_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x826f70, dpvec = 0x1005a886b <Fcons+277>, dpend = 0x6041aac06, dpvec_char_len = 11737138, dpvec_face_id = 1, saved_face_id = 7233374, ctl_chars = {4294967297, 8548160, 25838660608, 4302146205, 4306704434, 8548288, 4300901613, 4306704434, 4306704434, 4302146169, 4300943209, 25790017665, 8549968, 8548400, 4301399425, 0}, start = { pos = { charpos = 8549968, bytepos = 25838662550 }, overlay_string_index = 48, string_pos = { charpos = 4302146169, bytepos = 25838660614 }, dpvec_index = 11737138 }, current = { pos = { charpos = 48, bytepos = 25790447329 }, overlay_string_index = 4306704434, string_pos = { charpos = 4306704434, bytepos = 25771213714 }, dpvec_index = 8548464 }, n_overlay_strings = 4301076053, overlay_strings_charpos = 4305505543, overlay_strings = {4302146169, 4305505541, 8550032, 25790085603, 25790447329, 25790085584, 8548208, 4305536949, 10, 8548480, 1, 20, 4300325717, 4307138066, 10, 8550168}, string_overlays = {4310313245, 8548624, 4301081583, 25781437056, 8548728, 2, 4300900459, 25838635670, 4306704434, 8549456, 8549440, 8549472, 1, 4307020018, 19, 2}, string = 4300901613, from_overlay = 4306704434, stack = {{ string = 4305536949, string_nchars = 8548672, end_charpos = 8550168, stop_charpos = 4310313245, prev_stop = 16, base_level_stop = 8548864, cmp_it = { stop_pos = 4301399425, id = 3, ch = 8548720, rule_idx = 0, lookback = 4311828865, nglyphs = 8549440, reversed_p = false, charpos = 8549436, nchars = 68831894, nbytes = 6, from = 11737138, to = 1, width = 12170770 }, face_id = 11737138, u = { image = { object = 25838662550, slice = { x = 96, y = 8548720, width = 8549488, height = 25838662502 }, image_id = 25838662598 }, comp = { object = 25838662550 }, stretch = { object = 25838662550 } }, position = { charpos = 0, bytepos = 4310356138 }, current = { pos = { charpos = 4311828865, bytepos = 4310356128 }, overlay_string_index = 8555952, string_pos = { charpos = 4294967297, bytepos = 0 }, dpvec_index = 11737138 }, from_overlay = 4294967297, area = 8548712, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 8548832), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 11737136), voffset = 1, space_width = 6443720212, font_height = 25802992936 }, { string = 4, string_nchars = 0, end_charpos = 1, stop_charpos = 8551088, prev_stop = 3742232646, base_level_stop = 4305560904, cmp_it = { stop_pos = 4306704434, id = 3742232646, ch = 20213889, rule_idx = 6, lookback = 0, nglyphs = 11737138, reversed_p = true, charpos = 8550608, nchars = 3, nbytes = 0, from = 369664, to = 6, width = 19388854 }, face_id = 1409938, u = { image = { object = 0, slice = { x = 72057594037927936, y = 128, width = 4302146208, height = 20 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 256, bytepos = 25790119904 }, current = { pos = { charpos = 19, bytepos = 8549168 }, overlay_string_index = 4300332927, string_pos = { charpos = 4302149616, bytepos = 4294967308 }, dpvec_index = 8549200 }, from_overlay = 0, area = TEXT_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 7182320), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8548264), voffset = 0, space_width = 579825946217, font_height = 4302149621 }, { string = 8549968, string_nchars = 7178909, end_charpos = 8, stop_charpos = 8549360, prev_stop = 4301082845, base_level_stop = 4302146169, cmp_it = { stop_pos = 4302146205, id = 8, ch = 512, rule_idx = 0, lookback = 1, nglyphs = 8549968, reversed_p = false, charpos = 4302149616, nchars = 20, nbytes = 0, from = 1, to = 0, width = 8549664 }, face_id = 8549376, u = { image = { object = 4302149616, slice = { x = 512, y = 4300333119, width = 4302149621, height = 0 }, image_id = 25838662454 }, comp = { object = 4302149616 }, stretch = { object = 4302149616 } }, position = { charpos = 16, bytepos = 8549520 }, current = { pos = { charpos = 4301081583, bytepos = 25781437056 }, overlay_string_index = 1, string_pos = { charpos = 1, bytepos = 4301081583 }, dpvec_index = 8549472 }, from_overlay = 4300333119, area = 68858678, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 12), multibyte_p = false, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8549520), voffset = 0, space_width = 4300943175, font_height = 4307138066 }, { string = 19, string_nchars = 1, end_charpos = 4306704434, stop_charpos = 4306704434, prev_stop = 4302149621, base_level_stop = 1, cmp_it = { stop_pos = 0, id = 25838662454, ch = 16, rule_idx = 0, lookback = 8549696, nglyphs = 6108757, reversed_p = true, charpos = 2, nchars = 8549960, nbytes = 0, from = 8549776, to = 0, width = 6432129 }, face_id = 8549664, u = { image = { object = 4305536944, slice = { x = 8549664, y = 4300333087, width = 4305536949, height = 4294967306 }, image_id = 8549712 }, comp = { object = 4305536944 }, stretch = { object = 4305536944 } }, position = { charpos = 1, bytepos = 19 }, current = { pos = { charpos = 4300325717, bytepos = 4307138066 }, overlay_string_index = 10, string_pos = { charpos = 8551400, bytepos = 4310313245 }, dpvec_index = 8549856 }, from_overlay = 4301081583, area = 11633248, method = NUM_IT_METHODS, paragraph_embedding = (unknown: 8549960), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = WINDOW_WRAP, voffset = 0, space_width = 4300900459, font_height = 25838662454 }, { string = 4306704434, string_nchars = 8549640, end_charpos = 5, stop_charpos = 72, prev_stop = 4294967297, base_level_stop = 4307020018, cmp_it = { stop_pos = 18, id = 2, ch = 5934317, rule_idx = 1, lookback = 4306704434, nglyphs = 10569653, reversed_p = true, charpos = 8549904, nchars = 8551400, nbytes = 0, from = 15345949, to = 1, width = 16 }, face_id = 8550096, u = { image = { object = 4301399425, slice = { x = 3, y = 8549952, width = 4311828865, height = 0 }, image_id = 127 }, comp = { object = 4301399425 }, stretch = { object = 4301399425 } }, position = { charpos = 25838662454, bytepos = 4306704434 }, current = { pos = { charpos = 4307138066, bytepos = 4306704434 }, overlay_string_index = 68, string_pos = { charpos = 8550048, bytepos = 4300332927 }, dpvec_index = 8550064 }, from_overlay = 4300332927, area = 22009856, method = NUM_IT_METHODS, paragraph_embedding = (R2L | unknown: 4), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8550096), voffset = 0, space_width = 25791813632, font_height = 8550112 }}, sp = 22009856, selective = 8550112, what = 5365855, face_id = 1, selective_display_ellipsis_p = true, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = (WINDOW_WRAP | unknown: 4), base_face_id = 6, c = 6, len = 8550144, cmp_it = { stop_pos = 25791813632, id = 8550160, ch = 5358505, rule_idx = 1, lookback = 25791813637, nglyphs = 6, reversed_p = false, charpos = 25772513728, nchars = 93699, nbytes = 0, from = 8550224, to = 0, width = 6543491 }, char_to_display = 22009856, glyphless_method = 6, image_id = 25772513728, slice = { x = 25791813637, y = 25769803782, width = 72057594046478208, height = 25791813637 }, space_width = 8550368, voffset = -8590, tab_width = 99, font_height = 25772513728, object = 4294967302, position = { charpos = 25791813637, bytepos = 25791813632 }, truncation_pixel_width = 30640, continuation_pixel_width = 130, first_visible_x = 0, last_visible_x = 22009861, last_visible_y = 6, extra_line_spacing = 22009861, max_extra_line_spacing = 6, override_ascent = 22009856, override_descent = 6, override_boff = 8550352, glyph_row = 0x1005dc950 <Fassq+1202>, area = 11737138, nglyphs = 1, pixel_width = 6569388, ascent = 1, descent = 22009856, max_ascent = 6, max_descent = 6543491, phys_ascent = 1, phys_descent = 8550496, max_phys_ascent = 0, max_phys_descent = 6558908, current_x = 1, continuation_lines_width = 12114946, eol_pos = { charpos = 4306704434, bytepos = 93700 }, current_y = 2709952, first_vpos = 6, vpos = 11737138, hpos = 1, left_user_fringe_bitmap = 6194, right_user_fringe_bitmap = 179, left_user_fringe_face_id = 1, right_user_fringe_face_id = 161952, bidi_p = false, bidi_it = { bytepos = 4307082242, charpos = 8550480, ch = 6558431, nchars = 4306704434, ch_len = 4307082242, type = 8550401, type_after_w1 = UNKNOWN_BT, orig_type = 12114946, resolved_level = 1, invalid_levels = 8550528, invalid_rl_levels = 0, prev = { bytepos = 4301544075, charpos = 4306704434, type = 22009861, type_after_w1 = NEUTRAL_B, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 4307082242, charpos = 8550992, type = 6577955, type_after_w1 = STRONG_L, orig_type = 374800 }, next_for_neutral = { bytepos = 4307082242, charpos = 25791813637, type = 8550944, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 4294967296, type = RLI, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_for_ws = { bytepos = 8550672, charpos = 8550688, type = 5361663, type_after_w1 = STRONG_L, orig_type = 11737138 }, next_en_pos = 10, next_en_type = 8550736, ignore_bn_limit = 4301571190, sor = (R2L | unknown: 11737136), scan_dir = 1, disp_pos = 4307048080, disp_prop = 8550736, stack_idx = 0, level_stack = {{ level = 5361834, override = L2R }, { level = 8550768, override = NEUTRAL_DIR }, { level = 5365631, override = L2R }, { level = 22009856, override = (R2L | unknown: 4) }, { level = 6, override = NEUTRAL_DIR }, { level = 8550880, override = NEUTRAL_DIR }, { level = 6615109, override = L2R }, { level = 8550816, override = NEUTRAL_DIR }, { level = 22009856, override = (R2L | unknown: 4) }, { level = 8550816, override = NEUTRAL_DIR }, { level = 5365855, override = L2R }, { level = 22009861, override = (R2L | unknown: 4) }, { level = 6, override = L2R }, { level = 8550848, override = NEUTRAL_DIR }, { level = 22009856, override = (R2L | unknown: 4) }, { level = 8550864, override = NEUTRAL_DIR }, { level = 5358505, override = L2R }, { level = 22009861, override = (R2L | unknown: 4) }, { level = 6, override = (R2L | unknown: 4) }, { level = 5, override = NEUTRAL_DIR }, { level = 336, override = NEUTRAL_DIR }, { level = 22009856, override = (R2L | unknown: 4) }, { level = 6577547, override = L2R }, { level = 22009856, override = (R2L | unknown: 4) }, { level = 5, override = (unknown: 500) }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 12080789, override = L2R }, { level = 27812288, override = (R2L | unknown: 4) }, { level = 40, override = NEUTRAL_DIR }, { level = 8550592, override = NEUTRAL_DIR }, { level = 40, override = NEUTRAL_DIR }, { level = 8550608, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 22009856, override = (R2L | unknown: 4) }, { level = -1, override = (L2R | R2L | unknown: 4294967292) }, { level = 0, override = NEUTRAL_DIR }, { level = 12, override = NEUTRAL_DIR }, { level = 12, override = NEUTRAL_DIR }, { level = 8551152, override = NEUTRAL_DIR }, { level = 5784755, override = L2R }, { level = 374800, override = NEUTRAL_DIR }, { level = 93701, override = NEUTRAL_DIR }, { level = 22009861, override = (R2L | unknown: 4) }, { level = 8551088, override = NEUTRAL_DIR }, { level = 374752, override = NEUTRAL_DIR }, { level = 17518358, override = (R2L | unknown: 4) }, { level = 22009861, override = (R2L | unknown: 4) }, { level = 374804, override = NEUTRAL_DIR }, { level = 11737138, override = L2R }, { level = 11737138, override = L2R }, { level = 93701, override = NEUTRAL_DIR }, { level = 374804, override = NEUTRAL_DIR }, { level = 374804, override = NEUTRAL_DIR }, { level = 22009861, override = (R2L | unknown: 4) }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8551296, override = NEUTRAL_DIR }, { level = 5786873, override = L2R }, { level = 11737138, override = L2R }, { level = 12, override = NEUTRAL_DIR }, { level = 8551240, override = NEUTRAL_DIR }, { level = 93701, override = NEUTRAL_DIR }, { level = 18540384, override = (R2L | unknown: 4) }}, string = { lstring = 0, s = 0x100b31832 <bss_sbrk_buffer+357938> "", schars = 1, bufpos = 4302172933, from_disp_str = false, unibyte = false }, w = 0x16e05, paragraph_dir = (R2L | unknown: 93724), separator_limit = 93698, prev_was_pdf = true, first_elt = true, new_paragraph = true, frame_window_p = true }, paragraph_embedding = (R2L | unknown: 4294967292) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 15 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 93699 end_unchanged = 0 frame_line_height = 16 #19 0x00000001004546e6 in redisplay_window_1 (window=25788344165) at xdisp.c:14356 No locals. #20 0x00000001005d0c85 in internal_condition_case_1 (bfun=0x1004546a7 <redisplay_window_1>, arg=25788344165, handlers=4306686438, hfun=0x100454624 <redisplay_window_error>) at eval.c:1372 val = 4306704434 c = 0x60012dc00 #21 0x0000000100453813 in redisplay_internal () at xdisp.c:14002 mini_window = 25783944477 mini_frame = 0x828b20 w = 0x6011ae760 sw = 0x6011ae760 fr = 0x600d7c148 pending = 0 must_finish = false match_p = true tlbufpos = { charpos = 93668, bytepos = 93693 } tlendpos = { charpos = 0, bytepos = 0 } number_of_visible_frames = 2 count = 12 sf = 0x600d7c148 polling_stopped_here = 0 tail = 4306704434 frame = 4313246797 consider_all_windows_p = false update_miniwindow_p = false #22 0x0000000100453f08 in redisplay_preserve_echo_area (from_where=2) at xdisp.c:14185 No locals. #23 0x000000010041072a in Fredisplay (force=4306704434) at dispnew.c:5890 count = 12 #24 0x00000001005d4864 in Ffuncall (nargs=1, args=0x828d60) at eval.c:2812 fun = 4302020933 original_fun = 4307037954 funcar = 8555744 numargs = 0 lisp_numargs = 25791813637 val = 4306704434 internal_args = 0x828c90 i = 1 count = 11 #25 0x0000000100621734 in exec_byte_code (bytestr=4302172897, vector=4302172933, maxdepth=28, args_template=3076, nargs=1, args=0x8292b8) at bytecode.c:916 targets = {0x10062575f <exec_byte_code+20351>, 0x1006257ba <exec_byte_code+20442>, 0x1006257bc <exec_byte_code+20444>, 0x1006257be <exec_byte_code+20446>, 0x1006257c0 <exec_byte_code+20448>, 0x1006257c0 <exec_byte_code+20448>, 0x100625831 <exec_byte_code+20561>, 0x1006258ac <exec_byte_code+20684>, 0x100620c66 <exec_byte_code+1158>, 0x100620c68 <exec_byte_code+1160>, 0x100620c6a <exec_byte_code+1162>, 0x100620c6c <exec_byte_code+1164>, 0x100620c6e <exec_byte_code+1166>, 0x100620c6e <exec_byte_code+1166>, 0x100620c77 <exec_byte_code+1175>, 0x100620c31 <exec_byte_code+1105>, 0x1006212d7 <exec_byte_code+2807>, 0x1006212d9 <exec_byte_code+2809>, 0x1006212db <exec_byte_code+2811>, 0x1006212dd <exec_byte_code+2813>, 0x1006212df <exec_byte_code+2815>, 0x1006212df <exec_byte_code+2815>, 0x10062131d <exec_byte_code+2877>, 0x1006212e8 <exec_byte_code+2824>, 0x100621625 <exec_byte_code+3653>, 0x100621627 <exec_byte_code+3655>, 0x100621629 <exec_byte_code+3657>, 0x10062162b <exec_byte_code+3659>, 0x10062162d <exec_byte_code+3661>, 0x10062162d <exec_byte_code+3661>, 0x1006215d6 <exec_byte_code+3574>, 0x1006215f0 <exec_byte_code+3600>, 0x1006216f5 <exec_byte_code+3861>, 0x1006216f7 <exec_byte_code+3863>, 0x1006216f9 <exec_byte_code+3865>, 0x1006216fb <exec_byte_code+3867>, 0x1006216fd <exec_byte_code+3869>, 0x1006216fd <exec_byte_code+3869>, 0x1006216a6 <exec_byte_code+3782>, 0x1006216c0 <exec_byte_code+3808>, 0x1006217c5 <exec_byte_code+4069>, 0x1006217c7 <exec_byte_code+4071>, 0x1006217c9 <exec_byte_code+4073>, 0x1006217cb <exec_byte_code+4075>, 0x1006217cd <exec_byte_code+4077>, 0x1006217cd <exec_byte_code+4077>, 0x100621776 <exec_byte_code+3990>, 0x100621790 <exec_byte_code+4016>, 0x100622b06 <exec_byte_code+8998>, 0x100622867 <exec_byte_code+8327>, 0x10062285b <exec_byte_code+8315>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100622d95 <exec_byte_code+9653>, 0x100622ed2 <exec_byte_code+9970>, 0x100622f3c <exec_byte_code+10076>, 0x100622fa6 <exec_byte_code+10182>, 0x100623014 <exec_byte_code+10292>, 0x1006210eb <exec_byte_code+2315>, 0x100621172 <exec_byte_code+2450>, 0x100623097 <exec_byte_code+10423>, 0x100620ffe <exec_byte_code+2078>, 0x1006211e9 <exec_byte_code+2569>, 0x100623108 <exec_byte_code+10536>, 0x10062317f <exec_byte_code+10655>, 0x1006231d3 <exec_byte_code+10739>, 0x10062324a <exec_byte_code+10858>, 0x1006232a8 <exec_byte_code+10952>, 0x100623397 <exec_byte_code+11191>, 0x1006233eb <exec_byte_code+11275>, 0x100623462 <exec_byte_code+11394>, 0x1006234ff <exec_byte_code+11551>, 0x100623553 <exec_byte_code+11635>, 0x1006235a7 <exec_byte_code+11719>, 0x10062361e <exec_byte_code+11838>, 0x100623695 <exec_byte_code+11957>, 0x10062370c <exec_byte_code+12076>, 0x1006237a9 <exec_byte_code+12233>, 0x100623807 <exec_byte_code+12327>, 0x100623865 <exec_byte_code+12421>, 0x100623954 <exec_byte_code+12660>, 0x1006239f1 <exec_byte_code+12817>, 0x100623a8e <exec_byte_code+12974>, 0x100623d21 <exec_byte_code+13633>, 0x100623d9e <exec_byte_code+13758>, 0x100623e1b <exec_byte_code+13883>, 0x100623e98 <exec_byte_code+14008>, 0x100623f15 <exec_byte_code+14133>, 0x100623f73 <exec_byte_code+14227>, 0x100624014 <exec_byte_code+14388>, 0x100624072 <exec_byte_code+14482>, 0x1006240d0 <exec_byte_code+14576>, 0x10062412e <exec_byte_code+14670>, 0x100624261 <exec_byte_code+14977>, 0x1006226b7 <exec_byte_code+7895>, 0x1006242d2 <exec_byte_code+15090>, 0x100624326 <exec_byte_code+15174>, 0x10062440d <exec_byte_code+15405>, 0x10062447e <exec_byte_code+15518>, 0x1006244ef <exec_byte_code+15631>, 0x100624543 <exec_byte_code+15715>, 0x1006245a0 <exec_byte_code+15808>, 0x1006245fd <exec_byte_code+15901>, 0x100624662 <exec_byte_code+16002>, 0x10062575f <exec_byte_code+20351>, 0x1006246c0 <exec_byte_code+16096>, 0x10062470f <exec_byte_code+16175>, 0x10062475e <exec_byte_code+16254>, 0x1006247ad <exec_byte_code+16333>, 0x1006247fc <exec_byte_code+16412>, 0x10062484b <exec_byte_code+16491>, 0x1006226b7 <exec_byte_code+7895>, 0x10062575f <exec_byte_code+20351>, 0x10062489f <exec_byte_code+16575>, 0x1006248fd <exec_byte_code+16669>, 0x100624951 <exec_byte_code+16753>, 0x1006249a5 <exec_byte_code+16837>, 0x100624a1c <exec_byte_code+16956>, 0x100624a93 <exec_byte_code+17075>, 0x100624ae7 <exec_byte_code+17159>, 0x100624c31 <exec_byte_code+17489>, 0x100624ca8 <exec_byte_code+17608>, 0x100624d19 <exec_byte_code+17721>, 0x100624d8a <exec_byte_code+17834>, 0x100624dd9 <exec_byte_code+17913>, 0x10062575f <exec_byte_code+20351>, 0x1006225d3 <exec_byte_code+7667>, 0x100621883 <exec_byte_code+4259>, 0x100620e71 <exec_byte_code+1681>, 0x1006219dd <exec_byte_code+4605>, 0x100621b6a <exec_byte_code+5002>, 0x100621ceb <exec_byte_code+5387>, 0x100622547 <exec_byte_code+7527>, 0x100622593 <exec_byte_code+7603>, 0x100621574 <exec_byte_code+3476>, 0x10062266b <exec_byte_code+7819>, 0x1006226f4 <exec_byte_code+7956>, 0x10062278e <exec_byte_code+8110>, 0x1006227da <exec_byte_code+8186>, 0x100622b56 <exec_byte_code+9078>, 0x100622be7 <exec_byte_code+9223>, 0x100622c84 <exec_byte_code+9380>, 0x100622d00 <exec_byte_code+9504>, 0x100621832 <exec_byte_code+4178>, 0x100624e2d <exec_byte_code+17997>, 0x100624ebe <exec_byte_code+18142>, 0x100624f12 <exec_byte_code+18226>, 0x100624f66 <exec_byte_code+18310>, 0x100624fba <exec_byte_code+18394>, 0x10062500e <exec_byte_code+18478>, 0x10062507f <exec_byte_code+18591>, 0x1006250f0 <exec_byte_code+18704>, 0x100625161 <exec_byte_code+18817>, 0x1006251d2 <exec_byte_code+18930>, 0x10062535a <exec_byte_code+19322>, 0x1006253cb <exec_byte_code+19435>, 0x10062543c <exec_byte_code+19548>, 0x100625490 <exec_byte_code+19632>, 0x100625501 <exec_byte_code+19745>, 0x100625572 <exec_byte_code+19858>, 0x1006255ce <exec_byte_code+19950>, 0x10062562a <exec_byte_code+20042>, 0x10062418c <exec_byte_code+14764>, 0x1006241ea <exec_byte_code+14858>, 0x100625688 <exec_byte_code+20136>, 0x1006256f6 <exec_byte_code+20246>, 0x10062575f <exec_byte_code+20351>, 0x100621e6c <exec_byte_code+5772>, 0x100621f99 <exec_byte_code+6073>, 0x100622105 <exec_byte_code+6437>, 0x100622271 <exec_byte_code+6801>, 0x1006223dc <exec_byte_code+7164>, 0x100623306 <exec_byte_code+11046>, 0x1006238c3 <exec_byte_code+12515>, 0x10062437c <exec_byte_code+15260>, 0x10062594e <exec_byte_code+20846>, 0x1006259cc <exec_byte_code+20972>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625a71 <exec_byte_code+21137>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625b16 <exec_byte_code+21302> <repeats 64 times>} count = 11 op = 0 vectorp = 0x1006df308 <pure+123496> stack = { pc = 0x100a0a7cc <pure+3446572> "\210\311\031\314\311\307\005#)\211?\206\\", byte_string = 4302172897, byte_string_start = 0x100a0a78e <pure+3446510> "\001\247\203\022", next = 0x8292f0 } top = 0x828d60 result = 8556528 type = CONDITION_CASE #26 0x00000001005d50dd in funcall_lambda (fun=4302172853, nargs=1, arg_vector=0x8292b0) at eval.c:2979 val = 4300333119 syms_left = 3076 next = 4302172848 lexenv = 4302172848 count = 11 i = 8556992 optional = false rest = false #27 0x00000001005d4a79 in Ffuncall (nargs=2, args=0x8292a8) at eval.c:2861 fun = 4302172853 original_fun = 4310460418 funcar = 93700 numargs = 1 lisp_numargs = 25808102259 val = 4306761330 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300943209 count = 10 #28 0x0000000100621734 in exec_byte_code (bytestr=25791148577, vector=25790197549, maxdepth=8, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062575f <exec_byte_code+20351>, 0x1006257ba <exec_byte_code+20442>, 0x1006257bc <exec_byte_code+20444>, 0x1006257be <exec_byte_code+20446>, 0x1006257c0 <exec_byte_code+20448>, 0x1006257c0 <exec_byte_code+20448>, 0x100625831 <exec_byte_code+20561>, 0x1006258ac <exec_byte_code+20684>, 0x100620c66 <exec_byte_code+1158>, 0x100620c68 <exec_byte_code+1160>, 0x100620c6a <exec_byte_code+1162>, 0x100620c6c <exec_byte_code+1164>, 0x100620c6e <exec_byte_code+1166>, 0x100620c6e <exec_byte_code+1166>, 0x100620c77 <exec_byte_code+1175>, 0x100620c31 <exec_byte_code+1105>, 0x1006212d7 <exec_byte_code+2807>, 0x1006212d9 <exec_byte_code+2809>, 0x1006212db <exec_byte_code+2811>, 0x1006212dd <exec_byte_code+2813>, 0x1006212df <exec_byte_code+2815>, 0x1006212df <exec_byte_code+2815>, 0x10062131d <exec_byte_code+2877>, 0x1006212e8 <exec_byte_code+2824>, 0x100621625 <exec_byte_code+3653>, 0x100621627 <exec_byte_code+3655>, 0x100621629 <exec_byte_code+3657>, 0x10062162b <exec_byte_code+3659>, 0x10062162d <exec_byte_code+3661>, 0x10062162d <exec_byte_code+3661>, 0x1006215d6 <exec_byte_code+3574>, 0x1006215f0 <exec_byte_code+3600>, 0x1006216f5 <exec_byte_code+3861>, 0x1006216f7 <exec_byte_code+3863>, 0x1006216f9 <exec_byte_code+3865>, 0x1006216fb <exec_byte_code+3867>, 0x1006216fd <exec_byte_code+3869>, 0x1006216fd <exec_byte_code+3869>, 0x1006216a6 <exec_byte_code+3782>, 0x1006216c0 <exec_byte_code+3808>, 0x1006217c5 <exec_byte_code+4069>, 0x1006217c7 <exec_byte_code+4071>, 0x1006217c9 <exec_byte_code+4073>, 0x1006217cb <exec_byte_code+4075>, 0x1006217cd <exec_byte_code+4077>, 0x1006217cd <exec_byte_code+4077>, 0x100621776 <exec_byte_code+3990>, 0x100621790 <exec_byte_code+4016>, 0x100622b06 <exec_byte_code+8998>, 0x100622867 <exec_byte_code+8327>, 0x10062285b <exec_byte_code+8315>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100622d95 <exec_byte_code+9653>, 0x100622ed2 <exec_byte_code+9970>, 0x100622f3c <exec_byte_code+10076>, 0x100622fa6 <exec_byte_code+10182>, 0x100623014 <exec_byte_code+10292>, 0x1006210eb <exec_byte_code+2315>, 0x100621172 <exec_byte_code+2450>, 0x100623097 <exec_byte_code+10423>, 0x100620ffe <exec_byte_code+2078>, 0x1006211e9 <exec_byte_code+2569>, 0x100623108 <exec_byte_code+10536>, 0x10062317f <exec_byte_code+10655>, 0x1006231d3 <exec_byte_code+10739>, 0x10062324a <exec_byte_code+10858>, 0x1006232a8 <exec_byte_code+10952>, 0x100623397 <exec_byte_code+11191>, 0x1006233eb <exec_byte_code+11275>, 0x100623462 <exec_byte_code+11394>, 0x1006234ff <exec_byte_code+11551>, 0x100623553 <exec_byte_code+11635>, 0x1006235a7 <exec_byte_code+11719>, 0x10062361e <exec_byte_code+11838>, 0x100623695 <exec_byte_code+11957>, 0x10062370c <exec_byte_code+12076>, 0x1006237a9 <exec_byte_code+12233>, 0x100623807 <exec_byte_code+12327>, 0x100623865 <exec_byte_code+12421>, 0x100623954 <exec_byte_code+12660>, 0x1006239f1 <exec_byte_code+12817>, 0x100623a8e <exec_byte_code+12974>, 0x100623d21 <exec_byte_code+13633>, 0x100623d9e <exec_byte_code+13758>, 0x100623e1b <exec_byte_code+13883>, 0x100623e98 <exec_byte_code+14008>, 0x100623f15 <exec_byte_code+14133>, 0x100623f73 <exec_byte_code+14227>, 0x100624014 <exec_byte_code+14388>, 0x100624072 <exec_byte_code+14482>, 0x1006240d0 <exec_byte_code+14576>, 0x10062412e <exec_byte_code+14670>, 0x100624261 <exec_byte_code+14977>, 0x1006226b7 <exec_byte_code+7895>, 0x1006242d2 <exec_byte_code+15090>, 0x100624326 <exec_byte_code+15174>, 0x10062440d <exec_byte_code+15405>, 0x10062447e <exec_byte_code+15518>, 0x1006244ef <exec_byte_code+15631>, 0x100624543 <exec_byte_code+15715>, 0x1006245a0 <exec_byte_code+15808>, 0x1006245fd <exec_byte_code+15901>, 0x100624662 <exec_byte_code+16002>, 0x10062575f <exec_byte_code+20351>, 0x1006246c0 <exec_byte_code+16096>, 0x10062470f <exec_byte_code+16175>, 0x10062475e <exec_byte_code+16254>, 0x1006247ad <exec_byte_code+16333>, 0x1006247fc <exec_byte_code+16412>, 0x10062484b <exec_byte_code+16491>, 0x1006226b7 <exec_byte_code+7895>, 0x10062575f <exec_byte_code+20351>, 0x10062489f <exec_byte_code+16575>, 0x1006248fd <exec_byte_code+16669>, 0x100624951 <exec_byte_code+16753>, 0x1006249a5 <exec_byte_code+16837>, 0x100624a1c <exec_byte_code+16956>, 0x100624a93 <exec_byte_code+17075>, 0x100624ae7 <exec_byte_code+17159>, 0x100624c31 <exec_byte_code+17489>, 0x100624ca8 <exec_byte_code+17608>, 0x100624d19 <exec_byte_code+17721>, 0x100624d8a <exec_byte_code+17834>, 0x100624dd9 <exec_byte_code+17913>, 0x10062575f <exec_byte_code+20351>, 0x1006225d3 <exec_byte_code+7667>, 0x100621883 <exec_byte_code+4259>, 0x100620e71 <exec_byte_code+1681>, 0x1006219dd <exec_byte_code+4605>, 0x100621b6a <exec_byte_code+5002>, 0x100621ceb <exec_byte_code+5387>, 0x100622547 <exec_byte_code+7527>, 0x100622593 <exec_byte_code+7603>, 0x100621574 <exec_byte_code+3476>, 0x10062266b <exec_byte_code+7819>, 0x1006226f4 <exec_byte_code+7956>, 0x10062278e <exec_byte_code+8110>, 0x1006227da <exec_byte_code+8186>, 0x100622b56 <exec_byte_code+9078>, 0x100622be7 <exec_byte_code+9223>, 0x100622c84 <exec_byte_code+9380>, 0x100622d00 <exec_byte_code+9504>, 0x100621832 <exec_byte_code+4178>, 0x100624e2d <exec_byte_code+17997>, 0x100624ebe <exec_byte_code+18142>, 0x100624f12 <exec_byte_code+18226>, 0x100624f66 <exec_byte_code+18310>, 0x100624fba <exec_byte_code+18394>, 0x10062500e <exec_byte_code+18478>, 0x10062507f <exec_byte_code+18591>, 0x1006250f0 <exec_byte_code+18704>, 0x100625161 <exec_byte_code+18817>, 0x1006251d2 <exec_byte_code+18930>, 0x10062535a <exec_byte_code+19322>, 0x1006253cb <exec_byte_code+19435>, 0x10062543c <exec_byte_code+19548>, 0x100625490 <exec_byte_code+19632>, 0x100625501 <exec_byte_code+19745>, 0x100625572 <exec_byte_code+19858>, 0x1006255ce <exec_byte_code+19950>, 0x10062562a <exec_byte_code+20042>, 0x10062418c <exec_byte_code+14764>, 0x1006241ea <exec_byte_code+14858>, 0x100625688 <exec_byte_code+20136>, 0x1006256f6 <exec_byte_code+20246>, 0x10062575f <exec_byte_code+20351>, 0x100621e6c <exec_byte_code+5772>, 0x100621f99 <exec_byte_code+6073>, 0x100622105 <exec_byte_code+6437>, 0x100622271 <exec_byte_code+6801>, 0x1006223dc <exec_byte_code+7164>, 0x100623306 <exec_byte_code+11046>, 0x1006238c3 <exec_byte_code+12515>, 0x10062437c <exec_byte_code+15260>, 0x10062594e <exec_byte_code+20846>, 0x1006259cc <exec_byte_code+20972>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625a71 <exec_byte_code+21137>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625b16 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 1 vectorp = 0x601372f30 stack = { pc = 0x6012cb4c3 "\202k", byte_string = 25791148577, byte_string_start = 0x6012cb460 "\306 \030dSeX\203\016", next = 0x829840 } top = 0x8292a8 result = 4306704434 type = (unknown: 6) #29 0x00000001005d5511 in funcall_lambda (fun=25790592405, nargs=0, arg_vector=0x601372f2d) at eval.c:3045 val = 4300333119 syms_left = 4306704434 next = 25790592400 lexenv = 4306704434 count = 9 i = 0 optional = false rest = false #30 0x00000001005d4a79 in Ffuncall (nargs=1, args=0x8297e8) at eval.c:2861 fun = 25790592405 original_fun = 25790721314 funcar = 3258412 numargs = 0 lisp_numargs = 25781436640 val = 4306704434 internal_args = 0x3 i = 4306704434 count = 8 #31 0x0000000100621734 in exec_byte_code (bytestr=25791100033, vector=25790779077, maxdepth=16, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x10062575f <exec_byte_code+20351>, 0x1006257ba <exec_byte_code+20442>, 0x1006257bc <exec_byte_code+20444>, 0x1006257be <exec_byte_code+20446>, 0x1006257c0 <exec_byte_code+20448>, 0x1006257c0 <exec_byte_code+20448>, 0x100625831 <exec_byte_code+20561>, 0x1006258ac <exec_byte_code+20684>, 0x100620c66 <exec_byte_code+1158>, 0x100620c68 <exec_byte_code+1160>, 0x100620c6a <exec_byte_code+1162>, 0x100620c6c <exec_byte_code+1164>, 0x100620c6e <exec_byte_code+1166>, 0x100620c6e <exec_byte_code+1166>, 0x100620c77 <exec_byte_code+1175>, 0x100620c31 <exec_byte_code+1105>, 0x1006212d7 <exec_byte_code+2807>, 0x1006212d9 <exec_byte_code+2809>, 0x1006212db <exec_byte_code+2811>, 0x1006212dd <exec_byte_code+2813>, 0x1006212df <exec_byte_code+2815>, 0x1006212df <exec_byte_code+2815>, 0x10062131d <exec_byte_code+2877>, 0x1006212e8 <exec_byte_code+2824>, 0x100621625 <exec_byte_code+3653>, 0x100621627 <exec_byte_code+3655>, 0x100621629 <exec_byte_code+3657>, 0x10062162b <exec_byte_code+3659>, 0x10062162d <exec_byte_code+3661>, 0x10062162d <exec_byte_code+3661>, 0x1006215d6 <exec_byte_code+3574>, 0x1006215f0 <exec_byte_code+3600>, 0x1006216f5 <exec_byte_code+3861>, 0x1006216f7 <exec_byte_code+3863>, 0x1006216f9 <exec_byte_code+3865>, 0x1006216fb <exec_byte_code+3867>, 0x1006216fd <exec_byte_code+3869>, 0x1006216fd <exec_byte_code+3869>, 0x1006216a6 <exec_byte_code+3782>, 0x1006216c0 <exec_byte_code+3808>, 0x1006217c5 <exec_byte_code+4069>, 0x1006217c7 <exec_byte_code+4071>, 0x1006217c9 <exec_byte_code+4073>, 0x1006217cb <exec_byte_code+4075>, 0x1006217cd <exec_byte_code+4077>, 0x1006217cd <exec_byte_code+4077>, 0x100621776 <exec_byte_code+3990>, 0x100621790 <exec_byte_code+4016>, 0x100622b06 <exec_byte_code+8998>, 0x100622867 <exec_byte_code+8327>, 0x10062285b <exec_byte_code+8315>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100622d95 <exec_byte_code+9653>, 0x100622ed2 <exec_byte_code+9970>, 0x100622f3c <exec_byte_code+10076>, 0x100622fa6 <exec_byte_code+10182>, 0x100623014 <exec_byte_code+10292>, 0x1006210eb <exec_byte_code+2315>, 0x100621172 <exec_byte_code+2450>, 0x100623097 <exec_byte_code+10423>, 0x100620ffe <exec_byte_code+2078>, 0x1006211e9 <exec_byte_code+2569>, 0x100623108 <exec_byte_code+10536>, 0x10062317f <exec_byte_code+10655>, 0x1006231d3 <exec_byte_code+10739>, 0x10062324a <exec_byte_code+10858>, 0x1006232a8 <exec_byte_code+10952>, 0x100623397 <exec_byte_code+11191>, 0x1006233eb <exec_byte_code+11275>, 0x100623462 <exec_byte_code+11394>, 0x1006234ff <exec_byte_code+11551>, 0x100623553 <exec_byte_code+11635>, 0x1006235a7 <exec_byte_code+11719>, 0x10062361e <exec_byte_code+11838>, 0x100623695 <exec_byte_code+11957>, 0x10062370c <exec_byte_code+12076>, 0x1006237a9 <exec_byte_code+12233>, 0x100623807 <exec_byte_code+12327>, 0x100623865 <exec_byte_code+12421>, 0x100623954 <exec_byte_code+12660>, 0x1006239f1 <exec_byte_code+12817>, 0x100623a8e <exec_byte_code+12974>, 0x100623d21 <exec_byte_code+13633>, 0x100623d9e <exec_byte_code+13758>, 0x100623e1b <exec_byte_code+13883>, 0x100623e98 <exec_byte_code+14008>, 0x100623f15 <exec_byte_code+14133>, 0x100623f73 <exec_byte_code+14227>, 0x100624014 <exec_byte_code+14388>, 0x100624072 <exec_byte_code+14482>, 0x1006240d0 <exec_byte_code+14576>, 0x10062412e <exec_byte_code+14670>, 0x100624261 <exec_byte_code+14977>, 0x1006226b7 <exec_byte_code+7895>, 0x1006242d2 <exec_byte_code+15090>, 0x100624326 <exec_byte_code+15174>, 0x10062440d <exec_byte_code+15405>, 0x10062447e <exec_byte_code+15518>, 0x1006244ef <exec_byte_code+15631>, 0x100624543 <exec_byte_code+15715>, 0x1006245a0 <exec_byte_code+15808>, 0x1006245fd <exec_byte_code+15901>, 0x100624662 <exec_byte_code+16002>, 0x10062575f <exec_byte_code+20351>, 0x1006246c0 <exec_byte_code+16096>, 0x10062470f <exec_byte_code+16175>, 0x10062475e <exec_byte_code+16254>, 0x1006247ad <exec_byte_code+16333>, 0x1006247fc <exec_byte_code+16412>, 0x10062484b <exec_byte_code+16491>, 0x1006226b7 <exec_byte_code+7895>, 0x10062575f <exec_byte_code+20351>, 0x10062489f <exec_byte_code+16575>, 0x1006248fd <exec_byte_code+16669>, 0x100624951 <exec_byte_code+16753>, 0x1006249a5 <exec_byte_code+16837>, 0x100624a1c <exec_byte_code+16956>, 0x100624a93 <exec_byte_code+17075>, 0x100624ae7 <exec_byte_code+17159>, 0x100624c31 <exec_byte_code+17489>, 0x100624ca8 <exec_byte_code+17608>, 0x100624d19 <exec_byte_code+17721>, 0x100624d8a <exec_byte_code+17834>, 0x100624dd9 <exec_byte_code+17913>, 0x10062575f <exec_byte_code+20351>, 0x1006225d3 <exec_byte_code+7667>, 0x100621883 <exec_byte_code+4259>, 0x100620e71 <exec_byte_code+1681>, 0x1006219dd <exec_byte_code+4605>, 0x100621b6a <exec_byte_code+5002>, 0x100621ceb <exec_byte_code+5387>, 0x100622547 <exec_byte_code+7527>, 0x100622593 <exec_byte_code+7603>, 0x100621574 <exec_byte_code+3476>, 0x10062266b <exec_byte_code+7819>, 0x1006226f4 <exec_byte_code+7956>, 0x10062278e <exec_byte_code+8110>, 0x1006227da <exec_byte_code+8186>, 0x100622b56 <exec_byte_code+9078>, 0x100622be7 <exec_byte_code+9223>, 0x100622c84 <exec_byte_code+9380>, 0x100622d00 <exec_byte_code+9504>, 0x100621832 <exec_byte_code+4178>, 0x100624e2d <exec_byte_code+17997>, 0x100624ebe <exec_byte_code+18142>, 0x100624f12 <exec_byte_code+18226>, 0x100624f66 <exec_byte_code+18310>, 0x100624fba <exec_byte_code+18394>, 0x10062500e <exec_byte_code+18478>, 0x10062507f <exec_byte_code+18591>, 0x1006250f0 <exec_byte_code+18704>, 0x100625161 <exec_byte_code+18817>, 0x1006251d2 <exec_byte_code+18930>, 0x10062535a <exec_byte_code+19322>, 0x1006253cb <exec_byte_code+19435>, 0x10062543c <exec_byte_code+19548>, 0x100625490 <exec_byte_code+19632>, 0x100625501 <exec_byte_code+19745>, 0x100625572 <exec_byte_code+19858>, 0x1006255ce <exec_byte_code+19950>, 0x10062562a <exec_byte_code+20042>, 0x10062418c <exec_byte_code+14764>, 0x1006241ea <exec_byte_code+14858>, 0x100625688 <exec_byte_code+20136>, 0x1006256f6 <exec_byte_code+20246>, 0x10062575f <exec_byte_code+20351>, 0x100621e6c <exec_byte_code+5772>, 0x100621f99 <exec_byte_code+6073>, 0x100622105 <exec_byte_code+6437>, 0x100622271 <exec_byte_code+6801>, 0x1006223dc <exec_byte_code+7164>, 0x100623306 <exec_byte_code+11046>, 0x1006238c3 <exec_byte_code+12515>, 0x10062437c <exec_byte_code+15260>, 0x10062594e <exec_byte_code+20846>, 0x1006259cc <exec_byte_code+20972>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625a71 <exec_byte_code+21137>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625b16 <exec_byte_code+21302> <repeats 64 times>} count = 5 op = 0 vectorp = 0x601400ec8 stack = { pc = 0x6012cb995 "\203#", byte_string = 25791100033, byte_string_start = 0x6012cb980 "\306\030\t\306\032\033\307 \203\023", next = 0x829eb0 } top = 0x8297e8 result = 4306315424 type = CONDITION_CASE #32 0x00000001006207b9 in Fbyte_code (bytestr=25791100033, vector=25790779077, maxdepth=16) at bytecode.c:482 No locals. #33 0x00000001005d3128 in eval_sub (form=25780323942) at eval.c:2188 numargs = 12 args_left = 4306704434 i = 3 maxargs = 3 argvals = {25791100033, 25790779077, 16, 4301040399, 8584960, 32, 8559792, 4300332927} fun = 4305545893 val = 0 original_fun = 4307030786 original_args = 25780323958 funcar = 4300326697 gcpro1 = { next = 0x829d00, var = 0x10051df7f <PSEUDOVECTORP+61>, nvars = 25791813632 } gcpro2 = { next = 0x0, var = 0x60149b810, nvars = 8558880 } gcpro3 = { next = 0x60149b810, var = 0x829c40, nvars = 3 } count = 4 #34 0x00000001005d094f in internal_lisp_condition_case (var=4306704434, bodyform=25780323942, handlers=25780319622) at eval.c:1317 val = 4306704434 c = 0x600084600 oldhandlerlist = 0x600084e00 clausenb = 1 #35 0x0000000100622c42 in exec_byte_code (bytestr=25791100321, vector=25790915765, maxdepth=12, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:1162 handlers = 25780319622 body = 25780323942 targets = {0x10062575f <exec_byte_code+20351>, 0x1006257ba <exec_byte_code+20442>, 0x1006257bc <exec_byte_code+20444>, 0x1006257be <exec_byte_code+20446>, 0x1006257c0 <exec_byte_code+20448>, 0x1006257c0 <exec_byte_code+20448>, 0x100625831 <exec_byte_code+20561>, 0x1006258ac <exec_byte_code+20684>, 0x100620c66 <exec_byte_code+1158>, 0x100620c68 <exec_byte_code+1160>, 0x100620c6a <exec_byte_code+1162>, 0x100620c6c <exec_byte_code+1164>, 0x100620c6e <exec_byte_code+1166>, 0x100620c6e <exec_byte_code+1166>, 0x100620c77 <exec_byte_code+1175>, 0x100620c31 <exec_byte_code+1105>, 0x1006212d7 <exec_byte_code+2807>, 0x1006212d9 <exec_byte_code+2809>, 0x1006212db <exec_byte_code+2811>, 0x1006212dd <exec_byte_code+2813>, 0x1006212df <exec_byte_code+2815>, 0x1006212df <exec_byte_code+2815>, 0x10062131d <exec_byte_code+2877>, 0x1006212e8 <exec_byte_code+2824>, 0x100621625 <exec_byte_code+3653>, 0x100621627 <exec_byte_code+3655>, 0x100621629 <exec_byte_code+3657>, 0x10062162b <exec_byte_code+3659>, 0x10062162d <exec_byte_code+3661>, 0x10062162d <exec_byte_code+3661>, 0x1006215d6 <exec_byte_code+3574>, 0x1006215f0 <exec_byte_code+3600>, 0x1006216f5 <exec_byte_code+3861>, 0x1006216f7 <exec_byte_code+3863>, 0x1006216f9 <exec_byte_code+3865>, 0x1006216fb <exec_byte_code+3867>, 0x1006216fd <exec_byte_code+3869>, 0x1006216fd <exec_byte_code+3869>, 0x1006216a6 <exec_byte_code+3782>, 0x1006216c0 <exec_byte_code+3808>, 0x1006217c5 <exec_byte_code+4069>, 0x1006217c7 <exec_byte_code+4071>, 0x1006217c9 <exec_byte_code+4073>, 0x1006217cb <exec_byte_code+4075>, 0x1006217cd <exec_byte_code+4077>, 0x1006217cd <exec_byte_code+4077>, 0x100621776 <exec_byte_code+3990>, 0x100621790 <exec_byte_code+4016>, 0x100622b06 <exec_byte_code+8998>, 0x100622867 <exec_byte_code+8327>, 0x10062285b <exec_byte_code+8315>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100622d95 <exec_byte_code+9653>, 0x100622ed2 <exec_byte_code+9970>, 0x100622f3c <exec_byte_code+10076>, 0x100622fa6 <exec_byte_code+10182>, 0x100623014 <exec_byte_code+10292>, 0x1006210eb <exec_byte_code+2315>, 0x100621172 <exec_byte_code+2450>, 0x100623097 <exec_byte_code+10423>, 0x100620ffe <exec_byte_code+2078>, 0x1006211e9 <exec_byte_code+2569>, 0x100623108 <exec_byte_code+10536>, 0x10062317f <exec_byte_code+10655>, 0x1006231d3 <exec_byte_code+10739>, 0x10062324a <exec_byte_code+10858>, 0x1006232a8 <exec_byte_code+10952>, 0x100623397 <exec_byte_code+11191>, 0x1006233eb <exec_byte_code+11275>, 0x100623462 <exec_byte_code+11394>, 0x1006234ff <exec_byte_code+11551>, 0x100623553 <exec_byte_code+11635>, 0x1006235a7 <exec_byte_code+11719>, 0x10062361e <exec_byte_code+11838>, 0x100623695 <exec_byte_code+11957>, 0x10062370c <exec_byte_code+12076>, 0x1006237a9 <exec_byte_code+12233>, 0x100623807 <exec_byte_code+12327>, 0x100623865 <exec_byte_code+12421>, 0x100623954 <exec_byte_code+12660>, 0x1006239f1 <exec_byte_code+12817>, 0x100623a8e <exec_byte_code+12974>, 0x100623d21 <exec_byte_code+13633>, 0x100623d9e <exec_byte_code+13758>, 0x100623e1b <exec_byte_code+13883>, 0x100623e98 <exec_byte_code+14008>, 0x100623f15 <exec_byte_code+14133>, 0x100623f73 <exec_byte_code+14227>, 0x100624014 <exec_byte_code+14388>, 0x100624072 <exec_byte_code+14482>, 0x1006240d0 <exec_byte_code+14576>, 0x10062412e <exec_byte_code+14670>, 0x100624261 <exec_byte_code+14977>, 0x1006226b7 <exec_byte_code+7895>, 0x1006242d2 <exec_byte_code+15090>, 0x100624326 <exec_byte_code+15174>, 0x10062440d <exec_byte_code+15405>, 0x10062447e <exec_byte_code+15518>, 0x1006244ef <exec_byte_code+15631>, 0x100624543 <exec_byte_code+15715>, 0x1006245a0 <exec_byte_code+15808>, 0x1006245fd <exec_byte_code+15901>, 0x100624662 <exec_byte_code+16002>, 0x10062575f <exec_byte_code+20351>, 0x1006246c0 <exec_byte_code+16096>, 0x10062470f <exec_byte_code+16175>, 0x10062475e <exec_byte_code+16254>, 0x1006247ad <exec_byte_code+16333>, 0x1006247fc <exec_byte_code+16412>, 0x10062484b <exec_byte_code+16491>, 0x1006226b7 <exec_byte_code+7895>, 0x10062575f <exec_byte_code+20351>, 0x10062489f <exec_byte_code+16575>, 0x1006248fd <exec_byte_code+16669>, 0x100624951 <exec_byte_code+16753>, 0x1006249a5 <exec_byte_code+16837>, 0x100624a1c <exec_byte_code+16956>, 0x100624a93 <exec_byte_code+17075>, 0x100624ae7 <exec_byte_code+17159>, 0x100624c31 <exec_byte_code+17489>, 0x100624ca8 <exec_byte_code+17608>, 0x100624d19 <exec_byte_code+17721>, 0x100624d8a <exec_byte_code+17834>, 0x100624dd9 <exec_byte_code+17913>, 0x10062575f <exec_byte_code+20351>, 0x1006225d3 <exec_byte_code+7667>, 0x100621883 <exec_byte_code+4259>, 0x100620e71 <exec_byte_code+1681>, 0x1006219dd <exec_byte_code+4605>, 0x100621b6a <exec_byte_code+5002>, 0x100621ceb <exec_byte_code+5387>, 0x100622547 <exec_byte_code+7527>, 0x100622593 <exec_byte_code+7603>, 0x100621574 <exec_byte_code+3476>, 0x10062266b <exec_byte_code+7819>, 0x1006226f4 <exec_byte_code+7956>, 0x10062278e <exec_byte_code+8110>, 0x1006227da <exec_byte_code+8186>, 0x100622b56 <exec_byte_code+9078>, 0x100622be7 <exec_byte_code+9223>, 0x100622c84 <exec_byte_code+9380>, 0x100622d00 <exec_byte_code+9504>, 0x100621832 <exec_byte_code+4178>, 0x100624e2d <exec_byte_code+17997>, 0x100624ebe <exec_byte_code+18142>, 0x100624f12 <exec_byte_code+18226>, 0x100624f66 <exec_byte_code+18310>, 0x100624fba <exec_byte_code+18394>, 0x10062500e <exec_byte_code+18478>, 0x10062507f <exec_byte_code+18591>, 0x1006250f0 <exec_byte_code+18704>, 0x100625161 <exec_byte_code+18817>, 0x1006251d2 <exec_byte_code+18930>, 0x10062535a <exec_byte_code+19322>, 0x1006253cb <exec_byte_code+19435>, 0x10062543c <exec_byte_code+19548>, 0x100625490 <exec_byte_code+19632>, 0x100625501 <exec_byte_code+19745>, 0x100625572 <exec_byte_code+19858>, 0x1006255ce <exec_byte_code+19950>, 0x10062562a <exec_byte_code+20042>, 0x10062418c <exec_byte_code+14764>, 0x1006241ea <exec_byte_code+14858>, 0x100625688 <exec_byte_code+20136>, 0x1006256f6 <exec_byte_code+20246>, 0x10062575f <exec_byte_code+20351>, 0x100621e6c <exec_byte_code+5772>, 0x100621f99 <exec_byte_code+6073>, 0x100622105 <exec_byte_code+6437>, 0x100622271 <exec_byte_code+6801>, 0x1006223dc <exec_byte_code+7164>, 0x100623306 <exec_byte_code+11046>, 0x1006238c3 <exec_byte_code+12515>, 0x10062437c <exec_byte_code+15260>, 0x10062594e <exec_byte_code+20846>, 0x1006259cc <exec_byte_code+20972>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625a71 <exec_byte_code+21137>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x10062575f <exec_byte_code+20351>, 0x100625b16 <exec_byte_code+21302> <repeats 64 times>} count = 4 op = 143 vectorp = 0x6014224b8 stack = { pc = 0x6012cb970 "\207", byte_string = 25791100321, byte_string_start = 0x6012cb968 "\b\205\b", next = 0x0 } top = 0x829e68 result = 25796022031 type = (unknown: 6) #36 0x00000001005d5511 in funcall_lambda (fun=25790778109, nargs=0, arg_vector=0x6014224b5) at eval.c:3045 val = 4300333119 syms_left = 4306704434 next = 25790778104 lexenv = 4306704434 count = 4 i = 0 optional = false rest = false #37 0x00000001005d4a79 in Ffuncall (nargs=1, args=0x82a3d0) at eval.c:2861 fun = 25790778109 original_fun = 25790796114 funcar = 4302966384 numargs = 0 lisp_numargs = 2 val = 25796022031 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 25782358848 count = 3 #38 0x00000001005d4147 in call0 (fn=25790796114) at eval.c:2596 ret_ungc_val = 25796022031 gcpro1 = { next = 0x100acc3b0 <o_fwd>, var = 0x1005b0b59 <XOBJFWD+38>, nvars = 8561632 } #39 0x0000000100527f47 in safe_run_hooks_1 () at keyboard.c:1875 No locals. #40 0x00000001005d0ae0 in internal_condition_case (bfun=0x100527ea1 <safe_run_hooks_1>, handlers=4306704482, hfun=0x100527f4d <safe_run_hooks_error>) at eval.c:1348 val = 25796022031 c = 0x600084e00 #41 0x0000000100528410 in safe_run_hook_funcall (nargs=1, args=0x82a570) at keyboard.c:1930 No locals. #42 0x00000001005d3ffb in run_hook_with_args (nargs=1, args=0x82a570, funcall=0x10052834f <safe_run_hook_funcall>) at eval.c:2548 global_vals = 4306704434 sym = 4306758210 val = 25787310342 ret = 4306704434 gcpro1 = { next = 0x100b7e002 <bss_sbrk_buffer+671234>, var = 0x100b3ea42 <bss_sbrk_buffer+411714>, nvars = 4306704434 } gcpro2 = { next = 0x82a550, var = 0x600b18060, nvars = 8562016 } gcpro3 = { next = 0x82a4d0, var = 0x10051def6 <BUFFER_OBJFWDP+21>, nvars = 4306315952 } #43 0x0000000100528460 in safe_run_hooks (hook=25790796114) at keyboard.c:1947 count = 2 #44 0x0000000100526c71 in command_loop_1 () at keyboard.c:1573 cmd = 4306757922 keybuf = {440, 76, 4, 8562160, 0, 0, 4306762642, 25822717590, 4302049473, 4303001653, 8562336, 0, 4, 4306704434, 8562368, 4300364588, 4306762642, 25822717590, 4302049473, 4303001653, 4310377314, 0, 8562432, 4300364221, 25822717590, 8562336, 4307018688, 4306704434, 8563200, 8563424} i = 1 prev_modiff = 14039 prev_buffer = 0x6014fd800 already_adjusted = false #45 0x00000001005d0ae0 in internal_condition_case (bfun=0x10052627f <command_loop_1>, handlers=4306770594, hfun=0x10052580a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #46 0x0000000100525e4d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #47 0x00000001005cfe31 in internal_catch (tag=4306762690, func=0x100525e1b <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #48 0x0000000100525ddc in command_loop () at keyboard.c:1156 No locals. #49 0x000000010052526b in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #50 0x000000010052549d in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #51 0x0000000100523165 in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000p\020d\371\003\000\000\000\331\300\023\200\001\000\000\000\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "redisplay_internal (C function)" (0xad9c98) "redisplay" (0x828d68) "sit-for" (0x8292b0) "flyspell-check-word-p" (0x8297f0) "byte-code" (0x829c40) "flyspell-post-command-hook" (0x82a3d8) Full backtrace for thread 2 #0 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe051a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x00000000777a0a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 3 #0 0x000000007790186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x00000000778cb037 in ntdll!TpIsTimerSet () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #2 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 4 #0 0x000000007790186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe051430 in KERNELBASE!GetCurrentProcess () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 5 #0 0x00000000779015fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe051203 in SleepEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x000000018010d970 in thread_pipe(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #8 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #9 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 6 #0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe0510dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 7 #0 0x000007fefe0f27b0 in GetLayout () from /cygdrive/c/Windows/system32/GDI32.dll No symbol table info available. #1 0x00000000771c8569 in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #2 0x00000000771c87fc in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #3 0x00000000771c8216 in USER32!SetRectEmpty () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #4 0x00000000771c8d0c in USER32!DrawTextExW () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #5 0x000007fefc2c28c1 in UxTheme!GetThemeTextExtent () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #6 0x000007fefc2c27ef in UxTheme!GetThemeTextExtent () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #7 0x000007fefc2c4a85 in UxTheme!GetThemePartSize () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #8 0x000007fefc2c3b54 in UxTheme!GetThemePartSize () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #9 0x000007fefc2c7d41 in UxTheme!DrawThemeParentBackground () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #10 0x000007fefc2ce520 in UxTheme!ThemeInitApiHook () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #11 0x000007fefc2c168e in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #12 0x000007fefc2c1445 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #13 0x00000000771c89d3 in USER32!GetWindowDC () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #14 0x000000010065cf9c in w32_wnd_proc (hwnd=<error reading variable: Cannot access memory at address 0x2fd>, msg=<error reading variable: Cannot access memory at address 0x305>, wParam=<error reading variable: Cannot access memory at address 0x30d>, lParam=<error reading variable: Cannot access memory at address 0x315>) at w32fns.c:4057 f = <error reading variable f (Cannot access memory at address 0x295)> dpyinfo = <error reading variable dpyinfo (Cannot access memory at address 0x29d)> wmsg = <error reading variable wmsg (Cannot access memory at address 0x15d)> windows_translate = <error reading variable windows_translate (Cannot access memory at address 0x2c9)> key = <error reading variable key (Cannot access memory at address 0x2c5)> Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 9 #0 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe051a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x00000000777a0a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 10 #0 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe051a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x00000000777a0a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 13 #0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe0510dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 14 #0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe0510dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 15 #0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe0510dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 16 #0 0x00000000779012fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefe0510dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 4:16 ` aidalgol @ 2014-10-22 15:24 ` Eli Zaretskii 2014-10-22 17:16 ` Eli Zaretskii 1 sibling, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-22 15:24 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 22 Oct 2014 17:16:36 +1300 > From: aidalgol@amuri.net > > Another full backtrace (of all threads). > > alloc.c:2830: Emacs fatal error: assertion failed: VBLOCK_BYTES_MIN <= > nbytes && nbytes <= VBLOCK_BYTES_MAX And another bogus assertion: > #1 0x00000001005b0375 in die (msg=0x100a3a368 <STRING_BYTES_MAX+296> "VBLOCK_BYTES_MIN <= nbytes && nbytes <= VBLOCK_BYTES_MAX", file=0x100a3a020 <DEFAULT_REHASH_SIZE+40> "alloc.c", line=2830) at alloc.c:6833 > No locals. > #2 0x00000001005a8f2d in allocate_vector_from_block (nbytes=112) at alloc.c:2830 > vector = 0x823f50 > block = 0x1 > index = 25769803776 > restbytes = 8536096 > #3 0x00000001005a9a49 in allocate_vectorlike (len=13) at alloc.c:3073 > nbytes = 112 > p = 0x824240 'nbytes' is 112, which is perfectly within valid limits (VBLOCK_BYTES_MIN is 8 and VBLOCK_BYTES_MAX is around 2000). ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 4:16 ` aidalgol 2014-10-22 15:24 ` Eli Zaretskii @ 2014-10-22 17:16 ` Eli Zaretskii 2014-10-22 20:39 ` Ken Brown 2014-10-23 4:15 ` aidalgol 1 sibling, 2 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-22 17:16 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 22 Oct 2014 17:16:36 +1300 > From: aidalgol@amuri.net > > Full backtrace for thread 9 > #0 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll > No symbol table info available. > #1 0x000007fefe051a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll > No symbol table info available. > #2 0x00000000777a0a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll > No symbol table info available. > #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll > No symbol table info available. > #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #8 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll > No symbol table info available. > #9 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll > No symbol table info available. > #10 0x0000000000000000 in ?? () > No symbol table info available. > Backtrace stopped: previous frame inner to this frame (corrupt stack?) > > Full backtrace for thread 10 > #0 0x000000007790131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll > No symbol table info available. > #1 0x000007fefe051a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll > No symbol table info available. > #2 0x00000000777a0a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll > No symbol table info available. > #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll > No symbol table info available. > #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll > No symbol table info available. > #8 0x00000000777a59ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll > No symbol table info available. > #9 0x00000000778dc541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll > No symbol table info available. > #10 0x0000000000000000 in ?? () > No symbol table info available. > Backtrace stopped: previous frame inner to this frame (corrupt stack?) These 2 threads seem to be waiting on a pipe to a subprocess. Any idea which 2 subprocesses were running at the time? Also, is there any pattern to what Emacs is doing when these assertion violations and segfaults happen? Is it idle, or are you typing something, and if the latter, what were you doing immediately prior to the crash? Thanks. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 17:16 ` Eli Zaretskii @ 2014-10-22 20:39 ` Ken Brown 2014-10-23 20:38 ` aidalgol 2014-10-23 21:54 ` aidalgol 2014-10-23 4:15 ` aidalgol 1 sibling, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-10-22 20:39 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 Here's one more random idea. In case this problem is caused by a bug in one of the libraries that Emacs depends on, I wonder if it would be useful for Aidan to build emacs so that it depends on only those libraries that he absolutely needs. (Aidan, you can use cygcheck or ldd to see which DLLs Emacs pulls in.) If, by some miracle, the crashes and assertion violations stop, he can add them back in one by one to see which one is the culprit. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 20:39 ` Ken Brown @ 2014-10-23 20:38 ` aidalgol 2014-10-23 21:54 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: aidalgol @ 2014-10-23 20:38 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 6777 bytes --] On Wed, 22 Oct 2014 16:39:42 -0400, Ken Brown wrote: > Here's one more random idea. In case this problem is caused by a bug > in one of the libraries that Emacs depends on, I wonder if it would > be > useful for Aidan to build emacs so that it depends on only those > libraries that he absolutely needs. (Aidan, you can use cygcheck or > ldd to see which DLLs Emacs pulls in.) If, by some miracle, the > crashes and assertion violations stop, he can add them back in one by > one to see which one is the culprit. OK, last backtrace before moving to a minimal build. Here's the output of ldd on my current emacs build: $ ldd emacs.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x76ff0000) kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x76d70000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x7fefd6b0000) cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) cyggio-2.0-0.dll => /usr/bin/cyggio-2.0-0.dll (0x3fd680000) cygglib-2.0-0.dll => /usr/bin/cygglib-2.0-0.dll (0x3fd540000) cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3fd0f0000) cygintl-8.dll => /usr/bin/cygintl-8.dll (0x3fafc0000) cygpcre-1.dll => /usr/bin/cygpcre-1.dll (0x3fa460000) cyggmodule-2.0-0.dll => /usr/bin/cyggmodule-2.0-0.dll (0x3fd530000) cyggobject-2.0-0.dll => /usr/bin/cyggobject-2.0-0.dll (0x3fd300000) cygffi-6.dll => /usr/bin/cygffi-6.dll (0x3fdd90000) cygz.dll => /usr/bin/cygz.dll (0x3f9620000) cygjpeg-8.dll => /usr/bin/cygjpeg-8.dll (0x3fad70000) cygMagickCore-5.dll => /usr/bin/cygMagickCore-5.dll (0x3fe9a0000) cyggomp-1.dll => /usr/bin/cyggomp-1.dll (0x3fd2e0000) cyggcc_s-seh-1.dll => /usr/bin/cyggcc_s-seh-1.dll (0x3fd890000) cygautotrace-3.dll => /usr/bin/cygautotrace-3.dll (0x3fe460000) cygming-1.dll => /usr/bin/cygming-1.dll (0x3fa920000) cygfreetype-6.dll => /usr/bin/cygfreetype-6.dll (0x3fd8b0000) cygbz2-1.dll => /usr/bin/cygbz2-1.dll (0x3fe400000) cygpng15-15.dll => /usr/bin/cygpng15-15.dll (0x3fa1c0000) cyggif-4.dll => /usr/bin/cyggif-4.dll (0x3fd7c0000) cygX11-6.dll => /usr/bin/cygX11-6.dll (0x3fe750000) cygxcb-1.dll => /usr/bin/cygxcb-1.dll (0x3f9790000) cygXau-6.dll => /usr/bin/cygXau-6.dll (0x3fe730000) cygXdmcp-6.dll => /usr/bin/cygXdmcp-6.dll (0x3fe710000) cygpstoedit-0.dll => /usr/bin/cygpstoedit-0.dll (0x3f9fa0000) cyggd-2.dll => /usr/bin/cyggd-2.dll (0x3fd840000) cygfontconfig-1.dll => /usr/bin/cygfontconfig-1.dll (0x3fda10000) cygexpat-1.dll => /usr/bin/cygexpat-1.dll (0x3fdcb0000) cygXpm-4.dll => /usr/bin/cygXpm-4.dll (0x3fe6a0000) cygstdc++-6.dll => /usr/bin/cygstdc++-6.dll (0x3f9c60000) cygcairo-2.dll => /usr/bin/cygcairo-2.dll (0x3fe2e0000) cygGL-1.dll => /usr/bin/cygGL-1.dll (0x3fff50000) cygglapi-0.dll => /usr/bin/cygglapi-0.dll (0x3fd630000) cygX11-xcb-1.dll => /usr/bin/cygX11-xcb-1.dll (0x3fe740000) cygxcb-glx-0.dll => /usr/bin/cygxcb-glx-0.dll (0x3f9420000) cygpixman-1-0.dll => /usr/bin/cygpixman-1-0.dll (0x3fa060000) cygxcb-render-0.dll => /usr/bin/cygxcb-render-0.dll (0x3f9780000) cygxcb-shm-0.dll => /usr/bin/cygxcb-shm-0.dll (0x3f9410000) cygXext-6.dll => /usr/bin/cygXext-6.dll (0x3fe6f0000) cygXrender-1.dll => /usr/bin/cygXrender-1.dll (0x3fe660000) cygfftw3-3.dll => /usr/bin/cygfftw3-3.dll (0x3fdb80000) cygfpx-1.dll => /usr/bin/cygfpx-1.dll (0x3fd950000) cyggs-9.dll => /usr/bin/cyggs-9.dll (0x3fc960000) cygidn-11.dll => /usr/bin/cygidn-11.dll (0x3faf80000) cyglcms2-2.dll => /usr/bin/cyglcms2-2.dll (0x3fabc0000) cygpaper-1.dll => /usr/bin/cygpaper-1.dll (0x3fa4b0000) cygtiff-5.dll => /usr/bin/cygtiff-5.dll (0x3f9870000) cygjbig-2.dll => /usr/bin/cygjbig-2.dll (0x3fadd0000) cygXt-6.dll => /usr/bin/cygXt-6.dll (0x3fe600000) cygICE-6.dll => /usr/bin/cygICE-6.dll (0x3fff30000) cygSM-6.dll => /usr/bin/cygSM-6.dll (0x3fe870000) cyguuid-1.dll => /usr/bin/cyguuid-1.dll (0x3f97d0000) cygjasper-1.dll => /usr/bin/cygjasper-1.dll (0x3fadf0000) cygltdl-7.dll => /usr/bin/cygltdl-7.dll (0x3fab10000) cyglzma-5.dll => /usr/bin/cyglzma-5.dll (0x3fac30000) cygpango-1.0-0.dll => /usr/bin/cygpango-1.0-0.dll (0x3fa510000) cygthai-0.dll => /usr/bin/cygthai-0.dll (0x3f9900000) cygdatrie-1.dll => /usr/bin/cygdatrie-1.dll (0x3fe030000) cygpangocairo-1.0-0.dll => /usr/bin/cygpangocairo-1.0-0.dll (0x3fa4f0000) cygpangoft2-1.0-0.dll => /usr/bin/cygpangoft2-1.0-0.dll (0x3fa4d0000) cygharfbuzz-0.dll => /usr/bin/cygharfbuzz-0.dll (0x3fc900000) cyggraphite2-3.dll => /usr/bin/cyggraphite2-3.dll (0x3fd2b0000) cygrsvg-2-2.dll => /usr/bin/cygrsvg-2-2.dll (0x3f9f00000) cygcroco-0.6-3.dll => /usr/bin/cygcroco-0.6-3.dll (0x3fe210000) cygxml2-2.dll => /usr/bin/cygxml2-2.dll (0x3f9640000) cyggdk_pixbuf-2.0-0.dll => /usr/bin/cyggdk_pixbuf-2.0-0.dll (0x3fd7d0000) ADVAPI32.dll => /cygdrive/c/Windows/system32/ADVAPI32.dll (0x7fefdd20000) msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x7feff070000) sechost.dll => /cygdrive/c/Windows/SYSTEM32/sechost.dll (0x7fefda30000) RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x7fefdad0000) GDI32.dll => /cygdrive/c/Windows/system32/GDI32.dll (0x7fefda50000) USER32.dll => /cygdrive/c/Windows/system32/USER32.dll (0x76c70000) LPK.dll => /cygdrive/c/Windows/system32/LPK.dll (0x7feff110000) USP10.dll => /cygdrive/c/Windows/system32/USP10.dll (0x7fefdc00000) cygMagickWand-5.dll => /usr/bin/cygMagickWand-5.dll (0x3fe880000) cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x3faa30000) cygtiff-6.dll => /usr/bin/cygtiff-6.dll (0x3f9800000) COMCTL32.dll => /cygdrive/c/Windows/WinSxS/amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac/COMCTL32.dll (0x7fefbe70000) SHLWAPI.dll => /cygdrive/c/Windows/system32/SHLWAPI.dll (0x7fefe070000) comdlg32.dll => /cygdrive/c/Windows/system32/comdlg32.dll (0x7fefefd0000) SHELL32.dll => /cygdrive/c/Windows/system32/SHELL32.dll (0x7fefe240000) ole32.dll => /cygdrive/c/Windows/system32/ole32.dll (0x7fefde60000) IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x7fefe210000) MSCTF.dll => /cygdrive/c/Windows/system32/MSCTF.dll (0x7fefd820000) [-- Attachment #2: assert-STRINGP-emacs_c-126aa17 --] [-- Type: text/plain, Size: 208496 bytes --] Id Target Id Frame 13 Thread 1784.0x9d0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 12 Thread 1784.0x1364 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 9 Thread 1784.0xde0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 8 Thread 1784.0x11e8 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 7 Thread 1784.0x1080 0x0000000076c89e6a in USER32!SfmDxSetSwapChainStats () from /cygdrive/c/Windows/system32/USER32.dll 6 Thread 1784.0x10a4 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 5 Thread 1784.0x13d0 0x00000000770415fa in ntdll!ZwDelayExecution () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 4 Thread 1784.0x788 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 3 Thread 1784.0x12e0 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 2 Thread 1784.0x124c 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll * 1 Thread 1784.0x670 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 Full backtrace for main thread #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b03c5 in die (msg=0x100a2ba3e <VALMASK+78> "STRINGP (a)", file=0x100a2b9f8 <VALMASK+8> "lisp.h", line=876) at alloc.c:6833 No locals. #2 0x000000010051c217 in XSTRING (a=25796495713) at lisp.h:876 No locals. #3 0x000000010051ca50 in SCHARS (string=25796495713) at lisp.h:1178 No locals. #4 0x00000001005d8b4b in Flength (sequence=25796495713) at fns.c:119 val = 25796495713 #5 0x00000001005d9d7c in concat (nargs=5, args=0x8214a8, target_type=Lisp_String, last_special=false) at fns.c:524 len = 1 val = 4300333167 tail = 4306704434 this = 25796495713 toindex = 8524688 toindex_byte = 0 result_len = 18 result_len_byte = 18 argnum = 4 last_tail = 4306704434 prev = 8524640 some_multibyte = true textprops = 0x0 num_textprops = 0 sa_count = 92 sa_must_free = false #6 0x00000001005d9a3c in Fconcat (nargs=5, args=0x8214a8) at fns.c:417 No locals. #7 0x00000001005d476c in Ffuncall (nargs=6, args=0x8214a0) at eval.c:2793 fun = 4305539301 original_fun = 4306781026 funcar = 8524880 numargs = 5 lisp_numargs = 1994111502 val = 8524960 internal_args = 0x8214a0 i = 4300333199 count = 91 #8 0x00000001005d3ae1 in Fapply (nargs=2, args=0x821640) at eval.c:2351 i = 6 numargs = 5 spread_arg = 4306704434 funcall_args = 0x8214a0 fun = 4305539301 retval = 4305536949 gcpro1 = { next = 0x821520, var = 0x100a147b0 <Sapply>, nvars = 6 } sa_count = 91 sa_must_free = false #9 0x00000001005d476c in Ffuncall (nargs=3, args=0x821638) at eval.c:2793 fun = 4305536949 original_fun = 4307020018 funcar = 25797815734 numargs = 2 lisp_numargs = 6 val = 25797815734 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 4300937205 count = 90 #10 0x0000000100621784 in exec_byte_code (bytestr=25788255169, vector=25794407501, maxdepth=28, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 72 op = 2 vectorp = 0x601776c50 stack = { pc = 0x6018b21f2 "\026\064*\v\016+\016\064I\210\016+\tU\203n\001\016\064\020)\rT\211\025\202\b\001*\b.\r\207\b\250\205\025\002\b\306V\205\025\002\312\v\313\"\314H\211\036\067\bSH\211\036\070\330=\203\343\001\312\v\313\"\331H\036\071\t\332Z\211\021Û¥\tۦܥ\tܦ\036:\036;\036<\335\336\016\071\306H\016<H\206\304\001\337\016\071\314H\016;H\016:\306U\203\326\001ß\336\001\016\071\331H\016:SH$,\202\024\002\016\070\340=\203\363\001\335\341\016\070\t#\202\024\002\016\070\342=\203\003\002\335\341\016\070\t#\202\024\002\016\070\343=\205\024\002\335\344\016\070\t\345Z\346\\#*\207", byte_string = 25788255169, byte_string_start = 0x6018b2098 "\b;\203{\001\b\306H\306V\203\017", next = 0x821bf0 } top = 0x821638 result = 4306704434 type = (unknown: 6) #11 0x00000001005d5561 in funcall_lambda (fun=25790676997, nargs=3, arg_vector=0x601776c4d) at eval.c:3045 val = 4300333199 syms_left = 4306704434 next = 4310502642 lexenv = 4306704434 count = 69 i = 3 optional = false rest = false #12 0x00000001005d4ac9 in Ffuncall (nargs=4, args=0x821b98) at eval.c:2861 fun = 25790676997 original_fun = 25790676997 funcar = 8526672 numargs = 3 lisp_numargs = 4300953075 val = 4306704482 internal_args = 0x1007c5555 <pure+1066165> i = 1994111502 count = 68 #13 0x0000000100621784 in exec_byte_code (bytestr=4303115569, vector=4303115605, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 66 op = 3 vectorp = 0x1007c5558 <pure+1066168> stack = { pc = 0x1009ab50e <pure+3056750> "\202!", byte_string = 4303115569, byte_string_start = 0x1009ab4f4 <pure+3056724> "\305\b!\211\031\203%", next = 0x822160 } top = 0x821b98 result = 4306704434 type = CONDITION_CASE #14 0x00000001005d5561 in funcall_lambda (fun=4303115509, nargs=2, arg_vector=0x1007c5555 <pure+1066165>) at eval.c:3045 val = 4300333199 syms_left = 4306704434 next = 4310462354 lexenv = 4306704434 count = 64 i = 2 optional = false rest = false #15 0x00000001005d4ac9 in Ffuncall (nargs=3, args=0x8220e8) at eval.c:2861 fun = 4303115509 original_fun = 4311456962 funcar = 6 numargs = 2 lisp_numargs = 6 val = 4306704434 internal_args = 0x1007c61ed <pure+1069389> i = 25797822518 count = 63 #16 0x0000000100621784 in exec_byte_code (bytestr=4303118793, vector=4303118829, maxdepth=32, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 54 op = 2 vectorp = 0x1007c61f0 <pure+1069392> stack = { pc = 0x1009ab011 <pure+3055473> "\211\022\203?", byte_string = 4303118793, byte_string_start = 0x1009aafdd <pure+3055421> "\b\206\243", next = 0x8226b0 } top = 0x8220e8 result = 8528800 type = CONDITION_CASE #17 0x00000001005d5561 in funcall_lambda (fun=4303118749, nargs=0, arg_vector=0x1007c61ed <pure+1069389>) at eval.c:3045 val = 4300333199 syms_left = 4306704434 next = 4303118744 lexenv = 4306704434 count = 54 i = 0 optional = false rest = false #18 0x00000001005d4ac9 in Ffuncall (nargs=1, args=0x822668) at eval.c:2861 fun = 4303118749 original_fun = 4311237282 funcar = 1 numargs = 0 lisp_numargs = 8540136 val = 25781852272 internal_args = 0x1007c6535 <pure+1070229> i = 6 count = 53 #19 0x0000000100621784 in exec_byte_code (bytestr=4303119633, vector=4303119669, maxdepth=20, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 53 op = 0 vectorp = 0x1007c6538 <pure+1070232> stack = { pc = 0x1009aaf6f <pure+3055311> "\t\n$\207", byte_string = 4303119633, byte_string_start = 0x1009aaf63 <pure+3055299> "\b\303=\203\b", next = 0x822c20 } top = 0x822668 result = 8530144 type = CONDITION_CASE #20 0x00000001005d5561 in funcall_lambda (fun=4303119597, nargs=3, arg_vector=0x1007c6535 <pure+1070229>) at eval.c:3045 val = 4300333199 syms_left = 4306704434 next = 4310656290 lexenv = 4306704434 count = 50 i = 3 optional = false rest = false #21 0x00000001005d4ac9 in Ffuncall (nargs=4, args=0x822bc8) at eval.c:2861 fun = 4303119597 original_fun = 4303119597 funcar = 6 numargs = 3 lisp_numargs = 6 val = 4306704482 internal_args = 0x823150 i = 4302049505 count = 49 #22 0x0000000100621784 in exec_byte_code (bytestr=4302893201, vector=4302893237, maxdepth=36, args_template=4112, nargs=4, args=0x823170) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 49 op = 3 vectorp = 0x10078f0b8 <pure+843800> stack = { pc = 0x1009c7016 <pure+3170166> "\211\242\301=\204\027", byte_string = 4302893201, byte_string_start = 0x1009c7009 <pure+3170153> "\300\003!\205\r", next = 0x8231d0 } top = 0x822bc8 result = 0 type = CONDITION_CASE #23 0x00000001005d512d in funcall_lambda (fun=4302893157, nargs=4, arg_vector=0x823150) at eval.c:2979 val = 4300333199 syms_left = 4112 next = 4302893152 lexenv = 4302893152 count = 49 i = 8532016 optional = false rest = false #24 0x00000001005d4ac9 in Ffuncall (nargs=5, args=0x823148) at eval.c:2861 fun = 4302893157 original_fun = 4311130786 funcar = 4302049505 numargs = 4 lisp_numargs = 4306704434 val = 4 internal_args = 0x8236d8 i = 4 count = 48 #25 0x0000000100621784 in exec_byte_code (bytestr=4302925241, vector=4302925277, maxdepth=64, args_template=4112, nargs=4, args=0x8236f8) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 48 op = 4 vectorp = 0x100796de0 <pure+875840> stack = { pc = 0x1009c2a67 <pure+3152327> "\304\001A!\203\070", byte_string = 4302925241, byte_string_start = 0x1009c2a57 <pure+3152311> "\003\301\002O\004\002\302O\303\002\006\006\006\006\004$\304\001A!\203\070", next = 0x823730 } top = 0x823148 result = 8533056 type = CONDITION_CASE #26 0x00000001005d512d in funcall_lambda (fun=4302925197, nargs=4, arg_vector=0x8236d8) at eval.c:2979 val = 4300333199 syms_left = 4112 next = 4302925192 lexenv = 4302925192 count = 48 i = 8533472 optional = false rest = false #27 0x00000001005d4ac9 in Ffuncall (nargs=5, args=0x8236d0) at eval.c:2861 fun = 4302925197 original_fun = 4311153458 funcar = 8533616 numargs = 4 lisp_numargs = 4300333007 val = 8533648 internal_args = 0x823c38 i = 4300328715 count = 47 #28 0x0000000100621784 in exec_byte_code (bytestr=4302904793, vector=25790646885, maxdepth=24, args_template=1028, nargs=1, args=0x823c40) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 47 op = 4 vectorp = 0x6013e0a68 stack = { pc = 0x1009c5658 <pure+3163576> "\207", byte_string = 4302904793, byte_string_start = 0x1009c564b <pure+3163563> "\300\001\r\236\070\301\242¢\303Ä¢$\207", next = 0x823c80 } top = 0x8236d0 result = 0 type = (unknown: 6) #29 0x00000001005d512d in funcall_lambda (fun=25788393557, nargs=1, arg_vector=0x823c38) at eval.c:2979 val = 4300333199 syms_left = 1028 next = 25788393552 lexenv = 25788393552 count = 47 i = 8534848 optional = false rest = false #30 0x00000001005d4ac9 in Ffuncall (nargs=2, args=0x823c30) at eval.c:2861 fun = 25788393557 original_fun = 25788393557 funcar = 25794598758 numargs = 1 lisp_numargs = 0 val = 25794598758 internal_args = 0x824198 i = 4300937205 count = 46 #31 0x0000000100621784 in exec_byte_code (bytestr=4302894057, vector=25787505133, maxdepth=20, args_template=0, nargs=0, args=0x824198) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 46 op = 1 vectorp = 0x6010e19f0 stack = { pc = 0x1009c6f0b <pure+3169899> "\240\207", byte_string = 4302894057, byte_string_start = 0x1009c6eff <pure+3169887> "\302\300\301\242\301\211\242A\240\210\242!\240\207", next = 0x824480 } top = 0x823c30 result = 8535888 type = (unknown: 6) #32 0x00000001005d512d in funcall_lambda (fun=25788392909, nargs=0, arg_vector=0x824198) at eval.c:2979 val = 4300333199 syms_left = 0 next = 25788392904 lexenv = 25788392904 count = 46 i = 8536208 optional = false rest = false #33 0x00000001005d4ac9 in Ffuncall (nargs=1, args=0x824190) at eval.c:2861 fun = 25788392909 original_fun = 25788392909 funcar = 8536336 numargs = 0 lisp_numargs = 4300333167 val = 8536384 internal_args = 0x824190 i = 4300333167 count = 45 #34 0x00000001005d2fdc in eval_sub (form=25794598694) at eval.c:2155 vals = 0x824190 argnum = 1 sa_count = 45 sa_must_free = false numargs = 4 args_left = 4306704434 i = 8536464 maxargs = 7926613 argvals = {22, 41, 25788391736, 4, 8536608, 4300905113, 48, 45} fun = 4305537285 val = 8536816 original_fun = 4306780306 original_args = 25794598710 funcar = 4300336517 gcpro1 = { next = 0x5, var = 0x0, nvars = 8536688 } gcpro2 = { next = 0x824240, var = 0x10051c1f7 <XSTRING+38>, nvars = 4302894089 } gcpro3 = { next = 0x100000001, var = 0x824190, nvars = 1 } count = 44 #35 0x00000001005d099f in internal_lisp_condition_case (var=4311131026, bodyform=25794598694, handlers=25794598598) at eval.c:1317 val = 4306704434 c = 0x600192600 oldhandlerlist = 0x600084600 clausenb = 1 #36 0x0000000100622c92 in exec_byte_code (bytestr=4302893873, vector=4302893909, maxdepth=60, args_template=2056, nargs=2, args=0x8249e0) at bytecode.c:1162 handlers = 25794598598 body = 25794598694 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 44 op = 143 vectorp = 0x10078f358 <pure+844472> stack = { pc = 0x1009c6f46 <pure+3169958> "\210\202\006", byte_string = 4302893873, byte_string_start = 0x1009c6f0e <pure+3169902> "\211C\300C\300C\211\242\204<", next = 0x824a50 } top = 0x824400 result = 4310862102 type = CONDITION_CASE #37 0x00000001005d512d in funcall_lambda (fun=4302893829, nargs=2, arg_vector=0x8249d0) at eval.c:2979 val = 4300333199 syms_left = 2056 next = 4302893824 lexenv = 4302893824 count = 44 i = 8538256 optional = false rest = false #38 0x00000001005d4ac9 in Ffuncall (nargs=3, args=0x8249c8) at eval.c:2861 fun = 4302893829 original_fun = 4311130978 funcar = 4310656290 numargs = 2 lisp_numargs = 44 val = 4310862102 internal_args = 0x824f78 i = 8540024 count = 43 #39 0x0000000100621784 in exec_byte_code (bytestr=4302904545, vector=4302904581, maxdepth=84, args_template=6168, nargs=6, args=0x824fa8) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 43 op = 2 vectorp = 0x100791d08 <pure+855144> stack = { pc = 0x1009c56cf <pure+3163695> "\001\203\201", byte_string = 4302904545, byte_string_start = 0x1009c565a <pure+3163578> "\001C\004C\006\006C\003\204\031", next = 0x824fe0 } top = 0x8249c8 result = 2 type = CONDITION_CASE #40 0x00000001005d512d in funcall_lambda (fun=4302904501, nargs=6, arg_vector=0x824f78) at eval.c:2979 val = 4300333199 syms_left = 6168 next = 4302904496 lexenv = 4302904496 count = 43 i = 8539744 optional = false rest = false #41 0x00000001005d4ac9 in Ffuncall (nargs=7, args=0x824f70) at eval.c:2861 fun = 4302904501 original_fun = 4311175890 funcar = 4315727200 numargs = 6 lisp_numargs = 3 val = 4307058576 internal_args = 0x825510 i = 4300943255 count = 42 #42 0x0000000100621784 in exec_byte_code (bytestr=4302904953, vector=4302904989, maxdepth=48, args_template=5136, nargs=5, args=0x825538) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 42 op = 6 vectorp = 0x100791ea0 <pure+855552> stack = { pc = 0x1009c5622 <pure+3163522> "\207", byte_string = 4302904953, byte_string_start = 0x1009c5614 <pure+3163508> "\300\301\006\006\006\006\006\006\006\006\006\006&\006\207", next = 0x8255c0 } top = 0x824f70 result = 4303119734 type = CONDITION_CASE #43 0x00000001005d512d in funcall_lambda (fun=4302904909, nargs=5, arg_vector=0x825510) at eval.c:2979 val = 4300333199 syms_left = 5136 next = 4302904904 lexenv = 4302904904 count = 42 i = 8541168 optional = false rest = false #44 0x00000001005d4ac9 in Ffuncall (nargs=6, args=0x825508) at eval.c:2861 fun = 4302904909 original_fun = 4311175938 funcar = 25769803777 numargs = 5 lisp_numargs = 45 val = 8541344 internal_args = 0x825ad0 i = 16 count = 41 #45 0x0000000100621784 in exec_byte_code (bytestr=4302906433, vector=4302906469, maxdepth=92, args_template=4104, nargs=2, args=0x825ae0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 41 op = 5 vectorp = 0x100792468 <pure+857032> stack = { pc = 0x1009c509f <pure+3162111> "\211\204.", byte_string = 4302906433, byte_string_start = 0x1009c508b <pure+3162091> "\003\003{\306\005!\003\206\v", next = 0x825b40 } top = 0x825508 result = 4306704434 type = CONDITION_CASE #46 0x00000001005d512d in funcall_lambda (fun=4302906389, nargs=2, arg_vector=0x825ad0) at eval.c:2979 val = 4300333199 syms_left = 4104 next = 4302906384 lexenv = 4302906384 count = 41 i = 8542672 optional = false rest = false #47 0x00000001005d4ac9 in Ffuncall (nargs=3, args=0x825ac8) at eval.c:2861 fun = 4302906389 original_fun = 4311215394 funcar = 25785116672 numargs = 2 lisp_numargs = 0 val = 4306704434 internal_args = 0x826060 i = 4300943289 count = 40 #48 0x0000000100621784 in exec_byte_code (bytestr=4302907329, vector=4302907365, maxdepth=44, args_template=2056, nargs=2, args=0x826070) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 40 op = 2 vectorp = 0x1007927e8 <pure+857928> stack = { pc = 0x1009c4ffe <pure+3161950> "\211\322=?\205r", byte_string = 4302907329, byte_string_start = 0x1009c4f94 <pure+3161844> "\305\020\t\305=\204\r", next = 0x8260b0 } top = 0x825ac8 result = 8544592 type = CONDITION_CASE #49 0x00000001005d512d in funcall_lambda (fun=4302907285, nargs=2, arg_vector=0x826060) at eval.c:2979 val = 4300333199 syms_left = 2056 next = 4302907280 lexenv = 4302907280 count = 40 i = 8544080 optional = false rest = false #50 0x00000001005d4ac9 in Ffuncall (nargs=3, args=0x826058) at eval.c:2861 fun = 4302907285 original_fun = 4311215922 funcar = 1953261156 numargs = 2 lisp_numargs = 4315727072 val = 4306704434 internal_args = 0x8265a8 i = 4303119597 count = 39 #51 0x0000000100621784 in exec_byte_code (bytestr=4302916745, vector=4302916781, maxdepth=32, args_template=4112, nargs=4, args=0x8265c8) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 37 op = 2 vectorp = 0x100794cb0 <pure+867344> stack = { pc = 0x1009c3dca <pure+3157290> "*\207", byte_string = 4302916745, byte_string_start = 0x1009c3da5 <pure+3157253> "\001\001\030\031\n\203!", next = 0x8267d0 } top = 0x826058 result = 1054 type = CONDITION_CASE #52 0x00000001005d512d in funcall_lambda (fun=4302916701, nargs=4, arg_vector=0x8265a8) at eval.c:2979 val = 4300333199 syms_left = 4112 next = 4302916696 lexenv = 4302916696 count = 37 i = 8545472 optional = false rest = false #53 0x00000001005d4ac9 in Ffuncall (nargs=5, args=0x8265a0) at eval.c:2861 fun = 4302916701 original_fun = 4302916701 funcar = 8545616 numargs = 4 lisp_numargs = 1994111502 val = 8545696 internal_args = 0x8265a0 i = 4300333199 count = 36 #54 0x00000001005d3ae1 in Fapply (nargs=2, args=0x826758) at eval.c:2351 i = 5 numargs = 4 spread_arg = 4306704434 funcall_args = 0x8265a0 fun = 4302916701 retval = 4305536949 gcpro1 = { next = 0x826620, var = 0x100a147b0 <Sapply>, nvars = 5 } sa_count = 36 sa_must_free = false #55 0x00000001005d476c in Ffuncall (nargs=3, args=0x826750) at eval.c:2793 fun = 4305536949 original_fun = 4307020018 funcar = 25770005584 numargs = 2 lisp_numargs = -251588843 val = 0 internal_args = 0x826cf8 i = 0 count = 35 #56 0x0000000100621784 in exec_byte_code (bytestr=4302916481, vector=25794346621, maxdepth=48, args_template=3084, nargs=3, args=0x826d10) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 35 op = 2 vectorp = 0x601767e80 stack = { pc = 0x1009c3e27 <pure+3157383> "\207", byte_string = 4302916481, byte_string_start = 0x1009c3df3 <pure+3157331> "\002:\203\060", next = 0x826d60 } top = 0x826750 result = 15 type = (unknown: 6) #57 0x00000001005d512d in funcall_lambda (fun=25789825029, nargs=3, arg_vector=0x826cf8) at eval.c:2979 val = 4300333199 syms_left = 3084 next = 25789825024 lexenv = 25789825024 count = 35 i = 8547296 optional = false rest = false #58 0x00000001005d4ac9 in Ffuncall (nargs=4, args=0x826cf0) at eval.c:2861 fun = 25789825029 original_fun = 25789825029 funcar = 25792664630 numargs = 3 lisp_numargs = 215000 val = 164 internal_args = 0x827280 i = 4300901693 count = 34 #59 0x0000000100621784 in exec_byte_code (bytestr=4302916345, vector=4302916381, maxdepth=48, args_template=4108, nargs=4, args=0x8272a0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 34 op = 3 vectorp = 0x100794b20 <pure+866944> stack = { pc = 0x1009c3e51 <pure+3157425> "\207", byte_string = 4302916345, byte_string_start = 0x1009c3e29 <pure+3157385> "\301C\211\302\303\304\305\306\006\006!\307\"\310\311%\240\210\211\242\b\312\300!\205\036", next = 0x8272d0 } top = 0x826cf0 result = 3742232646 type = CONDITION_CASE #60 0x00000001005d512d in funcall_lambda (fun=4302916301, nargs=4, arg_vector=0x827280) at eval.c:2979 val = 4300333199 syms_left = 4108 next = 4302916296 lexenv = 4302916296 count = 34 i = 8548720 optional = false rest = false #61 0x00000001005d4ac9 in Ffuncall (nargs=5, args=0x827278) at eval.c:2861 fun = 4302916301 original_fun = 4311247618 funcar = 10499904 numargs = 4 lisp_numargs = 25785116672 val = 8548896 internal_args = 0x8277d0 i = 4294967302 count = 33 #62 0x0000000100621784 in exec_byte_code (bytestr=4302915921, vector=4302915957, maxdepth=36, args_template=4108, nargs=4, args=0x8277f0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 33 op = 4 vectorp = 0x100794978 <pure+866520> stack = { pc = 0x1009c3ecb <pure+3157547> "\207", byte_string = 4302915921, byte_string_start = 0x1009c3eb6 <pure+3157526> "\003`X\204\017", next = 0x827820 } top = 0x827278 result = 25785116672 type = CONDITION_CASE #63 0x00000001005d512d in funcall_lambda (fun=4302915877, nargs=4, arg_vector=0x8277d0) at eval.c:2979 val = 4300333199 syms_left = 4108 next = 4302915872 lexenv = 4302915872 count = 33 i = 8550112 optional = false rest = false #64 0x00000001005d4ac9 in Ffuncall (nargs=5, args=0x8277c8) at eval.c:2861 fun = 4302915877 original_fun = 4311215874 funcar = 10499872 numargs = 4 lisp_numargs = 8550608 val = 4307058578 internal_args = 0x827d68 i = 4300943289 count = 32 #65 0x0000000100621784 in exec_byte_code (bytestr=4302907177, vector=4302907213, maxdepth=20, args_template=0, nargs=0, args=0x827d68) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 32 op = 4 vectorp = 0x100792750 <pure+857776> stack = { pc = 0x1009c5027 <pure+3161991> "\207", byte_string = 4302907177, byte_string_start = 0x1009c5020 <pure+3161984> "\302\303 d\b\t$\207", next = 0x828100 } top = 0x8277c8 result = 0 type = CONDITION_CASE #66 0x00000001005d512d in funcall_lambda (fun=4302907125, nargs=0, arg_vector=0x827d68) at eval.c:2979 val = 4300333199 syms_left = 0 next = 4302907120 lexenv = 4302907120 count = 32 i = 8551472 optional = false rest = false #67 0x00000001005d4ac9 in Ffuncall (nargs=1, args=0x827d60) at eval.c:2861 fun = 4302907125 original_fun = 4311215826 funcar = 4307018690 numargs = 0 lisp_numargs = 0 val = 25792664854 internal_args = 0x8280a0 i = 4307018688 count = 31 #68 0x00000001005d4134 in apply1 (fn=4311215826, arg=4306704434) at eval.c:2578 ret_ungc_val = 72057594037927966 gcpro1 = { next = 0x100525802 <restore_kboard_configuration>, var = 0x100000001, nvars = 25792664662 } #69 0x00000001005ca6ec in Fcall_interactively (function=4311215826, record_flag=4306704434, keys=4306753149) at callint.c:378 input = 4306704434 funval = 4302907125 events = 3427 args = 0x100ba5272 <bss_sbrk_buffer+831602> visargs = 0x10051cf0b <ASIZE+21> specs = 4306704434 filter_specs = 4306704434 teml = 4300325797 up_event = 4306704434 enable = 4306704434 speccount = 30 next_event = 8552320 prefix_arg = 4306704434 string = 0x0 tem = 0x100a141cd <Scall_interactively+5> "" varies = 0x827ec0 "2\030\263" i = 4300333167 nargs = 8552272 mark = 4306744706 arg_from_tty = false gcpro1 = { next = 0x100a191e5 <Sx_hide_tip+5>, var = 0x10000000a, nvars = 8 } gcpro2 = { next = 0x827e40, var = 0x100a191e0 <Sx_hide_tip>, nvars = 8552000 } gcpro3 = { next = 0x827e10, var = 0x10051e06f <SUBRP+26>, nvars = 4305555941 } gcpro4 = { next = 0x8, var = 0x100b31832 <bss_sbrk_buffer+357938>, nvars = 8551952 } gcpro5 = { next = 0x827de0, var = 0x10051dfcf <PSEUDOVECTORP+61>, nvars = 4305555936 } key_count = 1 record_then_fail = false save_this_command = 4311215826 save_last_command = 4306757922 save_this_original_command = 4311215826 save_real_this_command = 4311215826 #70 0x00000001005d4905 in Ffuncall (nargs=4, args=0x828098) at eval.c:2819 fun = 4305535437 original_fun = 4307033282 funcar = 25785116672 numargs = 3 lisp_numargs = 8791754739932 val = 4306704434 internal_args = 0x8280a0 i = 2 count = 29 #71 0x0000000100621784 in exec_byte_code (bytestr=4302966105, vector=4302966141, maxdepth=52, args_template=4100, nargs=1, args=0x828600) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 29 op = 3 vectorp = 0x1007a0d80 <pure+916704> stack = { pc = 0x1009bdf1e <pure+3133054> "\006\006\071\203\233", byte_string = 4302966105, byte_string_start = 0x1009bdeaa <pure+3132938> "\306\020\211?\205\f", next = 0x828d30 } top = 0x828098 result = 0 type = CONDITION_CASE #72 0x00000001005d512d in funcall_lambda (fun=4302966061, nargs=1, arg_vector=0x8285f8) at eval.c:2979 val = 4300333199 syms_left = 4100 next = 4302966056 lexenv = 4302966056 count = 29 i = 8553744 optional = false rest = false #73 0x00000001005d4ac9 in Ffuncall (nargs=2, args=0x8285f0) at eval.c:2861 fun = 4302966061 original_fun = 4306763714 funcar = 1414096275 numargs = 1 lisp_numargs = 539590200 val = 25783900389 internal_args = 0x100b31832 <bss_sbrk_buffer+357938> i = 539590200 count = 28 #74 0x00000001005d41de in call1 (fn=4306763714, arg1=4311215826) at eval.c:2611 ret_ungc_val = 25794542982 gcpro1 = { next = 0x1, var = 0x0, nvars = 2 } args = {4306763714, 4311215826} #75 0x0000000100526c5c in command_loop_1 () at keyboard.c:1559 scount = 27 cmd = 4311215826 keybuf = {36, 4302966432, 8553216, 579825946297, 4302966437, 8554792, 4302966517, 8, 8554320, 4301082925, 4302966481, 4302966517, 8, 0, 0, 8554792, 4302966432, 27, 25783901360, 0, 8554336, 4302966432, 0, 4300333199, 8554352, 4300933767, 4305943056, 72, 8554480, 4301081663} i = 1 prev_modiff = 151 prev_buffer = 0x600e9a800 already_adjusted = false #76 0x00000001005d0b30 in internal_condition_case (bfun=0x1005262cf <command_loop_1>, handlers=4306770594, hfun=0x10052585a <cmd_error>) at eval.c:1348 val = 6 c = 0x600084600 #77 0x0000000100525e9d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 4306704434 #78 0x00000001005cfe81 in internal_catch (tag=4307017970, func=0x100525e6b <command_loop_2>, arg=4306704434) at eval.c:1112 val = 8554800 c = 0x600084e00 #79 0x0000000100525dbf in command_loop () at keyboard.c:1148 val = 4306704434 #80 0x00000001005252bb in recursive_edit_1 () at keyboard.c:777 count = 26 val = 4311094850 #81 0x000000010056d29e in read_minibuf (map=4310961878, initial=4306704434, prompt=25789534305, expflag=false, histvar=4307058626, histpos=0, defalt=4306704434, allow_props=false, inherit_input_method=false) at minibuf.c:674 val = 4306704434 count = 17 mini_frame = 25783900389 ambient_dir = 25774491873 minibuffer = 25785116677 input_method = 4306704434 gcpro1 = { next = 0x828ab0, var = 0x1005b272e <store_symval_forwarding+145>, nvars = 4305943776 } gcpro2 = { next = 0x100a77ce0 <b_fwd>, var = 0x1, nvars = 25770085376 } gcpro3 = { next = 0x100b9a832 <bss_sbrk_buffer+788018>, var = 0x100b31832 <bss_sbrk_buffer+357938>, nvars = 8555040 } gcpro4 = { next = 0x8289f0, var = 0x1005b0a25 <BOOLFWDP+21>, nvars = 4305943776 } gcpro5 = { next = 0x828a30, var = 0x1005b3667 <set_internal+1600>, nvars = 4305943056 } enable_multibyte = 4306704434 pos = 0 histstring = 4300934057 histval = 25789688918 empty_minibuf = 4306812933 dummy = 4306704434 frame = 4313246797 #82 0x000000010056dcfe in Fread_from_minibuffer (prompt=25789534305, initial_contents=4306704434, keymap=4310961878, read=4306704434, hist=4306704434, default_value=4306704434, inherit_input_method=4306704434) at minibuf.c:957 histvar = 4307058626 histpos = 0 val = 4294967306 gcpro1 = { next = 0x828b80, var = 0x10051c3a5 <XSUBR+38>, nvars = 4302043605 } #83 0x00000001005d4a28 in Ffuncall (nargs=8, args=0x828cb8) at eval.c:2838 fun = 4302043605 original_fun = 4307055762 funcar = 8555536 numargs = 7 lisp_numargs = 4315726336 val = 4302931718 internal_args = 0x828cc0 i = 4301112157 count = 16 #84 0x0000000100621784 in exec_byte_code (bytestr=4302931569, vector=4302931605, maxdepth=72, args_template=8200, nargs=8, args=0x829268) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 13 op = 7 vectorp = 0x100798698 <pure+882168> stack = { pc = 0x1009c1b3f <pure+3148447> "\211Ë\203Y", byte_string = 4302931569, byte_string_start = 0x1009c1afd <pure+3148381> "\003:\203\r", next = 0x829420 } top = 0x828cb8 result = 0 type = CONDITION_CASE #85 0x00000001005d512d in funcall_lambda (fun=4302931525, nargs=8, arg_vector=0x829228) at eval.c:2979 val = 4300333199 syms_left = 8200 next = 4302931520 lexenv = 4302931520 count = 13 i = 8556864 optional = false rest = false #86 0x00000001005d4ac9 in Ffuncall (nargs=9, args=0x829220) at eval.c:2861 fun = 4302931525 original_fun = 4311559266 funcar = 4306706445 numargs = 8 lisp_numargs = 8557111 val = 4311559218 internal_args = 0x8292c0 i = 4300943289 count = 12 #87 0x000000010056f842 in Fcompleting_read (prompt=25789534305, collection=4303119597, predicate=4306704434, require_match=4306704434, initial_input=4306704434, hist=4306704434, def=4306704434, inherit_input_method=4306704434) at minibuf.c:1674 args = {4311559266, 25789534305, 4303119597, 4306704434, 4306704434, 4306704434, 4306704434, 4306704434, 4306704434} #88 0x00000001005d4a8e in Ffuncall (nargs=3, args=0x8293a8) at eval.c:2845 fun = 4302043989 original_fun = 4307058690 funcar = 10354688 numargs = 2 lisp_numargs = 4315726176 val = 4306704434 internal_args = 0x8292c0 i = 8 count = 11 #89 0x0000000100621784 in exec_byte_code (bytestr=4303119385, vector=4303119421, maxdepth=32, args_template=4306704434, nargs=0, args=0x0) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 9 op = 2 vectorp = 0x1007c6440 <pure+1069984> stack = { pc = 0x1009aaf7c <pure+3055324> "\033\311\v\312\306\034\313\003\003\003#)\266\203\203 ", byte_string = 4303119385, byte_string_start = 0x1009aaf74 <pure+3055316> "Æ\030\031\307\n\310\"\033\311\v\312\306\034\313\003\003\003#)\266\203\203 ", next = 0x82a040 } top = 0x8293a8 result = 80 type = CONDITION_CASE #90 0x00000001005d5561 in funcall_lambda (fun=4303119341, nargs=1, arg_vector=0x1007c643d <pure+1069981>) at eval.c:3045 val = 4300937089 syms_left = 4306704434 next = 4310305538 lexenv = 4306704434 count = 8 i = 1 optional = false rest = false #91 0x00000001005d4e08 in apply_lambda (fun=4303119341, args=25792680454, count=7) at eval.c:2920 args_left = 4306704434 i = 1 numargs = 1 arg_vector = 0x829860 gcpro1 = { next = 0x1007c63e8 <pure+1069896>, var = 0x10000000c, nvars = 1 } gcpro2 = { next = 0x829930, var = 0x100608ce2 <read1+169>, nvars = 8558832 } gcpro3 = { next = 0x6015d11b6, var = 0x6015d1226, nvars = 4306704434 } tem = 25789534305 sa_count = 8 sa_must_free = false #92 0x00000001005d331c in eval_sub (form=25792680470) at eval.c:2227 fun = 4303119341 val = 25792680438 original_fun = 4311237570 original_args = 25792680454 funcar = 4300333007 gcpro1 = { next = 0x829a40, var = 0x10064c4c6 <find_composition+181>, nvars = 4306704434 } gcpro2 = { next = 0x829a10, var = 0x10051d04f <CHAR_TABLE_REF_ASCII+78>, nvars = 4306704434 } gcpro3 = { next = 0x100000000, var = 0x10000000e, nvars = 25780481187 } count = 7 #93 0x00000001005d2f45 in eval_sub (form=25792680486) at eval.c:2148 vals = 0x829af0 argnum = 1 sa_count = 7 sa_must_free = false numargs = 12 args_left = 25792680438 i = 8559344 maxargs = 7998845 argvals = {8559440, 4300933767, 4306316112, 4306704434, 8559568, 4301292653, 8559488, 4300332870} fun = 4305525989 val = 4306704434 original_fun = 4306788882 original_args = 25792680438 funcar = 4300332870 gcpro1 = { next = 0x601319800, var = 0x601319805, nvars = 5 } gcpro2 = { next = 0x829c10, var = 0x1005b3667 <set_internal+1600>, nvars = 4306316112 } gcpro3 = { next = 0x100ad2b50 <o_fwd>, var = 0x829af0, nvars = 0 } count = 6 #94 0x00000001005d26e0 in Feval (form=25792680486, lexical=4306704434) at eval.c:1997 count = 5 #95 0x00000001005ca523 in Fcall_interactively (function=4307053906, record_flag=4306704434, keys=4306753149) at callint.c:345 input = 25792680486 funval = 4305534261 events = 3420 args = 0x5 visargs = 0x601319805 specs = 25792680486 filter_specs = 25792680486 teml = 4300325797 up_event = 4306704434 enable = 4306704434 speccount = 5 next_event = 8560320 prefix_arg = 4306704434 string = 0x0 tem = 0x100a141cd <Scall_interactively+5> "" varies = 0x201829e00 <error: Cannot access memory at address 0x201829e00> i = 4300333167 nargs = 8560272 mark = 5 arg_from_tty = false gcpro1 = { next = 0x829d80, var = 0x829d88, nvars = 0 } gcpro2 = { next = 0x8, var = 0x100b31832 <bss_sbrk_buffer+357938>, nvars = 8560016 } gcpro3 = { next = 0x6900829d50, var = 0x77d2, nvars = 4312271949 } gcpro4 = { next = 0x101080c48 <bss_sbrk_buffer+5925448>, var = 0x10000010000000d, nvars = 2 } gcpro5 = { next = 0x600d71afd, var = 0x77d2, nvars = 2305843009213693951 } key_count = 3 record_then_fail = false save_this_command = 4307053906 save_last_command = 4310397794 save_this_original_command = 4307053906 save_real_this_command = 4307053906 #96 0x00000001005d4905 in Ffuncall (nargs=4, args=0x829fd8) at eval.c:2819 fun = 4305535437 original_fun = 4307033282 funcar = 25789831168 numargs = 3 lisp_numargs = 8791754739932 val = 4306704434 internal_args = 0x829fe0 i = 2 count = 4 #97 0x0000000100621784 in exec_byte_code (bytestr=4302966105, vector=4302966141, maxdepth=52, args_template=4100, nargs=1, args=0x82a540) at bytecode.c:916 targets = {0x1006257af <exec_byte_code+20351>, 0x10062580a <exec_byte_code+20442>, 0x10062580c <exec_byte_code+20444>, 0x10062580e <exec_byte_code+20446>, 0x100625810 <exec_byte_code+20448>, 0x100625810 <exec_byte_code+20448>, 0x100625881 <exec_byte_code+20561>, 0x1006258fc <exec_byte_code+20684>, 0x100620cb6 <exec_byte_code+1158>, 0x100620cb8 <exec_byte_code+1160>, 0x100620cba <exec_byte_code+1162>, 0x100620cbc <exec_byte_code+1164>, 0x100620cbe <exec_byte_code+1166>, 0x100620cbe <exec_byte_code+1166>, 0x100620cc7 <exec_byte_code+1175>, 0x100620c81 <exec_byte_code+1105>, 0x100621327 <exec_byte_code+2807>, 0x100621329 <exec_byte_code+2809>, 0x10062132b <exec_byte_code+2811>, 0x10062132d <exec_byte_code+2813>, 0x10062132f <exec_byte_code+2815>, 0x10062132f <exec_byte_code+2815>, 0x10062136d <exec_byte_code+2877>, 0x100621338 <exec_byte_code+2824>, 0x100621675 <exec_byte_code+3653>, 0x100621677 <exec_byte_code+3655>, 0x100621679 <exec_byte_code+3657>, 0x10062167b <exec_byte_code+3659>, 0x10062167d <exec_byte_code+3661>, 0x10062167d <exec_byte_code+3661>, 0x100621626 <exec_byte_code+3574>, 0x100621640 <exec_byte_code+3600>, 0x100621745 <exec_byte_code+3861>, 0x100621747 <exec_byte_code+3863>, 0x100621749 <exec_byte_code+3865>, 0x10062174b <exec_byte_code+3867>, 0x10062174d <exec_byte_code+3869>, 0x10062174d <exec_byte_code+3869>, 0x1006216f6 <exec_byte_code+3782>, 0x100621710 <exec_byte_code+3808>, 0x100621815 <exec_byte_code+4069>, 0x100621817 <exec_byte_code+4071>, 0x100621819 <exec_byte_code+4073>, 0x10062181b <exec_byte_code+4075>, 0x10062181d <exec_byte_code+4077>, 0x10062181d <exec_byte_code+4077>, 0x1006217c6 <exec_byte_code+3990>, 0x1006217e0 <exec_byte_code+4016>, 0x100622b56 <exec_byte_code+8998>, 0x1006228b7 <exec_byte_code+8327>, 0x1006228ab <exec_byte_code+8315>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100622de5 <exec_byte_code+9653>, 0x100622f22 <exec_byte_code+9970>, 0x100622f8c <exec_byte_code+10076>, 0x100622ff6 <exec_byte_code+10182>, 0x100623064 <exec_byte_code+10292>, 0x10062113b <exec_byte_code+2315>, 0x1006211c2 <exec_byte_code+2450>, 0x1006230e7 <exec_byte_code+10423>, 0x10062104e <exec_byte_code+2078>, 0x100621239 <exec_byte_code+2569>, 0x100623158 <exec_byte_code+10536>, 0x1006231cf <exec_byte_code+10655>, 0x100623223 <exec_byte_code+10739>, 0x10062329a <exec_byte_code+10858>, 0x1006232f8 <exec_byte_code+10952>, 0x1006233e7 <exec_byte_code+11191>, 0x10062343b <exec_byte_code+11275>, 0x1006234b2 <exec_byte_code+11394>, 0x10062354f <exec_byte_code+11551>, 0x1006235a3 <exec_byte_code+11635>, 0x1006235f7 <exec_byte_code+11719>, 0x10062366e <exec_byte_code+11838>, 0x1006236e5 <exec_byte_code+11957>, 0x10062375c <exec_byte_code+12076>, 0x1006237f9 <exec_byte_code+12233>, 0x100623857 <exec_byte_code+12327>, 0x1006238b5 <exec_byte_code+12421>, 0x1006239a4 <exec_byte_code+12660>, 0x100623a41 <exec_byte_code+12817>, 0x100623ade <exec_byte_code+12974>, 0x100623d71 <exec_byte_code+13633>, 0x100623dee <exec_byte_code+13758>, 0x100623e6b <exec_byte_code+13883>, 0x100623ee8 <exec_byte_code+14008>, 0x100623f65 <exec_byte_code+14133>, 0x100623fc3 <exec_byte_code+14227>, 0x100624064 <exec_byte_code+14388>, 0x1006240c2 <exec_byte_code+14482>, 0x100624120 <exec_byte_code+14576>, 0x10062417e <exec_byte_code+14670>, 0x1006242b1 <exec_byte_code+14977>, 0x100622707 <exec_byte_code+7895>, 0x100624322 <exec_byte_code+15090>, 0x100624376 <exec_byte_code+15174>, 0x10062445d <exec_byte_code+15405>, 0x1006244ce <exec_byte_code+15518>, 0x10062453f <exec_byte_code+15631>, 0x100624593 <exec_byte_code+15715>, 0x1006245f0 <exec_byte_code+15808>, 0x10062464d <exec_byte_code+15901>, 0x1006246b2 <exec_byte_code+16002>, 0x1006257af <exec_byte_code+20351>, 0x100624710 <exec_byte_code+16096>, 0x10062475f <exec_byte_code+16175>, 0x1006247ae <exec_byte_code+16254>, 0x1006247fd <exec_byte_code+16333>, 0x10062484c <exec_byte_code+16412>, 0x10062489b <exec_byte_code+16491>, 0x100622707 <exec_byte_code+7895>, 0x1006257af <exec_byte_code+20351>, 0x1006248ef <exec_byte_code+16575>, 0x10062494d <exec_byte_code+16669>, 0x1006249a1 <exec_byte_code+16753>, 0x1006249f5 <exec_byte_code+16837>, 0x100624a6c <exec_byte_code+16956>, 0x100624ae3 <exec_byte_code+17075>, 0x100624b37 <exec_byte_code+17159>, 0x100624c81 <exec_byte_code+17489>, 0x100624cf8 <exec_byte_code+17608>, 0x100624d69 <exec_byte_code+17721>, 0x100624dda <exec_byte_code+17834>, 0x100624e29 <exec_byte_code+17913>, 0x1006257af <exec_byte_code+20351>, 0x100622623 <exec_byte_code+7667>, 0x1006218d3 <exec_byte_code+4259>, 0x100620ec1 <exec_byte_code+1681>, 0x100621a2d <exec_byte_code+4605>, 0x100621bba <exec_byte_code+5002>, 0x100621d3b <exec_byte_code+5387>, 0x100622597 <exec_byte_code+7527>, 0x1006225e3 <exec_byte_code+7603>, 0x1006215c4 <exec_byte_code+3476>, 0x1006226bb <exec_byte_code+7819>, 0x100622744 <exec_byte_code+7956>, 0x1006227de <exec_byte_code+8110>, 0x10062282a <exec_byte_code+8186>, 0x100622ba6 <exec_byte_code+9078>, 0x100622c37 <exec_byte_code+9223>, 0x100622cd4 <exec_byte_code+9380>, 0x100622d50 <exec_byte_code+9504>, 0x100621882 <exec_byte_code+4178>, 0x100624e7d <exec_byte_code+17997>, 0x100624f0e <exec_byte_code+18142>, 0x100624f62 <exec_byte_code+18226>, 0x100624fb6 <exec_byte_code+18310>, 0x10062500a <exec_byte_code+18394>, 0x10062505e <exec_byte_code+18478>, 0x1006250cf <exec_byte_code+18591>, 0x100625140 <exec_byte_code+18704>, 0x1006251b1 <exec_byte_code+18817>, 0x100625222 <exec_byte_code+18930>, 0x1006253aa <exec_byte_code+19322>, 0x10062541b <exec_byte_code+19435>, 0x10062548c <exec_byte_code+19548>, 0x1006254e0 <exec_byte_code+19632>, 0x100625551 <exec_byte_code+19745>, 0x1006255c2 <exec_byte_code+19858>, 0x10062561e <exec_byte_code+19950>, 0x10062567a <exec_byte_code+20042>, 0x1006241dc <exec_byte_code+14764>, 0x10062423a <exec_byte_code+14858>, 0x1006256d8 <exec_byte_code+20136>, 0x100625746 <exec_byte_code+20246>, 0x1006257af <exec_byte_code+20351>, 0x100621ebc <exec_byte_code+5772>, 0x100621fe9 <exec_byte_code+6073>, 0x100622155 <exec_byte_code+6437>, 0x1006222c1 <exec_byte_code+6801>, 0x10062242c <exec_byte_code+7164>, 0x100623356 <exec_byte_code+11046>, 0x100623913 <exec_byte_code+12515>, 0x1006243cc <exec_byte_code+15260>, 0x10062599e <exec_byte_code+20846>, 0x100625a1c <exec_byte_code+20972>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625ac1 <exec_byte_code+21137>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x1006257af <exec_byte_code+20351>, 0x100625b66 <exec_byte_code+21302> <repeats 64 times>} count = 4 op = 3 vectorp = 0x1007a0d80 <pure+916704> stack = { pc = 0x1009bdf1e <pure+3133054> "\006\006\071\203\233", byte_string = 4302966105, byte_string_start = 0x1009bdeaa <pure+3132938> "\306\020\211?\205\f", next = 0x0 } top = 0x829fd8 result = 0 type = CONDITION_CASE #98 0x00000001005d512d in funcall_lambda (fun=4302966061, nargs=1, arg_vector=0x82a538) at eval.c:2979 val = 4300333199 syms_left = 4100 next = 4302966056 lexenv = 4302966056 count = 4 i = 8561744 optional = false rest = false #99 0x00000001005d4ac9 in Ffuncall (nargs=2, args=0x82a530) at eval.c:2861 fun = 4302966061 original_fun = 4306763714 funcar = 1414096273 numargs = 1 lisp_numargs = 730590200 val = 25783900389 internal_args = 0x0 i = 730590200 count = 3 #100 0x00000001005d41de in call1 (fn=4306763714, arg1=4307053906) at eval.c:2611 ret_ungc_val = 25792734150 gcpro1 = { next = 0x1, var = 0x0, nvars = 2 } args = {4306763714, 4307053906} #101 0x0000000100526c5c in command_loop_1 () at keyboard.c:1559 scount = 2 cmd = 4307053906 keybuf = {96, 224, 52, 8562160, 0, 0, 4306762642, 25792612390, 4302049473, 4306770642, 8562336, 0, 4, 4306704434, 8562368, 4300364668, 4306762642, 25792612390, 4302049473, 4306770642, 4310377314, 0, 8562432, 4300364301, 25792612390, 8562336, 4307018688, 4306704434, 8563200, 8563424} i = 3 prev_modiff = 5212 prev_buffer = 0x601319800 already_adjusted = false #102 0x00000001005d0b30 in internal_condition_case (bfun=0x1005262cf <command_loop_1>, handlers=4306770594, hfun=0x10052585a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600084000 #103 0x0000000100525e9d in command_loop_2 (ignore=4306704434) at keyboard.c:1177 val = 0 #104 0x00000001005cfe81 in internal_catch (tag=4306762690, func=0x100525e6b <command_loop_2>, arg=4306704434) at eval.c:1112 val = 4306704434 c = 0x60007f200 #105 0x0000000100525e2c in command_loop () at keyboard.c:1156 No locals. #106 0x00000001005252bb in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #107 0x00000001005254ed in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306704434 #108 0x00000001005231b5 in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000p\020d\371\003\000\000\000\331\300\023\200\001\000\000\000\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "concat" (0x8214a8) "apply" (0x821640) 0x13e8000 PVEC_COMPILED "get-char-code-property" (0x8220f0) "ucs-names" (0x822670) 0x7c64e8 PVEC_COMPILED "completion-boundaries" (0x823150) "completion-basic-try-completion" (0x8236d8) 0x11ba850 PVEC_COMPILED 0x11ba5c8 PVEC_COMPILED "funcall" (0x824190) "completion--some" (0x8249d0) "completion--nth-completion" (0x824f78) "completion-try-completion" (0x825510) "completion--do-completion" (0x825ad0) "completion--in-region-1" (0x826060) 0x794c58 PVEC_COMPILED "apply" (0x826758) 0x1318000 PVEC_COMPILED "completion--in-region" (0x827280) "completion-in-region" (0x8277d0) "minibuffer-complete" (0x827d68) "call-interactively" (0x8280a0) "command-execute" (0x8285f8) "read-from-minibuffer" (0x828cc0) "completing-read-default" (0x829228) "completing-read" (0x8293b0) "read-char-by-name" (0x829860) "list" (0x829bc0) "call-interactively" (0x829fe0) "command-execute" (0x82a538) Full backtrace for thread 2 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 3 #0 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000000007700b037 in ntdll!TpIsTimerSet () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #2 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 4 #0 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1430 in KERNELBASE!GetCurrentProcess () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 5 #0 0x000000007703e6b9 in ntdll!RtlGetCurrentUmsThread () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b11a2 in SleepEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x000000018010d970 in thread_pipe(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #8 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #9 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 6 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 7 #0 0x0000000076d91a44 in KERNEL32!HeapFree () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #1 0x000007fefbbcf829 in UxTheme!BufferedPaintStopAllAnimations () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #2 0x000007fefbbcfa65 in UxTheme!BufferedPaintStopAllAnimations () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #3 0x000007fefbbbe520 in UxTheme!ThemeInitApiHook () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #4 0x000007fefbbb168e in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #5 0x000007fefbbb1445 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #6 0x0000000076c889d3 in USER32!GetWindowDC () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #7 0x000000010065cfec in w32_wnd_proc (hwnd=<error reading variable: Cannot access memory at address 0x2fd>, msg=<error reading variable: Cannot access memory at address 0x305>, wParam=<error reading variable: Cannot access memory at address 0x30d>, lParam=<error reading variable: Cannot access memory at address 0x315>) at w32fns.c:4057 f = <error reading variable f (Cannot access memory at address 0x295)> dpyinfo = <error reading variable dpyinfo (Cannot access memory at address 0x29d)> wmsg = <error reading variable wmsg (Cannot access memory at address 0x15d)> windows_translate = <error reading variable windows_translate (Cannot access memory at address 0x2c9)> key = <error reading variable key (Cannot access memory at address 0x2c5)> Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 8 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 9 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 12 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 13 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 20:39 ` Ken Brown 2014-10-23 20:38 ` aidalgol @ 2014-10-23 21:54 ` aidalgol 2014-10-24 6:50 ` Eli Zaretskii 1 sibling, 1 reply; 96+ messages in thread From: aidalgol @ 2014-10-23 21:54 UTC (permalink / raw) To: 18438 [-- Attachment #1: Type: text/plain, Size: 2520 bytes --] On Wed, 22 Oct 2014 16:39:42 -0400, Ken Brown wrote: > Here's one more random idea. In case this problem is caused by a bug > in one of the libraries that Emacs depends on, I wonder if it would > be > useful for Aidan to build emacs so that it depends on only those > libraries that he absolutely needs. (Aidan, you can use cygcheck or > ldd to see which DLLs Emacs pulls in.) If, by some miracle, the > crashes and assertion violations stop, he can add them back in one by > one to see which one is the culprit. Welp, another one bites the dust. Asserts still happening. $ ldd src/emacs.exe ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x76ff0000) kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x76d70000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x7fefd6b0000) cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x3faa30000) cygxml2-2.dll => /usr/bin/cygxml2-2.dll (0x3f9640000) cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3fd0f0000) cygz.dll => /usr/bin/cygz.dll (0x3f9620000) cyggcc_s-seh-1.dll => /usr/bin/cyggcc_s-seh-1.dll (0x3fd890000) ADVAPI32.dll => /cygdrive/c/Windows/system32/ADVAPI32.dll (0x7fefdd20000) msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x7feff070000) sechost.dll => /cygdrive/c/Windows/SYSTEM32/sechost.dll (0x7fefda30000) RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x7fefdad0000) COMCTL32.dll => /cygdrive/c/Windows/WinSxS/amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac/COMCTL32.dll (0x7fefbe70000) GDI32.dll => /cygdrive/c/Windows/system32/GDI32.dll (0x7fefda50000) USER32.dll => /cygdrive/c/Windows/system32/USER32.dll (0x76c70000) LPK.dll => /cygdrive/c/Windows/system32/LPK.dll (0x7feff110000) USP10.dll => /cygdrive/c/Windows/system32/USP10.dll (0x7fefdc00000) SHLWAPI.dll => /cygdrive/c/Windows/system32/SHLWAPI.dll (0x7fefe070000) comdlg32.dll => /cygdrive/c/Windows/system32/comdlg32.dll (0x7fefefd0000) SHELL32.dll => /cygdrive/c/Windows/system32/SHELL32.dll (0x7fefe240000) ole32.dll => /cygdrive/c/Windows/system32/ole32.dll (0x7fefde60000) IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x7fefe210000) MSCTF.dll => /cygdrive/c/Windows/system32/MSCTF.dll (0x7fefd820000) [-- Attachment #2: assert-CONSP-emacs_c-126aa17-minimal --] [-- Type: text/plain, Size: 84240 bytes --] Id Target Id Frame 12 Thread 1224.0xba8 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 11 Thread 1224.0x678 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 10 Thread 1224.0x1074 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 7 Thread 1224.0x4b8 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 5 Thread 1224.0xfb0 0x0000000076c89e6a in USER32!SfmDxSetSwapChainStats () from /cygdrive/c/Windows/system32/USER32.dll 4 Thread 1224.0x7a0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 3 Thread 1224.0xc9c 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll 2 Thread 1224.0x1244 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll * 1 Thread 1224.0xd00 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 Full backtrace for main thread #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 No locals. #1 0x00000001005b0395 in die (msg=0x100a44842 <DEFAULT_REHASH_SIZE+506> "CONSP (tail)", file=0x100a44650 <DEFAULT_REHASH_SIZE+8> "intervals.c", line=1777) at alloc.c:6833 No locals. #2 0x000000010064151a in lookup_char_property (plist=25793766198, prop=4306944674, textprop=true) at intervals.c:1777 tail = 4306571314 fallback = 4306571314 #3 0x00000001006412ef in textget (plist=25793766198, prop=71) at intervals.c:1749 No locals. #4 0x0000000100646c18 in Fnext_single_property_change (position=40856, prop=4306944674, object=25778106373, limit=42856) at textprop.c:1051 i = 0x600b46fb8 next = 0x600b46fb8 here_val = 4306571314 #5 0x000000010064c486 in find_composition (pos=10214, limit=10714, start=0x825318, end=0x825310, prop=0x825308, object=4306571314) at composite.c:439 val = 10213 #6 0x000000010064eba6 in composition_compute_stop_pos (cmp_it=0x826dc8, charpos=10214, bytepos=10214, endpos=10714, string=4306571314) at composite.c:982 start = 25778106368 end = 25792903830 c = 1 prop = 4306571314 val = 25792903814 MAX_NEWLINE_DISTANCE = 500 #7 0x0000000100432baa in compute_stop_pos (it=0x826570) at xdisp.c:3651 stoppos = 13502 iv = 0x600bb79f8 next_iv = 0x600bb79f8 object = 25778106373 limit = 41256 position = 40856 charpos = 10214 bytepos = 10214 #8 0x000000010043282b in handle_stop (it=0x826570) at xdisp.c:3549 handled = HANDLED_NORMALLY handle_overlay_change_p = 1 p = 0x1006b4c18 <it_props+120> #9 0x000000010044160d in next_element_from_buffer (it=0x826570) at xdisp.c:8293 success_p = true #10 0x000000010043d778 in get_next_display_element (it=0x826570) at xdisp.c:6925 success_p = 0 #11 0x000000010046d7a7 in display_line (it=0x826570) at xdisp.c:20191 x_before = 864 nglyphs = 1 ascent = 0 phys_ascent = 0 n_glyphs_before = 108 hpos_before = 108 x = 864 descent = 0 phys_descent = 0 row = 0x600c32a00 overlay_arrow_string = 4306571314 wrap_it = { window = 0, w = 0x0, f = 0x3ffffffffff, method = 960, stop_charpos = 8542032, prev_stop = 4299703081, base_level_stop = 8541968, end_charpos = 0, s = 0x825788 "", string_nchars = 8791760744581, redisplay_end_trigger_charpos = 8542752, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x24, dpvec = 0x1, dpend = 0x10114fc4d <bss_sbrk_buffer+6798061>, dpvec_char_len = 18152520, dpvec_face_id = 1, saved_face_id = 18148424, ctl_chars = {0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 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 = 11604018, nbytes = 1, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 8543984), voffset = 0, space_width = 4300333007, font_height = 25778106368 }}, sp = 6, selective = 8544016, what = 5365711, face_id = 1, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = true, face_before_selective_p = true, constrain_row_ascent_descent_p = true, line_wrap = TRUNCATE, base_face_id = 8302592, c = 6, len = 8544032, cmp_it = { stop_pos = 4300333231, id = 25778106373, ch = 6, rule_idx = 6, lookback = 8544064, nglyphs = 8302592, reversed_p = 6, charpos = 8544080, nchars = 5358585, nbytes = 1, from = 8302597, to = 6, width = 6 }, char_to_display = 11851704, glyphless_method = 6, image_id = 7952, slice = { x = 8544144, y = 4301510803, width = 25778106368, height = 25781655480 }, space_width = 25778106373, voffset = 6, tab_width = 0, font_height = 72057594046472128, object = 25778106373, position = { charpos = 8545040, bytepos = 4299397368 }, truncation_pixel_width = -10312, continuation_pixel_width = 180, first_visible_x = 6, last_visible_x = 6, last_visible_y = 6, extra_line_spacing = 8544240, max_extra_line_spacing = 0, override_ascent = 5365711, override_descent = 1, override_boff = 8302592, glyph_row = 0x600000006, area = 8302597, nglyphs = 6, pixel_width = 8302592, ascent = 6, descent = 8544288, max_ascent = 0, max_descent = 8302592, phys_ascent = 6, phys_descent = 8544288, max_phys_ascent = 0, max_phys_descent = 5365935, current_x = 1, continuation_lines_width = 8302597, eol_pos = { charpos = 4294967302, bytepos = 8544416 }, current_y = 8302592, first_vpos = 6, vpos = 8544336, hpos = 0, left_user_fringe_bitmap = 50169, right_user_fringe_bitmap = 81, left_user_fringe_face_id = 1, right_user_fringe_face_id = 962565, bidi_p = true, bidi_it = { bytepos = 4294967302, charpos = 25781655480, ch = 7952, nchars = 8544400, ch_len = 4301510803, type = 8302592, type_after_w1 = NEUTRAL_B, orig_type = 11851704, resolved_level = 6, invalid_levels = 8302597, invalid_rl_levels = 6, prev = { bytepos = 4294967302, charpos = 72057594046472384, type = 8302597, type_after_w1 = NEUTRAL_B, orig_type = 8544544 }, last_strong = { bytepos = 4301512322, charpos = 8544464, type = 6146416, type_after_w1 = STRONG_L, orig_type = 11604018 }, next_for_neutral = { bytepos = 25778106368, charpos = 8544496, type = 8302597, type_after_w1 = NEUTRAL_B, orig_type = 8544528 }, prev_for_neutral = { bytepos = 4300333007, charpos = 4306908816, type = LRI, type_after_w1 = STRONG_L, orig_type = 8544576 }, next_for_ws = { bytepos = 4301536700, charpos = 4306571314, type = 11941520, type_after_w1 = STRONG_L, orig_type = 8544576 }, next_en_pos = 4300333263, next_en_type = 11941525, ignore_bn_limit = 4294967309, sor = (R2L | unknown: 24528420), scan_dir = 6, disp_pos = 4306944674, disp_prop = 8544624, stack_idx = 0, level_stack = {{ level = 5365999, override = L2R }, { level = 11604018, override = L2R }, { level = 14, override = L2R }, { level = 24528422, override = (R2L | unknown: 4) }, { level = 8544672, override = NEUTRAL_DIR }, { level = 8544688, override = NEUTRAL_DIR }, { level = 5361743, override = L2R }, { level = 11604018, override = L2R }, { level = 4, override = NEUTRAL_DIR }, { level = 8544736, override = NEUTRAL_DIR }, { level = 6603910, override = L2R }, { level = 11604018, override = L2R }, { level = 11941520, override = L2R }, { level = 8544736, override = NEUTRAL_DIR }, { level = 5361914, override = L2R }, { level = 11941525, override = L2R }, { level = 41, override = NEUTRAL_DIR }, { level = 11851704, override = (R2L | unknown: 4) }, { level = 33812, override = NEUTRAL_DIR }, { level = 8544880, override = NEUTRAL_DIR }, { level = 6614218, override = L2R }, { level = 11604018, override = L2R }, { level = 41, override = NEUTRAL_DIR }, { level = 8544840, override = NEUTRAL_DIR }, { level = 8544832, override = NEUTRAL_DIR }, { level = 8544824, override = NEUTRAL_DIR }, { level = 11604018, override = L2R }, { level = 8544944, override = NEUTRAL_DIR }, { level = 6545026, override = L2R }, { level = 1, override = NEUTRAL_DIR }, { level = 11604018, override = L2R }, { level = 15018934, override = (R2L | unknown: 4) }, { level = 7953, override = NEUTRAL_DIR }, { level = 14959750, override = (R2L | unknown: 4) }, { level = 11604018, override = L2R }, { level = 8545008, override = NEUTRAL_DIR }, { level = -4382860, override = (L2R | R2L | unknown: 1788) }, { level = 11977378, override = L2R }, { level = 11604018, override = (unknown: 500) }, { level = 8544976, override = NEUTRAL_DIR }, { level = 6569404, override = L2R }, { level = 11604018, override = L2R }, { level = 15018950, override = (R2L | unknown: 4) }, { level = 8545072, override = NEUTRAL_DIR }, { level = 11764608, override = (R2L | unknown: 4) }, { level = 8544992, override = NEUTRAL_DIR }, { level = 6558447, override = L2R }, { level = 11604018, override = L2R }, { level = 11604594, override = (R2L | unknown: 8) }, { level = 11856897, override = (R2L | unknown: 4) }, { level = 11764608, override = (R2L | unknown: 4) }, { level = 8545184, override = NEUTRAL_DIR }, { level = 4402126, override = L2R }, { level = 11604018, override = L2R }, { level = 8014, override = NEUTRAL_DIR }, { level = 8014, override = NEUTRAL_DIR }, { level = 8453, override = NEUTRAL_DIR }, { level = 11604018, override = L2R }, { level = 4433208, override = L2R }, { level = 11604066, override = L2R }, { level = 11604018, override = L2R }, { level = 11604018, override = L2R }, { level = 11604018, override = L2R }, { level = 11604018, override = L2R }}, string = { lstring = -1, s = 0x826380 "\021\037", schars = 31812, bufpos = 4311991490, from_disp_str = false, unibyte = true }, w = 0x34be, paragraph_dir = (unknown: 7031736), separator_limit = 7953, prev_was_pdf = true, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 32212) } wrap_data = 0x0 may_wrap = 0 wrap_x = 12779520 wrap_row_used = -1 wrap_row_ascent = 5682044 wrap_row_height = 0 wrap_row_phys_ascent = 8545568 wrap_row_phys_height = 6 wrap_row_extra_line_spacing = 0 wrap_row_min_pos = 25782583296 wrap_row_min_bpos = 7953 wrap_row_max_pos = 7953 wrap_row_max_bpos = 4313119816 cvpos = 17 min_pos = 10105 max_pos = 10213 min_bpos = 10105 max_bpos = 10213 pending_handle_line_prefix = false #12 0x00000001004608c0 in try_window (window=4313119821, pos=..., flags=1) at xdisp.c:16980 w = 0x10114fc48 <bss_sbrk_buffer+6798056> it = { window = 4313119821, w = 0x10114fc48 <bss_sbrk_buffer+6798056>, f = 0x10114ec48 <bss_sbrk_buffer+6793960>, method = GET_FROM_BUFFER, stop_charpos = 10221, prev_stop = 10214, base_level_stop = 10214, end_charpos = 13502, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x10105ec48 <bss_sbrk_buffer+5810920>, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 17, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 10105, bytepos = 10105 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 10214, bytepos = 10214 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 10214, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 4306571314, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 44, len = 1, cmp_it = { stop_pos = 10714, 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 = 34, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4306571314, y = 4306571314, width = 4306571314, height = 4306571314 }, space_width = 4306571314, voffset = 0, tab_width = 8, font_height = 4306571314, object = 25778106373, position = { charpos = 10213, bytepos = 10213 }, truncation_pixel_width = 8, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 944, last_visible_y = 1026, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x600c32a00, area = TEXT_AREA, nglyphs = 1, pixel_width = 8, ascent = 12, descent = 4, max_ascent = 12, max_descent = 4, phys_ascent = 12, phys_descent = 4, max_phys_ascent = 12, max_phys_descent = 4, current_x = 872, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 672, first_vpos = 0, vpos = 42, hpos = 109, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 10214, charpos = 10214, ch = 44, nchars = 1, ch_len = 1, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = WEAK_CS, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev = { bytepos = 10213, charpos = 10213, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, last_strong = { bytepos = 10212, charpos = 10212, type = STRONG_L, type_after_w1 = STRONG_L, orig_type = STRONG_L }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 10213, charpos = 10213, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON }, next_for_ws = { bytepos = 10209, charpos = 10209, 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 = 10462, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 4306571314, s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x10114fc48 <bss_sbrk_buffer+6798056>, paragraph_dir = L2R, separator_limit = 9769, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R } last_text_row = 0x600c32900 f = 0x10114ec48 <bss_sbrk_buffer+6793960> frame_line_height = 16 #13 0x000000010045d22e in redisplay_window (window=4313119821, just_this_one_p=true) at xdisp.c:16459 d2 = 0 d6 = 6 d1 = 1 d5 = 8563506 rtop = 281600 rbot = 0 w = 0x10114fc48 <bss_sbrk_buffer+6798056> f = 0x10114ec48 <bss_sbrk_buffer+6793960> buffer = 0x6007eb000 old = 0x6007eb000 lpoint = { charpos = 8517, bytepos = 8517 } opoint = { charpos = 8517, bytepos = 8517 } startp = { charpos = 7953, bytepos = 7953 } update_mode_line = 0 tem = 0 it = { window = 8552656, w = 0x100460b36 <try_window+926>, f = 0x10114fe00 <bss_sbrk_buffer+6798496>, method = 1159168, stop_charpos = 0, prev_stop = 1, base_level_stop = 1, end_charpos = 1, s = 0x10114fe05 <bss_sbrk_buffer+6798501> "", string_nchars = 4313120256, redisplay_end_trigger_charpos = 4313115720, multibyte_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x9, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 9, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0, 0, 0, 4312132680, 0 <repeats 12 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 = 9, string_pos = { charpos = 9, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = -1, overlay_strings_charpos = 4294967295, overlay_strings = {9, 9, -1, -1, -1, 4294967295, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0}, string_overlays = {0 <repeats 16 times>}, string = 0, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 4306571314, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_wrap = TRUNCATE, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 5, reversed_p = false, charpos = 4294967331, nchars = 0, nbytes = 116, from = 1, to = 0, width = 9 }, char_to_display = -1, glyphless_method = 4294967295, image_id = 4294967294, slice = { x = 0, y = 0, width = 0, height = 0 }, space_width = 0, voffset = 0, tab_width = 0, font_height = 116, object = 0, position = { charpos = 4306571314, bytepos = 4306571314 }, truncation_pixel_width = 4146, continuation_pixel_width = 177, first_visible_x = 1, last_visible_x = 11604018, last_visible_y = 1, extra_line_spacing = 11604018, max_extra_line_spacing = 1, override_ascent = 131072, override_descent = 0, override_boff = 11604018, glyph_row = 0x60009d805, area = 9, nglyphs = 0, pixel_width = 9, ascent = 0, descent = 524288, max_ascent = 0, max_descent = 1904, phys_ascent = 16, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = -1, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 25770963200, bytepos = 4294967297 }, current_y = 8, first_vpos = 12, vpos = 4, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 12, right_user_fringe_face_id = 4, bidi_p = false, bidi_it = { bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 16, type = STRONG_L, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8555344, override = NEUTRAL_DIR }, { level = 5966325, override = L2R }, { level = 11327648, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 8555392, override = NEUTRAL_DIR }, { level = 5966473, override = L2R }, { level = 11327648, override = L2R }, { level = 5966325, override = L2R }, { level = 11327648, override = L2R }, { level = 6, override = NEUTRAL_DIR }, { level = 8555536, override = NEUTRAL_DIR }, { level = 5973758, override = L2R }, { level = 11327648, override = L2R }, { level = 5966473, override = L2R }, { level = 8555472, override = NEUTRAL_DIR }, { level = 8302597, override = (R2L | unknown: 4) }, { level = 8555488, override = NEUTRAL_DIR }, { level = 5966325, override = L2R }, { level = 11327648, override = L2R }, { level = 5591717, override = L2R }, { level = 8302592, override = (R2L | unknown: 4) }, { level = 5, override = L2R }, { level = 8555536, override = NEUTRAL_DIR }, { level = 5966473, override = L2R }, { level = 8555552, override = NEUTRAL_DIR }, { level = 5966358, override = L2R }, { level = 11322544, override = L2R }, { level = 5975556, override = L2R }, { level = 8555600, override = NEUTRAL_DIR }, { level = 5365711, override = L2R }, { level = 8555600, override = NEUTRAL_DIR }, { level = 5966633, override = L2R }, { level = 11322544, override = L2R }, { level = 6, override = L2R }, { level = 8302592, override = (R2L | unknown: 4) }, { level = 11708416, override = L2R }, { level = 8555744, override = NEUTRAL_DIR }, { level = 5973730, override = L2R }, { level = 11322544, override = L2R }, { level = 5364376, override = L2R }, { level = 11605755, override = L2R }, { level = 6, override = L2R }, { level = 8555696, override = NEUTRAL_DIR }, { level = 5358585, override = L2R }, { level = 8555712, override = NEUTRAL_DIR }, { level = 5364403, override = L2R }, { level = 8555728, override = NEUTRAL_DIR }, { level = 5365574, override = L2R }, { level = 11322544, override = L2R }, { level = 6, override = NEUTRAL_DIR }, { level = 8555760, override = NEUTRAL_DIR }, { level = 3200000, override = NEUTRAL_DIR }, { level = 8555872, override = NEUTRAL_DIR }, { level = 5977655, override = L2R }, { level = 11322544, override = L2R }}, string = { lstring = 4306675712, s = 0x6007eb000 "E \003\006", schars = 4300649340, bufpos = 4306573048, from_disp_str = false, unibyte = false }, w = 0x100acc4b0 <i_fwd>, paragraph_dir = (unknown: 8302592), separator_limit = 1, prev_was_pdf = false, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = (unknown: 8555968) } current_matrix_up_to_date_p = false used_current_matrix_p = false buffer_unchanged_p = false temp_scroll_step = 0 count = 5 rc = 1 centering_position = -1 last_line_misfit = 0 beg_unchanged = 8451 end_unchanged = 4637 frame_line_height = 16 #14 0x00000001004546e6 in redisplay_window_1 (window=4313119821) at xdisp.c:14356 No locals. #15 0x00000001005d0ca5 in internal_condition_case_1 (bfun=0x1004546a7 <redisplay_window_1>, arg=4313119821, handlers=4306543078, hfun=0x100454624 <redisplay_window_error>) at eval.c:1372 val = 4294967299 c = 0x600033600 #16 0x0000000100453813 in redisplay_internal () at xdisp.c:14002 mini_window = 4313120261 mini_frame = 0x829ce0 w = 0x10114fc48 <bss_sbrk_buffer+6798056> sw = 0x10114fc48 <bss_sbrk_buffer+6798056> fr = 0x10114ec48 <bss_sbrk_buffer+6793960> pending = 0 must_finish = true match_p = true tlbufpos = { charpos = 8453, bytepos = 8453 } tlendpos = { charpos = 4901, bytepos = 4901 } number_of_visible_frames = 2 count = 2 sf = 0x10114ec48 <bss_sbrk_buffer+6793960> polling_stopped_here = 0 tail = 4306571314 frame = 4313115725 consider_all_windows_p = false update_miniwindow_p = true #17 0x0000000100450b2d in redisplay () at xdisp.c:13207 No locals. #18 0x0000000100529dc6 in read_char (commandflag=1, map=25794210694, prev_event=4306571314, used_mouse_menu=0x82a3af, end_time=0x0) at keyboard.c:2570 echo_current = false c = 4306571314 jmpcount = 4313115720 local_getcjmp = {25778106373, 4294967302, 8560688, 4300942441, 25778106373, 4300986326, 25778106368, 4306571314, 4306571314, 131072, 40, 4306571314, 8560688, 4300943185, 4311604352, 4311604352, 4306571314, 4314560150, 4311604352, 4311376160, 8560848, 4300498856, 4311376162, 4306571362, 8560768, 4300326777, 25794210710, 25794210710, 6, 6, 8560912, 4300900491} save_jump = {0 <repeats 12 times>, 8560432, 4300333007, 8560448, 4300333007, 25778106368, 4294967302, 25778106368, 25769803782, 8560480, 25778106368, 8560496, 4300333231, 25778106373, 4294967302, 25778106373, 4294967302, 8560544, 4300325881, 25778106373, 4300325881} tem = 8561088 save = 4300900491 previous_echo_area_message = 4306571314 also_record = 4306571314 reread = false gcpro1 = { next = 0x82a040, var = 0x1005bda75 <Fget_pos_property+1075>, nvars = 4306611586 } gcpro2 = { next = 0x8510, var = 0x0, nvars = 0 } polling_stopped_here = false orig_kboard = 0x60001e400 #19 0x000000010053a3a5 in read_key_sequence (keybuf=0x82a5c0, bufsize=30, prompt=4306571314, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9088 interrupted_kboard = 0x60001e400 interrupted_frame = 0x10114ec48 <bss_sbrk_buffer+6793960> key = 25778106368 used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = 8562016 count = 2 t = 0 echo_start = 0 keys_start = 0 current_binding = 25794210694 first_event = 4306571314 first_unbound = 31 mock_input = 0 fkey = { parent = 4310854038, map = 4310854038, start = 0, end = 0 } keytran = { parent = 4306553414, map = 4306553414, start = 0, end = 0 } indec = { parent = 4310854054, map = 4310854054, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 4306571314 original_uppercase = 25778106373 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x6007eb000 fake_prefixed_keys = 4306571314 gcpro1 = { next = 0x82a3f0, var = 0x10051dfcf <PSEUDOVECTORP+61>, nvars = 25778106368 } #20 0x00000001005267d4 in command_loop_1 () at keyboard.c:1452 cmd = 4310341874 keybuf = {100, 4301079136, 4, 8562160, 0, 0, 4306625378, 25794756150, 4302024897, 4306629282, 8562336, 0, 4, 4306571314, 8562368, 4300364652, 4306625378, 25794756150, 4302024897, 4306629282, 4310901810, 8563424, 8562432, 4300364285, 25794756150, 8562336, 4306881424, 4306571314, 8563200, 8563424} i = 1 prev_modiff = 754 prev_buffer = 0x6007eb000 already_adjusted = false #21 0x00000001005d0b00 in internal_condition_case (bfun=0x1005262bf <command_loop_1>, handlers=4306629234, hfun=0x10052584a <cmd_error>) at eval.c:1348 val = 4294967302 c = 0x600033800 #22 0x0000000100525e8d in command_loop_2 (ignore=4306571314) at keyboard.c:1177 val = 0 #23 0x00000001005cfe51 in internal_catch (tag=4306625426, func=0x100525e5b <command_loop_2>, arg=4306571314) at eval.c:1112 val = 4306571314 c = 0x600033a00 #24 0x0000000100525e1c in command_loop () at keyboard.c:1156 No locals. #25 0x00000001005252ab in recursive_edit_1 () at keyboard.c:777 count = 1 val = 8563008 #26 0x00000001005254dd in Frecursive_edit () at keyboard.c:848 count = 0 buffer = 4306571314 #27 0x00000001005231ab in main (argc=1, argv=0x82aae0) at emacs.c:1646 dummy = 8574656 stack_bottom_variable = 0 '\000' do_initial_setlocale = true dumping = false skip_args = 0 rlim = { rlim_cur = 8388572, rlim_max = 8388608 } no_loadup = false junk = 0x0 dname_arg = 0x0 dname_arg2 = "6\252\202\000\000\000\000\000!\223\026\200\001\000\000\000p\020\211\375\003", '\000' <repeats 11 times>, "\060M\027\200\001\000\000\000\060\252\202\000\000\000\000\000\001\000\000\000\001\000\000\000\264\341\202\000\000\000\000\000P\252\202\000\000\000\000\000\314A\026\200\001\000\000" ch_to_dir = 0x18019860e <__ctype_load_locale+62> "\205\300x\016\211\005Pv\022" original_pwd = 0x0 "redisplay_internal (C function)" (0xad3bf8) Full backtrace for thread 2 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001801197c2 in wait_sig(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 3 #0 0x000000007704186a in ntdll!ZwWaitForMultipleObjects () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000000007700b037 in ntdll!TpIsTimerSet () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #2 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 4 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 5 #0 0x0000000076c87ec0 in USER32!SetScrollInfo () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #1 0x000007fefbbb1117 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #2 0x000007fefbbb1733 in ?? () from /cygdrive/c/Windows/system32/uxtheme.dll No symbol table info available. #3 0x0000000076c88956 in USER32!GetWindowDC () from /cygdrive/c/Windows/system32/USER32.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 7 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 10 #0 0x000000007704131a in ntdll!ZwReadFile () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b1a7a in ReadFile () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000076d80a19 in ReadFile () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #3 0x00000001800ed834 in proc_waiter(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x0000000180044fc5 in cygthread::callfunc(bool) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x000000018004552a in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #6 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #7 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #8 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #9 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #10 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 11 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Full backtrace for thread 12 #0 0x00000000770412fa in ntdll!ZwWaitForSingleObject () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #1 0x000007fefd6b10dc in WaitForSingleObjectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll No symbol table info available. #2 0x0000000180045561 in cygthread::stub(void*) () from /usr/bin/cygwin1.dll No symbol table info available. #3 0x000000018004619b in _cygtls::call2(unsigned int (*)(void*, void*), void*, void*) () from /usr/bin/cygwin1.dll No symbol table info available. #4 0x00000001800462f4 in _cygtls::call(unsigned int (*)(void*, void*), void*) () from /usr/bin/cygwin1.dll No symbol table info available. #5 0x0000000076d859ed in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/system32/kernel32.dll No symbol table info available. #6 0x000000007701c541 in ntdll!RtlUserThreadStart () from /cygdrive/c/Windows/SYSTEM32/ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-23 21:54 ` aidalgol @ 2014-10-24 6:50 ` Eli Zaretskii 2014-10-24 19:18 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Eli Zaretskii @ 2014-10-24 6:50 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Fri, 24 Oct 2014 10:54:50 +1300 > From: aidalgol@amuri.net > Cc: Ken Brown <kbrown@cornell.edu>, Eli Zaretskii <eliz@gnu.org> > > Welp, another one bites the dust. Asserts still happening. Did you make sure this is a bogus assertion violation? In this case: > #0 terminate_due_to_signal (sig=6, backtrace_limit=2147483647) at emacs.c:351 > No locals. > #1 0x00000001005b0395 in die (msg=0x100a44842 <DEFAULT_REHASH_SIZE+506> "CONSP (tail)", file=0x100a44650 <DEFAULT_REHASH_SIZE+8> "intervals.c", line=1777) at alloc.c:6833 > No locals. > #2 0x000000010064151a in lookup_char_property (plist=25793766198, prop=4306944674, textprop=true) at intervals.c:1777 > tail = 4306571314 > fallback = 4306571314 On line 1777 of intervals.c, do the following commands (gdb) frame 2 (gdb) p tail (gdb) xtype say that 'tail' is a Lisp_Cons? If so, then the assertion violation is indeed bogus. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-24 6:50 ` Eli Zaretskii @ 2014-10-24 19:18 ` Ken Brown 2014-10-24 21:19 ` Ken Brown 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-24 19:18 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 A Cygwin bug was just found (and fixed) that could cause corruption of the flags register, as Eli suspected: https://cygwin.com/ml/cygwin/2014-10/msg00397.html Aidan, could you try the latest Cygwin snapshot and see if that fixes the problem? Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-24 19:18 ` Ken Brown @ 2014-10-24 21:19 ` Ken Brown 2014-10-29 4:30 ` aidalgol 0 siblings, 1 reply; 96+ messages in thread From: Ken Brown @ 2014-10-24 21:19 UTC (permalink / raw) To: Eli Zaretskii, aidalgol; +Cc: 18438 On 10/24/2014 3:18 PM, Ken Brown wrote: > A Cygwin bug was just found (and fixed) that could cause corruption of the flags > register, as Eli suspected: > > https://cygwin.com/ml/cygwin/2014-10/msg00397.html > > Aidan, could you try the latest Cygwin snapshot and see if that fixes the problem? There's no need to use a snapshot anymore. The proposed fix is in the latest test release, cygwin-1.7.33-0.2. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-24 21:19 ` Ken Brown @ 2014-10-29 4:30 ` aidalgol 2014-10-29 12:15 ` Ken Brown 2014-10-29 14:17 ` Eli Zaretskii 0 siblings, 2 replies; 96+ messages in thread From: aidalgol @ 2014-10-29 4:30 UTC (permalink / raw) To: 18438 On Fri, 24 Oct 2014 17:19:14 -0400, Ken Brown wrote: > On 10/24/2014 3:18 PM, Ken Brown wrote: >> A Cygwin bug was just found (and fixed) that could cause corruption >> of the flags >> register, as Eli suspected: >> >> https://cygwin.com/ml/cygwin/2014-10/msg00397.html >> >> Aidan, could you try the latest Cygwin snapshot and see if that >> fixes the problem? > > There's no need to use a snapshot anymore. The proposed fix is in > the latest test release, cygwin-1.7.33-0.2. I have had no Emacs crashes since updating to this Cygwin version two days ago (with the same amount of use per day), so this bug seems to have been the cause. Let's see if the other users experiencing the bogus assertions stop getting them after this fix makes it into the stable release. (I am still occasionally having Emacs freeze in such a way that it is unaffected by a DebugBreak (see <https://cygwin.com/ml/cygwin/2006-06/msg00321.html>), but less often than the bogus asserts, and likely unrelated.) ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-29 4:30 ` aidalgol @ 2014-10-29 12:15 ` Ken Brown 2014-10-29 14:37 ` Eli Zaretskii 2015-12-26 15:37 ` bug#17817: " Lars Ingebrigtsen 2014-10-29 14:17 ` Eli Zaretskii 1 sibling, 2 replies; 96+ messages in thread From: Ken Brown @ 2014-10-29 12:15 UTC (permalink / raw) To: aidalgol, 18438 On 10/29/2014 12:30 AM, aidalgol@amuri.net wrote: > I have had no Emacs crashes since updating to this Cygwin version two days ago > (with the same amount of use per day), so this bug seems to have been the > cause. Let's see if the other users experiencing the bogus assertions stop > getting them after this fix makes it into the stable release. Jon (bug#18769) has already reported on the Cygwin list that he is no longer getting bogus assertion failures (https://cygwin.com/ml/cygwin/2014-10/msg00485.html). So I'm optimistic. Eli, thanks very much for all your help! Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-29 12:15 ` Ken Brown @ 2014-10-29 14:37 ` Eli Zaretskii 2015-12-26 15:37 ` bug#17817: " Lars Ingebrigtsen 1 sibling, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-29 14:37 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol > Date: Wed, 29 Oct 2014 08:15:41 -0400 > From: Ken Brown <kbrown@cornell.edu> > CC: Eli Zaretskii <eliz@gnu.org> > > On 10/29/2014 12:30 AM, aidalgol@amuri.net wrote: > > I have had no Emacs crashes since updating to this Cygwin version two days ago > > (with the same amount of use per day), so this bug seems to have been the > > cause. Let's see if the other users experiencing the bogus assertions stop > > getting them after this fix makes it into the stable release. > > Jon (bug#18769) has already reported on the Cygwin list that he is no longer > getting bogus assertion failures > (https://cygwin.com/ml/cygwin/2014-10/msg00485.html). So I'm optimistic. So am I, to a degree. > Eli, thanks very much for all your help! You are welcome. But the real kudos go to those who found and fixed the root cause of the problem. ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#17817: bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-29 12:15 ` Ken Brown 2014-10-29 14:37 ` Eli Zaretskii @ 2015-12-26 15:37 ` Lars Ingebrigtsen 2015-12-26 15:43 ` Ken Brown 1 sibling, 1 reply; 96+ messages in thread From: Lars Ingebrigtsen @ 2015-12-26 15:37 UTC (permalink / raw) To: Ken Brown; +Cc: 18438, aidalgol, 17817 Ken Brown <kbrown@cornell.edu> writes: > Jon (bug#18769) has already reported on the Cygwin list that he is no > longer getting bogus assertion failures > (https://cygwin.com/ml/cygwin/2014-10/msg00485.html). So I'm > optimistic. I think the conclusion of the several threads in these bug reports is that this was a Cygwin bug? So I'm closing these bug reports. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2015-12-26 15:37 ` bug#17817: " Lars Ingebrigtsen @ 2015-12-26 15:43 ` Ken Brown 0 siblings, 0 replies; 96+ messages in thread From: Ken Brown @ 2015-12-26 15:43 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: 18438, aidalgol, 17817 On 12/26/2015 10:37 AM, Lars Ingebrigtsen wrote: > Ken Brown <kbrown@cornell.edu> writes: > >> Jon (bug#18769) has already reported on the Cygwin list that he is no >> longer getting bogus assertion failures >> (https://cygwin.com/ml/cygwin/2014-10/msg00485.html). So I'm >> optimistic. > > I think the conclusion of the several threads in these bug reports is > that this was a Cygwin bug? So I'm closing these bug reports. That's right. Thanks. Ken ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-29 4:30 ` aidalgol 2014-10-29 12:15 ` Ken Brown @ 2014-10-29 14:17 ` Eli Zaretskii 1 sibling, 0 replies; 96+ messages in thread From: Eli Zaretskii @ 2014-10-29 14:17 UTC (permalink / raw) To: aidalgol; +Cc: 18438 > Date: Wed, 29 Oct 2014 17:30:41 +1300 > From: aidalgol@amuri.net > Cc: Ken Brown <kbrown@cornell.edu>, Eli Zaretskii <eliz@gnu.org> > > (I am still occasionally having Emacs freeze in such a way that it is > unaffected by a DebugBreak (see > <https://cygwin.com/ml/cygwin/2006-06/msg00321.html>), but less often > than the bogus asserts, and likely unrelated.) I suggest that you report that as a separate bug with all the details (like when it hangs, and maybe even where). TIA ^ permalink raw reply [flat|nested] 96+ messages in thread
* bug#18438: 24.4.50; assertion failed in bidi.c 2014-10-22 17:16 ` Eli Zaretskii 2014-10-22 20:39 ` Ken Brown @ 2014-10-23 4:15 ` aidalgol 1 sibling, 0 replies; 96+ messages in thread From: aidalgol @ 2014-10-23 4:15 UTC (permalink / raw) To: 18438 On Wed, 22 Oct 2014 20:16:28 +0300, Eli Zaretskii wrote: > These 2 threads seem to be waiting on a pipe to a subprocess. Any > idea which 2 subprocesses were running at the time? I had ERC running using gnutls-cli, so that's one, but I don't know what the other one would have been. I *may* have had the Python interpreter open, but I thought I had killed that before the crash. > Also, is there any pattern to what Emacs is doing when these > assertion > violations and segfaults happen? Is it idle, or are you typing > something, and if the latter, what were you doing immediately prior > to > the crash? No pattern whatsoever; sometimes it's been while typing, sometimes while idle, and it has crashed with no subprocesses running, although not as often, as I usually do have ERC connected. ^ permalink raw reply [flat|nested] 96+ messages in thread
end of thread, other threads:[~2015-12-26 15:43 UTC | newest] Thread overview: 96+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-09-09 21:41 bug#18438: 24.4.50; assertion failed in bidi.c aidalgol 2014-09-10 0:16 ` Stefan Monnier 2014-09-10 18:55 ` Aidan Gauland 2014-09-10 19:09 ` Eli Zaretskii 2014-09-11 4:31 ` aidalgol 2014-09-11 13:18 ` Ken Brown 2014-09-12 1:51 ` aidalgol 2014-09-12 1:55 ` aidalgol 2014-09-12 6:00 ` Eli Zaretskii 2014-09-12 7:46 ` Eli Zaretskii 2014-09-16 1:04 ` aidalgol 2014-09-16 2:47 ` Eli Zaretskii 2014-09-16 2:59 ` aidalgol 2014-09-16 14:33 ` Eli Zaretskii 2014-09-16 22:42 ` aidalgol 2014-09-17 5:07 ` Eli Zaretskii 2014-09-18 4:55 ` aidalgol 2014-09-18 4:59 ` aidalgol 2014-09-18 14:42 ` Eli Zaretskii 2014-09-21 22:30 ` Ken Brown 2014-09-24 5:07 ` aidalgol 2014-09-24 14:06 ` Ken Brown 2014-09-24 15:01 ` Eli Zaretskii 2014-09-24 16:40 ` Ken Brown 2014-09-24 19:49 ` Eli Zaretskii 2014-09-28 23:03 ` aidalgol 2014-09-10 13:14 ` Ken Brown 2014-09-29 0:56 ` aidalgol 2014-09-29 6:23 ` Eli Zaretskii 2014-09-29 15:50 ` Ken Brown 2014-09-29 17:00 ` Eli Zaretskii 2014-09-29 22:28 ` aidalgol 2014-09-30 15:24 ` Eli Zaretskii 2014-09-30 16:09 ` Ken Brown 2014-09-30 16:27 ` Eli Zaretskii 2014-09-30 23:06 ` aidalgol 2014-10-01 2:39 ` Eli Zaretskii 2014-10-01 2:58 ` aidalgol 2014-10-01 14:42 ` Eli Zaretskii 2014-10-01 21:56 ` aidalgol 2014-10-01 2:40 ` Ken Brown 2014-10-08 22:20 ` aidalgol 2014-10-09 7:29 ` Eli Zaretskii 2014-10-10 2:21 ` aidalgol 2014-10-10 7:19 ` Eli Zaretskii 2014-10-10 7:26 ` Eli Zaretskii 2014-10-10 13:54 ` Ken Brown 2014-10-10 15:12 ` Eli Zaretskii 2014-10-10 17:14 ` Ken Brown 2014-10-11 1:57 ` Ken Brown 2014-10-11 7:11 ` Eli Zaretskii 2014-10-11 13:58 ` Ken Brown 2014-10-11 14:24 ` Eli Zaretskii 2014-10-11 16:33 ` Ken Brown 2014-10-11 16:52 ` Eli Zaretskii 2014-10-11 17:17 ` Ken Brown 2014-10-15 0:58 ` aidalgol 2014-10-15 5:13 ` Eli Zaretskii 2014-10-15 19:29 ` aidalgol 2014-10-16 7:27 ` Eli Zaretskii 2014-10-16 13:11 ` Ken Brown 2014-10-16 13:38 ` Eli Zaretskii 2014-10-19 14:39 ` Eli Zaretskii 2014-10-19 15:37 ` Ken Brown 2014-10-19 18:10 ` Eli Zaretskii 2014-10-19 19:49 ` aidalgol 2014-10-19 20:20 ` aidalgol 2014-10-20 15:46 ` Eli Zaretskii 2014-10-20 16:51 ` Eli Zaretskii 2014-10-20 19:35 ` Ivan Shmakov 2014-10-20 19:39 ` Eli Zaretskii 2014-10-20 20:02 ` Ivan Shmakov 2014-10-20 20:59 ` Ken Brown 2014-10-21 15:42 ` Eli Zaretskii 2014-10-21 16:18 ` Ken Brown 2014-10-21 19:38 ` aidalgol 2014-10-21 21:12 ` Ken Brown 2014-10-21 21:58 ` aidalgol 2014-10-21 22:21 ` Ken Brown 2014-10-21 22:38 ` aidalgol 2014-10-22 4:16 ` aidalgol 2014-10-22 15:24 ` Eli Zaretskii 2014-10-22 17:16 ` Eli Zaretskii 2014-10-22 20:39 ` Ken Brown 2014-10-23 20:38 ` aidalgol 2014-10-23 21:54 ` aidalgol 2014-10-24 6:50 ` Eli Zaretskii 2014-10-24 19:18 ` Ken Brown 2014-10-24 21:19 ` Ken Brown 2014-10-29 4:30 ` aidalgol 2014-10-29 12:15 ` Ken Brown 2014-10-29 14:37 ` Eli Zaretskii 2015-12-26 15:37 ` bug#17817: " Lars Ingebrigtsen 2015-12-26 15:43 ` Ken Brown 2014-10-29 14:17 ` Eli Zaretskii 2014-10-23 4:15 ` aidalgol
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).