bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21747: 25.0.50; while-no-input breaks kbd event handling when called


From: Tassilo Horn
Subject: bug#21747: 25.0.50; while-no-input breaks kbd event handling when called from post-command-hook
Date: Sat, 24 Oct 2015 14:13:54 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> So maybe the docstring for post-command-hook should point out this
>> detail and recommend that functions added to this hook call sit-for
>> if they're going to do potentially expensive processing.
>
> Just being potentially expensive is not enough to trigger the problem.
> You need to actually hog Emacs (or close to that) to prevent redisplay
> from eventually happening.
>
> I agree that expensive processing in post-command-hook is not a good
> idea (and said so several times in the past), but people are still
> doing that, so I guess just advertising the problem is not enough.  (I
> don't object to adding this to documentation, of course.)

Actually, the `post-command-hook' function in question
(aggressive-indent--indent-if-changed) is not so overly expensive.  At
least I have validated that it has finished running I type the next key,
thus the abort-on-input case doesn't even occur.

My recipe for reproduction is

  1. emacs -Q
  2. M-x package-initialize
  3. M-x global-aggressive-indent-mode
  4. C-x C-f ~/test.sh
  5. type the keyword if where the i is displayed immediately
     and the display of f is delayed

This does only occur for sh-mode keywords like if, while, etc. where the
delaying starts with after entering the last char of the keyword.  Also,
I can reproduce that problem only if test.sh doesn't exist.

So it seems the problem has at least different facettes and the
abort-on-input is just one of these.

Or well, I just tried what happens when I replace the `while-no-input'
with a `progn'.  Then Emacs goes into some infloop.  Attaching with gdb
shows:

--8<---------------cut here---------------start------------->8---
(gdb) xbacktrace 
"sh-smie--default-backward-token" (0xbbb172f8)
"sh-smie-sh-backward-token" (0xbbb174a8)
"sh-smie--newline-semi-p" (0xbbb17650)
0x1a8cf58 PVEC_COMPILED
"smie-next-sexp" (0xbbb17a38)
"smie-forward-sexp" (0xbbb17c08)
"smie-forward-sexp-command" (0xbbb17dc8)
"forward-sexp" (0xbbb17f70)
0x11b4050 PVEC_COMPILED
"end-of-defun" (0xbbb182d0)
"aggressive-indent-indent-region-and-on" (0xbbb18480)
"aggressive-indent--softly-indent-region-and-on" (0xbbb18618)
"apply" (0xbbb186a0)
"while" (0xbbb18808)
"let" (0xbbb18968)
"progn" (0xbbb18a28)
"if" (0xbbb18af8)
"progn" (0xbbb18bb8)
"if" (0xbbb18c78)
"aggressive-indent--indent-if-changed" (0xbbb18db0)
--8<---------------cut here---------------end--------------->8---

and

--8<---------------cut here---------------start------------->8---
(gdb) bt full
#0  0x000000000057bc4f in exec_byte_code (bytestr=<optimized out>, 
vector=27914621, 
    maxdepth=<optimized out>, args_template=args_template@entry=2, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb172f8) at bytecode.c:1975
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
---Type <return> to continue, or q <return> to quit---
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
---Type <return> to continue, or q <return> to quit---
        count = 39
        op = 197
        vectorp = 0x1a9f180
        stack = {
          pc = 0x203cb6b "!\303U\203-", 
          byte_string = 32466612, 
          byte_string_start = 0x203cb38 "\300`[!\210`\301\302!\211\303U\204-", 
          next = 0x7ffebbb17360
        }
        top = 0x7ffebbb17148
        result = <optimized out>
        type = <optimized out>
#1  0x0000000000549b2e in funcall_lambda (fun=20638501, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb172f8) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#2  0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb172f0) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15801488
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 38
#3  0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=20611093, 
    maxdepth=<optimized out>, args_template=args_template@entry=2, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb174a8) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
---Type <return> to continue, or q <return> to quit---
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
---Type <return> to continue, or q <return> to quit---
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 38
        op = <optimized out>
        vectorp = 0x13a8018
        stack = {
          pc = 0x203ce98 "\211՚\203j", 
          byte_string = 32499316, 
          byte_string_start = 0x203ce38 "\304 \305`[!\210n\203*", 
          next = 0x7ffebbb17510
        }
        top = 0x7ffebbb172f0
        result = <optimized out>
        type = <optimized out>
#4  0x0000000000549b2e in funcall_lambda (fun=20611341, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb174a8) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#5  0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb174a0) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15801632
---Type <return> to continue, or q <return> to quit---
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 37
#6  0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=27914413, 
    maxdepth=<optimized out>, args_template=args_template@entry=1026, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb17650) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
---Type <return> to continue, or q <return> to quit---
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
---Type <return> to continue, or q <return> to quit---
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 36
        op = <optimized out>
        vectorp = 0x1a9f0b0
        stack = {
          pc = 0x20484df "\262\001\211G\302U\205\025", 
          byte_string = 27536484, 
          byte_string_start = 0x20484d8 "\212\211\204\t", 
          next = 0x7ffebbb176c0
        }
        top = 0x7ffebbb174a0
        result = <optimized out>
        type = <optimized out>
#7  0x0000000000549b2e in funcall_lambda (fun=27914477, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb17650) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#8  0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb17648) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15801104
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 35
#9  0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=27840101, 
    maxdepth=<optimized out>, args_template=args_template@entry=2, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb17838) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
---Type <return> to continue, or q <return> to quit---
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
---Type <return> to continue, or q <return> to quit---
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 35
        op = <optimized out>
        vectorp = 0x1a8ce68
        stack = {
          pc = 0x203cc37 "\307y\210\211\204\062", 
          byte_string = 32476548, 
          byte_string_start = 0x203cc10 "\303\304!\203\071", 
          next = 0x7ffebbb178f0
        }
        top = 0x7ffebbb17648
        result = <optimized out>
        type = <optimized out>
#10 0x0000000000549b2e in funcall_lambda (fun=27840349, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb17838) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
---Type <return> to continue, or q <return> to quit---
        rest = <optimized out>
#11 0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb17830) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 27840349
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 34
#12 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=20455637, 
    maxdepth=<optimized out>, args_template=args_template@entry=5142, 
nargs=nargs@entry=5, 
    args=<optimized out>, args@entry=0x7ffebbb17a38) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
---Type <return> to continue, or q <return> to quit---
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
---Type <return> to continue, or q <return> to quit---
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 34
        op = <optimized out>
        vectorp = 0x13820d8
        stack = {
          pc = 0x208f50e "\302\001\b\"A\211\204q", 
          byte_string = 32860164, 
          byte_string_start = 0x208f4f8 "\301\062R\001\211;\205\022", 
          next = 0x7ffebbb17ab0
        }
        top = 0x7ffebbb17830
        result = <optimized out>
        type = <optimized out>
#13 0x0000000000549b2e in funcall_lambda (fun=20455773, nargs=nargs@entry=5, 
    arg_vector=arg_vector@entry=0x7ffebbb17a38) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#14 0x000000000054a059 in Ffuncall (nargs=6, args=args@entry=0x7ffebbb17a30) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15763792
        numargs = 5
        val = <optimized out>
        internal_args = <optimized out>
        count = 33
#15 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=20455925, 
    maxdepth=<optimized out>, args_template=args_template@entry=1026, 
nargs=nargs@entry=1, 
    args=<optimized out>, args@entry=0x7ffebbb17c08) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
---Type <return> to continue, or q <return> to quit---
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
---Type <return> to continue, or q <return> to quit---
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 33
        op = <optimized out>
        vectorp = 0x13821f8
        stack = {
          pc = 0x208f6ef "\207", 
          byte_string = 32855380, 
          byte_string_start = 0x208f6e0 
"\301\302\b!\302\303!\302\304!\302\305!\005%\207", 
          next = 0x7ffebbb17c80
        }
        top = 0x7ffebbb17a30
        result = <optimized out>
        type = <optimized out>
#16 0x0000000000549b2e in funcall_lambda (fun=20455981, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7ffebbb17c08) at eval.c:2810
        val = <optimized out>
---Type <return> to continue, or q <return> to quit---
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#17 0x000000000054a059 in Ffuncall (nargs=2, args=args@entry=0x7ffebbb17c00) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15771168
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        count = 32
#18 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=27887669, 
    maxdepth=<optimized out>, args_template=args_template@entry=1030, 
nargs=nargs@entry=1, 
    args=<optimized out>, args@entry=0x7ffebbb17dc8) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
---Type <return> to continue, or q <return> to quit---
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
---Type <return> to continue, or q <return> to quit---
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 31
        op = <optimized out>
        vectorp = 0x1a98838
        stack = {
          pc = 0x208f791 "\202'", 
          byte_string = 32842916, 
          byte_string_start = 0x208f770 "\211\301V\302\030\001\301U?\205O", 
          next = 0x7ffebbb17e30
        }
        top = 0x7ffebbb17c00
        result = <optimized out>
        type = <optimized out>
#19 0x0000000000549b2e in funcall_lambda (fun=27887765, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7ffebbb17dc8) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#20 0x000000000054a059 in Ffuncall (nargs=2, args=args@entry=0x7ffebbb17dc0) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 15771264
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        count = 30
#21 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=10125597, 
    maxdepth=<optimized out>, args_template=args_template@entry=1026, 
nargs=nargs@entry=1, 
    args=<optimized out>, args@entry=0x7ffebbb17f70) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
---Type <return> to continue, or q <return> to quit---
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
---Type <return> to continue, or q <return> to quit---
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 30
        op = <optimized out>
        vectorp = 0x9a8120 <pure+1515520>
        stack = {
          pc = 0xa81bdd <pure+2407101> "\207\302`\002\"\206\031", 
          byte_string = 10125564, 
          byte_string_start = 0xa81bcf <pure+2407087> "\211\204\a", 
          next = 0x7ffebbb17fd0
        }
        top = 0x7ffebbb17dc0
        result = <optimized out>
---Type <return> to continue, or q <return> to quit---
        type = <optimized out>
#22 0x0000000000549b2e in funcall_lambda (fun=10125509, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7ffebbb17f70) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#23 0x000000000054a059 in Ffuncall (nargs=2, args=args@entry=0x7ffebbb17f68) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 3678560
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        count = 29
#24 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=17495885, 
    maxdepth=<optimized out>, args_template=args_template@entry=2, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb18130) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
---Type <return> to continue, or q <return> to quit---
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
---Type <return> to continue, or q <return> to quit---
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 29
        op = <optimized out>
        vectorp = 0x10af750
        stack = {
          pc = 0x13679fb "\207", 
          byte_string = 19913748, 
          byte_string_start = 0x13679f8 "\300\301!\207", 
          next = 0x7ffebbb18190
        }
        top = 0x7ffebbb17f68
        result = <optimized out>
        type = <optimized out>
#25 0x0000000000549b2e in funcall_lambda (fun=18563157, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb18130) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#26 0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb18128) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 18563157
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 28
#27 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=10128013, 
    maxdepth=<optimized out>, args_template=args_template@entry=1026, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x7ffebbb182d0) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
---Type <return> to continue, or q <return> to quit---
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
---Type <return> to continue, or q <return> to quit---
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 28
        op = <optimized out>
        vectorp = 0x9a8a90 <pure+1517936>
        stack = {
          pc = 0xa8179e <pure+2406014> "\210\211 \210\003\307V\203[", 
          byte_string = 10127980, 
          byte_string_start = 0xa8176e <pure+2405966> "\b\305=\203\027", 
---Type <return> to continue, or q <return> to quit---
          next = 0x7ffebbb18340
        }
        top = 0x7ffebbb18128
        result = <optimized out>
        type = <optimized out>
#28 0x0000000000549b2e in funcall_lambda (fun=10127925, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb182d0) at eval.c:2810
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#29 0x000000000054a059 in Ffuncall (nargs=1, args=args@entry=0x7ffebbb182c8) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 3678752
        numargs = 0
        val = <optimized out>
        internal_args = <optimized out>
        count = 27
#30 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=20134349, 
    maxdepth=<optimized out>, args_template=args_template@entry=0, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x0) at bytecode.c:880
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
---Type <return> to continue, or q <return> to quit---
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
---Type <return> to continue, or q <return> to quit---
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 23
        op = <optimized out>
        vectorp = 0x13339d0
        stack = {
          pc = 0x1fd7fd5 "\210\306 )0\202W", 
          byte_string = 33093044, 
          byte_string_start = 0x1fd7f88 "\306 
\307\030\031\310\t\311\"\210ʎ\n\vU\204!", 
          next = 0x7ffebbb184e0
        }
        top = 0x7ffebbb182c8
        result = <optimized out>
        type = <optimized out>
#31 0x0000000000549d04 in funcall_lambda (fun=20109589, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7ffebbb18480) at eval.c:2876
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = 0
        i = 2
        optional = false
        rest = false
#32 0x000000000054a059 in Ffuncall (nargs=3, args=args@entry=0x7ffebbb18478) at 
eval.c:2699
        fun = <optimized out>
        original_fun = 20716112
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        count = 20
#33 0x00000000005794ed in exec_byte_code (bytestr=<optimized out>, 
vector=19085181, 
    maxdepth=<optimized out>, args_template=args_template@entry=0, 
nargs=nargs@entry=0, 
    args=<optimized out>, args@entry=0x0) at bytecode.c:880
---Type <return> to continue, or q <return> to quit---
        targets = {0x57b9e8 <exec_byte_code+11312>, 0x57ba2b 
<exec_byte_code+11379>, 
          0x57ba2d <exec_byte_code+11381>, 0x57ba2f <exec_byte_code+11383>, 
          0x57ba31 <exec_byte_code+11385>, 0x57ba31 <exec_byte_code+11385>, 
          0x57ba6f <exec_byte_code+11447>, 0x57babc <exec_byte_code+11524>, 
          0x579095 <exec_byte_code+733>, 0x579097 <exec_byte_code+735>, 
          0x579099 <exec_byte_code+737>, 0x57909b <exec_byte_code+739>, 
          0x57909d <exec_byte_code+741>, 0x57909d <exec_byte_code+741>, 
          0x5790a2 <exec_byte_code+746>, 0x579071 <exec_byte_code+697>, 
          0x579332 <exec_byte_code+1402>, 0x579334 <exec_byte_code+1404>, 
          0x579336 <exec_byte_code+1406>, 0x579338 <exec_byte_code+1408>, 
          0x57933a <exec_byte_code+1410>, 0x57933a <exec_byte_code+1410>, 
          0x579361 <exec_byte_code+1449>, 0x57933f <exec_byte_code+1415>, 
          0x579443 <exec_byte_code+1675>, 0x579445 <exec_byte_code+1677>, 
          0x579447 <exec_byte_code+1679>, 0x579449 <exec_byte_code+1681>, 
          0x57944b <exec_byte_code+1683>, 0x57944b <exec_byte_code+1683>, 
          0x579410 <exec_byte_code+1624>, 0x579421 <exec_byte_code+1641>, 
          0x5794c2 <exec_byte_code+1802>, 0x5794c4 <exec_byte_code+1804>, 
          0x5794c6 <exec_byte_code+1806>, 0x5794c8 <exec_byte_code+1808>, 
          0x5794ca <exec_byte_code+1810>, 0x5794ca <exec_byte_code+1810>, 
          0x57948f <exec_byte_code+1751>, 0x5794a0 <exec_byte_code+1768>, 
          0x579542 <exec_byte_code+1930>, 0x579544 <exec_byte_code+1932>, 
          0x579546 <exec_byte_code+1934>, 0x579548 <exec_byte_code+1936>, 
          0x57954a <exec_byte_code+1938>, 0x57954a <exec_byte_code+1938>, 
          0x57950f <exec_byte_code+1879>, 0x579520 <exec_byte_code+1896>, 
          0x57a062 <exec_byte_code+4778>, 0x579f17 <exec_byte_code+4447>, 
          0x579f0f <exec_byte_code+4439>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57a1d6 <exec_byte_code+5150>, 0x57a272 <exec_byte_code+5306>, 
          0x57a2ad <exec_byte_code+5365>, 0x57a2f5 <exec_byte_code+5437>, 
          0x57a33d <exec_byte_code+5509>, 0x579254 <exec_byte_code+1180>, 
          0x57929b <exec_byte_code+1251>, 0x57a38c <exec_byte_code+5588>, 
          0x5791fb <exec_byte_code+1091>, 0x5792d9 <exec_byte_code+1313>, 
          0x57a3c8 <exec_byte_code+5648>, 0x57a406 <exec_byte_code+5710>, 
          0x57a434 <exec_byte_code+5756>, 0x57a472 <exec_byte_code+5818>, 
          0x57a4aa <exec_byte_code+5874>, 0x57a531 <exec_byte_code+6009>, 
          0x57a55f <exec_byte_code+6055>, 0x57a59d <exec_byte_code+6117>, 
          0x57a5df <exec_byte_code+6183>, 0x57a60d <exec_byte_code+6229>, 
          0x57a63b <exec_byte_code+6275>, 0x57a679 <exec_byte_code+6337>, 
          0x57a6b7 <exec_byte_code+6399>, 0x57a6f5 <exec_byte_code+6461>, 
          0x57a737 <exec_byte_code+6527>, 0x57a76f <exec_byte_code+6583>, 
          0x57a7a7 <exec_byte_code+6639>, 0x57a82e <exec_byte_code+6774>, 
          0x57a87b <exec_byte_code+6851>, 0x57a8c8 <exec_byte_code+6928>, 
          0x57aa63 <exec_byte_code+7339>, 0x57aaa6 <exec_byte_code+7406>, 
          0x57aae9 <exec_byte_code+7473>, 0x57ab2c <exec_byte_code+7540>, 
          0x57ab6f <exec_byte_code+7607>, 0x57aba7 <exec_byte_code+7663>, 
          0x57abff <exec_byte_code+7751>, 0x57ac37 <exec_byte_code+7807>, 
          0x57ac6f <exec_byte_code+7863>, 0x57aca7 <exec_byte_code+7919>, 
          0x57ad55 <exec_byte_code+8093>, 0x579e08 <exec_byte_code+4176>, 
          0x57ad96 <exec_byte_code+8158>, 0x57adc4 <exec_byte_code+8204>, 
---Type <return> to continue, or q <return> to quit---
          0x57ae46 <exec_byte_code+8334>, 0x57ae87 <exec_byte_code+8399>, 
          0x57aec8 <exec_byte_code+8464>, 0x57aef6 <exec_byte_code+8510>, 
          0x57af26 <exec_byte_code+8558>, 0x57af56 <exec_byte_code+8606>, 
          0x57af8e <exec_byte_code+8662>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57afc1 <exec_byte_code+8713>, 0x57aff1 <exec_byte_code+8761>, 
          0x57b021 <exec_byte_code+8809>, 0x57b051 <exec_byte_code+8857>, 
          0x57b081 <exec_byte_code+8905>, 0x57b0b1 <exec_byte_code+8953>, 
          0x579e08 <exec_byte_code+4176>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b0df <exec_byte_code+8999>, 0x57b121 <exec_byte_code+9065>, 
          0x57b14f <exec_byte_code+9111>, 0x57b17d <exec_byte_code+9157>, 
          0x57b1bb <exec_byte_code+9219>, 0x57b1f9 <exec_byte_code+9281>, 
          0x57b227 <exec_byte_code+9327>, 0x57b374 <exec_byte_code+9660>, 
          0x57b3b2 <exec_byte_code+9722>, 0x57b3f0 <exec_byte_code+9784>, 
          0x57b42e <exec_byte_code+9846>, 0x57b45e <exec_byte_code+9894>, 
          0x57b9e8 <exec_byte_code+11312>, 0x579d85 <exec_byte_code+4045>, 
          0x5795bb <exec_byte_code+2051>, 0x579113 <exec_byte_code+859>, 
          0x579685 <exec_byte_code+2253>, 0x57976d <exec_byte_code+2485>, 
          0x579851 <exec_byte_code+2713>, 0x579d27 <exec_byte_code+3951>, 
          0x579d61 <exec_byte_code+4009>, 0x5793df <exec_byte_code+1575>, 
          0x579dd7 <exec_byte_code+4127>, 0x579e39 <exec_byte_code+4225>, 
          0x579e9b <exec_byte_code+4323>, 0x579ecc <exec_byte_code+4372>, 
          0x57a093 <exec_byte_code+4827>, 0x57a0e5 <exec_byte_code+4909>, 
          0x57a127 <exec_byte_code+4975>, 0x57a178 <exec_byte_code+5056>, 
          0x57958e <exec_byte_code+2006>, 0x57b48c <exec_byte_code+9940>, 
          0x57b4ce <exec_byte_code+10006>, 0x57b4fc <exec_byte_code+10052>, 
          0x57b52a <exec_byte_code+10098>, 0x57b558 <exec_byte_code+10144>, 
          0x57b586 <exec_byte_code+10190>, 0x57b5c4 <exec_byte_code+10252>, 
          0x57b602 <exec_byte_code+10314>, 0x57b640 <exec_byte_code+10376>, 
          0x57b67e <exec_byte_code+10438>, 0x57b756 <exec_byte_code+10654>, 
          0x57b794 <exec_byte_code+10716>, 0x57b7d2 <exec_byte_code+10778>, 
          0x57b800 <exec_byte_code+10824>, 0x57b83e <exec_byte_code+10886>, 
          0x57b87c <exec_byte_code+10948>, 0x57b8be <exec_byte_code+11014>, 
          0x57b900 <exec_byte_code+11080>, 0x57acdf <exec_byte_code+7975>, 
          0x57ad17 <exec_byte_code+8031>, 0x57b938 <exec_byte_code+11136>, 
          0x57b99a <exec_byte_code+11234>, 0x57b9e8 <exec_byte_code+11312>, 
          0x579935 <exec_byte_code+2941>, 0x5799e5 <exec_byte_code+3117>, 
          0x579ab3 <exec_byte_code+3323>, 0x579b81 <exec_byte_code+3529>, 
          0x579c54 <exec_byte_code+3740>, 0x57a4e2 <exec_byte_code+5930>, 
          0x57a7df <exec_byte_code+6695>, 0x57adf7 <exec_byte_code+8255>, 
          0x57bb1c <exec_byte_code+11620>, 0x57bb6c <exec_byte_code+11700>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bbcf <exec_byte_code+11799>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57b9e8 <exec_byte_code+11312>, 0x57b9e8 <exec_byte_code+11312>, 
          0x57bc25 <exec_byte_code+11885> <repeats 64 times>}
        count = 18
        op = <optimized out>
        vectorp = 0x1233780
---Type <return> to continue, or q <return> to quit---
        stack = {
          pc = 0x1fd8101 "0\202\027", 
          byte_string = 33089844, 
          byte_string_start = 0x1fd80f0 "\303K\030Ď\303\305M\210\306\061\025", 
          next = 0x0
        }
        top = 0x7ffebbb18478
        result = <optimized out>
        type = <optimized out>
#34 0x0000000000549d04 in funcall_lambda (fun=20097029, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7ffebbb18618) at eval.c:2876
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = 0
        i = 2
        optional = false
        rest = true
#35 0x000000000054a059 in Ffuncall (nargs=nargs@entry=3, 
args=args@entry=0x7ffebbb18610)
    at eval.c:2699
        fun = <optimized out>
        original_fun = 21680736
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        count = 14
#36 0x000000000054af5b in Fapply (nargs=<optimized out>, args=0x7ffebbb186a0) 
at eval.c:2278
        i = 3
        numargs = <optimized out>
        funcall_nargs = 3
        funcall_args = 0x7ffebbb18610
        spread_arg = 0
        fun = <optimized out>
        retval = <optimized out>
        sa_avail = <optimized out>
        sa_must_free = false
#37 0x0000000000549673 in eval_sub (form=<optimized out>) at eval.c:2103
        vals = 0x7ffebbb186a0
        argnum = <optimized out>
        sa_avail = <optimized out>
        sa_must_free = false
        numargs = <optimized out>
        args_left = <optimized out>
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {140732047394704, 5544270, 1, 0, 11997280, 0, 21422720, 
5480472}
        fun = 11619885
        val = <optimized out>
        original_args = 12898355
        count = 13
#38 0x00000000005499f2 in Fprogn (body=body@entry=12898419) at eval.c:427
---Type <return> to continue, or q <return> to quit---
        val = <optimized out>
#39 0x000000000054be77 in Fwhile (args=<optimized out>) at eval.c:962
No locals.
#40 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12898323
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {12071648, 1, 12900032, 5480472, 33390287, 27120, 33390256, 
27168}
        fun = 11620413
        val = <optimized out>
        original_args = 12898323
        count = 12
#41 0x00000000005499f2 in Fprogn (body=12898531) at eval.c:427
        val = <optimized out>
#42 0x000000000054be02 in Flet (args=12900307) at eval.c:943
        temps = 0x7ffebbb18860
        tem = <optimized out>
        lexenv = 0
        elt = <optimized out>
        varlist = <optimized out>
        argnum = 3
        sa_avail = <optimized out>
        sa_must_free = false
#43 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12900307
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {2, 140732047395056, 11066329, 5542045, 102, 1, 9672550, 1}
        fun = 11620461
        val = <optimized out>
        original_args = 12900307
        count = 8
#44 0x00000000005499f2 in Fprogn (body=12898547) at eval.c:427
        val = <optimized out>
#45 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12898547
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {2, 6, 2, 140732047395512, 140732047395512, 11619112, 
140732047395528, 5529883}
        fun = 11621085
        val = <optimized out>
        original_args = 12898547
        count = 7
#46 0x00000000005499f2 in Fprogn (body=12899027) at eval.c:427
        val = <optimized out>
#47 0x000000000054b651 in Fif (args=12899059) at eval.c:385
        cond = <optimized out>
---Type <return> to continue, or q <return> to quit---
#48 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12899059
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {23808, 391408, 6, 0, 8610116, 0, 16711680, 27888}
        fun = 11621181
        val = <optimized out>
        original_args = 12899059
        count = 6
#49 0x00000000005499f2 in Fprogn (body=12897507) at eval.c:427
        val = <optimized out>
#50 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12897507
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {391408, 5, 0, 391408, 0, 12474997, 0, 1}
        fun = 11621085
        val = <optimized out>
        original_args = 12897507
        count = 5
#51 0x000000000054b642 in Fif (args=12897539) at eval.c:384
        cond = <optimized out>
#52 0x0000000000549547 in eval_sub (form=<optimized out>) at eval.c:2085
        numargs = <optimized out>
        args_left = 12897539
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {54, 5480472, 46848, 4294998739, 4, 5474555, 140732047396040, 
140732047396256}
        fun = 11621181
        val = <optimized out>
        original_args = 12897539
        count = 4
#53 0x00000000005499f2 in Fprogn (body=12897619) at eval.c:427
        val = <optimized out>
#54 0x0000000000549cbf in funcall_lambda (fun=12897571, nargs=nargs@entry=0, 
    arg_vector=arg_vector@entry=0x7ffebbb18db0) at eval.c:2869
        val = <optimized out>
        syms_left = 0
        lexenv = 0
        i = 0
        optional = false
        rest = false


#55 0x000000000054a0b5 in Ffuncall (nargs=nargs@entry=1, 
args=args@entry=0x7ffebbb18da8)
    at eval.c:2711
        fun = <optimized out>
        original_fun = 21680880
        numargs = 0
        val = <optimized out>
---Type <return> to continue, or q <return> to quit---
        internal_args = <optimized out>
        count = 3
#56 0x000000000054a1a7 in call0 (fn=21680880) at eval.c:2501
No locals.
#57 0x00000000004e18a5 in safe_run_hooks_1 (nargs=nargs@entry=2, 
args=args@entry=0x7ffebbb18e00)
    at keyboard.c:1768
No locals.
#58 0x0000000000548bdb in internal_condition_case_n (bfun=bfun@entry=0x4e1898 
<safe_run_hooks_1>, 
    nargs=nargs@entry=2, args=args@entry=0x7ffebbb18e00, 
handlers=handlers@entry=44160, 
    hfun=hfun@entry=0x4e2d5f <safe_run_hooks_error>) at eval.c:1391
        val = <optimized out>
        c = <optimized out>
#59 0x00000000004e2d55 in safe_run_hook_funcall (nargs=<optimized out>, 
args=<optimized out>)
    at keyboard.c:1816
No locals.
#60 0x0000000000548e0e in run_hook_with_args (nargs=nargs@entry=2, 
args=args@entry=0x7ffebbb18e70, 
    funcall=funcall@entry=0x4e2d24 <safe_run_hook_funcall>) at eval.c:2466
        global_vals = <optimized out>
        sym = 37536
        val = 30287219
        ret = 0
#61 0x00000000004e5aaf in safe_run_hooks (hook=hook@entry=37536) at 
keyboard.c:1832
No locals.
#62 0x00000000004ee6f2 in command_loop_1 () at keyboard.c:1472
        cmd = <optimized out>
        keybuf = {410, 26, 11997280, 0, 0, 5480472, 140732047396736, 5544270, 
33958915, 0, 
          33958915, 0, 0, 5551412, 323632, 33958915, 8610116, 0, 0, 5134620, 
12612963, 0, 0, 
          5134904, 16719360, 4002, 0, 0, 0, 5554719}
        i = <optimized out>
        prev_modiff = 214
        prev_buffer = 0x1a13830
#63 0x00000000005488b3 in internal_condition_case (bfun=bfun@entry=0x4ee19c 
<command_loop_1>, 
    handlers=handlers@entry=18912, hfun=hfun@entry=0x4e593a <cmd_error>) at 
eval.c:1309
        val = <optimized out>
        c = <optimized out>
#64 0x00000000004e16ca in command_loop_2 (ignore=ignore@entry=0) at 
keyboard.c:1086
        val = 33803114
#65 0x00000000005487a2 in internal_catch (tag=tag@entry=45552, 
    func=func@entry=0x4e16b2 <command_loop_2>, arg=arg@entry=0) at eval.c:1073
        val = <optimized out>
        c = <optimized out>
#66 0x00000000004e1670 in command_loop () at keyboard.c:1065
No locals.
#67 0x00000000004e55b7 in recursive_edit_1 () at keyboard.c:671
        val = <optimized out>
#68 0x00000000004e587b in Frecursive_edit () at keyboard.c:742
        buffer = <optimized out>
#69 0x00000000004e10b9 in main (argc=2, argv=0x7ffebbb191b8) at emacs.c:1644

        dummy = 6039613
        stack_bottom_variable = 0 '\000'
---Type <return> to continue, or q <return> to quit---
        do_initial_setlocale = <optimized out>
        dumping = false
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
--8<---------------cut here---------------end--------------->8---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]