unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18180: 24.3.92; Segfault in mark_object
@ 2014-08-03 15:03 Mat Smiglarski
       [not found] ` <handler.18180.B.140707825027898.ack@debbugs.gnu.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mat Smiglarski @ 2014-08-03 15:03 UTC (permalink / raw)
  To: 18180

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

This is a segfault during GC, in mark_object.

1. Start emacs

$ emacs -Q

2. Call some code which kills and creates a frame between 2 and 25 
times.

This segfault is reasonably straightforward to reproduce, I can cause 
the crash within 2 minutes of starting emacs.

On the emacs-24 branch, this seems to occur in mark_object. The issue is 
also found on the trunk branch so I have supplied details of this also, 
however the backtrace is slightly different.

The issue may relate to bugs #15583 and #17168.

Finally, I have a core dumps which I don't mind sharing for both of 
these crashes which are ~350MB each, please ask.

Regards,
Mat

System Info:

In GNU Emacs 24.3.92.3 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
  of 2014-08-03 on zz
Windowing system distributor `The X.Org Foundation', version 
11.0.11501000
System Description:	Ubuntu 14.04 LTS

Important settings:
   value of $LC_CTYPE: en_US.UTF-8
   value of $LANG: en_US.UTF-8
   value of $XMODIFIERS: @im=ibus
   locale-coding-system: utf-8-unix

Details of the two segfaults:

Crash on emacs-24 branch
(gdb) p Fsymbol_value(intern("emacs-bzr-version"))
$3 = 12112050
Attachment: backtrace.6212 (Output from bt full)

Crash on trunk:
(gdb) p Fsymbol_value(intern("emacs-bzr-version"))
$1 = 12341426
Attachment: backtrace.6069

2 shorter backtraces follow:

6212 - (gdb) bt full 6
#0  mark_object (arg=<optimized out>) at alloc.c:6248
         obj = 139640014399843
         cdr_count = 0
#1  0x000000000053b8a0 in Fgarbage_collect () at alloc.c:5647
         nextb = 0x19a2c10
         stack_top_variable = 0 '\000'
         i = <optimized out>
         message_p = false
         retval = <optimized out>
         tot_before = 0
#2  0x00000000005534d2 in maybe_gc () at lisp.h:4564
No locals.
#3  Ffuncall (nargs=5, args=0x7fffffffc738) at eval.c:2766
         fun = <optimized out>
         original_fun = <optimized out>
         numargs = 4
         val = <optimized out>
         internal_args = <optimized out>
         i = <optimized out>
#4  0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, 
maxdepth=182,
     args_template=12112050, nargs=140737488340816, args=0x5) at 
bytecode.c:916
         targets = {0x58797c <exec_byte_code+988>, 0x58813f 
<exec_byte_code+2975>,
           0x588144 <exec_byte_code+2980>, 0x588149 
<exec_byte_code+2985>,
           0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>,
           0x588919 <exec_byte_code+4985>, 0x588956 
<exec_byte_code+5046>,
           0x5889d8 <exec_byte_code+5176>, 0x5889dd 
<exec_byte_code+5181>,
           0x5889a7 <exec_byte_code+5127>, 0x5889ac 
<exec_byte_code+5132>,
           0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>,
           0x587e17 <exec_byte_code+2167>, 0x5889b1 
<exec_byte_code+5137>,
           0x587f83 <exec_byte_code+2531>, 0x587f88 
<exec_byte_code+2536>,
           0x588005 <exec_byte_code+2661>, 0x58800a 
<exec_byte_code+2666>,
           0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>,
           0x587fb4 <exec_byte_code+2580>, 0x587f8d 
<exec_byte_code+2541>,
           0x588036 <exec_byte_code+2710>, 0x58803b 
<exec_byte_code+2715>,
           0x588040 <exec_byte_code+2720>, 0x588045 
<exec_byte_code+2725>,
           0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>,
           0x587ff0 <exec_byte_code+2640>, 0x58800f 
<exec_byte_code+2671>,
           0x588091 <exec_byte_code+2801>, 0x588096 
<exec_byte_code+2806>,
           0x58809b <exec_byte_code+2811>, 0x5880a5 
<exec_byte_code+2821>,
           0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>,
           0x588055 <exec_byte_code+2741>, 0x58806a 
<exec_byte_code+2762>,
           0x5879f2 <exec_byte_code+1106>, 0x5879f7 
<exec_byte_code+1111>,
           0x5879fc <exec_byte_code+1116>, 0x5880ca 
<exec_byte_code+2858>,
           0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>,
           0x5880b5 <exec_byte_code+2837>, 0x5879cb 
<exec_byte_code+1067>,
           0x58881e <exec_byte_code+4734>, 0x588813 
<exec_byte_code+4723>,
           0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588b3e <exec_byte_code+5534>, 0x588bcc 
<exec_byte_code+5676>,
           0x588c03 <exec_byte_code+5731>, 0x588c3a 
<exec_byte_code+5786>,
           0x588c71 <exec_byte_code+5841>, 0x587eda 
<exec_byte_code+2362>,
           0x587f14 <exec_byte_code+2420>, 0x588cb2 
<exec_byte_code+5906>,
           0x587e9f <exec_byte_code+2303>, 0x587f48 
<exec_byte_code+2472>,
           0x588ce4 <exec_byte_code+5956>, 0x588d18 
<exec_byte_code+6008>,
           0x588d40 <exec_byte_code+6048>, 0x588d74 
<exec_byte_code+6100>,
           0x588da9 <exec_byte_code+6153>, 0x588e20 
<exec_byte_code+6272>,
           0x588e48 <exec_byte_code+6312>, 0x588e7c 
<exec_byte_code+6364>,
           0x588eb4 <exec_byte_code+6420>, 0x588edc 
<exec_byte_code+6460>,
           0x588f04 <exec_byte_code+6500>, 0x588f38 
<exec_byte_code+6552>,
           0x588f6c <exec_byte_code+6604>, 0x588fa0 
<exec_byte_code+6656>,
           0x588fd8 <exec_byte_code+6712>, 0x58900d 
<exec_byte_code+6765>,
           0x589042 <exec_byte_code+6818>, 0x5890b9 
<exec_byte_code+6937>,
           0x5890f2 <exec_byte_code+6994>, 0x58912b 
<exec_byte_code+7051>,
           0x589244 <exec_byte_code+7332>, 0x5891d2 
<exec_byte_code+7218>,
           0x58920b <exec_byte_code+7275>, 0x58927d 
<exec_byte_code+7389>,
           0x5892b6 <exec_byte_code+7446>, 0x5892eb 
<exec_byte_code+7499>,
           0x58931d <exec_byte_code+7549>, 0x589352 
<exec_byte_code+7602>,
           0x589387 <exec_byte_code+7655>, 0x5893bc 
<exec_byte_code+7708>,
           0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>,
           0x589490 <exec_byte_code+7920>, 0x5894b8 
<exec_byte_code+7960>,
           0x589527 <exec_byte_code+8071>, 0x58955d 
<exec_byte_code+8125>,
           0x589593 <exec_byte_code+8179>, 0x5895bb 
<exec_byte_code+8219>,
           0x5895e5 <exec_byte_code+8261>, 0x58960f 
<exec_byte_code+8303>,
           0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>,
           0x58966b <exec_byte_code+8395>, 0x589698 
<exec_byte_code+8440>,
           0x5896c5 <exec_byte_code+8485>, 0x5896f2 
<exec_byte_code+8530>,
           0x58971f <exec_byte_code+8575>, 0x58974c 
<exec_byte_code+8620>,
           0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>,
           0x589774 <exec_byte_code+8660>, 0x5897b3 
<exec_byte_code+8723>,
           0x5897db <exec_byte_code+8763>, 0x589803 
<exec_byte_code+8803>,
           0x589837 <exec_byte_code+8855>, 0x58986b 
<exec_byte_code+8907>,
           0x5882f2 <exec_byte_code+3410>, 0x5883c8 
<exec_byte_code+3624>,
           0x589a74 <exec_byte_code+9428>, 0x589aa8 
<exec_byte_code+9480>,
           0x5883fc <exec_byte_code+3676>, 0x588429 
<exec_byte_code+3721>,
           0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>,
           0x587a05 <exec_byte_code+1125>, 0x587e2c 
<exec_byte_code+2188>,
           0x587c71 <exec_byte_code+1745>, 0x587b13 
<exec_byte_code+1395>,
           0x587d73 <exec_byte_code+2003>, 0x5885f7 
<exec_byte_code+4183>,
           0x58864a <exec_byte_code+4266>, 0x587fc9 
<exec_byte_code+2601>,
           0x58853c <exec_byte_code+3996>, 0x5884de 
<exec_byte_code+3902>,
           0x5886b7 <exec_byte_code+4375>, 0x5886e6 
<exec_byte_code+4422>,
           0x58884d <exec_byte_code+4781>, 0x588899 
<exec_byte_code+4857>,
           0x5888d1 <exec_byte_code+4913>, 0x588ae8 
<exec_byte_code+5448>,
           0x5884b1 <exec_byte_code+3857>, 0x588451 
<exec_byte_code+3761>,
           0x588489 <exec_byte_code+3817>, 0x589893 
<exec_byte_code+8947>,
           0x5898bb <exec_byte_code+8987>, 0x5898e3 
<exec_byte_code+9027>,
           0x58990b <exec_byte_code+9067>, 0x58993f 
<exec_byte_code+9119>,
           0x589973 <exec_byte_code+9171>, 0x5899a7 
<exec_byte_code+9223>,
           0x5899db <exec_byte_code+9275>, 0x588155 
<exec_byte_code+2997>,
           0x588189 <exec_byte_code+3049>, 0x5881bd 
<exec_byte_code+3101>,
           0x5881e5 <exec_byte_code+3141>, 0x588219 
<exec_byte_code+3193>,
           0x58824d <exec_byte_code+3245>, 0x588285 
<exec_byte_code+3301>,
           0x5882bd <exec_byte_code+3357>, 0x5893f1 
<exec_byte_code+7761>,
           0x589426 <exec_byte_code+7814>, 0x5880cf 
<exec_byte_code+2863>,
           0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>,
           0x587a99 <exec_byte_code+1273>, 0x587d18 
<exec_byte_code+1912>,
           0x587b83 <exec_byte_code+1507>, 0x587c0e 
<exec_byte_code+1646>,
           0x58856b <exec_byte_code+4043>, 0x588dde 
<exec_byte_code+6206>,
           0x589077 <exec_byte_code+6871>, 0x5894e5 
<exec_byte_code+8005>,
           0x5889e2 <exec_byte_code+5186>, 0x588a1f 
<exec_byte_code+5247>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
         stack = {
           pc = 0xac48b8 <pure+2671224> "\207",
           byte_string = 9140745,
           byte_string_start = 0xac486b <pure+2671147> 
"\303\304\b\t\b\305=\203E",
           next = 0x7fffffffc9e0
         }
         result = 3
         type = (unknown: 4294952784)
#5  0x000000000055318f in funcall_lambda (fun=9140701, 
nargs=nargs@entry=2,
     arg_vector=arg_vector@entry=0x7fffffffc990) at eval.c:3049
         val = <optimized out>
         syms_left = 12112050
         lexenv = 12112050
         i = <optimized out>
         optional = <optimized out>
         rest = <optimized out>
(More stack frames follow...)

Lisp Backtrace:
"Automatic GC" (0xb73088)
"apply" (0xffffc740)
"face-spec-reset-face" (0xffffc990)
"face-spec-recalc" (0xffffcb40)
"byte-code" (0xffffcc30)
"face-set-after-frame-default" (0xffffcf20)
"x-create-frame-with-faces" (0xffffd0d0)
"make-frame" (0xffffd200)
"let*" (0xffffd3f8)
"setq" (0xffffd4e8)
"stupider-speed-read" (0xffffd6c8)
"call-interactively" (0xffffd8d0)
"command-execute" (0xffffda40)
"execute-extended-command" (0xffffdba8)
"call-interactively" (0xffffde20)
"command-execute" (0xffffdf68)

6069 - (gdb) bt full 6
**** bt full 6
#0  XCAR (c=3255377271362580334) at lisp.h:1052
No locals.
#1  compact_undo_list (list=3255377271362580334) at alloc.c:5506
         tail = 3255377271362580334
         prev = 0x7fffffffb678
#2  garbage_collect_1 (end=0x7fffffffb668) at alloc.c:5675
         nextb = 0x194b800
         i = <optimized out>
         retval = <optimized out>
         stack_top_variable = 0 '\000'
         message_p = false
         tot_before = 0
#3  Fgarbage_collect () at alloc.c:5896
         end = 0x7fffffffb668
#4  0x0000000000558ee2 in maybe_gc () at lisp.h:4547
No locals.
#5  Ffuncall (nargs=2, args=0x7fffffffb7f8) at eval.c:2759
         fun = <optimized out>
         original_fun = <optimized out>
         numargs = 1
         val = <optimized out>
         internal_args = <optimized out>
         i = <optimized out>
(More stack frames follow...)

Lisp Backtrace:
"Automatic GC" (0xbaa970)
"purecopy" (0xffffb800)
"set-face-attribute" (0xffffb9b8)
"apply" (0xffffbbc0)
"face-spec-reset-face" (0xffffbe10)
"face-spec-recalc" (0xffffbfc0)
"byte-code" (0xffffc0b0)
"face-set-after-frame-default" (0xffffc3a0)
"x-create-frame-with-faces" (0xffffc550)
"make-frame" (0xffffc680)
"let*" (0xffffc878)
"setq" (0xffffc968)
"stupider-speed-read" (0xffffcbf0)
"funcall-interactively" (0xffffcbe8)
"call-interactively" (0xffffce20)
"command-execute" (0xffffcf90)
"execute-extended-command" (0xffffd190)
"funcall-interactively" (0xffffd188)
"call-interactively" (0xffffd3f0)
"command-execute" (0xffffd538)
"call-last-kbd-macro" (0xffffd780)
"kmacro-call-macro" (0xffffd970)
"kmacro-end-and-call-macro" (0xffffdc00)
"funcall-interactively" (0xffffdbf8)
"call-interactively" (0xffffde00)
"command-execute" (0xffffdf48)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: backtrace.6212 --]
[-- Type: text/x-asm; name=backtrace.6212, Size: 83894 bytes --]

#0  mark_object (arg=<optimized out>) at alloc.c:6248
        obj = 139640014399843
        cdr_count = 0
#1  0x000000000053b8a0 in Fgarbage_collect () at alloc.c:5647
        nextb = 0x19a2c10
        stack_top_variable = 0 '\000'
        i = <optimized out>
        message_p = false
        retval = <optimized out>
        tot_before = 0
#2  0x00000000005534d2 in maybe_gc () at lisp.h:4564
No locals.
#3  Ffuncall (nargs=5, args=0x7fffffffc738) at eval.c:2766
        fun = <optimized out>
        original_fun = <optimized out>
        numargs = 4
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#4  0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=140737488340816, args=0x5) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xac48b8 <pure+2671224> "\207", 
          byte_string = 9140745, 
          byte_string_start = 0xac486b <pure+2671147> "\303\304\b\t\b\305=\203E", 
          next = 0x7fffffffc9e0
        }
        result = 3
        type = (unknown: 4294952784)
#5  0x000000000055318f in funcall_lambda (fun=9140701, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffc990) at eval.c:3049
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#6  0x00000000005534fb in Ffuncall (nargs=3, args=0x7fffffffc988) at eval.c:2876
        fun = <optimized out>
        original_fun = 16349490
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#7  0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=140737488341376, args=0x3) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xac472e <pure+2670830> "\210\b\310N\311ʉ\032\033\034\211\035\203V", 
          byte_string = 9142001, 
          byte_string_start = 0xac471c <pure+2670812> "\b\306N\203\016", 
          next = 0x7fffffffcb80
        }
        result = 3
        type = (unknown: 4294953344)
#8  0x000000000055318f in funcall_lambda (fun=9141957, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffcb40) at eval.c:3049
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#9  0x00000000005534fb in Ffuncall (nargs=3, args=0x7fffffffcb38) at eval.c:2876
        fun = <optimized out>
        original_fun = 15652514
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#10 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=0, args=0x3) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xac3f43 <pure+2668803> "\210\303\b\t\"\207", 
          byte_string = 9148561, 
          byte_string_start = 0xac3f3f <pure+2668799> "\302\b\t\"\210\303\b\t\"\207", 
          next = 0x7fffffffcdc0
        }
        result = 3
        type = CATCHER
#11 0x0000000000552bc7 in eval_sub (form=form@entry=9148534) at eval.c:2191
        numargs = <optimized out>
        args_left = <optimized out>
        i = <optimized out>
        maxargs = 3
        argvals = {9148561, 9148613, 12, 5472336, 26619904, 2, 992, 
          140737488342360}
        fun = 11505565
        val = <optimized out>
        original_args = 9148550
        gcpro3 = {
          next = <optimized out>, 
          var = 0x7fffffffcc30, 
          nvars = <optimized out>
        }
#12 0x0000000000555e79 in internal_lisp_condition_case (var=<optimized out>, 
    bodyform=9148534, handlers=<optimized out>) at eval.c:1323
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x1365910
        clausenb = <optimized out>
#13 0x00000000005888ad in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=140737488342360, args=0x8f) at bytecode.c:1162
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xac3f61 <pure+2668833> "\210\vA\211\023\204\020", 
          byte_string = 9148345, 
          byte_string_start = 0xac3f4a <pure+2668810> "\306\b!\307>\031\310 \237\311\032\211\033\203\037", 
          next = 0x7fffffffcf70
        }
        result = 3
        type = (unknown: 4294954328)
#14 0x000000000055318f in funcall_lambda (fun=9148285, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffcf20) at eval.c:3049
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#15 0x00000000005534fb in Ffuncall (nargs=3, args=0x7fffffffcf18) at eval.c:2876
        fun = <optimized out>
        original_fun = 12291090
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#16 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=140737488342800, args=0x3) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xac401b <pure+2669019> "\210\n\204W", 
          byte_string = 9147665, 
          byte_string_start = 0xac3fd0 <pure+2668944> "\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060", 
          next = 0x7fffffffd120
        }
        result = 3
        type = (unknown: 4294954768)
#17 0x000000000055318f in funcall_lambda (fun=9147605, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7fffffffd0d0) at eval.c:3049
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#18 0x00000000005534fb in Ffuncall (nargs=2, args=0x7fffffffd0c8) at eval.c:2876
        fun = <optimized out>
        original_fun = 16096130
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#19 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=12112050, nargs=140737488343232, args=0x2) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xa84107 <pure+2407111> "\026\034\324\016\034!\210\016#\311\036$\211\036!\203\034\001\016!@\211\026$\b\236\204\023\001\325\016\032\016$\"\211\036%\203\022\001\326\016\034\016$\016%#\210)\016!A\211\026!\204", <incomplete sequence \362>, 
          byte_string = 9797625, 
          byte_string_start = 0xa84027 <pure+2406887> "\301\b\236A\031\306\b\236\203\061", 
          next = 0x7fffffffd930
        }
        result = 3
        type = (unknown: 4294955200)
#20 0x000000000055318f in funcall_lambda (fun=fun@entry=9797573, 
    nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x7fffffffd200) at eval.c:3049
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#21 0x0000000000552664 in apply_lambda (fun=9797573, args=<optimized out>)
    at eval.c:2924
        args_left = 12112050
        i = <optimized out>
        arg_vector = <optimized out>
        gcpro1 = <optimized out>
        tem = <optimized out>
        sa_must_free = <optimized out>
#22 0x00000000005529ee in eval_sub (form=<optimized out>) at eval.c:2260
        fun = <optimized out>
        val = <optimized out>
        original_args = 19554742
        gcpro3 = <optimized out>
#23 0x0000000000552ef5 in Fprogn (body=8619584) at eval.c:468
        val = 3
#24 0x000000000055582e in FletX (args=19554566) at eval.c:906
        varlist = 12112050
        var = <optimized out>
        val = <optimized out>
        lexenv = 12112050
#25 0x0000000000552cdb in eval_sub (form=<optimized out>) at eval.c:2133
        numargs = <optimized out>
        args_left = 19554566
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {14284593, 24422353, 12112050, 140737488344112, 12112050, 
          5580388, 140737488344224, 5580197}
        fun = 11496485
        val = <optimized out>
        original_args = 19554566
        gcpro3 = <optimized out>
#26 0x00000000005553ec in Fsetq (args=<optimized out>) at eval.c:545
        args_left = 19554374
        val = <optimized out>
        lex_binding = 3
        val = <optimized out>
#27 0x0000000000552cdb in eval_sub (form=<optimized out>) at eval.c:2133
        numargs = <optimized out>
        args_left = 19554374
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {140737488344416, 5584123, 140737488344512, 5716316, 
          140737488344448, 24, 12099837, 16}
        fun = 11496917
        val = <optimized out>
        original_args = 19554374
        gcpro3 = <optimized out>
#28 0x0000000000552ef5 in Fprogn (body=8619584) at eval.c:468
        val = 3
#29 0x000000000055328c in funcall_lambda (fun=19554342, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7fffffffd6c8) at eval.c:3042
        val = <optimized out>
        syms_left = 12112050
        lexenv = 12112050
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#30 0x00000000005534fb in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffd6c0) at eval.c:2876
        fun = <optimized out>
        original_fun = 13072386
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#31 0x000000000054fad0 in Fcall_interactively (function=<optimized out>, 
    record_flag=<optimized out>, keys=<optimized out>) at callint.c:836
        val = <optimized out>
        args = <optimized out>
        visargs = 0x7fffffffd6a0
        specs = <optimized out>
        filter_specs = <optimized out>
        teml = <optimized out>
        up_event = 12112050
        enable = <optimized out>
        next_event = <optimized out>
        prefix_arg = <optimized out>
        string = <optimized out>
        tem = <optimized out>
        varies = 0x7fffffffd680 ""
        i = <optimized out>
        nargs = <optimized out>
        mark = <optimized out>
        arg_from_tty = <optimized out>
        gcpro3 = <optimized out>
        gcpro4 = <optimized out>
        key_count = <optimized out>
        record_then_fail = <optimized out>
        save_this_command = <optimized out>
        save_last_command = <optimized out>
        save_this_original_command = <optimized out>
        save_real_this_command = <optimized out>
#32 0x00000000005536c8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2822
        fun = 11495093
        original_fun = 12250482
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffd8d0
        i = <optimized out>
#33 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=4100, nargs=140737488345280, args=0x4) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaa47de <pure+2539934> "\006\006\071\203\233", 
          byte_string = 9536745, 
          byte_string_start = 0xaa476a <pure+2539818> "\306\020\211?\205\f", 
          next = 0x7fffffffdac0
        }
        result = 3
        type = (unknown: 4294957248)
#34 0x0000000000553227 in funcall_lambda (fun=140737488345792, 
    nargs=nargs@entry=2, arg_vector=0x9184e9 <pure+917161>, 
    arg_vector@entry=0x7fffffffda40) at eval.c:2983
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#35 0x00000000005534fb in Ffuncall (nargs=3, args=0x7fffffffda38) at eval.c:2876
        fun = <optimized out>
        original_fun = 12155906
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#36 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=2052, nargs=140737488345648, args=0x3) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaa48c0 <pure+2540160> "\210)\211\205\233", 
          byte_string = 9536105, 
          byte_string_start = 0xaa4889 <pure+2540105> "\211\204\v", 
          next = 0x7fffffffde80
        }
        result = 3
        type = (unknown: 4294957616)
#37 0x0000000000553227 in funcall_lambda (fun=140737488346752, 
    nargs=nargs@entry=2, arg_vector=0x918269 <pure+916521>, 
    arg_vector@entry=0x7fffffffdba8) at eval.c:2983
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#38 0x00000000005534fb in Ffuncall (nargs=nargs@entry=3, 
    args=args@entry=0x7fffffffdba0) at eval.c:2876
        fun = <optimized out>
        original_fun = 12425970
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#39 0x000000000055491c in Fapply (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffdc50) at eval.c:2354
        i = <optimized out>
        numargs = <optimized out>
        spread_arg = 12112050
        funcall_args = 0x7fffffffdba0
        fun = <optimized out>
        retval = <optimized out>
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 3
        }
        sa_must_free = false
#40 0x0000000000554b50 in apply1 (fn=fn@entry=12425970, arg=arg@entry=26234406)
    at eval.c:2588
        args = {12425970, 26234406}
        gcpro1 = {
          next = <optimized out>, 
          var = 0x7fffffffdc50, 
          nvars = 2
        }
#41 0x000000000054f693 in Fcall_interactively (function=12425970, 
    record_flag=12112050, keys=12147037) at callint.c:378
        input = <optimized out>
        funval = <optimized out>
        events = <optimized out>
        args = <optimized out>
        visargs = <optimized out>
        specs = 26234406
        filter_specs = <optimized out>
        teml = <optimized out>
        up_event = 12112050
        enable = <optimized out>
        next_event = <optimized out>
        prefix_arg = 12112050
        string = 0x0
        tem = <optimized out>
        varies = <optimized out>
        i = <optimized out>
        nargs = <optimized out>
        mark = <optimized out>
        arg_from_tty = false
        gcpro3 = <optimized out>
        gcpro4 = <optimized out>
        key_count = 1
        record_then_fail = false
        save_this_command = 12425970
        save_last_command = 13072434
        save_this_original_command = 12425970
        save_real_this_command = 12425970
#42 0x00000000005536c8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2822
        fun = 11495093
        original_fun = 12250482
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffde20
        i = <optimized out>
#43 0x00000000005878e5 in exec_byte_code (bytestr=3, vector=2866666, maxdepth=182, 
    args_template=4100, nargs=140737488346640, args=0x4) at bytecode.c:916
        targets = {0x58797c <exec_byte_code+988>, 0x58813f <exec_byte_code+2975>, 
          0x588144 <exec_byte_code+2980>, 0x588149 <exec_byte_code+2985>, 
          0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>, 
          0x588919 <exec_byte_code+4985>, 0x588956 <exec_byte_code+5046>, 
          0x5889d8 <exec_byte_code+5176>, 0x5889dd <exec_byte_code+5181>, 
          0x5889a7 <exec_byte_code+5127>, 0x5889ac <exec_byte_code+5132>, 
          0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>, 
          0x587e17 <exec_byte_code+2167>, 0x5889b1 <exec_byte_code+5137>, 
          0x587f83 <exec_byte_code+2531>, 0x587f88 <exec_byte_code+2536>, 
          0x588005 <exec_byte_code+2661>, 0x58800a <exec_byte_code+2666>, 
          0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>, 
          0x587fb4 <exec_byte_code+2580>, 0x587f8d <exec_byte_code+2541>, 
          0x588036 <exec_byte_code+2710>, 0x58803b <exec_byte_code+2715>, 
          0x588040 <exec_byte_code+2720>, 0x588045 <exec_byte_code+2725>, 
          0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>, 
          0x587ff0 <exec_byte_code+2640>, 0x58800f <exec_byte_code+2671>, 
          0x588091 <exec_byte_code+2801>, 0x588096 <exec_byte_code+2806>, 
          0x58809b <exec_byte_code+2811>, 0x5880a5 <exec_byte_code+2821>, 
          0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>, 
          0x588055 <exec_byte_code+2741>, 0x58806a <exec_byte_code+2762>, 
          0x5879f2 <exec_byte_code+1106>, 0x5879f7 <exec_byte_code+1111>, 
          0x5879fc <exec_byte_code+1116>, 0x5880ca <exec_byte_code+2858>, 
          0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>, 
          0x5880b5 <exec_byte_code+2837>, 0x5879cb <exec_byte_code+1067>, 
          0x58881e <exec_byte_code+4734>, 0x588813 <exec_byte_code+4723>, 
          0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588b3e <exec_byte_code+5534>, 0x588bcc <exec_byte_code+5676>, 
          0x588c03 <exec_byte_code+5731>, 0x588c3a <exec_byte_code+5786>, 
          0x588c71 <exec_byte_code+5841>, 0x587eda <exec_byte_code+2362>, 
          0x587f14 <exec_byte_code+2420>, 0x588cb2 <exec_byte_code+5906>, 
          0x587e9f <exec_byte_code+2303>, 0x587f48 <exec_byte_code+2472>, 
          0x588ce4 <exec_byte_code+5956>, 0x588d18 <exec_byte_code+6008>, 
          0x588d40 <exec_byte_code+6048>, 0x588d74 <exec_byte_code+6100>, 
          0x588da9 <exec_byte_code+6153>, 0x588e20 <exec_byte_code+6272>, 
          0x588e48 <exec_byte_code+6312>, 0x588e7c <exec_byte_code+6364>, 
          0x588eb4 <exec_byte_code+6420>, 0x588edc <exec_byte_code+6460>, 
          0x588f04 <exec_byte_code+6500>, 0x588f38 <exec_byte_code+6552>, 
          0x588f6c <exec_byte_code+6604>, 0x588fa0 <exec_byte_code+6656>, 
          0x588fd8 <exec_byte_code+6712>, 0x58900d <exec_byte_code+6765>, 
          0x589042 <exec_byte_code+6818>, 0x5890b9 <exec_byte_code+6937>, 
          0x5890f2 <exec_byte_code+6994>, 0x58912b <exec_byte_code+7051>, 
          0x589244 <exec_byte_code+7332>, 0x5891d2 <exec_byte_code+7218>, 
          0x58920b <exec_byte_code+7275>, 0x58927d <exec_byte_code+7389>, 
          0x5892b6 <exec_byte_code+7446>, 0x5892eb <exec_byte_code+7499>, 
          0x58931d <exec_byte_code+7549>, 0x589352 <exec_byte_code+7602>, 
          0x589387 <exec_byte_code+7655>, 0x5893bc <exec_byte_code+7708>, 
          0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>, 
          0x589490 <exec_byte_code+7920>, 0x5894b8 <exec_byte_code+7960>, 
          0x589527 <exec_byte_code+8071>, 0x58955d <exec_byte_code+8125>, 
          0x589593 <exec_byte_code+8179>, 0x5895bb <exec_byte_code+8219>, 
          0x5895e5 <exec_byte_code+8261>, 0x58960f <exec_byte_code+8303>, 
          0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>, 
          0x58966b <exec_byte_code+8395>, 0x589698 <exec_byte_code+8440>, 
          0x5896c5 <exec_byte_code+8485>, 0x5896f2 <exec_byte_code+8530>, 
          0x58971f <exec_byte_code+8575>, 0x58974c <exec_byte_code+8620>, 
          0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>, 
          0x589774 <exec_byte_code+8660>, 0x5897b3 <exec_byte_code+8723>, 
          0x5897db <exec_byte_code+8763>, 0x589803 <exec_byte_code+8803>, 
          0x589837 <exec_byte_code+8855>, 0x58986b <exec_byte_code+8907>, 
          0x5882f2 <exec_byte_code+3410>, 0x5883c8 <exec_byte_code+3624>, 
          0x589a74 <exec_byte_code+9428>, 0x589aa8 <exec_byte_code+9480>, 
          0x5883fc <exec_byte_code+3676>, 0x588429 <exec_byte_code+3721>, 
          0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>, 
          0x587a05 <exec_byte_code+1125>, 0x587e2c <exec_byte_code+2188>, 
          0x587c71 <exec_byte_code+1745>, 0x587b13 <exec_byte_code+1395>, 
          0x587d73 <exec_byte_code+2003>, 0x5885f7 <exec_byte_code+4183>, 
          0x58864a <exec_byte_code+4266>, 0x587fc9 <exec_byte_code+2601>, 
          0x58853c <exec_byte_code+3996>, 0x5884de <exec_byte_code+3902>, 
          0x5886b7 <exec_byte_code+4375>, 0x5886e6 <exec_byte_code+4422>, 
          0x58884d <exec_byte_code+4781>, 0x588899 <exec_byte_code+4857>, 
          0x5888d1 <exec_byte_code+4913>, 0x588ae8 <exec_byte_code+5448>, 
          0x5884b1 <exec_byte_code+3857>, 0x588451 <exec_byte_code+3761>, 
          0x588489 <exec_byte_code+3817>, 0x589893 <exec_byte_code+8947>, 
          0x5898bb <exec_byte_code+8987>, 0x5898e3 <exec_byte_code+9027>, 
          0x58990b <exec_byte_code+9067>, 0x58993f <exec_byte_code+9119>, 
          0x589973 <exec_byte_code+9171>, 0x5899a7 <exec_byte_code+9223>, 
          0x5899db <exec_byte_code+9275>, 0x588155 <exec_byte_code+2997>, 
          0x588189 <exec_byte_code+3049>, 0x5881bd <exec_byte_code+3101>, 
          0x5881e5 <exec_byte_code+3141>, 0x588219 <exec_byte_code+3193>, 
          0x58824d <exec_byte_code+3245>, 0x588285 <exec_byte_code+3301>, 
          0x5882bd <exec_byte_code+3357>, 0x5893f1 <exec_byte_code+7761>, 
          0x589426 <exec_byte_code+7814>, 0x5880cf <exec_byte_code+2863>, 
          0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>, 
          0x587a99 <exec_byte_code+1273>, 0x587d18 <exec_byte_code+1912>, 
          0x587b83 <exec_byte_code+1507>, 0x587c0e <exec_byte_code+1646>, 
          0x58856b <exec_byte_code+4043>, 0x588dde <exec_byte_code+6206>, 
          0x589077 <exec_byte_code+6871>, 0x5894e5 <exec_byte_code+8005>, 
          0x5889e2 <exec_byte_code+5186>, 0x588a1f <exec_byte_code+5247>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>, 
          0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaa47de <pure+2539934> "\006\006\071\203\233", 
          byte_string = 9536745, 
          byte_string_start = 0xaa476a <pure+2539818> "\306\020\211?\205\f", 
          next = 0x0
        }
        result = 3
        type = (unknown: 4294958608)
#44 0x0000000000553227 in funcall_lambda (fun=0, nargs=nargs@entry=1, 
    arg_vector=0x9184e9 <pure+917161>, arg_vector@entry=0x7fffffffdf68)
    at eval.c:2983
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#45 0x00000000005534fb in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffdf60) at eval.c:2876
        fun = <optimized out>
        original_fun = 12155906
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#46 0x000000000055382a in call1 (fn=<optimized out>, arg1=<optimized out>)
    at eval.c:2614
        ret_ungc_val = 3
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 2
        }
        args = {12155906, 12425970}
#47 0x00000000004f064d in command_loop_1 () at keyboard.c:1559
        cmd = <optimized out>
        keybuf = {536871392, 24, 16305746, 4000, 140737488347904, 
          4503751715275271680, 140737488347312, 140737488347248, 12112050, 
          12112050, 140737488347904, 0, 19398278, 5591396, 12159506, 19398278, 
          8619617, 12112050, 19398278, 5141162, 140737488347248, 19398278, 
          12112050, 5141468, 12111872, 5511098, 12237138, 64, 15447718, 5579795}
        i = <optimized out>
        prev_modiff = 36
        prev_buffer = 0xdcfc70
#48 0x0000000000551b3e in internal_condition_case (
    bfun=bfun@entry=0x4f02c0 <command_loop_1>, handlers=<optimized out>, 
    hfun=hfun@entry=0x4e72d0 <cmd_error>) at eval.c:1354
        val = <optimized out>
        c = <optimized out>
#49 0x00000000004e2a3e in command_loop_2 (ignore=ignore@entry=12112050)
    at keyboard.c:1177
        val = 3
#50 0x0000000000551a4b in internal_catch (tag=12159554, 
    func=func@entry=0x4e2a20 <command_loop_2>, arg=12112050) at eval.c:1118
        val = <optimized out>
        c = <optimized out>
#51 0x00000000004e6ef7 in command_loop () at keyboard.c:1156
No locals.
#52 recursive_edit_1 () at keyboard.c:777
        val = 20343168
#53 0x00000000004e720d in Frecursive_edit () at keyboard.c:848
        buffer = <optimized out>
#54 0x00000000004157d5 in main (argc=<optimized out>, argv=0x7fffffffe308)
    at emacs.c:1646
        dummy = 140737215884528
        stack_bottom_variable = -1 '\377'
        do_initial_setlocale = <optimized out>
        dumping = <optimized out>
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x13501c0 ""
        original_pwd = <optimized out>

Lisp Backtrace:
"Automatic GC" (0xb73088)
"apply" (0xffffc740)
"face-spec-reset-face" (0xffffc990)
"face-spec-recalc" (0xffffcb40)
"byte-code" (0xffffcc30)
"face-set-after-frame-default" (0xffffcf20)
"x-create-frame-with-faces" (0xffffd0d0)
"make-frame" (0xffffd200)
"let*" (0xffffd3f8)
"setq" (0xffffd4e8)
"stupider-speed-read" (0xffffd6c8)
"call-interactively" (0xffffd8d0)
"command-execute" (0xffffda40)
"execute-extended-command" (0xffffdba8)
"call-interactively" (0xffffde20)
"command-execute" (0xffffdf68)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: backtrace.6069 --]
[-- Type: text/x-asm; name=backtrace.6069, Size: 122860 bytes --]

#0  XCAR (c=3255377271362580334) at lisp.h:1052
No locals.
#1  compact_undo_list (list=3255377271362580334) at alloc.c:5506
        tail = 3255377271362580334
        prev = 0x7fffffffb678
#2  garbage_collect_1 (end=0x7fffffffb668) at alloc.c:5675
        nextb = 0x194b800
        i = <optimized out>
        retval = <optimized out>
        stack_top_variable = 0 '\000'
        message_p = false
        tot_before = 0
#3  Fgarbage_collect () at alloc.c:5896
        end = 0x7fffffffb668
#4  0x0000000000558ee2 in maybe_gc () at lisp.h:4547
No locals.
#5  Ffuncall (nargs=2, args=0x7fffffffb7f8) at eval.c:2759
        fun = <optimized out>
        original_fun = <optimized out>
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#6  0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=0, args=0x2) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaece99 <pure+2807513> "\020\t\204\f", 
          byte_string = 9158153, 
          byte_string_start = 0xaece96 <pure+2807510> "\306\b!\020\t\204\f", 
          next = 0x7fffffffbcb0
        }
        result = 3255377271362580334
        type = CATCHER
#7  0x0000000000558b9f in funcall_lambda (fun=9158077, nargs=nargs@entry=32, 
    arg_vector=arg_vector@entry=0x7fffffffb9b8) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#8  0x0000000000558f0b in Ffuncall (nargs=nargs@entry=33, 
    args=args@entry=0x7fffffffb9b0) at eval.c:2869
        fun = <optimized out>
        original_fun = 16607266
        numargs = 32
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#9  0x000000000055a32c in Fapply (nargs=<optimized out>, args=0x7fffffffbbc0)
    at eval.c:2347
        i = <optimized out>
        numargs = <optimized out>
        spread_arg = 12341426
        funcall_args = 0x7fffffffb9b0
        fun = <optimized out>
        retval = <optimized out>
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 33
        }
        sa_must_free = false
#10 0x0000000000558fea in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2789
        fun = 11658245
        original_fun = 12468210
        numargs = 4
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#11 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488337872, args=0x5) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaebc2e <pure+2802798> "\207", 
          byte_string = 9174601, 
          byte_string_start = 0xaebbe1 <pure+2802721> "\303\304\b\t\b\305=\203E", 
          next = 0x7fffffffbe60
        }
        result = 3255377271362580334
        type = (unknown: 4294949840)
#12 0x0000000000558b9f in funcall_lambda (fun=9174557, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffbe10) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#13 0x0000000000558f0b in Ffuncall (nargs=3, args=0x7fffffffbe08) at eval.c:2869
        fun = <optimized out>
        original_fun = 16320146
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#14 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488338432, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaebaa4 <pure+2802404> "\210\b\310N\311ʉ\032\033\034\211\035\203V", 
          byte_string = 9175857, 
          byte_string_start = 0xaeba92 <pure+2802386> "\b\306N\203\016", 
          next = 0x7fffffffc000
        }
        result = 3255377271362580334
        type = (unknown: 4294950400)
#15 0x0000000000558b9f in funcall_lambda (fun=9175813, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffbfc0) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#16 0x0000000000558f0b in Ffuncall (nargs=3, args=0x7fffffffbfb8) at eval.c:2869
        fun = <optimized out>
        original_fun = 15816450
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#17 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=0, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaeb2d0 <pure+2800400> "\210\303\b\t\"\207", 
          byte_string = 9182361, 
          byte_string_start = 0xaeb2cc <pure+2800396> "\302\b\t\"\210\303\b\t\"\207", 
          next = 0x7fffffffc240
        }
        result = 3255377271362580334
        type = CATCHER
#18 0x00000000005585d7 in eval_sub (form=form@entry=9182334) at eval.c:2184
        numargs = <optimized out>
        args_left = <optimized out>
        i = <optimized out>
        maxargs = 3
        argvals = {9182361, 9182413, 12, 5497082, 26901504, 2, 1008, 
          140737488339416}
        fun = 11667949
        val = <optimized out>
        original_args = 9182350
        gcpro3 = {
          next = <optimized out>, 
          var = 0x7fffffffc0b0, 
          nvars = <optimized out>
        }
#19 0x000000000055b879 in internal_lisp_condition_case (var=<optimized out>, 
    bodyform=9182334, handlers=<optimized out>) at eval.c:1316
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x1394ea0
        clausenb = <optimized out>
#20 0x000000000058e92d in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488339416, args=0x8f) at bytecode.c:1164
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaeb2e8 <pure+2800424> "\210\tA\211\021\204\n", 
          byte_string = 9182169, 
          byte_string_start = 0xaeb2d7 <pure+2800407> "\306 \237\307\030\211\031\203\031", 
          next = 0x7fffffffc3f0
        }
        result = 3255377271362580334
        type = (unknown: 4294951384)
#21 0x0000000000558b9f in funcall_lambda (fun=9182109, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffc3a0) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#22 0x0000000000558f0b in Ffuncall (nargs=3, args=0x7fffffffc398) at eval.c:2869
        fun = <optimized out>
        original_fun = 12521282
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#23 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488339856, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaeb391 <pure+2800593> "\210\n\204W", 
          byte_string = 9181521, 
          byte_string_start = 0xaeb346 <pure+2800518> "\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060", 
          next = 0x7fffffffc5a0
        }
        result = 3255377271362580334
        type = (unknown: 4294951824)
#24 0x0000000000558b9f in funcall_lambda (fun=9181461, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7fffffffc550) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#25 0x0000000000558f0b in Ffuncall (nargs=2, args=0x7fffffffc548) at eval.c:2869
        fun = <optimized out>
        original_fun = 16568370
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#26 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488340288, args=0x2) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xaaaffe <pure+2537534> "\026\034\324\016\034!\210\016#\311\036$\211\036!\203\034\001\016!@\211\026$\b\236\204\023\001\325\016\032\016$\"\211\036%\203\022\001\326\016\034\016$\016%#\210)\016!A\211\026!\204", <incomplete sequence \362>, 
          byte_string = 9830265, 
          byte_string_start = 0xaaaf1e <pure+2537310> "\301\b\236A\031\306\b\236\203\061", 
          next = 0x7fffffffce80
        }
        result = 3255377271362580334
        type = (unknown: 4294952256)
#27 0x0000000000558b9f in funcall_lambda (fun=fun@entry=9830213, 
    nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x7fffffffc680) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#28 0x0000000000558074 in apply_lambda (fun=9830213, args=<optimized out>)
    at eval.c:2917
        args_left = 12341426
        i = <optimized out>
        arg_vector = <optimized out>
        gcpro1 = <optimized out>
        tem = <optimized out>
        sa_must_free = <optimized out>
#29 0x00000000005583fe in eval_sub (form=<optimized out>) at eval.c:2253
        fun = <optimized out>
        val = <optimized out>
        original_args = 19804806
        gcpro3 = <optimized out>
#30 0x0000000000558905 in Fprogn (body=3255377271362580334) at eval.c:461
        val = 3255377271362580334
#31 0x000000000055b22e in FletX (args=19804774) at eval.c:899
        varlist = 12341426
        var = <optimized out>
        val = <optimized out>
        lexenv = 12341426
#32 0x00000000005586eb in eval_sub (form=<optimized out>) at eval.c:2126
        numargs = <optimized out>
        args_left = 19804774
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {14169505, 26261505, 12341426, 140737488341168, 12341426, 
          5603444, 140737488341280, 5603253}
        fun = 11658869
        val = <optimized out>
        original_args = 19804774
        gcpro3 = <optimized out>
#33 0x000000000055adec in Fsetq (args=<optimized out>) at eval.c:538
        args_left = 19804582
        val = <optimized out>
        lex_binding = 3255377271362580334
        val = <optimized out>
#34 0x00000000005586eb in eval_sub (form=<optimized out>) at eval.c:2126
        numargs = <optimized out>
        args_left = 19804582
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {18282928, 4671426, 29, 29, 12341426, 9536064, 11335316, 16}
        fun = 11659301
        val = <optimized out>
        original_args = 19804582
        gcpro3 = <optimized out>
#35 0x0000000000558905 in Fprogn (body=3255377271362580334) at eval.c:461
        val = 3255377271362580334
#36 0x0000000000558c9c in funcall_lambda (fun=19804550, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7fffffffcbf0) at eval.c:3035
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#37 0x0000000000558f0b in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffcbe8) at eval.c:2869
        fun = <optimized out>
        original_fun = 26024610
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#38 0x00000000005549da in Ffuncall_interactively (nargs=2, args=0x7fffffffcbe8)
    at callint.c:270
No locals.
#39 0x0000000000558fea in Ffuncall (nargs=nargs@entry=3, 
    args=args@entry=0x7fffffffcbe0) at eval.c:2789
        fun = 11657477
        original_fun = 12480434
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#40 0x00000000005554d1 in Fcall_interactively (function=<optimized out>, 
    record_flag=<optimized out>, keys=<optimized out>) at callint.c:872
        val = <optimized out>
        args = <optimized out>
        visargs = <optimized out>
        specs = <optimized out>
        filter_specs = <optimized out>
        teml = <optimized out>
        up_event = 12341426
        enable = <optimized out>
        next_event = <optimized out>
        prefix_arg = <optimized out>
        string = <optimized out>
        tem = <optimized out>
        varies = 0x7fffffffcb90 ""
        i = <optimized out>
        nargs = <optimized out>
        mark = <optimized out>
        arg_from_tty = <optimized out>
        gcpro3 = <optimized out>
        gcpro4 = <optimized out>
        key_count = <optimized out>
        record_then_fail = <optimized out>
        save_this_command = <optimized out>
        save_last_command = <optimized out>
        save_this_original_command = <optimized out>
        save_real_this_command = <optimized out>
#41 0x00000000005590d8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2815
        fun = 11657429
        original_fun = 12480946
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffce20
        i = <optimized out>
#42 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=4100, 
    nargs=140737488342544, args=0x4) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xacbacb <pure+2671371> "\006\006\071\203\233", 
          byte_string = 9570425, 
          byte_string_start = 0xacba57 <pure+2671255> "\306\020\211?\205\f", 
          next = 0x7fffffffd010
        }
        result = 3255377271362580334
        type = (unknown: 4294954512)
#43 0x0000000000558c37 in funcall_lambda (fun=140737488343056, 
    nargs=nargs@entry=2, arg_vector=0x920879 <pure+921785>, 
    arg_vector@entry=0x7fffffffcf90) at eval.c:2976
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#44 0x0000000000558f0b in Ffuncall (nargs=3, args=0x7fffffffcf88) at eval.c:2869
        fun = <optimized out>
        original_fun = 12385746
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#45 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=2052, 
    nargs=140737488342912, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xacbbad <pure+2671597> "\210)\211\205\233", 
          byte_string = 9569793, 
          byte_string_start = 0xacbb76 <pure+2671542> "\211\204\v", 
          next = 0x7fffffffd450
        }
        result = 3255377271362580334
        type = (unknown: 4294954880)
#46 0x0000000000558c37 in funcall_lambda (fun=140737488344144, 
    nargs=nargs@entry=2, arg_vector=0x920601 <pure+921153>, 
    arg_vector@entry=0x7fffffffd190) at eval.c:2976
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#47 0x0000000000558f0b in Ffuncall (nargs=nargs@entry=3, 
    args=args@entry=0x7fffffffd188) at eval.c:2869
        fun = <optimized out>
        original_fun = 12660850
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#48 0x00000000005549da in Ffuncall_interactively (nargs=3, args=0x7fffffffd188)
    at callint.c:270
No locals.
#49 0x0000000000558fea in Ffuncall (nargs=nargs@entry=4, 
    args=args@entry=0x7fffffffd180) at eval.c:2789
        fun = 11657477
        original_fun = 12480434
        numargs = 3
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#50 0x000000000055a32c in Fapply (nargs=nargs@entry=3, 
    args=args@entry=0x7fffffffd2e0) at eval.c:2347
        i = <optimized out>
        numargs = <optimized out>
        spread_arg = 12341426
        funcall_args = 0x7fffffffd180
        fun = <optimized out>
        retval = <optimized out>
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 4
        }
        sa_must_free = false
#51 0x0000000000555036 in Fcall_interactively (function=12660850, 
    record_flag=12341426, keys=12376213) at callint.c:419
        args = {12480434, 12660850, 26480262}
        input = <optimized out>
        funval = <optimized out>
        events = <optimized out>
        args = <optimized out>
        visargs = <optimized out>
        specs = 26480262
        filter_specs = <optimized out>
        teml = <optimized out>
        up_event = 12341426
        enable = <optimized out>
        next_event = <optimized out>
        prefix_arg = 12341426
        string = 0x0
        tem = <optimized out>
        varies = <optimized out>
        i = <optimized out>
        nargs = <optimized out>
        mark = <optimized out>
        arg_from_tty = false
        gcpro3 = <optimized out>
        gcpro4 = <optimized out>
        key_count = 1
        record_then_fail = false
        save_this_command = 12660850
        save_last_command = 26024658
        save_this_original_command = 12660850
        save_real_this_command = 12660850
#52 0x00000000005590d8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2815
        fun = 11657429
        original_fun = 12480946
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffd3f0
        i = <optimized out>
#53 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=4100, 
    nargs=140737488344032, args=0x4) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xacbacb <pure+2671371> "\006\006\071\203\233", 
          byte_string = 9570425, 
          byte_string_start = 0xacba57 <pure+2671255> "\306\020\211?\205\f", 
          next = 0x7fffffffd810
        }
        result = 3255377271362580334
        type = (unknown: 4294956000)
#54 0x0000000000558c37 in funcall_lambda (fun=140737488345104, 
    nargs=nargs@entry=1, arg_vector=0x920879 <pure+921785>, 
    arg_vector@entry=0x7fffffffd538) at eval.c:2976
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#55 0x0000000000558f0b in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffd530) at eval.c:2869
        fun = <optimized out>
        original_fun = 12385746
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#56 0x000000000055923a in call1 (fn=<optimized out>, arg1=<optimized out>)
    at eval.c:2607
        ret_ungc_val = 3255377271362580334
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 2
        }
        args = {12385746, 12660850}
#57 0x00000000004f46ad in command_loop_1 () at keyboard.c:1545
        cmd = <optimized out>
        keybuf = {536871392, 12341426, 26160242, 12341426, 0, 5606303, 12341426, 
          140737488344736, 0, 19278493, 20563296, 20562656, 12341426, 19278488, 
          140737488344704, 0, 140737488344736, 26160242, 4611686018427387904, 
          5607179, 4109504, 140737488344816, 1, 608, 15391072, 
          8946909892228799232, 1, 1, 26160242, 1}
        i = <optimized out>
        prev_modiff = 42
        prev_buffer = 0xead960
#58 0x00000000004f75c3 in Fexecute_kbd_macro (macro=<optimized out>, 
    count=<optimized out>, loopfunc=26160242) at macros.c:337
        final = 18961077
        tem = <optimized out>
        repeat = <optimized out>
        success_count = 0
#59 0x00000000004f7921 in Fcall_last_kbd_macro (prefix=<optimized out>, 
    loopfunc=<optimized out>) at macros.c:262
No locals.
#60 0x00000000005590e8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2811
        fun = 8620781
        original_fun = 12505970
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffd780
        i = <optimized out>
#61 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488344944, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0x18da4e3 "\210)\f:\203\065", 
          byte_string = 26191665, 
          byte_string_start = 0x18da4b8 "\b\204\f", 
          next = 0x7fffffffd9b0
        }
        result = 3255377271362580334
        type = (unknown: 4294956912)
#62 0x0000000000558b9f in funcall_lambda (fun=19290749, nargs=nargs@entry=2, 
    arg_vector=arg_vector@entry=0x7fffffffd970) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#63 0x0000000000558f0b in Ffuncall (nargs=3, args=0x7fffffffd968) at eval.c:2869
        fun = <optimized out>
        original_fun = 16581074
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#64 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=12341426, 
    nargs=140737488345440, args=0x3) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0x18da6cc "\207", 
          byte_string = 26194529, 
          byte_string_start = 0x18da6c0 "\b\203\b", 
          next = 0x7fffffffde60
        }
        result = 3255377271362580334
        type = (unknown: 4294957408)
#65 0x0000000000558b9f in funcall_lambda (fun=19294421, nargs=nargs@entry=1, 
    arg_vector=arg_vector@entry=0x7fffffffdc00) at eval.c:3042
        val = <optimized out>
        syms_left = 12341426
        lexenv = 12341426
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#66 0x0000000000558f0b in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffdbf8) at eval.c:2869
        fun = <optimized out>
        original_fun = 16580738
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#67 0x00000000005549da in Ffuncall_interactively (nargs=2, args=0x7fffffffdbf8)
    at callint.c:270
No locals.
#68 0x0000000000558fea in Ffuncall (nargs=nargs@entry=3, 
    args=args@entry=0x7fffffffdbf0) at eval.c:2789
        fun = 11657477
        original_fun = 12480434
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#69 0x00000000005554d1 in Fcall_interactively (function=<optimized out>, 
    record_flag=<optimized out>, keys=<optimized out>) at callint.c:872
        val = <optimized out>
        args = <optimized out>
        visargs = <optimized out>
        specs = <optimized out>
        filter_specs = <optimized out>
        teml = <optimized out>
        up_event = 12341426
        enable = <optimized out>
        next_event = <optimized out>
        prefix_arg = <optimized out>
        string = <optimized out>
        tem = <optimized out>
        varies = 0x7fffffffdba0 ""
        i = <optimized out>
        nargs = <optimized out>
        mark = <optimized out>
        arg_from_tty = <optimized out>
        gcpro3 = <optimized out>
        gcpro4 = <optimized out>
        key_count = <optimized out>
        record_then_fail = <optimized out>
        save_this_command = <optimized out>
        save_last_command = <optimized out>
        save_this_original_command = <optimized out>
        save_real_this_command = <optimized out>
#70 0x00000000005590d8 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at eval.c:2815
        fun = 11657429
        original_fun = 12480946
        numargs = <optimized out>
        val = <optimized out>
        internal_args = 0x7fffffffde00
        i = <optimized out>
#71 0x000000000058d965 in exec_byte_code (bytestr=3255377271362580334, 
    vector=140737488336504, maxdepth=3255377271362580328, args_template=4100, 
    nargs=140737488346608, args=0x4) at bytecode.c:918
        targets = {0x58d9fc <exec_byte_code+988>, 0x58e1bf <exec_byte_code+2975>, 
          0x58e1c4 <exec_byte_code+2980>, 0x58e1c9 <exec_byte_code+2985>, 
          0x58d7f2 <exec_byte_code+466>, 0x58d7f8 <exec_byte_code+472>, 
          0x58e999 <exec_byte_code+4985>, 0x58e9d6 <exec_byte_code+5046>, 
          0x58ea58 <exec_byte_code+5176>, 0x58ea5d <exec_byte_code+5181>, 
          0x58ea27 <exec_byte_code+5127>, 0x58ea2c <exec_byte_code+5132>, 
          0x58d829 <exec_byte_code+521>, 0x58d830 <exec_byte_code+528>, 
          0x58de97 <exec_byte_code+2167>, 0x58ea31 <exec_byte_code+5137>, 
          0x58e003 <exec_byte_code+2531>, 0x58e008 <exec_byte_code+2536>, 
          0x58e085 <exec_byte_code+2661>, 0x58e08a <exec_byte_code+2666>, 
          0x58d895 <exec_byte_code+629>, 0x58d898 <exec_byte_code+632>, 
          0x58e034 <exec_byte_code+2580>, 0x58e00d <exec_byte_code+2541>, 
          0x58e0b6 <exec_byte_code+2710>, 0x58e0bb <exec_byte_code+2715>, 
          0x58e0c0 <exec_byte_code+2720>, 0x58e0c5 <exec_byte_code+2725>, 
          0x58d901 <exec_byte_code+737>, 0x58d908 <exec_byte_code+744>, 
          0x58e070 <exec_byte_code+2640>, 0x58e08f <exec_byte_code+2671>, 
          0x58e111 <exec_byte_code+2801>, 0x58e116 <exec_byte_code+2806>, 
          0x58e11b <exec_byte_code+2811>, 0x58e125 <exec_byte_code+2821>, 
          0x58d943 <exec_byte_code+803>, 0x58d948 <exec_byte_code+808>, 
          0x58e0d5 <exec_byte_code+2741>, 0x58e0ea <exec_byte_code+2762>, 
          0x58da72 <exec_byte_code+1106>, 0x58da77 <exec_byte_code+1111>, 
          0x58da7c <exec_byte_code+1116>, 0x58e14a <exec_byte_code+2858>, 
          0x58d985 <exec_byte_code+869>, 0x58d988 <exec_byte_code+872>, 
          0x58e135 <exec_byte_code+2837>, 0x58da4b <exec_byte_code+1067>, 
          0x58e89e <exec_byte_code+4734>, 0x58e893 <exec_byte_code+4723>, 
          0x58e79f <exec_byte_code+4479>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58ebbe <exec_byte_code+5534>, 0x58ec4c <exec_byte_code+5676>, 
          0x58ec83 <exec_byte_code+5731>, 0x58ecba <exec_byte_code+5786>, 
          0x58ecf1 <exec_byte_code+5841>, 0x58df5a <exec_byte_code+2362>, 
          0x58df94 <exec_byte_code+2420>, 0x58ed32 <exec_byte_code+5906>, 
          0x58df1f <exec_byte_code+2303>, 0x58dfc8 <exec_byte_code+2472>, 
          0x58ed64 <exec_byte_code+5956>, 0x58ed98 <exec_byte_code+6008>, 
          0x58edc0 <exec_byte_code+6048>, 0x58edf4 <exec_byte_code+6100>, 
          0x58ee29 <exec_byte_code+6153>, 0x58eea0 <exec_byte_code+6272>, 
          0x58eec8 <exec_byte_code+6312>, 0x58eefc <exec_byte_code+6364>, 
          0x58ef34 <exec_byte_code+6420>, 0x58ef5c <exec_byte_code+6460>, 
          0x58ef84 <exec_byte_code+6500>, 0x58efb8 <exec_byte_code+6552>, 
          0x58efec <exec_byte_code+6604>, 0x58f020 <exec_byte_code+6656>, 
          0x58f058 <exec_byte_code+6712>, 0x58f08d <exec_byte_code+6765>, 
          0x58f0c2 <exec_byte_code+6818>, 0x58f139 <exec_byte_code+6937>, 
          0x58f172 <exec_byte_code+6994>, 0x58f1ab <exec_byte_code+7051>, 
          0x58f2c4 <exec_byte_code+7332>, 0x58f252 <exec_byte_code+7218>, 
          0x58f28b <exec_byte_code+7275>, 0x58f2fd <exec_byte_code+7389>, 
          0x58f336 <exec_byte_code+7446>, 0x58f36b <exec_byte_code+7499>, 
          0x58f39d <exec_byte_code+7549>, 0x58f3d2 <exec_byte_code+7602>, 
          0x58f407 <exec_byte_code+7655>, 0x58f43c <exec_byte_code+7708>, 
          0x58f4da <exec_byte_code+7866>, 0x58d9cd <exec_byte_code+941>, 
          0x58f510 <exec_byte_code+7920>, 0x58f538 <exec_byte_code+7960>, 
          0x58f5a7 <exec_byte_code+8071>, 0x58f5dd <exec_byte_code+8125>, 
          0x58f613 <exec_byte_code+8179>, 0x58f63b <exec_byte_code+8219>, 
          0x58f665 <exec_byte_code+8261>, 0x58f68f <exec_byte_code+8303>, 
          0x58f6bc <exec_byte_code+8348>, 0x58d9fc <exec_byte_code+988>, 
          0x58f6eb <exec_byte_code+8395>, 0x58f718 <exec_byte_code+8440>, 
          0x58f745 <exec_byte_code+8485>, 0x58f772 <exec_byte_code+8530>, 
          0x58f79f <exec_byte_code+8575>, 0x58f7cc <exec_byte_code+8620>, 
          0x58d9cd <exec_byte_code+941>, 0x58d9fc <exec_byte_code+988>, 
          0x58f7f4 <exec_byte_code+8660>, 0x58f833 <exec_byte_code+8723>, 
          0x58f85b <exec_byte_code+8763>, 0x58f883 <exec_byte_code+8803>, 
          0x58f8b7 <exec_byte_code+8855>, 0x58f8eb <exec_byte_code+8907>, 
          0x58e372 <exec_byte_code+3410>, 0x58e448 <exec_byte_code+3624>, 
          0x58faf4 <exec_byte_code+9428>, 0x58fb28 <exec_byte_code+9480>, 
          0x58e47c <exec_byte_code+3676>, 0x58e4a9 <exec_byte_code+3721>, 
          0x58d9fc <exec_byte_code+988>, 0x58e6eb <exec_byte_code+4299>, 
          0x58da85 <exec_byte_code+1125>, 0x58deac <exec_byte_code+2188>, 
          0x58dcf1 <exec_byte_code+1745>, 0x58db93 <exec_byte_code+1395>, 
          0x58ddf3 <exec_byte_code+2003>, 0x58e677 <exec_byte_code+4183>, 
          0x58e6ca <exec_byte_code+4266>, 0x58e049 <exec_byte_code+2601>, 
          0x58e5bc <exec_byte_code+3996>, 0x58e55e <exec_byte_code+3902>, 
          0x58e737 <exec_byte_code+4375>, 0x58e766 <exec_byte_code+4422>, 
          0x58e8cd <exec_byte_code+4781>, 0x58e919 <exec_byte_code+4857>, 
          0x58e951 <exec_byte_code+4913>, 0x58eb68 <exec_byte_code+5448>, 
          0x58e531 <exec_byte_code+3857>, 0x58e4d1 <exec_byte_code+3761>, 
          0x58e509 <exec_byte_code+3817>, 0x58f913 <exec_byte_code+8947>, 
          0x58f93b <exec_byte_code+8987>, 0x58f963 <exec_byte_code+9027>, 
          0x58f98b <exec_byte_code+9067>, 0x58f9bf <exec_byte_code+9119>, 
          0x58f9f3 <exec_byte_code+9171>, 0x58fa27 <exec_byte_code+9223>, 
          0x58fa5b <exec_byte_code+9275>, 0x58e1d5 <exec_byte_code+2997>, 
          0x58e209 <exec_byte_code+3049>, 0x58e23d <exec_byte_code+3101>, 
          0x58e265 <exec_byte_code+3141>, 0x58e299 <exec_byte_code+3193>, 
          0x58e2cd <exec_byte_code+3245>, 0x58e305 <exec_byte_code+3301>, 
          0x58e33d <exec_byte_code+3357>, 0x58f471 <exec_byte_code+7761>, 
          0x58f4a6 <exec_byte_code+7814>, 0x58e14f <exec_byte_code+2863>, 
          0x58e18d <exec_byte_code+2925>, 0x58d9fc <exec_byte_code+988>, 
          0x58db19 <exec_byte_code+1273>, 0x58dd98 <exec_byte_code+1912>, 
          0x58dc03 <exec_byte_code+1507>, 0x58dc8e <exec_byte_code+1646>, 
          0x58e5eb <exec_byte_code+4043>, 0x58ee5e <exec_byte_code+6206>, 
          0x58f0f7 <exec_byte_code+6871>, 0x58f565 <exec_byte_code+8005>, 
          0x58ea62 <exec_byte_code+5186>, 0x58ea9f <exec_byte_code+5247>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eaf0 <exec_byte_code+5328>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58d9fc <exec_byte_code+988>, 0x58d9fc <exec_byte_code+988>, 
          0x58eb38 <exec_byte_code+5400> <repeats 64 times>}
        stack = {
          pc = 0xacbacb <pure+2671371> "\006\006\071\203\233", 
          byte_string = 9570425, 
          byte_string_start = 0xacba57 <pure+2671255> "\306\020\211?\205\f", 
          next = 0x0
        }
        result = 3255377271362580334
        type = (unknown: 4294958576)
#72 0x0000000000558c37 in funcall_lambda (fun=0, nargs=nargs@entry=1, 
    arg_vector=0x920879 <pure+921785>, arg_vector@entry=0x7fffffffdf48)
    at eval.c:2976
        val = <optimized out>
        syms_left = <optimized out>
        lexenv = <optimized out>
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#73 0x0000000000558f0b in Ffuncall (nargs=nargs@entry=2, 
    args=args@entry=0x7fffffffdf40) at eval.c:2869
        fun = <optimized out>
        original_fun = 12385746
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#74 0x000000000055923a in call1 (fn=<optimized out>, arg1=<optimized out>)
    at eval.c:2607
        ret_ungc_val = 3255377271362580334
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 2
        }
        args = {12385746, 16580738}
#75 0x00000000004f46ad in command_loop_1 () at keyboard.c:1545
        cmd = <optimized out>
        keybuf = {96, 404, 16359650, 4000, 140737488347872, 8946909892228799232, 
          140737488347280, 140737488347216, 12480434, 12341426, 140737488347872, 
          0, 24721462, 5614436, 12389282, 24721462, 8648673, 12480434, 24721462, 
          5157370, 140737488347216, 24721462, 12341426, 5157676, 0, 5535642, 
          12466834, 64, 15679830, 5602851}
        i = <optimized out>
        prev_modiff = 42
        prev_buffer = 0xead960
#76 0x000000000055754e in internal_condition_case (
    bfun=bfun@entry=0x4f4320 <command_loop_1>, handlers=<optimized out>, 
    hfun=hfun@entry=0x4eb220 <cmd_error>) at eval.c:1347
        val = <optimized out>
        c = <optimized out>
#77 0x00000000004e69de in command_loop_2 (ignore=ignore@entry=12341426)
    at keyboard.c:1169
        val = 3255377271362580334
#78 0x000000000055745b in internal_catch (tag=12389330, 
    func=func@entry=0x4e69c0 <command_loop_2>, arg=12341426) at eval.c:1111
        val = <optimized out>
        c = <optimized out>
#79 0x00000000004eae47 in command_loop () at keyboard.c:1148
No locals.
#80 recursive_edit_1 () at keyboard.c:769
        val = 20562656
#81 0x00000000004eb15d in Frecursive_edit () at keyboard.c:840
        buffer = <optimized out>
#82 0x0000000000415a55 in main (argc=<optimized out>, argv=0x7fffffffe2e8)
    at emacs.c:1650
        dummy = 140737215884528
        stack_bottom_variable = -1 '\377'
        do_initial_setlocale = <optimized out>
        dumping = <optimized out>
        skip_args = 0
        rlim = {
          rlim_cur = 8720000, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x138f120 ""
        original_pwd = <optimized out>

Lisp Backtrace:
"Automatic GC" (0xbaa970)
"purecopy" (0xffffb800)
"set-face-attribute" (0xffffb9b8)
"apply" (0xffffbbc0)
"face-spec-reset-face" (0xffffbe10)
"face-spec-recalc" (0xffffbfc0)
"byte-code" (0xffffc0b0)
"face-set-after-frame-default" (0xffffc3a0)
"x-create-frame-with-faces" (0xffffc550)
"make-frame" (0xffffc680)
"let*" (0xffffc878)
"setq" (0xffffc968)
"stupider-speed-read" (0xffffcbf0)
"funcall-interactively" (0xffffcbe8)
"call-interactively" (0xffffce20)
"command-execute" (0xffffcf90)
"execute-extended-command" (0xffffd190)
"funcall-interactively" (0xffffd188)
"call-interactively" (0xffffd3f0)
"command-execute" (0xffffd538)
"call-last-kbd-macro" (0xffffd780)
"kmacro-call-macro" (0xffffd970)
"kmacro-end-and-call-macro" (0xffffdc00)
"funcall-interactively" (0xffffdbf8)
"call-interactively" (0xffffde00)
"command-execute" (0xffffdf48)

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

* bug#18180: Acknowledgement (24.3.92; Segfault in mark_object)
       [not found] ` <handler.18180.B.140707825027898.ack@debbugs.gnu.org>
@ 2014-08-03 21:08   ` Mat Smiglarski
  0 siblings, 0 replies; 7+ messages in thread
From: Mat Smiglarski @ 2014-08-03 21:08 UTC (permalink / raw)
  To: 18180

Perhaps this valgrind output is helpful?

The crash is reproducible within a couple of minutes so perhaps someone 
has some advice for running valgrind? (Although --vgdb=yes caused 
valgrind to crash!)

This bug also occurs on 24.3.

Regards,
Mat

▶ valgrind --suppressions=valgrind.supp --track-origins=yes ./temacs -Q
==13689== Memcheck, a memory error detector
==13689== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et 
al.
==13689== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for 
copyright info
==13689== Command: ./temacs -Q
==13689==
Loading loadup.el (source)...
Using load-path (/home/zz/src/emacs/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/byte-run...done
Loading emacs-lisp/backquote...
Loading emacs-lisp/backquote...done
Loading subr...
Loading subr...done
Loading version...
Loading version...done
Loading widget...
Loading widget...done
Loading custom...
Loading custom...done
Loading emacs-lisp/map-ynp...
Loading emacs-lisp/map-ynp...done
Loading international/mule...
Loading international/mule...done
Loading international/mule-conf...
Loading international/mule-conf...done
Loading env...
Loading env...done
Loading format...
Loading format...done
Loading bindings...
Loading bindings...done
Loading cus-start...
Loading cus-start...done
Loading window...
Loading window...done
Loading files...
Loading files...done
Loading emacs-lisp/macroexp...
Loading emacs-lisp/macroexp...done
Loading cus-face...
Loading cus-face...done
Loading faces...
Loading faces...done
Loading button...
Loading button...done
Loading startup...
Loading startup...done
Loading loaddefs.el (source)...
Loading loaddefs.el (source)...done
Loading emacs-lisp/nadvice...
Loading emacs-lisp/nadvice...done
Loading minibuffer...
Loading minibuffer...done
Loading abbrev...
Loading abbrev...done
Loading simple...
Loading simple...done
Loading help...
Loading help...done
Loading jka-cmpr-hook...
Loading jka-cmpr-hook...done
Loading epa-hook...
Loading epa-hook...done
Loading international/mule-cmds...
Loading international/mule-cmds...done
Loading case-table...
Loading case-table...done
Loading international/charprop.el (source)...
Loading international/charprop.el (source)...done
Loading international/characters...
Loading international/characters...done
Loading composite...
Loading composite...done
Loading language/chinese...
Loading language/chinese...done
Loading language/cyrillic...
Loading language/cyrillic...done
Loading language/indian...
Loading language/indian...done
Loading language/sinhala...
Loading language/sinhala...done
Loading language/english...
Loading language/english...done
Loading language/ethiopic...
Loading language/ethiopic...done
Loading language/european...
Loading language/european...done
Loading language/czech...
Loading language/czech...done
Loading language/slovak...
Loading language/slovak...done
Loading language/romanian...
Loading language/romanian...done
Loading language/greek...
Loading language/greek...done
Loading language/hebrew...
Loading language/hebrew...done
Loading language/japanese...
Loading international/cp51932.el (source)...
Loading international/cp51932.el (source)...done
Loading international/eucjp-ms.el (source)...
Loading international/eucjp-ms.el (source)...done
Loading language/japanese...done
Loading language/korean...
Loading language/korean...done
Loading language/lao...
Loading language/lao...done
Loading language/tai-viet...
Loading language/tai-viet...done
Loading language/thai...
Loading language/thai...done
Loading language/tibetan...
Loading language/tibetan...done
Loading language/vietnamese...
Loading language/vietnamese...done
Loading language/misc-lang...
Loading language/misc-lang...done
Loading language/utf-8-lang...
Loading language/utf-8-lang...done
Loading language/georgian...
Loading language/georgian...done
Loading language/khmer...
Loading language/khmer...done
Loading language/burmese...
Loading language/burmese...done
Loading language/cham...
Loading language/cham...done
Loading indent...
Loading indent...done
Loading frame...
Loading frame...done
Loading term/tty-colors...
Loading term/tty-colors...done
Loading font-core...
Loading font-core...done
Loading facemenu...
Loading facemenu...done
Loading emacs-lisp/syntax...
Loading emacs-lisp/syntax...done
Loading font-lock...
Loading font-lock...done
Loading jit-lock...
Loading jit-lock...done
Loading mouse...
Loading mouse...done
Loading scroll-bar...
Loading scroll-bar...done
Loading select...
Loading select...done
Loading emacs-lisp/timer...
Loading emacs-lisp/timer...done
Loading isearch...
Loading isearch...done
Loading rfn-eshadow...
Loading rfn-eshadow...done
Loading menu-bar...
Loading menu-bar...done
Loading emacs-lisp/lisp...
Loading emacs-lisp/lisp...done
Loading textmodes/page...
Loading textmodes/page...done
Loading register...
Loading register...done
Loading textmodes/paragraphs...
Loading textmodes/paragraphs...done
Loading progmodes/prog-mode...
Loading progmodes/prog-mode...done
Loading emacs-lisp/lisp-mode...
Loading emacs-lisp/lisp-mode...done
Loading textmodes/text-mode...
Loading textmodes/text-mode...done
Loading textmodes/fill...
Loading textmodes/fill...done
Loading newcomment...
Loading newcomment...done
Loading replace...
Loading replace...done
Loading emacs-lisp/tabulated-list...
Loading emacs-lisp/tabulated-list...done
Loading buff-menu...
Loading buff-menu...done
Loading fringe...
Loading fringe...done
Loading emacs-lisp/regexp-opt...
Loading emacs-lisp/regexp-opt...done
Loading image...
Loading image...done
Loading international/fontset...
Loading international/fontset...done
Loading dnd...
Loading dnd...done
Loading tool-bar...
Loading tool-bar...done
Loading dynamic-setting...
Loading dynamic-setting...done
Loading x-dnd...
Loading x-dnd...done
Loading term/common-win...
Loading term/common-win...done
Loading term/x-win...
Loading term/x-win...done
Loading mwheel...
Loading mwheel...done
Loading emacs-lisp/float-sup...
Loading emacs-lisp/float-sup...done
Loading vc/vc-hooks...
Loading vc/vc-hooks...done
Loading vc/ediff-hook...
Loading vc/ediff-hook...done
Loading uniquify...
Loading uniquify...done
Loading electric...
Loading electric...done
Loading tooltip...
Loading tooltip...done
Loading leim/leim-list.el (source)...
Loading leim/leim-list.el (source)...done
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 23777 strings, 3453 vectors, 37160 conses, 3245 bytecodes, 
82 others
==13689== Conditional jump or move depends on uninitialised value(s)
==13689==    at 0xD69EF74: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0xD6848AB: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0xD639840: pixman_image_composite32 (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0x7028C56: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x7069E23: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705CCBB: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705D69A: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705E596: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x701CB26: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x702CE5E: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x7061503: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x702458B: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==  Uninitialised value was created by a stack allocation
==13689==    at 0xD684640: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==
==13689== Conditional jump or move depends on uninitialised value(s)
==13689==    at 0x83FB337: ??? (in 
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2)
==13689==    by 0x83FBF07: rsvg_handle_get_pixbuf_sub (in 
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2)
==13689==    by 0x27120E45: ??? (in 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so)
==13689==    by 0x6B91211: ??? (in 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==13689==    by 0x6B92B41: gdk_pixbuf_new_from_file (in 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==13689==    by 0x4C6DE3: xg_set_icon (xfns.c:456)
==13689==    by 0x4BB5AE: x_bitmap_icon (xterm.c:7363)
==13689==    by 0x4C2D9F: x_set_icon_type (xfns.c:907)
==13689==    by 0x423A79: x_set_frame_parameters (frame.c:2932)
==13689==    by 0x426293: x_default_parameter (frame.c:4035)
==13689==    by 0x4C7FB7: Fx_create_frame (xfns.c:3206)
==13689==    by 0x5536E3: Ffuncall (eval.c:2815)
==13689==  Uninitialised value was created by a stack allocation
==13689==    at 0xD684640: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==
==13689== Conditional jump or move depends on uninitialised value(s)
==13689==    at 0xD69EC6C: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0xD6848AB: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0xD639840: pixman_image_composite32 (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==    by 0x7028C56: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x7069E23: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705CCBB: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705D69A: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x705E2B6: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x701CA63: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x702CE22: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x7061411: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==    by 0x70241E1: ??? (in 
/usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0)
==13689==  Uninitialised value was created by a stack allocation
==13689==    at 0xD684640: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==
==13689== Conditional jump or move depends on uninitialised value(s)
==13689==    at 0x83FB337: ??? (in 
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2)
==13689==    by 0x83FBF07: rsvg_handle_get_pixbuf_sub (in 
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2)
==13689==    by 0x27120E45: ??? (in 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so)
==13689==    by 0x6B951FA: gdk_pixbuf_loader_close (in 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==13689==    by 0x6B91434: ??? (in 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==13689==    by 0x6B9307C: gdk_pixbuf_new_from_stream_at_scale (in 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7)
==13689==    by 0x5FCF84A: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FD2FE9: gtk_icon_info_load_icon (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FD327B: gtk_icon_theme_load_icon_for_scale (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5EEE264: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5EEE6AD: gtk_icon_set_render_icon_surface (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FCC9FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==  Uninitialised value was created by a stack allocation
==13689==    at 0xD684640: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==
==13689== Conditional jump or move depends on uninitialised value(s)
==13689==    at 0x659B161: gdk_pixbuf_get_from_surface (in 
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0.1000.8)
==13689==    by 0x60D59F0: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5EEE2D5: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5EEE6AD: gtk_icon_set_render_icon_surface (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FCC9FF: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FCD588: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FCD725: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FDF7B1: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x5FDF8F6: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x607ED65: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x607EF72: ??? (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==    by 0x607F2A7: 
gtk_widget_get_preferred_height_and_baseline_for_width (in 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==13689==  Uninitialised value was created by a stack allocation
==13689==    at 0xD684640: ??? (in 
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2)
==13689==



ZZ Initial frame is now visible

==13689== Invalid read of size 8
==13689==    at 0x53B84E: Fgarbage_collect (lisp.h:1054)
==13689==    by 0x5534D1: Ffuncall (lisp.h:4564)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x55491B: Fapply (eval.c:2354)
==13689==    by 0x5535D9: Ffuncall (eval.c:2796)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==  Address 0x279100002870 is not stack'd, malloc'd or (recently) 
free'd
==13689==
==13689== Syscall param rt_sigaction(signum) contains uninitialised 
byte(s)
==13689==    at 0xA5180FA: __libc_sigaction (sigaction.c:64)
==13689==    by 0xA517F05: signal (signal.c:47)
==13689==    by 0x4E2576: terminate_due_to_signal (emacs.c:351)
==13689==    by 0x4FA79D: handle_fatal_signal (sysdep.c:1630)
==13689==    by 0x4FA9A2: deliver_fatal_thread_signal (sysdep.c:1604)
==13689==    by 0xA2D333F: ??? (in 
/lib/x86_64-linux-gnu/libpthread-2.19.so)
==13689==    by 0x53B84D: Fgarbage_collect (lisp.h:704)
==13689==    by 0x5534D1: Ffuncall (lisp.h:4564)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x55491B: Fapply (eval.c:2354)
==13689==  Uninitialised value was created by a heap allocation
==13689==    at 0x4C2AB80: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13689==    by 0x53845E: lisp_malloc (alloc.c:907)
==13689==    by 0x5393C2: allocate_buffer (alloc.c:3140)
==13689==    by 0x502477: Fmake_indirect_buffer (buffer.c:779)
==13689==    by 0x552BC6: eval_sub (eval.c:2191)
==13689==    by 0x5553EB: Fsetq (eval.c:545)
==13689==    by 0x552CDA: eval_sub (eval.c:2133)
==13689==    by 0x552EF4: Fprogn (eval.c:468)
==13689==    by 0x55328B: funcall_lambda (eval.c:3042)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x54FACF: Fcall_interactively (callint.c:836)
==13689==    by 0x5536C7: Ffuncall (eval.c:2822)
==13689==
==13689== Syscall param rt_sigaction(act->sa_mask) points to 
uninitialised byte(s)
==13689==    at 0xA5180FA: __libc_sigaction (sigaction.c:64)
==13689==    by 0xA517F05: signal (signal.c:47)
==13689==    by 0x4E2576: terminate_due_to_signal (emacs.c:351)
==13689==    by 0x4FA79D: handle_fatal_signal (sysdep.c:1630)
==13689==    by 0x4FA9A2: deliver_fatal_thread_signal (sysdep.c:1604)
==13689==    by 0xA2D333F: ??? (in 
/lib/x86_64-linux-gnu/libpthread-2.19.so)
==13689==    by 0x53B84D: Fgarbage_collect (lisp.h:704)
==13689==    by 0x5534D1: Ffuncall (lisp.h:4564)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x55491B: Fapply (eval.c:2354)
==13689==  Address 0xffeffc528 is on thread 1's stack
==13689==  Uninitialised value was created by a heap allocation
==13689==    at 0x4C2AB80: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13689==    by 0x53845E: lisp_malloc (alloc.c:907)
==13689==    by 0x5393C2: allocate_buffer (alloc.c:3140)
==13689==    by 0x502477: Fmake_indirect_buffer (buffer.c:779)
==13689==    by 0x552BC6: eval_sub (eval.c:2191)
==13689==    by 0x5553EB: Fsetq (eval.c:545)
==13689==    by 0x552CDA: eval_sub (eval.c:2133)
==13689==    by 0x552EF4: Fprogn (eval.c:468)
==13689==    by 0x55328B: funcall_lambda (eval.c:3042)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x54FACF: Fcall_interactively (callint.c:836)
==13689==    by 0x5536C7: Ffuncall (eval.c:2822)
==13689==
Fatal error 11: Segmentation fault
Backtrace:
./temacs[0x4fb82b]
./temacs[0x4e25ae]
./temacs[0x4fa79e]
./temacs[0x4fa9a3]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0xa2d3340]
./temacs[0x53b84e]
./temacs[0x5534d2]
./temacs[0x5878e5]
./temacs[0x55318f]
./temacs[0x5534fb]
./temacs[0x55491c]
./temacs[0x5535da]
./temacs[0x5878e5]
./temacs[0x55318f]
./temacs[0x5534fb]
./temacs[0x5878e5]
./temacs[0x55318f]
./temacs[0x5534fb]
./temacs[0x5878e5]
./temacs[0x552bc7]
./temacs[0x555e79]
./temacs[0x5888ad]
./temacs[0x55318f]
./temacs[0x5534fb]
./temacs[0x5878e5]
./temacs[0x55318f]
./temacs[0x5534fb]
./temacs[0x5878e5]
./temacs[0x55318f]
./temacs[0x552664]
./temacs[0x5529ee]
./temacs[0x552ef5]
./temacs[0x55582e]
./temacs[0x552cdb]
./temacs[0x5553ec]
./temacs[0x552cdb]
./temacs[0x552ef5]
./temacs[0x55328c]
./temacs[0x5534fb]
./temacs[0x54fad0]
./temacs[0x5536c8]
...
==13689== Syscall param rt_sigprocmask(set) points to uninitialised 
byte(s)
==13689==    at 0xA2D05AA: pthread_sigmask (pthread_sigmask.c:53)
==13689==    by 0x4E25CE: terminate_due_to_signal (emacs.c:374)
==13689==    by 0x4FA79D: handle_fatal_signal (sysdep.c:1630)
==13689==    by 0x4FA9A2: deliver_fatal_thread_signal (sysdep.c:1604)
==13689==    by 0xA2D333F: ??? (in 
/lib/x86_64-linux-gnu/libpthread-2.19.so)
==13689==    by 0x53B84D: Fgarbage_collect (lisp.h:704)
==13689==    by 0x5534D1: Ffuncall (lisp.h:4564)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x55491B: Fapply (eval.c:2354)
==13689==    by 0x5535D9: Ffuncall (eval.c:2796)
==13689==  Address 0xffeffc7b0 is on thread 1's stack
==13689==  Uninitialised value was created by a heap allocation
==13689==    at 0x4C2AB80: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13689==    by 0x53845E: lisp_malloc (alloc.c:907)
==13689==    by 0x5393C2: allocate_buffer (alloc.c:3140)
==13689==    by 0x502477: Fmake_indirect_buffer (buffer.c:779)
==13689==    by 0x552BC6: eval_sub (eval.c:2191)
==13689==    by 0x5553EB: Fsetq (eval.c:545)
==13689==    by 0x552CDA: eval_sub (eval.c:2133)
==13689==    by 0x552EF4: Fprogn (eval.c:468)
==13689==    by 0x55328B: funcall_lambda (eval.c:3042)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x54FACF: Fcall_interactively (callint.c:836)
==13689==    by 0x5536C7: Ffuncall (eval.c:2822)
==13689==
==13689== Syscall param tgkill(sig) contains uninitialised byte(s)
==13689==    at 0xA2D320B: raise (pt-raise.c:37)
==13689==    by 0x4E25D5: terminate_due_to_signal (emacs.c:378)
==13689==    by 0x4FA79D: handle_fatal_signal (sysdep.c:1630)
==13689==    by 0x4FA9A2: deliver_fatal_thread_signal (sysdep.c:1604)
==13689==    by 0xA2D333F: ??? (in 
/lib/x86_64-linux-gnu/libpthread-2.19.so)
==13689==    by 0x53B84D: Fgarbage_collect (lisp.h:704)
==13689==    by 0x5534D1: Ffuncall (lisp.h:4564)
==13689==    by 0x5878E4: exec_byte_code (bytecode.c:916)
==13689==    by 0x55318E: funcall_lambda (eval.c:3049)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x55491B: Fapply (eval.c:2354)
==13689==    by 0x5535D9: Ffuncall (eval.c:2796)
==13689==  Uninitialised value was created by a heap allocation
==13689==    at 0x4C2AB80: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13689==    by 0x53845E: lisp_malloc (alloc.c:907)
==13689==    by 0x5393C2: allocate_buffer (alloc.c:3140)
==13689==    by 0x502477: Fmake_indirect_buffer (buffer.c:779)
==13689==    by 0x552BC6: eval_sub (eval.c:2191)
==13689==    by 0x5553EB: Fsetq (eval.c:545)
==13689==    by 0x552CDA: eval_sub (eval.c:2133)
==13689==    by 0x552EF4: Fprogn (eval.c:468)
==13689==    by 0x55328B: funcall_lambda (eval.c:3042)
==13689==    by 0x5534FA: Ffuncall (eval.c:2876)
==13689==    by 0x54FACF: Fcall_interactively (callint.c:836)
==13689==    by 0x5536C7: Ffuncall (eval.c:2822)
==13689==
==13689==
==13689== HEAP SUMMARY:
==13689==     in use at exit: 20,334,516 bytes in 92,065 blocks
==13689==   total heap usage: 882,254 allocs, 790,189 frees, 263,955,382 
bytes allocated
==13689==
==13689== LEAK SUMMARY:
==13689==    definitely lost: 7,928 bytes in 60 blocks
==13689==    indirectly lost: 25,685 bytes in 870 blocks
==13689==      possibly lost: 371,224 bytes in 4,970 blocks
==13689==    still reachable: 18,976,287 bytes in 82,851 blocks
==13689==         suppressed: 0 bytes in 0 blocks
==13689== Rerun with --leak-check=full to see details of leaked memory
==13689==
==13689== For counts of detected and suppressed errors, rerun with: -v
==13689== ERROR SUMMARY: 1842 errors from 10 contexts (suppressed: 
190248 from 753)
[1]    13689 killed     valgrind --suppressions=valgrind.supp 
--track-origins=yes ./temacs -Q


Here is a similar backtrace from temacs.

(gdb) bt full 6
#0  mark_object (arg=<optimized out>) at alloc.c:6191
         ptr = <optimized out>
         ptrx = <optimized out>
         obj = 8388355822696755058
         cdr_count = 0
#1  0x000000000053b8a0 in Fgarbage_collect () at alloc.c:5647
         nextb = 0x1d45000
         stack_top_variable = 0 '\000'
         i = <optimized out>
         message_p = false
         retval = <optimized out>
         tot_before = 0
#2  0x00000000005534d2 in maybe_gc () at lisp.h:4564
No locals.
#3  Ffuncall (nargs=2, args=0x7fffffffcf18) at eval.c:2766
         fun = <optimized out>
         original_fun = <optimized out>
         numargs = 1
         val = <optimized out>
         internal_args = <optimized out>
         i = <optimized out>
#4  0x00000000005878e5 in exec_byte_code (bytestr=2, vector=2866666, 
maxdepth=238,
     args_template=12116274, nargs=140737488342800, args=0x2) at 
bytecode.c:916
         targets = {0x58797c <exec_byte_code+988>, 0x58813f 
<exec_byte_code+2975>,
           0x588144 <exec_byte_code+2980>, 0x588149 
<exec_byte_code+2985>,
           0x587772 <exec_byte_code+466>, 0x587778 <exec_byte_code+472>,
           0x588919 <exec_byte_code+4985>, 0x588956 
<exec_byte_code+5046>,
           0x5889d8 <exec_byte_code+5176>, 0x5889dd 
<exec_byte_code+5181>,
           0x5889a7 <exec_byte_code+5127>, 0x5889ac 
<exec_byte_code+5132>,
           0x5877a9 <exec_byte_code+521>, 0x5877b0 <exec_byte_code+528>,
           0x587e17 <exec_byte_code+2167>, 0x5889b1 
<exec_byte_code+5137>,
           0x587f83 <exec_byte_code+2531>, 0x587f88 
<exec_byte_code+2536>,
           0x588005 <exec_byte_code+2661>, 0x58800a 
<exec_byte_code+2666>,
           0x587815 <exec_byte_code+629>, 0x587818 <exec_byte_code+632>,
           0x587fb4 <exec_byte_code+2580>, 0x587f8d 
<exec_byte_code+2541>,
           0x588036 <exec_byte_code+2710>, 0x58803b 
<exec_byte_code+2715>,
           0x588040 <exec_byte_code+2720>, 0x588045 
<exec_byte_code+2725>,
           0x587881 <exec_byte_code+737>, 0x587888 <exec_byte_code+744>,
           0x587ff0 <exec_byte_code+2640>, 0x58800f 
<exec_byte_code+2671>,
           0x588091 <exec_byte_code+2801>, 0x588096 
<exec_byte_code+2806>,
           0x58809b <exec_byte_code+2811>, 0x5880a5 
<exec_byte_code+2821>,
           0x5878c3 <exec_byte_code+803>, 0x5878c8 <exec_byte_code+808>,
           0x588055 <exec_byte_code+2741>, 0x58806a 
<exec_byte_code+2762>,
           0x5879f2 <exec_byte_code+1106>, 0x5879f7 
<exec_byte_code+1111>,
           0x5879fc <exec_byte_code+1116>, 0x5880ca 
<exec_byte_code+2858>,
           0x587905 <exec_byte_code+869>, 0x587908 <exec_byte_code+872>,
           0x5880b5 <exec_byte_code+2837>, 0x5879cb 
<exec_byte_code+1067>,
           0x58881e <exec_byte_code+4734>, 0x588813 
<exec_byte_code+4723>,
           0x58871f <exec_byte_code+4479>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588b3e <exec_byte_code+5534>, 0x588bcc 
<exec_byte_code+5676>,
           0x588c03 <exec_byte_code+5731>, 0x588c3a 
<exec_byte_code+5786>,
           0x588c71 <exec_byte_code+5841>, 0x587eda 
<exec_byte_code+2362>,
           0x587f14 <exec_byte_code+2420>, 0x588cb2 
<exec_byte_code+5906>,
           0x587e9f <exec_byte_code+2303>, 0x587f48 
<exec_byte_code+2472>,
           0x588ce4 <exec_byte_code+5956>, 0x588d18 
<exec_byte_code+6008>,
           0x588d40 <exec_byte_code+6048>, 0x588d74 
<exec_byte_code+6100>,
           0x588da9 <exec_byte_code+6153>, 0x588e20 
<exec_byte_code+6272>,
           0x588e48 <exec_byte_code+6312>, 0x588e7c 
<exec_byte_code+6364>,
           0x588eb4 <exec_byte_code+6420>, 0x588edc 
<exec_byte_code+6460>,
           0x588f04 <exec_byte_code+6500>, 0x588f38 
<exec_byte_code+6552>,
           0x588f6c <exec_byte_code+6604>, 0x588fa0 
<exec_byte_code+6656>,
           0x588fd8 <exec_byte_code+6712>, 0x58900d 
<exec_byte_code+6765>,
           0x589042 <exec_byte_code+6818>, 0x5890b9 
<exec_byte_code+6937>,
           0x5890f2 <exec_byte_code+6994>, 0x58912b 
<exec_byte_code+7051>,
           0x589244 <exec_byte_code+7332>, 0x5891d2 
<exec_byte_code+7218>,
           0x58920b <exec_byte_code+7275>, 0x58927d 
<exec_byte_code+7389>,
           0x5892b6 <exec_byte_code+7446>, 0x5892eb 
<exec_byte_code+7499>,
           0x58931d <exec_byte_code+7549>, 0x589352 
<exec_byte_code+7602>,
           0x589387 <exec_byte_code+7655>, 0x5893bc 
<exec_byte_code+7708>,
           0x58945a <exec_byte_code+7866>, 0x58794d <exec_byte_code+941>,
           0x589490 <exec_byte_code+7920>, 0x5894b8 
<exec_byte_code+7960>,
           0x589527 <exec_byte_code+8071>, 0x58955d 
<exec_byte_code+8125>,
           0x589593 <exec_byte_code+8179>, 0x5895bb 
<exec_byte_code+8219>,
           0x5895e5 <exec_byte_code+8261>, 0x58960f 
<exec_byte_code+8303>,
           0x58963c <exec_byte_code+8348>, 0x58797c <exec_byte_code+988>,
           0x58966b <exec_byte_code+8395>, 0x589698 
<exec_byte_code+8440>,
           0x5896c5 <exec_byte_code+8485>, 0x5896f2 
<exec_byte_code+8530>,
           0x58971f <exec_byte_code+8575>, 0x58974c 
<exec_byte_code+8620>,
           0x58794d <exec_byte_code+941>, 0x58797c <exec_byte_code+988>,
           0x589774 <exec_byte_code+8660>, 0x5897b3 
<exec_byte_code+8723>,
           0x5897db <exec_byte_code+8763>, 0x589803 
<exec_byte_code+8803>,
           0x589837 <exec_byte_code+8855>, 0x58986b 
<exec_byte_code+8907>,
           0x5882f2 <exec_byte_code+3410>, 0x5883c8 
<exec_byte_code+3624>,
           0x589a74 <exec_byte_code+9428>, 0x589aa8 
<exec_byte_code+9480>,
           0x5883fc <exec_byte_code+3676>, 0x588429 
<exec_byte_code+3721>,
           0x58797c <exec_byte_code+988>, 0x58866b <exec_byte_code+4299>,
           0x587a05 <exec_byte_code+1125>, 0x587e2c 
<exec_byte_code+2188>,
           0x587c71 <exec_byte_code+1745>, 0x587b13 
<exec_byte_code+1395>,
           0x587d73 <exec_byte_code+2003>, 0x5885f7 
<exec_byte_code+4183>,
           0x58864a <exec_byte_code+4266>, 0x587fc9 
<exec_byte_code+2601>,
           0x58853c <exec_byte_code+3996>, 0x5884de 
<exec_byte_code+3902>,
           0x5886b7 <exec_byte_code+4375>, 0x5886e6 
<exec_byte_code+4422>,
           0x58884d <exec_byte_code+4781>, 0x588899 
<exec_byte_code+4857>,
           0x5888d1 <exec_byte_code+4913>, 0x588ae8 
<exec_byte_code+5448>,
           0x5884b1 <exec_byte_code+3857>, 0x588451 
<exec_byte_code+3761>,
           0x588489 <exec_byte_code+3817>, 0x589893 
<exec_byte_code+8947>,
           0x5898bb <exec_byte_code+8987>, 0x5898e3 
<exec_byte_code+9027>,
           0x58990b <exec_byte_code+9067>, 0x58993f 
<exec_byte_code+9119>,
           0x589973 <exec_byte_code+9171>, 0x5899a7 
<exec_byte_code+9223>,
           0x5899db <exec_byte_code+9275>, 0x588155 
<exec_byte_code+2997>,
           0x588189 <exec_byte_code+3049>, 0x5881bd 
<exec_byte_code+3101>,
           0x5881e5 <exec_byte_code+3141>, 0x588219 
<exec_byte_code+3193>,
           0x58824d <exec_byte_code+3245>, 0x588285 
<exec_byte_code+3301>,
           0x5882bd <exec_byte_code+3357>, 0x5893f1 
<exec_byte_code+7761>,
           0x589426 <exec_byte_code+7814>, 0x5880cf 
<exec_byte_code+2863>,
           0x58810d <exec_byte_code+2925>, 0x58797c <exec_byte_code+988>,
           0x587a99 <exec_byte_code+1273>, 0x587d18 
<exec_byte_code+1912>,
           0x587b83 <exec_byte_code+1507>, 0x587c0e 
<exec_byte_code+1646>,
           0x58856b <exec_byte_code+4043>, 0x588dde 
<exec_byte_code+6206>,
           0x589077 <exec_byte_code+6871>, 0x5894e5 
<exec_byte_code+8005>,
           0x5889e2 <exec_byte_code+5186>, 0x588a1f 
<exec_byte_code+5247>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588a70 <exec_byte_code+5328>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x58797c <exec_byte_code+988>, 0x58797c <exec_byte_code+988>,
           0x588ab8 <exec_byte_code+5400> <repeats 64 times>}
         stack = {
           pc = 0xac400c <pure+2669004> 
"\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\204W",
           byte_string = 9147665,
           byte_string_start = 0xac3fd0 <pure+2668944> 
"\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060",
           next = 0x7fffffffd120
         }
         result = 2
         type = (unknown: 4294954768)
#5  0x000000000055318f in funcall_lambda (fun=9147605, 
nargs=nargs@entry=1,
     arg_vector=arg_vector@entry=0x7fffffffd0d0) at eval.c:3049
         val = <optimized out>
         syms_left = 12116274
         lexenv = 12116274
         i = <optimized out>
         optional = <optimized out>
         rest = <optimized out>
(More stack frames follow...)

Lisp Backtrace:
"Automatic GC" (0xb73088)
"x-setup-function-keys" (0xffffcf20)
"x-create-frame-with-faces" (0xffffd0d0)
"make-frame" (0xffffd200)
"let*" (0xffffd3f8)
"setq" (0xffffd4e8)
"stupider-speed-read" (0xffffd6c8)
"call-interactively" (0xffffd8d0)
"command-execute" (0xffffda40)
"execute-extended-command" (0xffffdba8)
"call-interactively" (0xffffde20)
"command-execute" (0xffffdf68)






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

* bug#18180: 24.3.92; Segfault in mark_object
  2014-08-03 15:03 bug#18180: 24.3.92; Segfault in mark_object Mat Smiglarski
       [not found] ` <handler.18180.B.140707825027898.ack@debbugs.gnu.org>
@ 2014-08-04  4:22 ` Dmitry Antipov
  2014-08-04  6:46   ` Mat Smiglarski
  2014-08-04  4:39 ` Dmitry Antipov
  2 siblings, 1 reply; 7+ messages in thread
From: Dmitry Antipov @ 2014-08-04  4:22 UTC (permalink / raw)
  To: Mat Smiglarski; +Cc: 18180

On 08/03/2014 07:03 PM, Mat Smiglarski wrote:

> 2. Call some code which kills and creates a frame between 2 and 25 times.

This doesn't look specific and useful. Do you create frame(s) with
some non-default parameters?  After making changes in frame-related
code, I usually do something like this:

(defun frame-test ()
   (interactive)
   (dotimes (i 10)
     (let ((frame-list nil))
       (dotimes (j 10)
	(setq frame-list (cons (make-frame) frame-list)))
       (mapcar #'delete-frame frame-list))))

Can you reproduce your crash with this?

Dmitry






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

* bug#18180: 24.3.92; Segfault in mark_object
  2014-08-03 15:03 bug#18180: 24.3.92; Segfault in mark_object Mat Smiglarski
       [not found] ` <handler.18180.B.140707825027898.ack@debbugs.gnu.org>
  2014-08-04  4:22 ` bug#18180: 24.3.92; Segfault in mark_object Dmitry Antipov
@ 2014-08-04  4:39 ` Dmitry Antipov
  2 siblings, 0 replies; 7+ messages in thread
From: Dmitry Antipov @ 2014-08-04  4:39 UTC (permalink / raw)
  To: Mat Smiglarski; +Cc: 18180

On 08/03/2014 07:03 PM, Mat Smiglarski wrote:

> $ emacs -Q

[...skip...]

> "stupider-speed-read" (0xffffd6c8)

What's this?  This doesn't look like a feature comes from
standard Lisp code.  I'm just curious how you get into
this by running with -Q...

Dmitry






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

* bug#18180: 24.3.92; Segfault in mark_object
  2014-08-04  4:22 ` bug#18180: 24.3.92; Segfault in mark_object Dmitry Antipov
@ 2014-08-04  6:46   ` Mat Smiglarski
  2014-08-04  9:15     ` Dmitry Antipov
  0 siblings, 1 reply; 7+ messages in thread
From: Mat Smiglarski @ 2014-08-04  6:46 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: 18180

On 2014-08-04 05:22, Dmitry Antipov wrote:
> On 08/03/2014 07:03 PM, Mat Smiglarski wrote:
> 
>> 2. Call some code which kills and creates a frame between 2 and 25 
>> times.
> 
> This doesn't look specific and useful. Do you create frame(s) with
> some non-default parameters?  After making changes in frame-related
> code, I usually do something like this:
> 
> (defun frame-test ()
>   (interactive)
>   (dotimes (i 10)
>     (let ((frame-list nil))
>       (dotimes (j 10)
> (setq frame-list (cons (make-frame) frame-list)))
>       (mapcar #'delete-frame frame-list))))
> 
> Can you reproduce your crash with this?

No that works fine.

On 2014-08-04 05:39, Dmitry Antipov wrote:
> On 08/03/2014 07:03 PM, Mat Smiglarski wrote:
> 
>> $ emacs -Q
> 
> [...skip...]
> 
>> "stupider-speed-read" (0xffffd6c8)
> 
> What's this?  This doesn't look like a feature comes from
> standard Lisp code.  I'm just curious how you get into
> this by running with -Q...

That is the code being used as a stress test; the code that I call 
between 2 and 25 times.

Perhaps you need to see the code, which has been slightly renamed. It 
can be made shorter by removing the comments and some key mappings but 
that doesn't seem very helpful.

1. Create stress-test.el with the following

(require 'cl)

(defvar stress-buffer-name "stress" "The name of the buffer created by 
`stress'.")
(defvar pause-time 0.1)

(defvar stress-map
   (let ((km (make-sparse-keymap)))
     (define-key km (kbd "q") 'stress-quit)
     (define-key km (kbd "SPC") 'stress-toggle-pause)
     (define-key km (kbd "n") 'stress-tick)
     km)
   "Keymap for `stress-speed-read'.")

(defun stress-speed-read (source-buffer)
   "Create and run a speed reading frame for `SOURCE-BUFFER'.
Words from BUFFER are displayed individually and progressed by an 
adjustable timer."
   (interactive "bCreate stress-speed-reader for source buffer: ")
   (stress-quit) ; Ensure that it is starting from a clean state.
   (setq min-pause-time 0.1)
   (setq tokeniser "[^ \n]+")
   (setq *source-buffer* (make-indirect-buffer source-buffer "source 
buffer"))
   (setq stress-frame
         (let* ((width 200)
                (left (- (/ (- (x-display-pixel-width) ; center frame
                               width) 2)
                         8)))
           (make-frame `((height . 1)
                         (left . ,left)
                         (top . 100)
                         (mode-line-format . nil)
                         (cursor-type . nil)
                         (minibuffer . nil)
                         (left-margin . 0)
                         (left-fringe . 0)
                         (right-fringe . 0)
                         (tool-bar-lines . 0)
                         (menu-bar-lines . 0)
                         (line-spacing . 0)
                         (unsplittable . t)
                         (fill-column . 30)))))
   (setq stress-buffer (get-buffer-create stress-buffer-name))
   (with-current-buffer *source-buffer*
     (goto-char (point-min))
     (with-selected-frame stress-frame
       (display-buffer stress-buffer '((display-buffer-same-window)))
     (stress--do
      (fundamental-mode)
      (setq buffer-read-only t)
      (use-local-map stress-map)
      (set-frame-font (font-spec :size 50))))
   (stress--start)))

(defmacro stress--do (&rest body)
   "Do something in the speed reading frame."
   `(with-selected-frame stress-frame
      (with-current-buffer stress-buffer
        ,@body)))

(defun stress-running-p ()
   "Is the speed reader running."
   (and (get-buffer stress-buffer-name) t))

(defun stress-toggle-pause ()
   "Pause or unpause."
   (interactive)
   (if (timerp resume-timer)
       (stress--stop)
     (stress--start)))

(defun stress--start ()
   "Start, and then continue on a timer."
   (stress-tick)
   (stress--resume pause-time))

(defun stress--resume (delay)
   "Iterate after a delay of `DELAY' seconds."
   (if (> delay 0)
       (setq resume-timer
             (run-at-time
              (format "%2f seconds" delay)
              nil #'stress-tick))
     (stress-quit)))

(defun stress--stop ()
   "Stop. Well more of a pause than a stop, really."
   (when (and (boundp 'resume-timer) (timerp resume-timer))
     (cancel-timer resume-timer)
     (setq resume-timer nil)))

(defun stress-quit ()
   "Quit the speed reader."
   (interactive)
   (stress--stop)
   (when (and (boundp 'stress-buffer)
              (buffer-live-p stress-buffer))
     (kill-buffer stress-buffer)
     (setq stress-buffer nil))
   (when (buffer-live-p (get-buffer "source buffer"))
     (kill-buffer "source buffer")
     (setq *source-buffer* nil))
   (when (and (boundp 'stress-frame)
              (frame-live-p stress-frame))
     (delete-frame stress-frame)
     (setq stress-frame nil)))

(defun stress-tick ()
   "Progress the reading.
This function handles being called either during manual or automatic 
iteration,
whether paused or not."
   (interactive)
   (let ((was-running-p (and (boundp 'resume-timer) (timerp 
resume-timer)))
         (s (with-current-buffer *source-buffer*
              (and (search-forward-regexp tokeniser nil t)
                   (match-string-no-properties 0)))))
     (stress--stop) ; ensure stopped
     (if s
         (let ((center (max (/ (length s) 2) 1)))
           (stress--do
            (setq buffer-read-only nil)
            (put-text-property 0 (length s) 'face '(foreground-color . 
"DeepSkyBlue") s)
            (put-text-property (- center 1) center 'face 
'(foreground-color . "tomato") s)
            (goto-char (point-min))
            (loop repeat
                  (max (- (/ 30 2) center) 0)
                  do (insert " "))
            (insert s)
            (delete-region (point) (point-max))
            (setq buffer-read-only t)
            (when was-running-p
              (stress--resume (* (stress--punctuation-weighting s)
                                   pause-time)))))
       (stress-quit))))

(defun stress--punctuation-weighting (str)
   "Returns the punctuation delay modifier for `STR', where 0 is a 
request to stop."
   (if str
       (case (last (car (last (string-to-list str))))
         (?, 1.4)
         (?\; 1.6)
         (?. 2)
         (?\: 2.2)
         (t 1))
     0))

(defun stress--log ()
   "User feedback."
   (message (format "Pause-time: %.2f" pause-time)))

2. Start emacs

$ emacs -Q -l stress-test.el

3. Setup a macro

C-x ( M-x stress-speed-read RET C-x )

4. Delete and restart the frame and time 20 times, although 4 or 5 times 
is usually enough on this laptop.
Note that q is bound in the code above.

q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e 
q C-x e
q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e q C-x e 
q C-x e

5. See it crash.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005b9d1a in mark_object (arg=140737253503599) at alloc.c:6318
6318	      FLOAT_MARK (XFLOAT (obj));

I have not been able to reproduce this by automating the calls to 
stress-speed-read.
Increasing stress-pause-time makes the crash more difficult to 
reproduce.
Isolating the make-frame call, and running that 20 times does not cause 
the crash.

Regards,
Mat





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

* bug#18180: 24.3.92; Segfault in mark_object
  2014-08-04  6:46   ` Mat Smiglarski
@ 2014-08-04  9:15     ` Dmitry Antipov
  2014-08-06 17:29       ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Antipov @ 2014-08-04  9:15 UTC (permalink / raw)
  To: Mat Smiglarski; +Cc: 18180

On 08/04/2014 10:46 AM, Mat Smiglarski wrote:

> I have not been able to reproduce this by automating the calls to stress-speed-read.

Reproduced with (dotimes (i 100) (stress-speed-read (current-buffer)))).

Ugh, it seems that we never initialize undo-list of indirect buffer.  You can use
this trivial fix just to avoid crash:

=== modified file 'src/buffer.c'
--- src/buffer.c	2014-07-27 13:21:30 +0000
+++ src/buffer.c	2014-08-04 09:06:08 +0000
@@ -825,6 +825,7 @@
    name = Fcopy_sequence (name);
    set_string_intervals (name, NULL);
    bset_name (b, name);
+  bset_undo_list (b, BVAR (b->base_buffer, undo_list));

    reset_buffer (b);
    reset_buffer_local_variables (b, 1);

But this bug raises an interesting question: should an indirect buffer's undo list
be always the same as the one of its base buffer?

Dmitry






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

* bug#18180: 24.3.92; Segfault in mark_object
  2014-08-04  9:15     ` Dmitry Antipov
@ 2014-08-06 17:29       ` Stefan Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2014-08-06 17:29 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Mat Smiglarski, 18180

> But this bug raises an interesting question: should an indirect
> buffer's undo list be always the same as the one of its base buffer?

Very much so, yes!


        Stefan





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

end of thread, other threads:[~2014-08-06 17:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-03 15:03 bug#18180: 24.3.92; Segfault in mark_object Mat Smiglarski
     [not found] ` <handler.18180.B.140707825027898.ack@debbugs.gnu.org>
2014-08-03 21:08   ` bug#18180: Acknowledgement (24.3.92; Segfault in mark_object) Mat Smiglarski
2014-08-04  4:22 ` bug#18180: 24.3.92; Segfault in mark_object Dmitry Antipov
2014-08-04  6:46   ` Mat Smiglarski
2014-08-04  9:15     ` Dmitry Antipov
2014-08-06 17:29       ` Stefan Monnier
2014-08-04  4:39 ` Dmitry Antipov

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

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

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