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

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

bug#20331: 24.5.50; stack trace of a segfault when using eww


From: Richard Kim
Subject: bug#20331: 24.5.50; stack trace of a segfault when using eww
Date: Tue, 14 Apr 2015 08:12:24 -0700

You should be able to save this email as an org file for more pleasant
viewing.  The table of contents of this email is

  Summary of the problem
  Stack Trace
    bt full
  Info inserted by M-x report-emacs-bug


* Summary of the problem

  Emacs segfaults very often; just using eww (and even w3m) for few
  minutes usually does it for me. So I compiled latest emacs from
  emacs-24 branch with CFLAGS=-ggdb3 among others.  I then started first
  emacs, then launched second emacs under gdb of the first.  I was able
  to get a stack trace of the segfault when I was using eww.

* Stack Trace

   The stack trace seems to have resulted due to derefencing a null
   pointer in line image.c:7469 shown here

   : img->corners[TOP_CORNER] = gif->SavedImages[0].ImageDesc.Top;

   where =gif=>SavedImages= is 0 as shown below:

   #+BEGIN_EXAMPLE
   (gdb) p *gif
   $8 = {SWidth = 1, SHeight = 1, SColorResolution = 1, SBackGroundColor = 1, 
SColorMap = 0x0, ImageCount = 87524320, Image = {Left = 1, Top = 0, Width = 0, 
Height = 0, Interlace = 1, ColorMap = 0x0}, SavedImages = 0x0, UserData = 
0x362ebd0, Private = 0x0}
   #+END_EXAMPLE

   which is dereferenced as a pointer via =gif->SavedImages[0]= expression.

   The output of =bt full= follows.

** bt full
#+BEGIN_EXAMPLE
(gdb) bt full
#0  0x0000000000640f18 in gif_load (f=0x11b6858, img=0x2fac960) at image.c:7469
        file = 12074080
        rc = 1
        width = 1
        height = 1
        x = 0
        y = 18573400
        i = 0
        j = 49989984
        ximg = 0x190
        gif_color_map = 0x637889 <make_image+141>
        pixel_colors = {46267904, 140737488231720, 5387193, 25776182999, 
46267909, 25784561768, 46267904, 140737488231744, 14757992, 46267904, 
140737488231792, 6379223, 46267904, 14757992, 72057594043315346, 46267909, 
140737488231856, 6380232, 46267909, 46267909, 46267904, 46267904, 1, 12623730, 
140737488231952, 6398100, 12623730, 140737488231976, 140737488231976, 46267909, 
25769680384, 46267904, 1180, 14757992, 140737488232032, 42949672992, 12061368, 
140737488232008, 5387193, 42955681176, 12061373, 2, 12791650, 12623730, 
12623730, 23244128, 140737488232176, 6019383, 12623730, 415, 25769680544, 16, 
140737488232200, 3, 1181, 1, 140737488232176, 6018298, 12623730, 16174514, 
15930784, 12623730, 140737488232208, 12623730, 140737488233232, 6280908, 
140737488232216, 12623730, 12623730, 12791650, 5386819, 32, 102706097, 
140737488232272, 5383629, 102706097, 140737488233232, 6275200, 16, 16174514, 0, 
0, 12623730, 32, 47245701, 102706097, 59029700, 102706097, 59029504, 
140737488234448, 5386819, 32, 102706097, 140737488232432, 5383629, 102706097, 
140737488233392, 6275200, 16, 10791393, 0, 0, 12623730, 32, 47245701, 
102706097, 59029700, 102706097, 59029504, 140737488234448, 0, 46912548625966, 
103417922, 36, 140737488232624, 103417928, 140737488232624, 21572, 34, 
39495728, 140737488233824, 5822075, 72057594037927950, 97, 0, 0, 12457304, 
4724, 4, 39775296, 140737488232736, 12890287459, 18573400, 140737488232776, 
5387193, 12890968799, 18573405, 21572, 18573400, 140737488232800, 5387534, 
18573405, 140737488232848, 5164227, 9143352, 25788377181, 46267904, 
140737488232888, 5387193, 25774969264, 46267909, 25782427506, 46267904, 
30064648656, 46267904, 140737488232952, 5387193, 25776182999, 46267909, 
25784561768, 46267904, 140737488232976, 14757992, 46267904, 140737488233024, 
6379223, 46267904, 14757992, 72057594043315346, 46267909, 140737488233088, 
6380232, 46267909, 46267909, 46267904, 46267904, 1, 12623730, 140737488233184, 
6398100, 12623730, 140737488233208, 140737488233208, 46267909, 25769681616, 
46267904, 1180, 14757992, 140737488233264, 42949672992, 12061368, 
140737488233240, 5387193, 42955681176, 12061373, 2, 12791650, 12623730, 
12623730, 23243936...}
        gif = 0x61e8a60
        memsrc = {bytes = 0x6203858 "GIF89a\001", len = 43, index = 43}
        specified_bg = 12623730
        specified_file = 12623730
        specified_data = 43529313
        bgcolor = 0
        idx = 0
        gif_err = 6
#1  0x0000000000638e29 in lookup_image (f=0x11b6858, spec=88097718) at 
image.c:1694
        img = 0x2fac960
        hash = 94414018158834238
#2  0x0000000000637797 in Fimage_metadata (spec=88097718, frame=12623730) at 
image.c:945
        f = 0x11b6858
        id = 42955681176
        img = 0x5233b9 <PSEUDOVECTORP+63>
        ext = 12623730
#3  0x00000000005bc83a in Ffuncall (nargs=2, args=0x7ffffffe2768) at eval.c:2814
        fun = 12073413
        original_fun = 12869602
        funcar = 3
        numargs = 1
        lisp_numargs = 4
        val = 12623778
        internal_args = 0x7ffffffe26c0
        i = 2
        count = 404
#4  0x00000000005fcb1f in exec_byte_code (bytestr=10793817, vector=10793853, 
maxdepth=12, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 404
        op = 1
        vectorp = 0xa4b380 <pure+1630304>
        stack = {pc = 0xadb481 <pure+2220385> 
"\031\307\t\310\"\032\307\t\303\"\033\n\205\062", byte_string = 10793817, 
byte_string_start = 0xadb478 <pure+2220376> "\305\306!\205\063", next = 
0x7ffffffe2d00}
        top = 0x7ffffffe2768
        result = 140737488235024
        type = CATCHER
#5  0x00000000005bd223 in funcall_lambda (fun=10793757, nargs=1, 
arg_vector=0xa4b37d <pure+1630301>) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 12849106
        lexenv = 12623730
        count = 403
        i = 1
        optional = false
        rest = false
#6  0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7ffffffe2c68) at eval.c:2860
        fun = 10793757
        original_fun = 20582162
        funcar = 34393172896
        numargs = 1
        lisp_numargs = 68685574
        val = 12623778
        internal_args = 0x2bf11dd
        i = 5
        count = 402
#7  0x00000000005fcb1f in exec_byte_code (bytestr=102069713, vector=46076381, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 397
        op = 1
        vectorp = 0x2bf11e0
        stack = {pc = 0x281a812 "A\202\250", byte_string = 102069713, 
byte_string_start = 0x281a778 "\306 \203\266", next = 0x7ffffffe3220}
        top = 0x7ffffffe2c68
        result = 46267909
        type = CATCHER
#8  0x00000000005bd223 in funcall_lambda (fun=46076685, nargs=3, 
arg_vector=0x2bf11dd) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 16062866
        lexenv = 12623730
        count = 394
        i = 3
        optional = true
        rest = false
#9  0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffe3198) at eval.c:2860
        fun = 46076685
        original_fun = 44026578
        funcar = 140737488236896
        numargs = 3
        lisp_numargs = 6389708
        val = 140737488236928
        internal_args = 0x2bf1045
        i = 24
        count = 393
#10 0x00000000005fcb1f in exec_byte_code (bytestr=102084993, vector=46075973, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 386
        op = 3
        vectorp = 0x2bf1048
        stack = {pc = 0x281a627 "\210\016\025\203r", byte_string = 102084993, 
byte_string_start = 0x281a5e0 "p\030\306\t!\203t", next = 0x7ffffffe38b0}
        top = 0x7ffffffe3198
        result = 12796850
        type = CATCHER
#11 0x00000000005bd223 in funcall_lambda (fun=46076197, nargs=4, 
arg_vector=0x2bf1045) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 16062866
        lexenv = 12623730
        count = 381
        i = 4
        optional = true
        rest = false
#12 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7ffffffe36b0) at eval.c:2860
        fun = 46076197
        original_fun = 102459186
        funcar = 102143281
        numargs = 4
        lisp_numargs = 43659425
        val = 57951014
        internal_args = 0x7ffffffe36b0
        i = 51583266977
        count = 380
#13 0x00000000005bbc02 in Fapply (nargs=2, args=0x7ffffffe3830) at eval.c:2350
        i = 5
        numargs = 4
        spread_arg = 12623730
        funcall_args = 0x7ffffffe36b0
        fun = 46076197
        retval = 12057720
        gcpro1 = {next = 0x0, var = 0x35ce815, nvars = 5}
        sa_count = 380
        sa_must_free = false
#14 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7ffffffe3828) at eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 69060358
        numargs = 2
        lisp_numargs = 57951014
        val = 58628213
        internal_args = 0x35ce83d
        i = 12623730
        count = 379
#15 0x00000000005fcb1f in exec_byte_code (bytestr=69344689, vector=56420413, 
maxdepth=28, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 379
        op = 2
        vectorp = 0x35ce840
        stack = {pc = 0x618fa93 "\207", byte_string = 69344689, 
byte_string_start = 0x618fa40 "\304\b\t\"\021\n@\305=\203*", next = 
0x7ffffffe3f40}
        top = 0x7ffffffe3828
        result = 12623730
        type = CATCHER
#16 0x00000000005bd223 in funcall_lambda (fun=56420573, nargs=2, 
arg_vector=0x35ce83d) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 23834546
        lexenv = 12623730
        count = 377
        i = 2
        optional = false
        rest = false
#17 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7ffffffe3d40) at eval.c:2860
        fun = 56420573
        original_fun = 103267394
        funcar = 53650928
        numargs = 2
        lisp_numargs = 23242880
        val = 56420568
        internal_args = 0x7ffffffe3d40
        i = 42949673336
        count = 376
#18 0x00000000005bbc02 in Fapply (nargs=2, args=0x7ffffffe3eb0) at eval.c:2350
        i = 3
        numargs = 2
        spread_arg = 12623730
        funcall_args = 0x7ffffffe3d40
        fun = 56420573
        retval = 12057720
        gcpro1 = {next = 0x3, var = 0x332a6ad, nvars = 3}
        sa_count = 376
        sa_must_free = false
#19 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7ffffffe3ea8) at eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 46938806
        numargs = 2
        lisp_numargs = 104243090
        val = 12793392
        internal_args = 0xc09f72
        i = 5901365
        count = 375
#20 0x00000000005fcb1f in exec_byte_code (bytestr=44482801, vector=44479421, 
maxdepth=32, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 375
        op = 2
        vectorp = 0x2a6b3c0
        stack = {pc = 0x61ed3fc "\207", byte_string = 44482801, 
byte_string_start = 0x61ed378 "\306\b\307H\t>\204\017", next = 0x7ffffffe4470}
        top = 0x7ffffffe3ea8
        result = 12623778
        type = (unknown: 12)
#21 0x00000000005bd223 in funcall_lambda (fun=53653949, nargs=0, 
arg_vector=0x2a6b3bd) at eval.c:3044
        val = 0
        syms_left = 12623730
        next = 12793394
        lexenv = 12623730
        count = 375
        i = 0
        optional = false
        rest = false
#22 0x00000000005bc9fe in Ffuncall (nargs=1, args=0x7ffffffe43d8) at eval.c:2860
        fun = 53653949
        original_fun = 13741762
        funcar = 44
        numargs = 0
        lisp_numargs = 44328386
        val = 12623778
        internal_args = 0x2a6b64d
        i = 176
        count = 374
#23 0x00000000005fcb1f in exec_byte_code (bytestr=44327793, vector=44480077, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 374
        op = 0
        vectorp = 0x2a6b650
        stack = {pc = 0x61ed6d1 "\207", byte_string = 44327793, 
byte_string_start = 0x61ed680 "\b\203!", next = 0x7ffffffe4980}
        top = 0x7ffffffe43d8
        result = 140737488242352
        type = CATCHER
#24 0x00000000005bd223 in funcall_lambda (fun=44480197, nargs=3, 
arg_vector=0x2a6b64d) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 12686226
        lexenv = 12623730
        count = 371
        i = 3
        optional = false
        rest = false
#25 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffe4908) at eval.c:2860
        fun = 44480197
        original_fun = 44328290
        funcar = 44
        numargs = 3
        lisp_numargs = 1
        val = 140737488242928
        internal_args = 0xc09f72
        i = 12623730
        count = 370
#26 0x00000000005fcb1f in exec_byte_code (bytestr=53485697, vector=44480765, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 366
        op = 3
        vectorp = 0x2a6b900
        stack = {pc = 0x61e425b 
"\210\202\367\002\370C\030\t\203\355\002\310p!\211\032\203\350\002\311\n\312\"\210\313\n\312\"\210\314\315!\210)\316\317\320\b#)\210\356\026B\371C\030\t\203\025\003\310p!\211\032\203\020\003\311\n\312\"\210\313\n\312\"\210\314\315!\210)\316\317\320\b#)\210\fp=\205$\003db,\207",
 byte_string = 53485697, byte_string_start = 0x61e3f90 "\306\307 D\030\t\203 ", 
next = 0x7ffffffe4e90}
        top = 0x7ffffffe4908
        result = 5387193
        type = CATCHER
#27 0x00000000005bd223 in funcall_lambda (fun=44481309, nargs=3, 
arg_vector=0x2a6b8fd) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 12686226
        lexenv = 12623730
        count = 363
        i = 3
        optional = false
        rest = false
#28 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffe4e18) at eval.c:2860
        fun = 44481309
        original_fun = 44328866
        funcar = 43574225
        numargs = 3
        lisp_numargs = 140737488244176
        val = 140737488244224
        internal_args = 0xc09f72
        i = 6028955
        count = 362
#29 0x00000000005fcb1f in exec_byte_code (bytestr=46706241, vector=51132181, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 361
        op = 3
        vectorp = 0x30c3718
        stack = {pc = 0x61e4b27 ")\207", byte_string = 46706241, 
byte_string_start = 0x61e4ae0 "\305\b!\205H", next = 0x7ffffffe6b50}
        top = 0x7ffffffe4e18
        result = 0
        type = CATCHER
#30 0x00000000005bd223 in funcall_lambda (fun=44482349, nargs=2, 
arg_vector=0x30c3715) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 12745922
        lexenv = 12623730
        count = 359
        i = 2
        optional = false
        rest = false
#31 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7ffffffe5320) at eval.c:2860
        fun = 44482349
        original_fun = 44329250
        funcar = 140737488245584
        numargs = 2
        lisp_numargs = 6019246
        val = 44482344
        internal_args = 0x7ffffffe5320
        i = 42949672961
        count = 358
#32 0x00000000005bbc02 in Fapply (nargs=2, args=0x7ffffffe5400) at eval.c:2350
        i = 3
        numargs = 2
        spread_arg = 12623730
        funcall_args = 0x7ffffffe5320
        fun = 44482349
        retval = 44316544
        gcpro1 = {next = 0x0, var = 0x0, nvars = 3}
        sa_count = 358
        sa_must_free = false
#33 0x00000000005bc148 in apply1 (fn=44329250, arg=46944534) at eval.c:2584
        ret_ungc_val = 46944534
        args = {44329250, 46944534}
        gcpro1 = {next = 0x600c09fa2, var = 0x7ffffffe5400, nvars = 2}
#34 0x00000000006092c4 in read_process_output_call (fun_and_args=46944518) at 
process.c:4967
No locals.
#35 0x00000000005b984f in internal_condition_case_1 (bfun=0x609296 
<read_process_output_call>, arg=46944518, handlers=12675106, hfun=0x6092c6 
<read_process_output_error_handler>) at eval.c:1372
        val = 43574225
        c = 0x283fcd0
#36 0x0000000000609943 in read_and_dispose_of_process_output (p=0xc5a790, 
chars=0x7ffffffe5530 "HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Tue, 14 Apr 
2015 03:26:42 GMT\r\nContent-Type: image/gif\r\nContent-Length: 
43\r\nLast-Modified: Mon, 28 Sep 1970 06:00:00 GMT\r\nConnection: 
keep-alive\r\nExpires: Wed, 13"..., nbytes=325, coding=0x25ab090) at 
process.c:5180
        outstream = 44329250
        text = 43574225
        outer_running_asynch_code = false
        waiting = 0
#37 0x00000000006095fb in read_process_output (proc=12953493, channel=325) at 
process.c:5089
        nbytes = 325
        chars = 0x7ffffffe5530 "HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Tue, 
14 Apr 2015 03:26:42 GMT\r\nContent-Type: image/gif\r\nContent-Length: 
43\r\nLast-Modified: Mon, 28 Sep 1970 06:00:00 GMT\r\nConnection: 
keep-alive\r\nExpires: Wed, 13"...
        p = 0xc5a790
        coding = 0x25ab090
        carryover = 0
        readmax = 4096
        count = 355
        odeactivate = 12623778
#38 0x0000000000608c85 in wait_reading_process_output (time_limit=1, nsecs=0, 
read_kbd=0, do_display=false, wait_for_cell=12623730, wait_proc=0x37f1bc8, 
just_wait_proc=0) at process.c:4811
        nread = 0
        timeout_reduced_for_timers = true
        channel = 9
        nfds = 1
        Available = {fds_bits = {512, 0 <repeats 15 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = true
        check_delay = 0
        no_avail = false
        xerrno = 0
        proc = 12953493
        timeout = {tv_sec = 0, tv_nsec = 99059011}
        end_time = {tv_sec = 1428982002, tv_nsec = 877106000}
        wait_channel = 17
        got_some_input = false
        count = 354
#39 0x0000000000606e68 in Faccept_process_output (process=58661837, seconds=4, 
millisec=12623730, just_this_one=12623730) at process.c:4003
        secs = 1
        nsecs = 0
#40 0x00000000005bc89c in Ffuncall (nargs=3, args=0x7ffffffe6ab8) at eval.c:2822
        fun = 12068437
        original_fun = 12795282
        funcar = 12623730
        numargs = 2
        lisp_numargs = 0
        val = 12623730
        internal_args = 0x7ffffffe6a00
        i = 4
        count = 353
#41 0x00000000005fcb1f in exec_byte_code (bytestr=52452833, vector=51133885, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 345
        op = 2
        vectorp = 0x30c3dc0
        stack = {pc = 0x61dfd31 "\204s", byte_string = 52452833, 
byte_string_start = 0x61dfca0 "\b\t?‰\211\032\033\034\035\036)\r\203\027", next 
= 0x7ffffffe7070}
        top = 0x7ffffffe6ab8
        result = 75
        type = CATCHER
#42 0x00000000005bd223 in funcall_lambda (fun=51134341, nargs=4, 
arg_vector=0x30c3dbd) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 341
        i = 4
        optional = false
        rest = false
#43 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7ffffffe6fe8) at eval.c:2860
        fun = 51134341
        original_fun = 43251618
        funcar = 44316549
        numargs = 4
        lisp_numargs = 12623730
        val = 12623730
        internal_args = 0x2d8f87d
        i = 55465474
        count = 340
#44 0x00000000005fcb1f in exec_byte_code (bytestr=49489457, vector=47773821, 
maxdepth=28, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 337
        op = 4
        vectorp = 0x2d8f880
        stack = {pc = 0x61e0b35 
"\036\027\312\016\030\313\"\036\031\016\027\204\063", byte_string = 49489457, 
byte_string_start = 0x61e0b18 "r\bq\210d\031\306\307!\205\016", next = 
0x7ffffffe75c0}
        top = 0x7ffffffe6fe8
        result = 88266800
        type = CATCHER
#45 0x00000000005bd223 in funcall_lambda (fun=51136213, nargs=5, 
arg_vector=0x2d8f87d) at eval.c:3044
        val = 5
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 332
        i = 5
        optional = false
        rest = false
#46 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffe7508) at eval.c:2860
        fun = 51136213
        original_fun = 43252194
        funcar = 101828294
        numargs = 5
        lisp_numargs = 0
        val = 140737488254192
        internal_args = 0x30c425d
        i = 101828390
        count = 331
#47 0x00000000005fcb1f in exec_byte_code (bytestr=50349729, vector=51135069, 
maxdepth=52, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 325
        op = 5
        vectorp = 0x30c4260
        stack = {pc = 0x61e0353 "\026*)\t\203\266", byte_string = 50349729, 
byte_string_start = 0x61e02c0 "\306\307!\204\n", next = 0x7ffffffe7b00}
        top = 0x7ffffffe7508
        result = 5387296
        type = CATCHER
#48 0x00000000005bd223 in funcall_lambda (fun=51135437, nargs=8, 
arg_vector=0x30c425d) at eval.c:3044
        val = 8
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 320
        i = 8
        optional = false
        rest = true
#49 0x00000000005bc9fe in Ffuncall (nargs=9, args=0x7ffffffe7a58) at eval.c:2860
        fun = 51135437
        original_fun = 12706498
        funcar = 5387058
        numargs = 8
        lisp_numargs = 23241024
        val = 12623778
        internal_args = 0x3
        i = 6042193
        count = 319
#50 0x00000000005fcb1f in exec_byte_code (bytestr=56494865, vector=56490757, 
maxdepth=44, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 317
        op = 8
        vectorp = 0x35dfb08
        stack = {pc = 0x6209a59 "\202Y", byte_string = 56494865, 
byte_string_start = 0x6209a38 "‰\030\031\n\307>\203$", next = 0x7ffffffe8140}
        top = 0x7ffffffe7a58
        result = 140737488256376
        type = (unknown: 12)
#51 0x00000000005fbf8c in Fbyte_code (bytestr=56494865, vector=56490757, 
maxdepth=44) at bytecode.c:482
No locals.
#52 0x00000000005bb3e3 in eval_sub (form=101524182) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {56494865, 56490757, 44, 12623730, 140737488256800, 6012073, 
140737488256984, 1}
        fun = 12066709
        val = 58755126
        original_fun = 12760290
        original_args = 101524166
        funcar = 6052985
        gcpro1 = {next = 0x7ffffffe7fd0, var = 0x2, nvars = 5387193}
        gcpro2 = {next = 0x7ffffffe7f50, var = 0x52248f <XSETCDR+28>, nvars = 
58755126}
        gcpro3 = {next = 0xc2aba2, var = 0x7ffffffe7ed0, nvars = 3}
        count = 316
#53 0x00000000005b957b in internal_lisp_condition_case (var=44403602, 
bodyform=101524182, handlers=12623730) at eval.c:1317
        val = 12623730
        c = 0x2a43785
        oldhandlerlist = 0x2bc0e00
        clausenb = 0
#54 0x00000000005fdc91 in exec_byte_code (bytestr=56494385, vector=56490981, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 12623730
        body = 101524182
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 311
        op = 143
        vectorp = 0x35dfbe8
        stack = {pc = 0x6209a0a "\210\f-\207", byte_string = 56494385, 
byte_string_start = 0x62099d0 "\b?\205=", next = 0x7ffffffe8650}
        top = 0x7ffffffe80c8
        result = 44316549
        type = CATCHER
#55 0x00000000005bd223 in funcall_lambda (fun=51192861, nargs=4, 
arg_vector=0x35dfbe5) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 32034402
        lexenv = 12623730
        count = 307
        i = 4
        optional = false
        rest = false
#56 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7ffffffe85d8) at eval.c:2860
        fun = 51192861
        original_fun = 17377458
        funcar = 101656806
        numargs = 4
        lisp_numargs = 12747442
        val = 140737488258496
        internal_args = 0xc09f72
        i = 101656870
        count = 306
#57 0x00000000005fcb1f in exec_byte_code (bytestr=48959457, vector=53651205, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 302
        op = 4
        vectorp = 0x332a708
        stack = {pc = 0x61ebe24 "\036 \334\016 !\203\016\001\335\016 
\307\"\210\016 \023+\v\205\030\001\336\b\t\v#*\207", byte_string = 48959457, 
byte_string_start = 0x61ebd28 "\306\b\tB\n\"\307\033\034\f\203\207", next = 
0x7ffffffe8b70}
        top = 0x7ffffffe85d8
        result = 1772
        type = CATCHER
#58 0x00000000005bd223 in funcall_lambda (fun=53651485, nargs=2, 
arg_vector=0x332a705) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 300
        i = 2
        optional = false
        rest = false
#59 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7ffffffe8ae8) at eval.c:2860
        fun = 53651485
        original_fun = 55167442
        funcar = 140737488259792
        numargs = 2
        lisp_numargs = 5908872
        val = 25714032
        internal_args = 0xc09f72
        i = 30349714
        count = 299
#60 0x00000000005fcb1f in exec_byte_code (bytestr=40315809, vector=44481349, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 297
        op = 2
        vectorp = 0x2a6bb48
        stack = {pc = 0x61e4798 "\036-\016.\206~", byte_string = 40315809, 
byte_string_start = 0x61e4728 "\306\b!\204\016", next = 0x7ffffffe9080}
        top = 0x7ffffffe8ae8
        result = 12458384
        type = CATCHER
#61 0x00000000005bd223 in funcall_lambda (fun=44481933, nargs=3, 
arg_vector=0x2a6bb45) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 44329154
        lexenv = 12623730
        count = 293
        i = 3
        optional = true
        rest = false
#62 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffe9008) at eval.c:2860
        fun = 44481933
        original_fun = 13659346
        funcar = 12687970
        numargs = 3
        lisp_numargs = 289
        val = 25713842
        internal_args = 0x30c405d
        i = 29932434
        count = 292
#63 0x00000000005fcb1f in exec_byte_code (bytestr=54255329, vector=51134557, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 291
        op = 3
        vectorp = 0x30c4060
        stack = {pc = 0x61e0157 ")\207", byte_string = 54255329, 
byte_string_start = 0x61e0150 "\304\030\305\t\n\v#)\207", next = 0x7ffffffe95e0}
        top = 0x7ffffffe9008
        result = 12623778
        type = CATCHER
#64 0x00000000005bd223 in funcall_lambda (fun=51134613, nargs=3, 
arg_vector=0x30c405d) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 30208850
        lexenv = 12623730
        count = 288
        i = 3
        optional = false
        rest = false
#65 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffe9560) at eval.c:2860
        fun = 51134613
        original_fun = 17377842
        funcar = 27358160
        numargs = 3
        lisp_numargs = 23240000
        val = 58661309
        internal_args = 0x7ffffffe9aa8
        i = 29996754
        count = 287
#66 0x00000000005fcb1f in exec_byte_code (bytestr=30729681, vector=26819445, 
maxdepth=56, args_template=5132, nargs=5, args=0x7ffffffe9ad0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 285
        op = 3
        vectorp = 0x1993b78
        stack = {pc = 0x1c51e16 
"\262\002)\202\032\001\003\006\t!\262\002\001\203\032\001r\001q\210\351\006\b\006\b\"\210)\f\203%\001\352\006\t\353
 \"\210\001)\207", byte_string = 30729681, byte_string_start = 0x1c51d18 "\305 
\210\306 \210\004;\203\032", next = 0x7ffffffe9b20}
        top = 0x7ffffffe9560
        result = 0
        type = (unknown: 12)
#67 0x00000000005bcf2a in funcall_lambda (fun=26819805, nargs=5, 
arg_vector=0x7ffffffe9aa8) at eval.c:2978
        val = 5
        syms_left = 5132
        next = 1028
        lexenv = 51545615768
        count = 285
        i = 5387193
        optional = false
        rest = false
#68 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffe9aa0) at eval.c:2860
        fun = 26819805
        original_fun = 30418034
        funcar = 58758486
        numargs = 5
        lisp_numargs = 58758470
        val = 15229746
        internal_args = 0x7ffffffe9fc0
        i = 12623730
        count = 284
#69 0x00000000005fcb1f in exec_byte_code (bytestr=30729873, vector=26758357, 
maxdepth=44, args_template=5128, nargs=5, args=0x7ffffffe9fe8) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 284
        op = 5
        vectorp = 0x1984cd8
        stack = {pc = 0x1c51cea "\207", byte_string = 30729873, 
byte_string_start = 0x1c51ce0 "\300\005\005\301\006\006B\005\005%\207", next = 
0x7ffffffea050}
        top = 0x7ffffffe9aa0
        result = 8
        type = (unknown: 12)
#70 0x00000000005bcf2a in funcall_lambda (fun=26815837, nargs=5, 
arg_vector=0x7ffffffe9fc0) at eval.c:2978
        val = 5
        syms_left = 5128
        next = 18459928
        lexenv = 51545615768
        count = 284
        i = 5387193
        optional = false
        rest = false
#71 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffe9fb8) at eval.c:2860
        fun = 26815837
        original_fun = 17374802
        funcar = 140737488265120
        numargs = 5
        lisp_numargs = 5908872
        val = 140737488265120
        internal_args = 0x3
        i = 6042193
        count = 283
#72 0x00000000005fcb1f in exec_byte_code (bytestr=69342449, vector=56420821, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 283
        op = 5
        vectorp = 0x35ce9d8
        stack = {pc = 0x6190000 "\207", byte_string = 69342449, 
byte_string_start = 0x618ffc8 "\302\b\303H\t>\204\017", next = 0x7ffffffea6b0}
        top = 0x7ffffffe9fb8
        result = 140737488265856
        type = (unknown: 12)
#73 0x00000000005fbf8c in Fbyte_code (bytestr=69342449, vector=56420821, 
maxdepth=36) at bytecode.c:482
No locals.
#74 0x00000000005bb3e3 in eval_sub (form=49217462) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {69342449, 56420821, 36, 140737488266344, 5387193, 
25769803852, 20640981, 64644944}
        fun = 12066709
        val = 2
        original_fun = 12760290
        original_args = 49217446
        funcar = 4569324584188248064
        gcpro1 = {next = 0x7ffffffea4c0, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 4569324584188248064}
        gcpro2 = {next = 0x7ffffffea4a0, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 31079265110}
        gcpro3 = {next = 0x7ffffffea580, var = 0x7ffffffea420, nvars = 3}
        count = 282
#75 0x00000000005b957b in internal_lisp_condition_case (var=12623730, 
bodyform=49217462, handlers=49217286) at eval.c:1317
        val = 12623730
        c = 0x2bc0e00
        oldhandlerlist = 0xd09160
        clausenb = 1
#76 0x00000000005fdc91 in exec_byte_code (bytestr=69342945, vector=56420941, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 49217286
        body = 49217462
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 281
        op = 143
        vectorp = 0x35cea50
        stack = {pc = 0x618fede "I)\207", byte_string = 69342945, 
byte_string_start = 0x618fec8 "\b\303H\t>\204\016", next = 0x7ffffffeabc0}
        top = 0x7ffffffea638
        result = 12623730
        type = CATCHER
#77 0x00000000005bd223 in funcall_lambda (fun=56421045, nargs=1, 
arg_vector=0x35cea4d) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 23834546
        lexenv = 12623730
        count = 280
        i = 1
        optional = false
        rest = false
#78 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7ffffffeab48) at eval.c:2860
        fun = 56421045
        original_fun = 58576178
        funcar = 140737488268080
        numargs = 1
        lisp_numargs = 5908872
        val = 103267344
        internal_args = 0xc09f72
        i = 1
        count = 279
#79 0x00000000005fcb1f in exec_byte_code (bytestr=69345473, vector=56420229, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 277
        op = 1
        vectorp = 0x35ce788
        stack = {pc = 0x618f848 "*\207", byte_string = 69345473, 
byte_string_start = 0x618f7e8 "\306 
\210\307\310\030\031\n\310\033\211\034\203\071", next = 0x7ffffffeb200}
        top = 0x7ffffffeab48
        result = 102608883
        type = (unknown: 12)
#80 0x00000000005bd223 in funcall_lambda (fun=56420373, nargs=0, 
arg_vector=0x35ce785) at eval.c:3044
        val = 0
        syms_left = 12623730
        next = 20640976
        lexenv = 12623730
        count = 277
        i = 0
        optional = false
        rest = false
#81 0x00000000005bc9fe in Ffuncall (nargs=1, args=0x7ffffffeb190) at eval.c:2860
        fun = 56420373
        original_fun = 58576034
        funcar = 12812562
        numargs = 0
        lisp_numargs = 140737488269328
        val = 46
        internal_args = 0x0
        i = 6029308
        count = 276
#82 0x00000000005bb816 in Fapply (nargs=2, args=0x7ffffffeb190) at eval.c:2293
        i = 140737488269536
        numargs = 0
        spread_arg = 12623730
        funcall_args = 0x0
        fun = 58576034
        retval = 12057720
        gcpro1 = {next = 0x13af4d5, var = 0xc09f72, nvars = 77}
        sa_count = 276
        sa_must_free = false
#83 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7ffffffeb188) at eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 140737488269680
        numargs = 2
        lisp_numargs = 5908872
        val = 39398933
        internal_args = 0x3
        i = 6018736
        count = 275
#84 0x00000000005fcb1f in exec_byte_code (bytestr=10516593, vector=10516645, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 274
        op = 2
        vectorp = 0xa078a8 <pure+1353096>
        stack = {pc = 0xaf9093 <pure+2342259> "\210)\301\207", byte_string = 
10516593, byte_string_start = 0xaf908a <pure+2342250> 
"r\301\b\302H\b\303H\"\210)\301\207", next = 0x7ffffffeb850}
        top = 0x7ffffffeb188
        result = 0
        type = (unknown: 12)
#85 0x00000000005fbf8c in Fbyte_code (bytestr=10516593, vector=10516645, 
maxdepth=16) at bytecode.c:482
No locals.
#86 0x00000000005bb3e3 in eval_sub (form=10516566) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {10516593, 10516645, 16, 53666070, 20490898, 0, 0, 0}
        fun = 12066709
        val = 56421965
        original_fun = 12760290
        original_args = 10516582
        funcar = 579831100477
        gcpro1 = {next = 0x7ffffffeb660, var = 0xc00000000, nvars = 53666070}
        gcpro2 = {next = 0x332e116, var = 0x110, nvars = 36}
        gcpro3 = {next = 0xa07490 <pure+1352048>, var = 0x7ffffffeb5d0, nvars = 
3}
        count = 273
#87 0x00000000005b957b in internal_lisp_condition_case (var=16795506, 
bodyform=10516566, handlers=10516686) at eval.c:1317
        val = 12623730
        c = 0xd09160
        oldhandlerlist = 0x1466850
        clausenb = 1
#88 0x00000000005fdc91 in exec_byte_code (bytestr=10516297, vector=10516333, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 10516686
        body = 10516566
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 270
        op = 143
        vectorp = 0xa07770 <pure+1352784>
        stack = {pc = 0xaf9112 <pure+2342386> "\210\016\027\205\217", 
byte_string = 10516297, byte_string_start = 0xaf9098 <pure+2342264> 
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x7ffffffec480}
        top = 0x7ffffffeb7d8
        result = 19075664
        type = CATCHER
#89 0x00000000005bd223 in funcall_lambda (fun=10516253, nargs=1, 
arg_vector=0xa0776d <pure+1352781>) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 20488018
        lexenv = 12623730
        count = 269
        i = 1
        optional = false
        rest = false
#90 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7ffffffebcf0) at eval.c:2860
        fun = 10516253
        original_fun = 12663458
        funcar = 12623778
        numargs = 1
        lisp_numargs = 12747490
        val = 5
        internal_args = 0x37f1a25
        i = 39398928
        count = 268
#91 0x00000000005bc1b2 in call1 (fn=12663458, arg1=56421965) at eval.c:2610
        ret_ungc_val = 58661413
        gcpro1 = {next = 0xc09fa2, var = 0xc282e0, nvars = 2}
        args = {12663458, 56421965}
#92 0x00000000005304b3 in timer_check_2 (timers=58758790, idle_timers=58758534) 
at keyboard.c:4515
        count = 267
        old_deactivate_mark = 12623778
        idle_timer_ripe = true
        timer = 26499061
        timer_time = {tv_sec = 1428981999, tv_nsec = 542583831}
        timer_difference = {tv_sec = 2, tv_nsec = 331612169}
        idle_timer_difference = {tv_sec = 3, tv_nsec = 821767000}
        ripe = true
        idle_timer = 56421965
        idle_timer_time = {tv_sec = 0, tv_nsec = 10000000}
        difference = {tv_sec = 3, tv_nsec = 821767000}
        timer_ripe = true
        nexttime = {tv_sec = 0, tv_nsec = -1}
        now = {tv_sec = 1428982001, tv_nsec = 874196000}
        idleness_now = {tv_sec = 3, tv_nsec = 831767000}
        chosen_timer = 56421965
        gcpro1 = {next = 0x5, var = 0x0, nvars = -1}
#93 0x0000000000530609 in timer_check () at keyboard.c:4582
        nexttime = {tv_sec = 1428982002, tv_nsec = 874190000}
        timers = 58758790
        idle_timers = 58758518
        gcpro1 = {next = 0x0, var = 0x3b9ac618, nvars = 1428982001}
        gcpro2 = {next = 0x0, var = 0x3b9ac618, nvars = 140737488273120}
        tem = 12623778
#94 0x0000000000607be5 in wait_reading_process_output (time_limit=1, nsecs=0, 
read_kbd=0, do_display=false, wait_for_cell=12623730, wait_proc=0x37f1a20, 
just_wait_proc=0) at process.c:4388
        old_timers_run = 3699
        old_buffer = 0x2592e10
        old_window = 21401501
        timer_delay = {tv_sec = 139642271613040, tv_nsec = 18495253}
        timeout_reduced_for_timers = false
        channel = 0
        nfds = 5388422
        Available = {fds_bits = {0 <repeats 16 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = false
        check_delay = -81280
        no_avail = false
        xerrno = 0
        proc = 12623778
        timeout = {tv_sec = 0, tv_nsec = 999999000}
        end_time = {tv_sec = 1428982002, tv_nsec = 874190000}
        wait_channel = 15
        got_some_input = false
        count = 266
#95 0x0000000000606e68 in Faccept_process_output (process=58661413, seconds=4, 
millisec=12623730, just_this_one=12623730) at process.c:4003
        secs = 1
        nsecs = 0
#96 0x00000000005bc89c in Ffuncall (nargs=3, args=0x7ffffffec3e8) at eval.c:2822
        fun = 12068437
        original_fun = 12795282
        funcar = 12623730
        numargs = 2
        lisp_numargs = 0
        val = 12623730
        internal_args = 0x7ffffffec330
        i = 4
        count = 265
#97 0x00000000005fcb1f in exec_byte_code (bytestr=52452833, vector=51133885, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 257
        op = 2
        vectorp = 0x30c3dc0
        stack = {pc = 0x61dfd31 "\204s", byte_string = 52452833, 
byte_string_start = 0x61dfca0 "\b\t?‰\211\032\033\034\035\036)\r\203\027", next 
= 0x7ffffffec9a0}
        top = 0x7ffffffec3e8
        result = 75
        type = CATCHER
#98 0x00000000005bd223 in funcall_lambda (fun=51134341, nargs=4, 
arg_vector=0x30c3dbd) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 253
        i = 4
        optional = false
        rest = false
#99 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7ffffffec918) at eval.c:2860
        fun = 51134341
        original_fun = 43251618
        funcar = 39398933
        numargs = 4
        lisp_numargs = 12623730
        val = 12623730
        internal_args = 0x2d8f87d
        i = 55465474
        count = 252
#100 0x00000000005fcb1f in exec_byte_code (bytestr=49489457, vector=47773821, 
maxdepth=28, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 249
        op = 4
        vectorp = 0x2d8f880
        stack = {pc = 0x61e0b35 
"\036\027\312\016\030\313\"\036\031\016\027\204\063", byte_string = 49489457, 
byte_string_start = 0x61e0b18 "r\bq\210d\031\306\307!\205\016", next = 
0x7ffffffecef0}
        top = 0x7ffffffec918
        result = 88266800
        type = CATCHER
#101 0x00000000005bd223 in funcall_lambda (fun=51136213, nargs=5, 
arg_vector=0x2d8f87d) at eval.c:3044
        val = 5
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 244
        i = 5
        optional = false
        rest = false
#102 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffece38) at 
eval.c:2860
        fun = 51136213
        original_fun = 43252194
        funcar = 101828294
        numargs = 5
        lisp_numargs = 0
        val = 140737488277024
        internal_args = 0x30c425d
        i = 101828390
        count = 243
#103 0x00000000005fcb1f in exec_byte_code (bytestr=50349729, vector=51135069, 
maxdepth=52, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 237
        op = 5
        vectorp = 0x30c4260
        stack = {pc = 0x61e0353 "\026*)\t\203\266", byte_string = 50349729, 
byte_string_start = 0x61e02c0 "\306\307!\204\n", next = 0x7ffffffed430}
        top = 0x7ffffffece38
        result = 5387296
        type = CATCHER
#104 0x00000000005bd223 in funcall_lambda (fun=51135437, nargs=8, 
arg_vector=0x30c425d) at eval.c:3044
        val = 8
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 232
        i = 8
        optional = false
        rest = true
#105 0x00000000005bc9fe in Ffuncall (nargs=9, args=0x7ffffffed388) at 
eval.c:2860
        fun = 51135437
        original_fun = 12706498
        funcar = 5387058
        numargs = 8
        lisp_numargs = 23238208
        val = 12623778
        internal_args = 0x3
        i = 6042193
        count = 231
#106 0x00000000005fcb1f in exec_byte_code (bytestr=56494865, vector=56490757, 
maxdepth=44, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 229
        op = 8
        vectorp = 0x35dfb08
        stack = {pc = 0x6209a59 "\202Y", byte_string = 56494865, 
byte_string_start = 0x6209a38 "‰\030\031\n\307>\203$", next = 0x7ffffffeda70}
        top = 0x7ffffffed388
        result = 140737488279208
        type = (unknown: 12)
#107 0x00000000005fbf8c in Fbyte_code (bytestr=56494865, vector=56490757, 
maxdepth=44) at bytecode.c:482
No locals.
#108 0x00000000005bb3e3 in eval_sub (form=101524182) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {56494865, 56490757, 44, 12623730, 140737488279632, 6012073, 
140737488279816, 1}
        fun = 12066709
        val = 58689606
        original_fun = 12760290
        original_args = 101524166
        funcar = 6052985
        gcpro1 = {next = 0x7ffffffed900, var = 0x2, nvars = 5387193}
        gcpro2 = {next = 0x7ffffffed880, var = 0x52248f <XSETCDR+28>, nvars = 
58689606}
        gcpro3 = {next = 0xc2aba2, var = 0x7ffffffed800, nvars = 3}
        count = 228
#109 0x00000000005b957b in internal_lisp_condition_case (var=44403602, 
bodyform=101524182, handlers=12623730) at eval.c:1317
        val = 12623730
        c = 0x2592e15
        oldhandlerlist = 0x1466850
        clausenb = 0
#110 0x00000000005fdc91 in exec_byte_code (bytestr=56494385, vector=56490981, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 12623730
        body = 101524182
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 223
        op = 143
        vectorp = 0x35dfbe8
        stack = {pc = 0x6209a0a "\210\f-\207", byte_string = 56494385, 
byte_string_start = 0x62099d0 "\b?\205=", next = 0x7ffffffedf80}
        top = 0x7ffffffed9f8
        result = 39398933
        type = CATCHER
#111 0x00000000005bd223 in funcall_lambda (fun=51192861, nargs=4, 
arg_vector=0x35dfbe5) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 32034402
        lexenv = 12623730
        count = 219
        i = 4
        optional = false
        rest = false
#112 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7ffffffedf08) at 
eval.c:2860
        fun = 51192861
        original_fun = 17377458
        funcar = 101656806
        numargs = 4
        lisp_numargs = 12747442
        val = 140737488281328
        internal_args = 0xc09f72
        i = 101656870
        count = 218
#113 0x00000000005fcb1f in exec_byte_code (bytestr=48959457, vector=53651205, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 214
        op = 4
        vectorp = 0x332a708
        stack = {pc = 0x61ebe24 "\036 \334\016 !\203\016\001\335\016 
\307\"\210\016 \023+\v\205\030\001\336\b\t\v#*\207", byte_string = 48959457, 
byte_string_start = 0x61ebd28 "\306\b\tB\n\"\307\033\034\f\203\207", next = 
0x7ffffffee4a0}
        top = 0x7ffffffedf08
        result = 1772
        type = CATCHER
#114 0x00000000005bd223 in funcall_lambda (fun=53651485, nargs=2, 
arg_vector=0x332a705) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 212
        i = 2
        optional = false
        rest = false
#115 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7ffffffee418) at 
eval.c:2860
        fun = 53651485
        original_fun = 55167442
        funcar = 140737488282624
        numargs = 2
        lisp_numargs = 5908872
        val = 25714032
        internal_args = 0xc09f72
        i = 30349714
        count = 211
#116 0x00000000005fcb1f in exec_byte_code (bytestr=40315809, vector=44481349, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 209
        op = 2
        vectorp = 0x2a6bb48
        stack = {pc = 0x61e4798 "\036-\016.\206~", byte_string = 40315809, 
byte_string_start = 0x61e4728 "\306\b!\204\016", next = 0x7ffffffee9b0}
        top = 0x7ffffffee418
        result = 12456944
        type = CATCHER
#117 0x00000000005bd223 in funcall_lambda (fun=44481933, nargs=3, 
arg_vector=0x2a6bb45) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 44329154
        lexenv = 12623730
        count = 205
        i = 3
        optional = true
        rest = false
#118 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffee938) at 
eval.c:2860
        fun = 44481933
        original_fun = 13659346
        funcar = 12687970
        numargs = 3
        lisp_numargs = 201
        val = 25713842
        internal_args = 0x30c405d
        i = 29932434
        count = 204
#119 0x00000000005fcb1f in exec_byte_code (bytestr=54255329, vector=51134557, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 203
        op = 3
        vectorp = 0x30c4060
        stack = {pc = 0x61e0157 ")\207", byte_string = 54255329, 
byte_string_start = 0x61e0150 "\304\030\305\t\n\v#)\207", next = 0x7ffffffeef10}
        top = 0x7ffffffee938
        result = 12623778
        type = CATCHER
#120 0x00000000005bd223 in funcall_lambda (fun=51134613, nargs=3, 
arg_vector=0x30c405d) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 30208850
        lexenv = 12623730
        count = 200
        i = 3
        optional = false
        rest = false
#121 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7ffffffeee90) at 
eval.c:2860
        fun = 51134613
        original_fun = 17377842
        funcar = 27358160
        numargs = 3
        lisp_numargs = 23237184
        val = 58660885
        internal_args = 0x7ffffffef3d8
        i = 29996754
        count = 199
#122 0x00000000005fcb1f in exec_byte_code (bytestr=30729681, vector=26819445, 
maxdepth=56, args_template=5132, nargs=5, args=0x7ffffffef400) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 197
        op = 3
        vectorp = 0x1993b78
        stack = {pc = 0x1c51e16 
"\262\002)\202\032\001\003\006\t!\262\002\001\203\032\001r\001q\210\351\006\b\006\b\"\210)\f\203%\001\352\006\t\353
 \"\210\001)\207", byte_string = 30729681, byte_string_start = 0x1c51d18 "\305 
\210\306 \210\004;\203\032", next = 0x7ffffffef450}
        top = 0x7ffffffeee90
        result = 0
        type = (unknown: 12)
#123 0x00000000005bcf2a in funcall_lambda (fun=26819805, nargs=5, 
arg_vector=0x7ffffffef3d8) at eval.c:2978
        val = 5
        syms_left = 5132
        next = 103417942
        lexenv = 51545615768
        count = 197
        i = 5387193
        optional = false
        rest = false
#124 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffef3d0) at 
eval.c:2860
        fun = 26819805
        original_fun = 30418034
        funcar = 58690950
        numargs = 5
        lisp_numargs = 58690934
        val = 72057594072628608
        internal_args = 0x7ffffffef8f0
        i = 12623730
        count = 196
#125 0x00000000005fcb1f in exec_byte_code (bytestr=30729873, vector=26758357, 
maxdepth=44, args_template=5128, nargs=5, args=0x7ffffffef918) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 196
        op = 5
        vectorp = 0x1984cd8
        stack = {pc = 0x1c51cea "\207", byte_string = 30729873, 
byte_string_start = 0x1c51ce0 "\300\005\005\301\006\006B\005\005%\207", next = 
0x7ffffffef980}
        top = 0x7ffffffef3d0
        result = 51657770
        type = (unknown: 12)
#126 0x00000000005bcf2a in funcall_lambda (fun=26815837, nargs=5, 
arg_vector=0x7ffffffef8f0) at eval.c:2978
        val = 5
        syms_left = 5128
        next = 18459928
        lexenv = 51545615768
        count = 196
        i = 5387193
        optional = false
        rest = false
#127 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7ffffffef8e8) at 
eval.c:2860
        fun = 26815837
        original_fun = 17374802
        funcar = 140737488287952
        numargs = 5
        lisp_numargs = 5908872
        val = 140737488287952
        internal_args = 0x3
        i = 6042193
        count = 195
#128 0x00000000005fcb1f in exec_byte_code (bytestr=69342449, vector=56420821, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 195
        op = 5
        vectorp = 0x35ce9d8
        stack = {pc = 0x6190000 "\207", byte_string = 69342449, 
byte_string_start = 0x618ffc8 "\302\b\303H\t>\204\017", next = 0x7ffffffeffe0}
        top = 0x7ffffffef8e8
        result = 140737488288688
        type = (unknown: 12)
#129 0x00000000005fbf8c in Fbyte_code (bytestr=69342449, vector=56420821, 
maxdepth=36) at bytecode.c:482
No locals.
#130 0x00000000005bb3e3 in eval_sub (form=49217462) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {69342449, 56420821, 36, 140737488289176, 5387193, 
25769803852, 20640981, 64644944}
        fun = 12066709
        val = 2
        original_fun = 12760290
        original_args = 49217446
        funcar = 4569121174537109504
        gcpro1 = {next = 0x7ffffffefdf0, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 4569121174537109504}
        gcpro2 = {next = 0x7ffffffefdd0, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 31079251801}
        gcpro3 = {next = 0x7ffffffefeb0, var = 0x7ffffffefd50, nvars = 3}
        count = 194
#131 0x00000000005b957b in internal_lisp_condition_case (var=12623730, 
bodyform=49217462, handlers=49217286) at eval.c:1317
        val = 12623730
        c = 0x1466850
        oldhandlerlist = 0xc25ef0
        clausenb = 1
#132 0x00000000005fdc91 in exec_byte_code (bytestr=69342945, vector=56420941, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 49217286
        body = 49217462
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 193
        op = 143
        vectorp = 0x35cea50
        stack = {pc = 0x618fede "I)\207", byte_string = 69342945, 
byte_string_start = 0x618fec8 "\b\303H\t>\204\016", next = 0x7fffffff04f0}
        top = 0x7ffffffeff68
        result = 12623730
        type = CATCHER
#133 0x00000000005bd223 in funcall_lambda (fun=56421045, nargs=1, 
arg_vector=0x35cea4d) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 23834546
        lexenv = 12623730
        count = 192
        i = 1
        optional = false
        rest = false
#134 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffff0478) at 
eval.c:2860
        fun = 56421045
        original_fun = 58576178
        funcar = 140737488290912
        numargs = 1
        lisp_numargs = 5908872
        val = 103267344
        internal_args = 0xc09f72
        i = 1
        count = 191
#135 0x00000000005fcb1f in exec_byte_code (bytestr=69345473, vector=56420229, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 189
        op = 1
        vectorp = 0x35ce788
        stack = {pc = 0x618f848 "*\207", byte_string = 69345473, 
byte_string_start = 0x618f7e8 "\306 
\210\307\310\030\031\n\310\033\211\034\203\071", next = 0x7fffffff0b30}
        top = 0x7fffffff0478
        result = 102608883
        type = (unknown: 12)
#136 0x00000000005bd223 in funcall_lambda (fun=56420373, nargs=0, 
arg_vector=0x35ce785) at eval.c:3044
        val = 0
        syms_left = 12623730
        next = 20640976
        lexenv = 12623730
        count = 189
        i = 0
        optional = false
        rest = false
#137 0x00000000005bc9fe in Ffuncall (nargs=1, args=0x7fffffff0ac0) at 
eval.c:2860
        fun = 56420373
        original_fun = 58576034
        funcar = 12812562
        numargs = 0
        lisp_numargs = 140737488292160
        val = 46
        internal_args = 0x0
        i = 6029308
        count = 188
#138 0x00000000005bb816 in Fapply (nargs=2, args=0x7fffffff0ac0) at eval.c:2293
        i = 140737488292368
        numargs = 0
        spread_arg = 12623730
        funcall_args = 0x0
        fun = 58576034
        retval = 12057720
        gcpro1 = {next = 0x13af4d5, var = 0xc09f72, nvars = 77}
        sa_count = 188
        sa_must_free = false
#139 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7fffffff0ab8) at 
eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 140737488292512
        numargs = 2
        lisp_numargs = 5908872
        val = 58664997
        internal_args = 0x3
        i = 6018736
        count = 187
#140 0x00000000005fcb1f in exec_byte_code (bytestr=10516593, vector=10516645, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 186
        op = 2
        vectorp = 0xa078a8 <pure+1353096>
        stack = {pc = 0xaf9093 <pure+2342259> "\210)\301\207", byte_string = 
10516593, byte_string_start = 0xaf908a <pure+2342250> 
"r\301\b\302H\b\303H\"\210)\301\207", next = 0x7fffffff1180}
        top = 0x7fffffff0ab8
        result = 0
        type = (unknown: 12)
#141 0x00000000005fbf8c in Fbyte_code (bytestr=10516593, vector=10516645, 
maxdepth=16) at bytecode.c:482
No locals.
#142 0x00000000005bb3e3 in eval_sub (form=10516566) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {10516593, 10516645, 16, 104169894, 20490898, 0, 0, 0}
        fun = 12066709
        val = 56422333
        original_fun = 12760290
        original_args = 10516582
        funcar = 579831100477
        gcpro1 = {next = 0x7fffffff0f90, var = 0xc00000000, nvars = 104169894}
        gcpro2 = {next = 0x63581a6, var = 0xb8, nvars = 36}
        gcpro3 = {next = 0xa07490 <pure+1352048>, var = 0x7fffffff0f00, nvars = 
3}
        count = 185
#143 0x00000000005b957b in internal_lisp_condition_case (var=16795506, 
bodyform=10516566, handlers=10516686) at eval.c:1317
        val = 12623730
        c = 0xc25ef0
        oldhandlerlist = 0x1438690
        clausenb = 1
#144 0x00000000005fdc91 in exec_byte_code (bytestr=10516297, vector=10516333, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 10516686
        body = 10516566
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 182
        op = 143
        vectorp = 0xa07770 <pure+1352784>
        stack = {pc = 0xaf9112 <pure+2342386> "\210\016\027\205\217", 
byte_string = 10516297, byte_string_start = 0xaf9098 <pure+2342264> 
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x7fffffff1db0}
        top = 0x7fffffff1108
        result = 19075664
        type = CATCHER
#145 0x00000000005bd223 in funcall_lambda (fun=10516253, nargs=1, 
arg_vector=0xa0776d <pure+1352781>) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 20488018
        lexenv = 12623730
        count = 181
        i = 1
        optional = false
        rest = false
#146 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffff1620) at 
eval.c:2860
        fun = 10516253
        original_fun = 12663458
        funcar = 12623778
        numargs = 1
        lisp_numargs = 12747490
        val = 5
        internal_args = 0x37f187d
        i = 58664992
        count = 180
#147 0x00000000005bc1b2 in call1 (fn=12663458, arg1=56422333) at eval.c:2610
        ret_ungc_val = 58660989
        gcpro1 = {next = 0xc09fa2, var = 0xc282e0, nvars = 2}
        args = {12663458, 56422333}
#148 0x00000000005304b3 in timer_check_2 (timers=58691174, 
idle_timers=58691062) at keyboard.c:4515
        count = 179
        old_deactivate_mark = 12623778
        idle_timer_ripe = true
        timer = 26499061
        timer_time = {tv_sec = 1428981999, tv_nsec = 542583831}
        timer_difference = {tv_sec = 2, tv_nsec = 328444169}
        idle_timer_difference = {tv_sec = 3, tv_nsec = 818599000}
        ripe = true
        idle_timer = 56422333
        idle_timer_time = {tv_sec = 0, tv_nsec = 10000000}
        difference = {tv_sec = 3, tv_nsec = 818599000}
        timer_ripe = true
        nexttime = {tv_sec = 0, tv_nsec = -1}
        now = {tv_sec = 1428982001, tv_nsec = 871028000}
        idleness_now = {tv_sec = 3, tv_nsec = 828599000}
        chosen_timer = 56422333
        gcpro1 = {next = 0x6, var = 0x0, nvars = -1}
#149 0x0000000000530609 in timer_check () at keyboard.c:4582
        nexttime = {tv_sec = 1428982002, tv_nsec = 871022000}
        timers = 58691174
        idle_timers = 58691014
        gcpro1 = {next = 0x0, var = 0x3b9ac618, nvars = 1428982001}
        gcpro2 = {next = 0x0, var = 0x3b9ac618, nvars = 140737488295952}
        tem = 12623778
#150 0x0000000000607be5 in wait_reading_process_output (time_limit=1, nsecs=0, 
read_kbd=0, do_display=false, wait_for_cell=12623730, wait_proc=0x37f1878, 
just_wait_proc=0) at process.c:4388
        old_timers_run = 3699
        old_buffer = 0x37f2820
        old_window = 21401501
        timer_delay = {tv_sec = 139642271635872, tv_nsec = 18495253}
        timeout_reduced_for_timers = false
        channel = 0
        nfds = 5388422
        Available = {fds_bits = {0 <repeats 16 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = false
        check_delay = -58448
        no_avail = false
        xerrno = 0
        proc = 12623778
        timeout = {tv_sec = 0, tv_nsec = 999999000}
        end_time = {tv_sec = 1428982002, tv_nsec = 871022000}
        wait_channel = 13
        got_some_input = false
        count = 178
#151 0x0000000000606e68 in Faccept_process_output (process=58660989, seconds=4, 
millisec=12623730, just_this_one=12623730) at process.c:4003
        secs = 1
        nsecs = 0
#152 0x00000000005bc89c in Ffuncall (nargs=3, args=0x7fffffff1d18) at 
eval.c:2822
        fun = 12068437
        original_fun = 12795282
        funcar = 12623730
        numargs = 2
        lisp_numargs = 0
        val = 12623730
        internal_args = 0x7fffffff1c60
        i = 4
        count = 177
#153 0x00000000005fcb1f in exec_byte_code (bytestr=52452833, vector=51133885, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 169
        op = 2
        vectorp = 0x30c3dc0
        stack = {pc = 0x61dfd31 "\204s", byte_string = 52452833, 
byte_string_start = 0x61dfca0 "\b\t?‰\211\032\033\034\035\036)\r\203\027", next 
= 0x7fffffff22d0}
        top = 0x7fffffff1d18
        result = 75
        type = CATCHER
#154 0x00000000005bd223 in funcall_lambda (fun=51134341, nargs=4, 
arg_vector=0x30c3dbd) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 165
        i = 4
        optional = false
        rest = false
#155 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7fffffff2248) at 
eval.c:2860
        fun = 51134341
        original_fun = 43251618
        funcar = 58664997
        numargs = 4
        lisp_numargs = 12623730
        val = 12623730
        internal_args = 0x2d8f87d
        i = 55465474
        count = 164
#156 0x00000000005fcb1f in exec_byte_code (bytestr=49489457, vector=47773821, 
maxdepth=28, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 161
        op = 4
        vectorp = 0x2d8f880
        stack = {pc = 0x61e0b35 
"\036\027\312\016\030\313\"\036\031\016\027\204\063", byte_string = 49489457, 
byte_string_start = 0x61e0b18 "r\bq\210d\031\306\307!\205\016", next = 
0x7fffffff2820}
        top = 0x7fffffff2248
        result = 88266800
        type = CATCHER
#157 0x00000000005bd223 in funcall_lambda (fun=51136213, nargs=5, 
arg_vector=0x2d8f87d) at eval.c:3044
        val = 5
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 156
        i = 5
        optional = false
        rest = false
#158 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffff2768) at 
eval.c:2860
        fun = 51136213
        original_fun = 43252194
        funcar = 101828294
        numargs = 5
        lisp_numargs = 0
        val = 140737488299856
        internal_args = 0x30c425d
        i = 101828390
        count = 155
#159 0x00000000005fcb1f in exec_byte_code (bytestr=50349729, vector=51135069, 
maxdepth=52, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 149
        op = 5
        vectorp = 0x30c4260
        stack = {pc = 0x61e0353 "\026*)\t\203\266", byte_string = 50349729, 
byte_string_start = 0x61e02c0 "\306\307!\204\n", next = 0x7fffffff2d60}
        top = 0x7fffffff2768
        result = 5387296
        type = CATCHER
#160 0x00000000005bd223 in funcall_lambda (fun=51135437, nargs=8, 
arg_vector=0x30c425d) at eval.c:3044
        val = 8
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 144
        i = 8
        optional = false
        rest = true
#161 0x00000000005bc9fe in Ffuncall (nargs=9, args=0x7fffffff2cb8) at 
eval.c:2860
        fun = 51135437
        original_fun = 12706498
        funcar = 5387058
        numargs = 8
        lisp_numargs = 23235392
        val = 12623778
        internal_args = 0x3
        i = 6042193
        count = 143
#162 0x00000000005fcb1f in exec_byte_code (bytestr=56494865, vector=56490757, 
maxdepth=44, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 141
        op = 8
        vectorp = 0x35dfb08
        stack = {pc = 0x6209a59 "\202Y", byte_string = 56494865, 
byte_string_start = 0x6209a38 "‰\030\031\n\307>\203$", next = 0x7fffffff33a0}
        top = 0x7fffffff2cb8
        result = 140737488302040
        type = (unknown: 12)
#163 0x00000000005fbf8c in Fbyte_code (bytestr=56494865, vector=56490757, 
maxdepth=44) at bytecode.c:482
No locals.
#164 0x00000000005bb3e3 in eval_sub (form=101524182) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {56494865, 56490757, 44, 12623730, 140737488302464, 6012073, 
140737488302648, 1}
        fun = 12066709
        val = 58694742
        original_fun = 12760290
        original_args = 101524166
        funcar = 6052985
        gcpro1 = {next = 0x7fffffff3230, var = 0x2, nvars = 5387193}
        gcpro2 = {next = 0x7fffffff31b0, var = 0x52248f <XSETCDR+28>, nvars = 
58694742}
        gcpro3 = {next = 0xc2aba2, var = 0x7fffffff3130, nvars = 3}
        count = 140
#165 0x00000000005b957b in internal_lisp_condition_case (var=44403602, 
bodyform=101524182, handlers=12623730) at eval.c:1317
        val = 12623730
        c = 0x37f2825
        oldhandlerlist = 0x1438690
        clausenb = 0
#166 0x00000000005fdc91 in exec_byte_code (bytestr=56494385, vector=56490981, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 12623730
        body = 101524182
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 135
        op = 143
        vectorp = 0x35dfbe8
        stack = {pc = 0x6209a0a "\210\f-\207", byte_string = 56494385, 
byte_string_start = 0x62099d0 "\b?\205=", next = 0x7fffffff38b0}
        top = 0x7fffffff3328
        result = 58664997
        type = CATCHER
#167 0x00000000005bd223 in funcall_lambda (fun=51192861, nargs=4, 
arg_vector=0x35dfbe5) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 32034402
        lexenv = 12623730
        count = 131
        i = 4
        optional = false
        rest = false
#168 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7fffffff3838) at 
eval.c:2860
        fun = 51192861
        original_fun = 17377458
        funcar = 101656806
        numargs = 4
        lisp_numargs = 12747442
        val = 140737488304160
        internal_args = 0xc09f72
        i = 101656870
        count = 130
#169 0x00000000005fcb1f in exec_byte_code (bytestr=48959457, vector=53651205, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 126
        op = 4
        vectorp = 0x332a708
        stack = {pc = 0x61ebe24 "\036 \334\016 !\203\016\001\335\016 
\307\"\210\016 \023+\v\205\030\001\336\b\t\v#*\207", byte_string = 48959457, 
byte_string_start = 0x61ebd28 "\306\b\tB\n\"\307\033\034\f\203\207", next = 
0x7fffffff3dd0}
        top = 0x7fffffff3838
        result = 1772
        type = CATCHER
#170 0x00000000005bd223 in funcall_lambda (fun=53651485, nargs=2, 
arg_vector=0x332a705) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 124
        i = 2
        optional = false
        rest = false
#171 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7fffffff3d48) at 
eval.c:2860
        fun = 53651485
        original_fun = 55167442
        funcar = 140737488305456
        numargs = 2
        lisp_numargs = 5908872
        val = 25714032
        internal_args = 0xc09f72
        i = 30349714
        count = 123
#172 0x00000000005fcb1f in exec_byte_code (bytestr=40315809, vector=44481349, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 121
        op = 2
        vectorp = 0x2a6bb48
        stack = {pc = 0x61e4798 "\036-\016.\206~", byte_string = 40315809, 
byte_string_start = 0x61e4728 "\306\b!\204\016", next = 0x7fffffff42e0}
        top = 0x7fffffff3d48
        result = 12459464
        type = CATCHER
#173 0x00000000005bd223 in funcall_lambda (fun=44481933, nargs=3, 
arg_vector=0x2a6bb45) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 44329154
        lexenv = 12623730
        count = 117
        i = 3
        optional = true
        rest = false
#174 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7fffffff4268) at 
eval.c:2860
        fun = 44481933
        original_fun = 13659346
        funcar = 12687970
        numargs = 3
        lisp_numargs = 113
        val = 25713842
        internal_args = 0x30c405d
        i = 29932434
        count = 116
#175 0x00000000005fcb1f in exec_byte_code (bytestr=54255329, vector=51134557, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 115
        op = 3
        vectorp = 0x30c4060
        stack = {pc = 0x61e0157 ")\207", byte_string = 54255329, 
byte_string_start = 0x61e0150 "\304\030\305\t\n\v#)\207", next = 0x7fffffff4840}
        top = 0x7fffffff4268
        result = 12623778
        type = CATCHER
#176 0x00000000005bd223 in funcall_lambda (fun=51134613, nargs=3, 
arg_vector=0x30c405d) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 30208850
        lexenv = 12623730
        count = 112
        i = 3
        optional = false
        rest = false
#177 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7fffffff47c0) at 
eval.c:2860
        fun = 51134613
        original_fun = 17377842
        funcar = 27358160
        numargs = 3
        lisp_numargs = 23234368
        val = 42980733
        internal_args = 0x7fffffff4d08
        i = 29996754
        count = 111
#178 0x00000000005fcb1f in exec_byte_code (bytestr=30729681, vector=26819445, 
maxdepth=56, args_template=5132, nargs=5, args=0x7fffffff4d30) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 109
        op = 3
        vectorp = 0x1993b78
        stack = {pc = 0x1c51e16 
"\262\002)\202\032\001\003\006\t!\262\002\001\203\032\001r\001q\210\351\006\b\006\b\"\210)\f\203%\001\352\006\t\353
 \"\210\001)\207", byte_string = 30729681, byte_string_start = 0x1c51d18 "\305 
\210\306 \210\004;\203\032", next = 0x7fffffff4d80}
        top = 0x7fffffff47c0
        result = 0
        type = (unknown: 12)
#179 0x00000000005bcf2a in funcall_lambda (fun=26819805, nargs=5, 
arg_vector=0x7fffffff4d08) at eval.c:2978
        val = 5
        syms_left = 5132
        next = 43030624
        lexenv = 51545615768
        count = 109
        i = 5387193
        optional = false
        rest = false
#180 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffff4d00) at 
eval.c:2860
        fun = 26819805
        original_fun = 30418034
        funcar = 58696406
        numargs = 5
        lisp_numargs = 58696390
        val = 0
        internal_args = 0x7fffffff5220
        i = 12623730
        count = 108
#181 0x00000000005fcb1f in exec_byte_code (bytestr=30729873, vector=26758357, 
maxdepth=44, args_template=5128, nargs=5, args=0x7fffffff5248) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 108
        op = 5
        vectorp = 0x1984cd8
        stack = {pc = 0x1c51cea "\207", byte_string = 30729873, 
byte_string_start = 0x1c51ce0 "\300\005\005\301\006\006B\005\005%\207", next = 
0x7fffffff52b0}
        top = 0x7fffffff4d00
        result = -16
        type = (unknown: 12)
#182 0x00000000005bcf2a in funcall_lambda (fun=26815837, nargs=5, 
arg_vector=0x7fffffff5220) at eval.c:2978
        val = 5
        syms_left = 5128
        next = 18459928
        lexenv = 51545615768
        count = 108
        i = 5387193
        optional = false
        rest = false
#183 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffff5218) at 
eval.c:2860
        fun = 26815837
        original_fun = 17374802
        funcar = 140737488310784
        numargs = 5
        lisp_numargs = 5908872
        val = 140737488310784
        internal_args = 0x3
        i = 6042193
        count = 107
#184 0x00000000005fcb1f in exec_byte_code (bytestr=69342449, vector=56420821, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 107
        op = 5
        vectorp = 0x35ce9d8
        stack = {pc = 0x6190000 "\207", byte_string = 69342449, 
byte_string_start = 0x618ffc8 "\302\b\303H\t>\204\017", next = 0x7fffffff5910}
        top = 0x7fffffff5218
        result = 140737488311520
        type = (unknown: 12)
#185 0x00000000005fbf8c in Fbyte_code (bytestr=69342449, vector=56420821, 
maxdepth=36) at bytecode.c:482
No locals.
#186 0x00000000005bb3e3 in eval_sub (form=49217462) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {69342449, 56420821, 36, 140737488312008, 5387193, 
25769803852, 20640981, 64644944}
        fun = 12066709
        val = 2
        original_fun = 12760290
        original_args = 49217446
        funcar = 4569214083269656576
        gcpro1 = {next = 0x7fffffff5720, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 4569214083269656576}
        gcpro2 = {next = 0x7fffffff5700, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 31079238862}
        gcpro3 = {next = 0x7fffffff57e0, var = 0x7fffffff5680, nvars = 3}
        count = 106
#187 0x00000000005b957b in internal_lisp_condition_case (var=12623730, 
bodyform=49217462, handlers=49217286) at eval.c:1317
        val = 12623730
        c = 0x1438690
        oldhandlerlist = 0xce7480
        clausenb = 1
#188 0x00000000005fdc91 in exec_byte_code (bytestr=69342945, vector=56420941, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 49217286
        body = 49217462
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 105
        op = 143
        vectorp = 0x35cea50
        stack = {pc = 0x618fede "I)\207", byte_string = 69342945, 
byte_string_start = 0x618fec8 "\b\303H\t>\204\016", next = 0x7fffffff5e20}
        top = 0x7fffffff5898
        result = 12623730
        type = CATCHER
#189 0x00000000005bd223 in funcall_lambda (fun=56421045, nargs=1, 
arg_vector=0x35cea4d) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 23834546
        lexenv = 12623730
        count = 104
        i = 1
        optional = false
        rest = false
#190 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffff5da8) at 
eval.c:2860
        fun = 56421045
        original_fun = 58576178
        funcar = 140737488313744
        numargs = 1
        lisp_numargs = 5908872
        val = 103267344
        internal_args = 0xc09f72
        i = 1
        count = 103
#191 0x00000000005fcb1f in exec_byte_code (bytestr=69345473, vector=56420229, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 101
        op = 1
        vectorp = 0x35ce788
        stack = {pc = 0x618f848 "*\207", byte_string = 69345473, 
byte_string_start = 0x618f7e8 "\306 
\210\307\310\030\031\n\310\033\211\034\203\071", next = 0x7fffffff6460}
        top = 0x7fffffff5da8
        result = 102608883
        type = (unknown: 12)
#192 0x00000000005bd223 in funcall_lambda (fun=56420373, nargs=0, 
arg_vector=0x35ce785) at eval.c:3044
        val = 0
        syms_left = 12623730
        next = 20640976
        lexenv = 12623730
        count = 101
        i = 0
        optional = false
        rest = false
#193 0x00000000005bc9fe in Ffuncall (nargs=1, args=0x7fffffff63f0) at 
eval.c:2860
        fun = 56420373
        original_fun = 58576034
        funcar = 12812562
        numargs = 0
        lisp_numargs = 140737488314992
        val = 46
        internal_args = 0x0
        i = 6029308
        count = 100
#194 0x00000000005bb816 in Fapply (nargs=2, args=0x7fffffff63f0) at eval.c:2293
        i = 140737488315200
        numargs = 0
        spread_arg = 12623730
        funcall_args = 0x0
        fun = 58576034
        retval = 12057720
        gcpro1 = {next = 0x13af4d5, var = 0xc09f72, nvars = 77}
        sa_count = 100
        sa_must_free = false
#195 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7fffffff63e8) at 
eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 140737488315344
        numargs = 2
        lisp_numargs = 5908872
        val = 66004933
        internal_args = 0x3
        i = 6018736
        count = 99
#196 0x00000000005fcb1f in exec_byte_code (bytestr=10516593, vector=10516645, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 98
        op = 2
        vectorp = 0xa078a8 <pure+1353096>
        stack = {pc = 0xaf9093 <pure+2342259> "\210)\301\207", byte_string = 
10516593, byte_string_start = 0xaf908a <pure+2342250> 
"r\301\b\302H\b\303H\"\210)\301\207", next = 0x7fffffff6ab0}
        top = 0x7fffffff63e8
        result = 0
        type = (unknown: 12)
#197 0x00000000005fbf8c in Fbyte_code (bytestr=10516593, vector=10516645, 
maxdepth=16) at bytecode.c:482
No locals.
#198 0x00000000005bb3e3 in eval_sub (form=10516566) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {10516593, 10516645, 16, 69806166, 20490898, 0, 0, 0}
        fun = 12066709
        val = 56422701
        original_fun = 12760290
        original_args = 10516582
        funcar = 579831100477
        gcpro1 = {next = 0x7fffffff68c0, var = 0xc00000000, nvars = 69806166}
        gcpro2 = {next = 0x4292856, var = 0x60, nvars = 36}
        gcpro3 = {next = 0xa07490 <pure+1352048>, var = 0x7fffffff6830, nvars = 
3}
        count = 97
#199 0x00000000005b957b in internal_lisp_condition_case (var=16795506, 
bodyform=10516566, handlers=10516686) at eval.c:1317
        val = 12623730
        c = 0xce7480
        oldhandlerlist = 0x13fbf50
        clausenb = 1
#200 0x00000000005fdc91 in exec_byte_code (bytestr=10516297, vector=10516333, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 10516686
        body = 10516566
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 94
        op = 143
        vectorp = 0xa07770 <pure+1352784>
        stack = {pc = 0xaf9112 <pure+2342386> "\210\016\027\205\217", 
byte_string = 10516297, byte_string_start = 0xaf9098 <pure+2342264> 
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x7fffffff76e0}
        top = 0x7fffffff6a38
        result = 19075664
        type = CATCHER
#201 0x00000000005bd223 in funcall_lambda (fun=10516253, nargs=1, 
arg_vector=0xa0776d <pure+1352781>) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 20488018
        lexenv = 12623730
        count = 93
        i = 1
        optional = false
        rest = false
#202 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffff6f50) at 
eval.c:2860
        fun = 10516253
        original_fun = 12663458
        funcar = 12623778
        numargs = 1
        lisp_numargs = 12747490
        val = 5
        internal_args = 0x28fd5e5
        i = 66004928
        count = 92
#203 0x00000000005bc1b2 in call1 (fn=12663458, arg1=56422701) at eval.c:2610
        ret_ungc_val = 42980837
        gcpro1 = {next = 0xc09fa2, var = 0xc282e0, nvars = 2}
        args = {12663458, 56422701}
#204 0x00000000005304b3 in timer_check_2 (timers=58696646, 
idle_timers=58696486) at keyboard.c:4515
        count = 91
        old_deactivate_mark = 12623778
        idle_timer_ripe = true
        timer = 26499061
        timer_time = {tv_sec = 1428981999, tv_nsec = 542583831}
        timer_difference = {tv_sec = 2, tv_nsec = 325359169}
        idle_timer_difference = {tv_sec = 3, tv_nsec = 815514000}
        ripe = true
        idle_timer = 56422701
        idle_timer_time = {tv_sec = 0, tv_nsec = 10000000}
        difference = {tv_sec = 3, tv_nsec = 815514000}
        timer_ripe = true
        nexttime = {tv_sec = 0, tv_nsec = -1}
        now = {tv_sec = 1428982001, tv_nsec = 867943000}
        idleness_now = {tv_sec = 3, tv_nsec = 825514000}
        chosen_timer = 56422701
        gcpro1 = {next = 0x7, var = 0x0, nvars = -1}
#205 0x0000000000530609 in timer_check () at keyboard.c:4582
        nexttime = {tv_sec = 1428982002, tv_nsec = 867937000}
        timers = 58696646
        idle_timers = 58696470
        gcpro1 = {next = 0x0, var = 0x3b9ac618, nvars = 1428982001}
        gcpro2 = {next = 0x0, var = 0x3b9ac618, nvars = 140737488318784}
        tem = 12623778
#206 0x0000000000607be5 in wait_reading_process_output (time_limit=1, nsecs=0, 
read_kbd=0, do_display=false, wait_for_cell=12623730, wait_proc=0x28fd5e0, 
just_wait_proc=0) at process.c:4388
        old_timers_run = 3699
        old_buffer = 0x3ef27c0
        old_window = 21401501
        timer_delay = {tv_sec = 139642271658704, tv_nsec = 18495253}
        timeout_reduced_for_timers = false
        channel = 0
        nfds = 5388422
        Available = {fds_bits = {0 <repeats 16 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = false
        check_delay = -35616
        no_avail = false
        xerrno = 0
        proc = 12623778
        timeout = {tv_sec = 0, tv_nsec = 999999000}
        end_time = {tv_sec = 1428982002, tv_nsec = 867937000}
        wait_channel = 11
        got_some_input = false
        count = 90
#207 0x0000000000606e68 in Faccept_process_output (process=42980837, seconds=4, 
millisec=12623730, just_this_one=12623730) at process.c:4003
        secs = 1
        nsecs = 0
#208 0x00000000005bc89c in Ffuncall (nargs=3, args=0x7fffffff7648) at 
eval.c:2822
        fun = 12068437
        original_fun = 12795282
        funcar = 12623730
        numargs = 2
        lisp_numargs = 0
        val = 12623730
        internal_args = 0x7fffffff7590
        i = 4
        count = 89
#209 0x00000000005fcb1f in exec_byte_code (bytestr=52452833, vector=51133885, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 81
        op = 2
        vectorp = 0x30c3dc0
        stack = {pc = 0x61dfd31 "\204s", byte_string = 52452833, 
byte_string_start = 0x61dfca0 "\b\t?‰\211\032\033\034\035\036)\r\203\027", next 
= 0x7fffffff7c00}
        top = 0x7fffffff7648
        result = 0
        type = CATCHER
#210 0x00000000005bd223 in funcall_lambda (fun=51134341, nargs=4, 
arg_vector=0x30c3dbd) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 77
        i = 4
        optional = false
        rest = false
#211 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7fffffff7b78) at 
eval.c:2860
        fun = 51134341
        original_fun = 43251618
        funcar = 66004933
        numargs = 4
        lisp_numargs = 12623730
        val = 12623730
        internal_args = 0x2d8f87d
        i = 55465474
        count = 76
#212 0x00000000005fcb1f in exec_byte_code (bytestr=49489457, vector=47773821, 
maxdepth=28, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 73
        op = 4
        vectorp = 0x2d8f880
        stack = {pc = 0x61e0b35 
"\036\027\312\016\030\313\"\036\031\016\027\204\063", byte_string = 49489457, 
byte_string_start = 0x61e0b18 "r\bq\210d\031\306\307!\205\016", next = 
0x7fffffff8150}
        top = 0x7fffffff7b78
        result = 88266800
        type = CATCHER
#213 0x00000000005bd223 in funcall_lambda (fun=51136213, nargs=5, 
arg_vector=0x2d8f87d) at eval.c:3044
        val = 5
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 68
        i = 5
        optional = false
        rest = false
#214 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffff8098) at 
eval.c:2860
        fun = 51136213
        original_fun = 43252194
        funcar = 101828294
        numargs = 5
        lisp_numargs = 0
        val = 140737488322688
        internal_args = 0x30c425d
        i = 101828390
        count = 67
#215 0x00000000005fcb1f in exec_byte_code (bytestr=50349729, vector=51135069, 
maxdepth=52, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 61
        op = 5
        vectorp = 0x30c4260
        stack = {pc = 0x61e0353 "\026*)\t\203\266", byte_string = 50349729, 
byte_string_start = 0x61e02c0 "\306\307!\204\n", next = 0x7fffffff8690}
        top = 0x7fffffff8098
        result = 5387348
        type = CATCHER
#216 0x00000000005bd223 in funcall_lambda (fun=51135437, nargs=8, 
arg_vector=0x30c425d) at eval.c:3044
        val = 8
        syms_left = 12623730
        next = 16729874
        lexenv = 12623730
        count = 56
        i = 8
        optional = false
        rest = true
#217 0x00000000005bc9fe in Ffuncall (nargs=9, args=0x7fffffff85e8) at 
eval.c:2860
        fun = 51135437
        original_fun = 12706498
        funcar = 5387058
        numargs = 8
        lisp_numargs = 23232576
        val = 12623778
        internal_args = 0x3
        i = 6042193
        count = 55
#218 0x00000000005fcb1f in exec_byte_code (bytestr=56494865, vector=56490757, 
maxdepth=44, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 53
        op = 8
        vectorp = 0x35dfb08
        stack = {pc = 0x6209a59 "\202Y", byte_string = 56494865, 
byte_string_start = 0x6209a38 "‰\030\031\n\307>\203$", next = 0x7fffffff8cd0}
        top = 0x7fffffff85e8
        result = 140737488324872
        type = (unknown: 12)
#219 0x00000000005fbf8c in Fbyte_code (bytestr=56494865, vector=56490757, 
maxdepth=44) at bytecode.c:482
No locals.
#220 0x00000000005bb3e3 in eval_sub (form=101524182) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {56494865, 56490757, 44, 12623730, 140737488325296, 6012073, 
140737488325480, 1}
        fun = 12066709
        val = 58698598
        original_fun = 12760290
        original_args = 101524166
        funcar = 6052985
        gcpro1 = {next = 0x7fffffff8b60, var = 0x2, nvars = 5387193}
        gcpro2 = {next = 0x7fffffff8ae0, var = 0x52248f <XSETCDR+28>, nvars = 
58698598}
        gcpro3 = {next = 0xc2aba2, var = 0x7fffffff8a60, nvars = 3}
        count = 52
#221 0x00000000005b957b in internal_lisp_condition_case (var=44403602, 
bodyform=101524182, handlers=12623730) at eval.c:1317
        val = 12623730
        c = 0x3ef27c5
        oldhandlerlist = 0x13fbf50
        clausenb = 0
#222 0x00000000005fdc91 in exec_byte_code (bytestr=56494385, vector=56490981, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 12623730
        body = 101524182
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 47
        op = 143
        vectorp = 0x35dfbe8
        stack = {pc = 0x6209a0a "\210\f-\207", byte_string = 56494385, 
byte_string_start = 0x62099d0 "\b?\205=", next = 0x7fffffff91e0}
        top = 0x7fffffff8c58
        result = 66004933
        type = CATCHER
#223 0x00000000005bd223 in funcall_lambda (fun=51192861, nargs=4, 
arg_vector=0x35dfbe5) at eval.c:3044
        val = 4
        syms_left = 12623730
        next = 32034402
        lexenv = 12623730
        count = 43
        i = 4
        optional = false
        rest = false
#224 0x00000000005bc9fe in Ffuncall (nargs=5, args=0x7fffffff9168) at 
eval.c:2860
        fun = 51192861
        original_fun = 17377458
        funcar = 101656806
        numargs = 4
        lisp_numargs = 12747442
        val = 140737488326992
        internal_args = 0xc09f72
        i = 101656870
        count = 42
#225 0x00000000005fcb1f in exec_byte_code (bytestr=48959457, vector=53651205, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 38
        op = 4
        vectorp = 0x332a708
        stack = {pc = 0x61ebe24 "\036 \334\016 !\203\016\001\335\016 
\307\"\210\016 \023+\v\205\030\001\336\b\t\v#*\207", byte_string = 48959457, 
byte_string_start = 0x61ebd28 "\306\b\tB\n\"\307\033\034\f\203\207", next = 
0x7fffffff9700}
        top = 0x7fffffff9168
        result = 1772
        type = CATCHER
#226 0x00000000005bd223 in funcall_lambda (fun=53651485, nargs=2, 
arg_vector=0x332a705) at eval.c:3044
        val = 2
        syms_left = 12623730
        next = 30349714
        lexenv = 12623730
        count = 36
        i = 2
        optional = false
        rest = false
#227 0x00000000005bc9fe in Ffuncall (nargs=3, args=0x7fffffff9678) at 
eval.c:2860
        fun = 53651485
        original_fun = 55167442
        funcar = 140737488328288
        numargs = 2
        lisp_numargs = 5908872
        val = 25714032
        internal_args = 0xc09f72
        i = 30349714
        count = 35
#228 0x00000000005fcb1f in exec_byte_code (bytestr=40315809, vector=44481349, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 33
        op = 2
        vectorp = 0x2a6bb48
        stack = {pc = 0x61e4798 "\036-\016.\206~", byte_string = 40315809, 
byte_string_start = 0x61e4728 "\306\b!\204\016", next = 0x7fffffff9c10}
        top = 0x7fffffff9678
        result = 12457664
        type = CATCHER
#229 0x00000000005bd223 in funcall_lambda (fun=44481933, nargs=3, 
arg_vector=0x2a6bb45) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 44329154
        lexenv = 12623730
        count = 29
        i = 3
        optional = true
        rest = false
#230 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7fffffff9b98) at 
eval.c:2860
        fun = 44481933
        original_fun = 13659346
        funcar = 12687970
        numargs = 3
        lisp_numargs = 25
        val = 25713842
        internal_args = 0x30c405d
        i = 29932434
        count = 28
#231 0x00000000005fcb1f in exec_byte_code (bytestr=54255329, vector=51134557, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 27
        op = 3
        vectorp = 0x30c4060
        stack = {pc = 0x61e0157 ")\207", byte_string = 54255329, 
byte_string_start = 0x61e0150 "\304\030\305\t\n\v#)\207", next = 0x7fffffffa170}
        top = 0x7fffffff9b98
        result = 12623778
        type = CATCHER
#232 0x00000000005bd223 in funcall_lambda (fun=51134613, nargs=3, 
arg_vector=0x30c405d) at eval.c:3044
        val = 3
        syms_left = 12623730
        next = 30208850
        lexenv = 12623730
        count = 24
        i = 3
        optional = false
        rest = false
#233 0x00000000005bc9fe in Ffuncall (nargs=4, args=0x7fffffffa0f0) at 
eval.c:2860
        fun = 51134613
        original_fun = 17377842
        funcar = 27358160
        numargs = 3
        lisp_numargs = 23231552
        val = 12623730
        internal_args = 0x7fffffffa638
        i = 29996754
        count = 23
#234 0x00000000005fcb1f in exec_byte_code (bytestr=30729681, vector=26819445, 
maxdepth=56, args_template=5132, nargs=5, args=0x7fffffffa660) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 21
        op = 3
        vectorp = 0x1993b78
        stack = {pc = 0x1c51e16 
"\262\002)\202\032\001\003\006\t!\262\002\001\203\032\001r\001q\210\351\006\b\006\b\"\210)\f\203%\001\352\006\t\353
 \"\210\001)\207", byte_string = 30729681, byte_string_start = 0x1c51d18 "\305 
\210\306 \210\004;\203\032", next = 0x7fffffffa6b0}
        top = 0x7fffffffa0f0
        result = 53311797
        type = (unknown: 12)
#235 0x00000000005bcf2a in funcall_lambda (fun=26819805, nargs=5, 
arg_vector=0x7fffffffa638) at eval.c:2978
        val = 5
        syms_left = 5132
        next = 3662232727584795
        lexenv = 51545615768
        count = 21
        i = 5387193
        optional = false
        rest = false
#236 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffffa630) at 
eval.c:2860
        fun = 26819805
        original_fun = 30418034
        funcar = 58648710
        numargs = 5
        lisp_numargs = 58648694
        val = 53311797
        internal_args = 0x7fffffffab50
        i = 12623730
        count = 20
#237 0x00000000005fcb1f in exec_byte_code (bytestr=30729873, vector=26758357, 
maxdepth=44, args_template=5128, nargs=5, args=0x7fffffffab78) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 20
        op = 5
        vectorp = 0x1984cd8
        stack = {pc = 0x1c51cea "\207", byte_string = 30729873, 
byte_string_start = 0x1c51ce0 "\300\005\005\301\006\006B\005\005%\207", next = 
0x7fffffffabe0}
        top = 0x7fffffffa630
        result = 53311797
        type = (unknown: 12)
#238 0x00000000005bcf2a in funcall_lambda (fun=26815837, nargs=5, 
arg_vector=0x7fffffffab50) at eval.c:2978
        val = 5
        syms_left = 5128
        next = 140737488333440
        lexenv = 51545615768
        count = 20
        i = 5387193
        optional = false
        rest = false
#239 0x00000000005bc9fe in Ffuncall (nargs=6, args=0x7fffffffab48) at 
eval.c:2860
        fun = 26815837
        original_fun = 17374802
        funcar = 140737488333616
        numargs = 5
        lisp_numargs = 5908872
        val = 140737488333616
        internal_args = 0x3
        i = 6042193
        count = 19
#240 0x00000000005fcb1f in exec_byte_code (bytestr=69342449, vector=56420821, 
maxdepth=36, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 19
        op = 5
        vectorp = 0x35ce9d8
        stack = {pc = 0x6190000 "\207", byte_string = 69342449, 
byte_string_start = 0x618ffc8 "\302\b\303H\t>\204\017", next = 0x7fffffffb240}
        top = 0x7fffffffab48
        result = 53311797
        type = (unknown: 12)
#241 0x00000000005fbf8c in Fbyte_code (bytestr=69342449, vector=56420821, 
maxdepth=36) at bytecode.c:482
No locals.
#242 0x00000000005bb3e3 in eval_sub (form=49217462) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {69342449, 56420821, 36, 88080417, 140737488334816, 
7599824459268129, 140737488334832, 7646736897460318}
        fun = 12066709
        val = 2
        original_fun = 12760290
        original_args = 49217446
        funcar = 4567164043839668224
        gcpro1 = {next = 0x7fffffffb050, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 4567164043839668224}
        gcpro2 = {next = 0x7fffffffb030, var = 0x5963de <XFLOAT_INIT+29>, nvars 
= 31079225734}
        gcpro3 = {next = 0x7fffffffb110, var = 0x7fffffffafb0, nvars = 3}
        count = 18
#243 0x00000000005b957b in internal_lisp_condition_case (var=12623730, 
bodyform=49217462, handlers=49217286) at eval.c:1317
        val = 12623730
        c = 0x13fbf50
        oldhandlerlist = 0xf83d20
        clausenb = 1
#244 0x00000000005fdc91 in exec_byte_code (bytestr=69342945, vector=56420941, 
maxdepth=24, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 49217286
        body = 49217462
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 17
        op = 143
        vectorp = 0x35cea50
        stack = {pc = 0x618fede "I)\207", byte_string = 69342945, 
byte_string_start = 0x618fec8 "\b\303H\t>\204\016", next = 0x7fffffffb750}
        top = 0x7fffffffb1c8
        result = 12623730
        type = CATCHER
#245 0x00000000005bd223 in funcall_lambda (fun=56421045, nargs=1, 
arg_vector=0x35cea4d) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 23834546
        lexenv = 12623730
        count = 16
        i = 1
        optional = false
        rest = false
#246 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffffb6d8) at 
eval.c:2860
        fun = 56421045
        original_fun = 58576178
        funcar = 140737488336576
        numargs = 1
        lisp_numargs = 5908872
        val = 103267344
        internal_args = 0xc09f72
        i = 1
        count = 15
#247 0x00000000005fcb1f in exec_byte_code (bytestr=69345473, vector=56420229, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 13
        op = 1
        vectorp = 0x35ce788
        stack = {pc = 0x618f848 "*\207", byte_string = 69345473, 
byte_string_start = 0x618f7e8 "\306 
\210\307\310\030\031\n\310\033\211\034\203\071", next = 0x7fffffffbd90}
        top = 0x7fffffffb6d8
        result = 53311797
        type = (unknown: 12)
#248 0x00000000005bd223 in funcall_lambda (fun=56420373, nargs=0, 
arg_vector=0x35ce785) at eval.c:3044
        val = 0
        syms_left = 12623730
        next = 12623778
        lexenv = 12623730
        count = 13
        i = 0
        optional = false
        rest = false
#249 0x00000000005bc9fe in Ffuncall (nargs=1, args=0x7fffffffbd20) at 
eval.c:2860
        fun = 56420373
        original_fun = 58576034
        funcar = 6313601925991
        numargs = 0
        lisp_numargs = 140737488337824
        val = 53311797
        internal_args = 0x0
        i = 6029308
        count = 12
#250 0x00000000005bb816 in Fapply (nargs=2, args=0x7fffffffbd20) at eval.c:2293
        i = 140737488338032
        numargs = 0
        spread_arg = 12623730
        funcall_args = 0x0
        fun = 58576034
        retval = 12057720
        gcpro1 = {next = 0x5233b9 <PSEUDOVECTORP+63>, var = 0x400000000, nvars 
= 21401501}
        sa_count = 12
        sa_must_free = false
#251 0x00000000005bc6d4 in Ffuncall (nargs=3, args=0x7fffffffbd18) at 
eval.c:2792
        fun = 12057725
        original_fun = 12749986
        funcar = 140737488338176
        numargs = 2
        lisp_numargs = 5908872
        val = 64021525
        internal_args = 0x3
        i = 6018736
        count = 11
#252 0x00000000005fcb1f in exec_byte_code (bytestr=10516593, vector=10516645, 
maxdepth=16, args_template=12623730, nargs=0, args=0x0) at bytecode.c:916
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 10
        op = 2
        vectorp = 0xa078a8 <pure+1353096>
        stack = {pc = 0xaf9093 <pure+2342259> "\210)\301\207", byte_string = 
10516593, byte_string_start = 0xaf908a <pure+2342250> 
"r\301\b\302H\b\303H\"\210)\301\207", next = 0x7fffffffc3e0}
        top = 0x7fffffffbd18
        result = 12749986
        type = (unknown: 12)
#253 0x00000000005fbf8c in Fbyte_code (bytestr=10516593, vector=10516645, 
maxdepth=16) at bytecode.c:482
No locals.
#254 0x00000000005bb3e3 in eval_sub (form=10516566) at eval.c:2187
        numargs = 12
        args_left = 12623730
        i = 3
        maxargs = 3
        argvals = {10516593, 10516645, 16, 88281734, 20490898, 5274221, 
-3190781692455477488, 27392765154}
        fun = 12066709
        val = 56423069
        original_fun = 12760290
        original_args = 10516582
        funcar = 579831100477
        gcpro1 = {next = 0x46e11700fffdb18c, var = 0xc00c09f72, nvars = 
88281734}
        gcpro2 = {next = 0x5431286, var = 0x8, nvars = 36}
        gcpro3 = {next = 0xa07490 <pure+1352048>, var = 0x7fffffffc160, nvars = 
3}
        count = 9
#255 0x00000000005b957b in internal_lisp_condition_case (var=16795506, 
bodyform=10516566, handlers=10516686) at eval.c:1317
        val = 12623730
        c = 0xf83d20
        oldhandlerlist = 0xf83bf0
        clausenb = 1
#256 0x00000000005fdc91 in exec_byte_code (bytestr=10516297, vector=10516333, 
maxdepth=20, args_template=12623730, nargs=0, args=0x0) at bytecode.c:1162
        handlers = 10516686
        body = 10516566
        targets = {0x6000a5 <exec_byte_code+16632>, 0x600102 
<exec_byte_code+16725>, 0x600104 <exec_byte_code+16727>, 0x600106 
<exec_byte_code+16729>, 0x600108 <exec_byte_code+16731>, 0x600108 
<exec_byte_code+16731>, 0x60016c <exec_byte_code+16831>, 0x6001e3 
<exec_byte_code+16950>, 0x5fc3eb <exec_byte_code+1086>, 0x5fc3ed 
<exec_byte_code+1088>, 0x5fc3ef <exec_byte_code+1090>, 0x5fc3f1 
<exec_byte_code+1092>, 0x5fc3f3 <exec_byte_code+1094>, 0x5fc3f3 
<exec_byte_code+1094>, 0x5fc3f9 <exec_byte_code+1100>, 0x5fc3b0 
<exec_byte_code+1027>, 0x5fc830 <exec_byte_code+2179>, 0x5fc832 
<exec_byte_code+2181>, 0x5fc834 <exec_byte_code+2183>, 0x5fc836 
<exec_byte_code+2185>, 0x5fc838 <exec_byte_code+2187>, 0x5fc838 
<exec_byte_code+2187>, 0x5fc879 <exec_byte_code+2252>, 0x5fc83e 
<exec_byte_code+2193>, 0x5fca26 <exec_byte_code+2681>, 0x5fca28 
<exec_byte_code+2683>, 0x5fca2a <exec_byte_code+2685>, 0x5fca2c 
<exec_byte_code+2687>, 0x5fca2e <exec_byte_code+2689>, 0x5fca2e 
<exec_byte_code+2689>, 0x5fc9ce <exec_byte_code+2593>, 0x5fc9eb 
<exec_byte_code+2622>, 0x5fcaec <exec_byte_code+2879>, 0x5fcaee 
<exec_byte_code+2881>, 0x5fcaf0 <exec_byte_code+2883>, 0x5fcaf2 
<exec_byte_code+2885>, 0x5fcaf4 <exec_byte_code+2887>, 0x5fcaf4 
<exec_byte_code+2887>, 0x5fca94 <exec_byte_code+2791>, 0x5fcab1 
<exec_byte_code+2820>, 0x5fcbaf <exec_byte_code+3074>, 0x5fcbb1 
<exec_byte_code+3076>, 0x5fcbb3 <exec_byte_code+3078>, 0x5fcbb5 
<exec_byte_code+3080>, 0x5fcbb7 <exec_byte_code+3082>, 0x5fcbb7 
<exec_byte_code+3082>, 0x5fcb57 <exec_byte_code+2986>, 0x5fcb74 
<exec_byte_code+3015>, 0x5fdb8b <exec_byte_code+7134>, 0x5fd959 
<exec_byte_code+6572>, 0x5fd950 <exec_byte_code+6563>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x5fddaa <exec_byte_code+7677>, 0x5fde7a 
<exec_byte_code+7885>, 0x5fded1 <exec_byte_code+7972>, 0x5fdf28 
<exec_byte_code+8059>, 0x5fdf83 <exec_byte_code+8150>, 0x5fc6c2 
<exec_byte_code+1813>, 0x5fc72d <exec_byte_code+1920>, 0x5fdfed 
<exec_byte_code+8256>, 0x5fc624 <exec_byte_code+1655>, 0x5fc791 
<exec_byte_code+2020>, 0x5fe048 <exec_byte_code+8347>, 0x5fe0ac 
<exec_byte_code+8447>, 0x5fe0f3 <exec_byte_code+8518>, 0x5fe157 
<exec_byte_code+8618>, 0x5fe1a5 <exec_byte_code+8696>, 0x5fe274 
<exec_byte_code+8903>, 0x5fe2bb <exec_byte_code+8974>, 0x5fe31f 
<exec_byte_code+9074>, 0x5fe39d <exec_byte_code+9200>, 0x5fe3e4 
<exec_byte_code+9271>, 0x5fe42b <exec_byte_code+9342>, 0x5fe48f 
<exec_byte_code+9442>, 0x5fe4f3 <exec_byte_code+9542>, 0x5fe557 
<exec_byte_code+9642>, 0x5fe5d5 <exec_byte_code+9768>, 0x5fe623 
<exec_byte_code+9846>, 0x5fe671 <exec_byte_code+9924>, 0x5fe740 
<exec_byte_code+10131>, 0x5fe7cd <exec_byte_code+10272>, 0x5fe85a 
<exec_byte_code+10413>, 0x5fea92 <exec_byte_code+10981>, 0x5feafb 
<exec_byte_code+11086>, 0x5feb64 <exec_byte_code+11191>, 0x5febcd 
<exec_byte_code+11296>, 0x5fec36 <exec_byte_code+11401>, 0x5fec84 
<exec_byte_code+11479>, 0x5fed12 <exec_byte_code+11621>, 0x5fed60 
<exec_byte_code+11699>, 0x5fedae <exec_byte_code+11777>, 0x5fedfc 
<exec_byte_code+11855>, 0x5feefc <exec_byte_code+12111>, 0x5fd7e9 
<exec_byte_code+6204>, 0x5fef5d <exec_byte_code+12208>, 0x5fefa4 
<exec_byte_code+12279>, 0x5ff06e <exec_byte_code+12481>, 0x5ff0cf 
<exec_byte_code+12578>, 0x5ff130 <exec_byte_code+12675>, 0x5ff177 
<exec_byte_code+12746>, 0x5ff1c7 <exec_byte_code+12826>, 0x5ff217 
<exec_byte_code+12906>, 0x5ff26f <exec_byte_code+12994>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff2c0 <exec_byte_code+13075>, 0x5ff302 
<exec_byte_code+13141>, 0x5ff344 <exec_byte_code+13207>, 0x5ff386 
<exec_byte_code+13273>, 0x5ff3c8 <exec_byte_code+13339>, 0x5ff40a 
<exec_byte_code+13405>, 0x5fd7e9 <exec_byte_code+6204>, 0x6000a5 
<exec_byte_code+16632>, 0x5ff451 <exec_byte_code+13476>, 0x5ff4a0 
<exec_byte_code+13555>, 0x5ff4e7 <exec_byte_code+13626>, 0x5ff52e 
<exec_byte_code+13697>, 0x5ff592 <exec_byte_code+13797>, 0x5ff5f6 
<exec_byte_code+13897>, 0x5ff63d <exec_byte_code+13968>, 0x5ff716 
<exec_byte_code+14185>, 0x5ff77a <exec_byte_code+14285>, 0x5ff7de 
<exec_byte_code+14385>, 0x5ff842 <exec_byte_code+14485>, 0x5ff884 
<exec_byte_code+14551>, 0x6000a5 <exec_byte_code+16632>, 0x5fd714 
<exec_byte_code+5991>, 0x5fcc56 <exec_byte_code+3241>, 0x5fc4e2 
<exec_byte_code+1333>, 0x5fcd71 <exec_byte_code+3524>, 0x5fceb3 
<exec_byte_code+3846>, 0x5fcfec <exec_byte_code+4159>, 0x5fd6a1 
<exec_byte_code+5876>, 0x5fd6de <exec_byte_code+5937>, 0x5fc97c 
<exec_byte_code+2511>, 0x5fd7a6 <exec_byte_code+6137>, 0x5fd81f 
<exec_byte_code+6258>, 0x5fd8a7 <exec_byte_code+6394>, 0x5fd8ea 
<exec_byte_code+6461>, 0x5fdbce <exec_byte_code+7201>, 0x5fdc4b 
<exec_byte_code+7326>, 0x5fdcc9 <exec_byte_code+7452>, 0x5fdd2e 
<exec_byte_code+7553>, 0x5fcc0c <exec_byte_code+3167>, 0x5ff8cb 
<exec_byte_code+14622>, 0x5ff949 <exec_byte_code+14748>, 0x5ff990 
<exec_byte_code+14819>, 0x5ff9d7 <exec_byte_code+14890>, 0x5ffa1e 
<exec_byte_code+14961>, 0x5ffa65 <exec_byte_code+15032>, 0x5ffac9 
<exec_byte_code+15132>, 0x5ffb2d <exec_byte_code+15232>, 0x5ffb91 
<exec_byte_code+15332>, 0x5ffbf5 <exec_byte_code+15432>, 0x5ffd25 
<exec_byte_code+15736>, 0x5ffd89 <exec_byte_code+15836>, 0x5ffded 
<exec_byte_code+15936>, 0x5ffe34 <exec_byte_code+16007>, 0x5ffe98 
<exec_byte_code+16107>, 0x5ffefc <exec_byte_code+16207>, 0x5fff51 
<exec_byte_code+16292>, 0x5fffa6 <exec_byte_code+16377>, 0x5fee4a 
<exec_byte_code+11933>, 0x5fee98 <exec_byte_code+12011>, 0x5ffff4 
<exec_byte_code+16455>, 0x60004f <exec_byte_code+16546>, 0x6000a5 
<exec_byte_code+16632>, 0x5fd125 <exec_byte_code+4472>, 0x5fd213 
<exec_byte_code+4710>, 0x5fd33a <exec_byte_code+5005>, 0x5fd461 
<exec_byte_code+5300>, 0x5fd581 <exec_byte_code+5588>, 0x5fe1f3 
<exec_byte_code+8774>, 0x5fe6bf <exec_byte_code+10002>, 0x5fefed 
<exec_byte_code+12352>, 0x600282 <exec_byte_code+17109>, 0x6002f9 
<exec_byte_code+17228>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600398 <exec_byte_code+17387>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x6000a5 <exec_byte_code+16632>, 0x6000a5 
<exec_byte_code+16632>, 0x600424 <exec_byte_code+17527> <repeats 64 times>}
        count = 6
        op = 143
        vectorp = 0xa07770 <pure+1352784>
        stack = {pc = 0xaf9112 <pure+2342386> "\210\016\027\205\217", 
byte_string = 10516297, byte_string_start = 0xaf9098 <pure+2342264> 
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x0}
        top = 0x7fffffffc368
        result = 12623730
        type = CATCHER
#257 0x00000000005bd223 in funcall_lambda (fun=10516253, nargs=1, 
arg_vector=0xa0776d <pure+1352781>) at eval.c:3044
        val = 1
        syms_left = 12623730
        next = 20488018
        lexenv = 12623730
        count = 5
        i = 1
        optional = false
        rest = false
#258 0x00000000005bc9fe in Ffuncall (nargs=2, args=0x7fffffffc880) at 
eval.c:2860
        fun = 10516253
        original_fun = 12663458
        funcar = 12623778
        numargs = 1
        lisp_numargs = 12747490
        val = 5
        internal_args = 0x0
        i = 64021520
        count = 4
#259 0x00000000005bc1b2 in call1 (fn=12663458, arg1=56423069) at eval.c:2610
        ret_ungc_val = 0
        gcpro1 = {next = 0xc09f72, var = 0xc282e0, nvars = 2}
        args = {12663458, 56423069}
#260 0x00000000005304b3 in timer_check_2 (timers=58654758, 
idle_timers=58654406) at keyboard.c:4515
        count = 3
        old_deactivate_mark = 12623730
        idle_timer_ripe = true
        timer = 26499061
        timer_time = {tv_sec = 1428981999, tv_nsec = 542583831}
        timer_difference = {tv_sec = 2, tv_nsec = 322231169}
        idle_timer_difference = {tv_sec = 3, tv_nsec = 812386000}
        ripe = true
        idle_timer = 56423069
        idle_timer_time = {tv_sec = 0, tv_nsec = 10000000}
        difference = {tv_sec = 3, tv_nsec = 812386000}
        timer_ripe = true
        nexttime = {tv_sec = 0, tv_nsec = -1}
        now = {tv_sec = 1428982001, tv_nsec = 864815000}
        idleness_now = {tv_sec = 3, tv_nsec = 822386000}
        chosen_timer = 56423069
        gcpro1 = {next = 0x9, var = 0x0, nvars = -1}
#261 0x0000000000530609 in timer_check () at keyboard.c:4582
        nexttime = {tv_sec = 0, tv_nsec = 0}
        timers = 58654758
        idle_timers = 58654342
        gcpro1 = {next = 0x1b, var = 0x265abda8, nvars = 1428982001}
        gcpro2 = {next = 0x1b, var = 0x265abda8, nvars = 140737488341616}
        tem = 12623730
#262 0x0000000000607be5 in wait_reading_process_output (time_limit=30, nsecs=0, 
read_kbd=-1, do_display=true, wait_for_cell=12623730, wait_proc=0x0, 
just_wait_proc=0) at process.c:4388
        old_timers_run = 3698
        old_buffer = 0x3d0e410
        old_window = 21401501
        timer_delay = {tv_sec = 0, tv_nsec = 36526831}
        timeout_reduced_for_timers = false
        channel = 10
        nfds = 1
        Available = {fds_bits = {0 <repeats 16 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = true
        check_delay = 1
        no_avail = false
        xerrno = 0
        proc = 12953493
        timeout = {tv_sec = 27, tv_nsec = 643481000}
        end_time = {tv_sec = 1428982029, tv_nsec = 506055000}
        wait_channel = -1
        got_some_input = true
        count = 2
#263 0x000000000041a7a9 in sit_for (timeout=120, reading=true, 
display_option=1) at dispnew.c:5867
        sec = 30
        nsec = 0
        do_display = true
#264 0x000000000052ce2f in read_char (commandflag=1, map=51850870, 
prev_event=12623730, used_mouse_menu=0x7fffffffd40f, end_time=0x0) at 
keyboard.c:2810
        tem0 = 51850886
        timeout = 30
        delay_level = 4
        buffer_size = 35
        c = 12623730
        jmpcount = 2
        local_getcjmp = {{__jmpbuf = {0, 146182239801277234, 0, 
140737488345728, 0, 0, 146182239801272226, 146129523518107376}, 
__mask_was_saved = 0, __saved_mask = {__val = {16143856, 0, 12623730, 
18446744073709551615, 16399312, 140737488343248, 5901310, 140737488343248, 
16143858, 16399312, 16143856, 140737488343392, 5508613, 12623730, 2, 
25782427506}}}}
        save_jump = {{__jmpbuf = {55653392, 18581696, 1503243940886, 
25769803777, 12717632, 140737488332984, 140737488333440, 4707868}, 
__mask_was_saved = 12717637, __saved_mask = {__val = {4313548801, 12717632, 
140737488333008, 2718714298655, 18573400, 140737488333072, 4355505, 
140737488333136, 18581696, 1, 55834574849, 0, 41126549, 140737488333136, 
6495544, 18446742982787858431}}}}
        tem = 140737488343488
        save = 5383311
        previous_echo_area_message = 12623730
        also_record = 12623730
        reread = false
        gcpro1 = {next = 0x0, var = 0x0, nvars = 0}
        gcpro2 = {next = 0x0, var = 0x0, nvars = 0}
        polling_stopped_here = false
        orig_kboard = 0x10298e0
#265 0x0000000000538985 in read_key_sequence (keybuf=0x7fffffffd5f0, 
bufsize=30, prompt=12623730, dont_downcase_last=false, 
can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) 
at keyboard.c:9089
        interrupted_kboard = 0x10298e0
        interrupted_frame = 0x11b6858
        key = 64021525
        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = 50
        count = 2
        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = 51850870
        first_event = 12623730
        first_unbound = 31
        mock_input = 0
        fkey = {parent = 16453126, map = 16453126, start = 0, end = 0}
        keytran = {parent = 12603974, map = 12603974, start = 0, end = 0}
        indec = {parent = 16453174, map = 16453174, start = 0, end = 0}
        shift_translated = false
        delayed_switch_frame = 12623730
        original_uppercase = 139642271684032
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x3d0e410
        fake_prefixed_keys = 12623730
        gcpro1 = {next = 0x7fffffffd440, var = 0x522a9e 
<CHAR_TABLE_REF_ASCII+81>, nvars = 117}
#266 0x000000000052a070 in command_loop_1 () at keyboard.c:1453
        cmd = 14498546
        keybuf = {108, 480, 448, 9163585, 12623730, 9151189, 0, 12623730, 
140737488344736, 6013532, 12623730, 9163585, 53380262, 12670994, 12670994, 
53380262, 9163585, 12623730, 140737488344736, 5389801, 4, 12623730, 
140737488344784, 5412857, 140737488344816, 53380262, 140737488344784, 0, 
140737488344896, 5412642}
        i = 2
        prev_modiff = 224
        prev_buffer = 0x3d0e410
        already_adjusted = false
#267 0x00000000005b96de in internal_condition_case (bfun=0x529cb4 
<command_loop_1>, handlers=12675106, hfun=0x5295cd <cmd_error>) at eval.c:1348
        val = 5413419
        c = 0xf83bf0
#268 0x0000000000529a0e in command_loop_2 (ignore=12623730) at keyboard.c:1178
        val = 0
#269 0x00000000005b8ee6 in internal_catch (tag=12671042, func=0x5299e8 
<command_loop_2>, arg=12623730) at eval.c:1112
        val = 12623730
        c = 0xf83ac0
#270 0x00000000005299be in command_loop () at keyboard.c:1157
No locals.
#271 0x00000000005291c8 in recursive_edit_1 () at keyboard.c:778
        count = 1
        val = 12623730
#272 0x0000000000529335 in Frecursive_edit () at keyboard.c:849
        count = 0
        buffer = 12623730
#273 0x000000000052734b in main (argc=1, argv=0x7fffffffda88) at emacs.c:1642
        dummy = 0
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615}
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
(gdb) 
#+END_EXAMPLE

* Info inserted by M-x report-emacs-bug

In GNU Emacs 24.5.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2015-04-13 on hydrox14
Repository revision: 82e2ce9d792e6bd76cd517589d5b89144497ecf8
Windowing system distributor `AT&T Laboratories Cambridge', version 11.0.3332
System Description:     Red Hat Enterprise Linux Client release 5.7 (Tikanga)

Configured using:
 `configure
 --with-pkg-config-prog=/u/kimr/depot/buildtools/bin/pkg-config
 --with-xml2 --with-x-toolkit=lucid --without-compress-install
 --prefix=/u/kimr/depot/emacs-24.5.50.20150413 'CFLAGS=-ggdb3 -O0'
 'CPPFLAGS=-fgnu89-inline -ggdb3 -O0'
 'LDFLAGS=-L/u/kimr/depot/buildtools/lib -L/u/kimr/depot/anaconda/lib
 -ggdb3''

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Org

Minor modes in effect:
  org-bullets-mode: t
  speed-of-thought-mode: t
  global-semanticdb-minor-mode: t
  global-semantic-stickyfunc-mode: t
  semantic-mode: t
  display-time-mode: t
  diff-auto-refine-mode: t
  projectile-global-mode: t
  projectile-mode: t
  helm-mode: t
  shell-dirtrack-mode: t
  guide-key-mode: t
  company-quickhelp-mode: t
  global-company-mode: t
  company-mode: t
  global-ace-isearch-mode: t
  ace-isearch-mode: t
  winner-mode: t
  show-paren-mode: t
  global-ede-mode: t
  ede-minor-mode: t
  override-global-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  auto-fill-function: org-auto-fill-function
  transient-mark-mode: t
  abbrev-mode: t

Recent messages:
...
(error "No window right from selected window")
Quit
(error "No window right from selected window")
Quit

Load-path shadows:
None found.

Features:
(windmove help-mode shadow sort bbdb-message flyspell ispell mail-extr
emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode
mail-parse rfc2231 gmm-utils mailheader executable org-agenda align
tabify two-column iso-transl face-remap org-bullets my-macros
org-element org-rmail org-mhe org-irc org-info org-gnus org-docview
doc-view jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m
misearch multi-isearch ede/dired image-file pcase history ggtags ewoc
semantic/tag-write semantic/tag-file ede/emacs semantic/db-file
data-debug cedet-files semantic/bovine/c semantic/decorate/include
semantic/decorate/mode semantic/decorate pulse hideif
semantic/bovine/c-by semantic/lex-spp semantic/idle semantic/bovine/gcc
semantic/dep semantic/bovine semantic/analyze/refs semantic/db-find
semantic/db-ref semantic/analyze semantic/sort semantic/scope
semantic/analyze/fcn semantic/ctxt semantic/format semantic/tag-ls
semantic/find google-c-style cc-langs gdb-mi bindat gud helm-command
helm-elisp helm-eval lispy swiper ivy delsel iedit iedit-lib
lispy-inline subr-x avy-jump ace-window avy ediff-merg ediff-wind
ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff edebug
sotlisp eldoc semantic/db-mode semantic/db semantic/util-modes
semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local
smtpmail sendmail rfc2047 rfc2045 ietf-drums starttls gnus gnus-ems
nnheader mail-utils holidays hol-loaddefs ede/cpp-root vc-git
company-anaconda anaconda-mode f json-rpc python json hi-lock appt
diary-lib diary-loaddefs time tempo ob-sqlite ob-sh ob-plantuml
ob-python ob-perl ob-org ob-dot ob-C cc-mode cc-fonts cc-guess cc-menus
cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs org-crypt smex
smart-mode-line-light-theme smart-mode-line mule-util rich-minority p4
ps-print ps-def lpr diff-mode key-chord ido hydra lv helm-projectile
projectile ibuf-ext ibuffer helm-mode helm-files rx image-dired tramp
tramp-compat tramp-loaddefs trampver shell dired-x dired-aux ffap
thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark
helm-adaptive helm-info bookmark pp helm-locate helm-help helm-org org
org-macro org-footnote org-pcomplete pcomplete org-list org-faces
org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval
org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar
cal-loaddefs helm-match-plugin helm-grep helm-regexp helm-plugin grep
helm-external helm-net browse-url xml url url-proxy url-privacy
url-expand url-methods url-history url-cookie url-domsuf url-util
url-parse auth-source gnus-util mm-util mail-prsvr password-cache
url-vars mailcap helm-config async-bytecomp async helm-aliases guide-key
s ucs-normalize popwin dash company-quickhelp pos-tip company-files
company-oddmuse company-keywords company-etags etags company-gtags
company-dabbrev-code company-dabbrev company-capf company-cmake
company-xcode company-clang company-semantic company-eclim
company-template company-css company-nxml company-bbdb company bbdb-com
crm mailabbrev bbdb bbdb-site timezone ace-isearch ace-jump-mode cl
helm-swoop helm-utils dired compile comint ansi-color helm cl-macs
helm-source autoloads winner ring paren warnings advice help-fns
ede/speedbar ede/files ede ede/base gv ede/auto ede/source eieio-base
eieio-speedbar speedbar sb-image ezimage dframe eieio-custom wid-edit
eieio byte-opt eieio-core cedet server edmacro kmacro finder-inf
use-package diminish bytecomp byte-compile cl-extra cconv bind-key
easy-mmode cl-loaddefs cl-lib epg info easymenu package epg-config
time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment lisp-mode prog-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button
faces cus-face macroexp files text-properties overlay sha1 md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dynamic-setting x-toolkit x multi-tty
emacs)

Memory information:
((conses 16 750602 51129)
 (symbols 48 58958 6)
 (miscs 40 2685 1268)
 (strings 32 167171 21805)
 (string-bytes 1 4755951)
 (vectors 16 85313)
 (vector-slots 8 1827379 167864)
 (floats 8 613 2208)
 (intervals 56 6577 1059)
 (buffers 960 43)
 (heap 1024 353099 4878))








reply via email to

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