--- Begin Message ---
Subject: |
25.0.95; Abort in gc when working with streams |
Date: |
Thu, 07 Jul 2016 18:48:15 +0200 |
Hello,
I'm working on an occur like search tool (helm-browse.el), similar to
swiper, using stream.el for candidate/match processing.
Occasionally, the thing crashes.
Here is a backtrace. The session is still open. TIA!
(gdb) run
Starting program: /home/micha/bin/emacs
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe82f9700 (LWP 17074)]
[New Thread 0x7fffe7435700 (LWP 17075)]
[New Thread 0x7fffe69d7700 (LWP 17076)]
[New Thread 0x7fffe54d6700 (LWP 18296)]
Thread 1 "emacs" received signal SIGABRT, Aborted.
0x00007ffff1930c19 in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0 0x00007ffff1930c19 in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000004e76a1 in terminate_due_to_signal (address@hidden,
address@hidden) at emacs.c:381
#2 0x00000000004ffda3 in emacs_abort () at sysdep.c:2247
#3 0x00000000005420e6 in mark_maybe_pointer (p=<optimized out>) at alloc.c:4841
#4 mark_memory (end=<optimized out>, start=<optimized out>) at alloc.c:4894
#5 mark_stack (end=<optimized out>) at alloc.c:5038
#6 garbage_collect_1 (end=0x7fffffffa438) at alloc.c:5756
#7 Fgarbage_collect () at alloc.c:5979
#8 0x0000000000558514 in maybe_gc () at lisp.h:4654
#9 Ffuncall (nargs=3, address@hidden) at eval.c:2643
#10 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#11 0x0000000000558386 in funcall_lambda (fun=45944628, address@hidden,
arg_vector=0x7fffffffa610, address@hidden) at eval.c:2855
#12 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
#13 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#14 0x0000000000558386 in funcall_lambda (fun=40716708, address@hidden,
arg_vector=0x7fffffffa7b0, address@hidden) at eval.c:2855
#15 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
#16 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#17 0x0000000000558386 in funcall_lambda (fun=40721828, address@hidden,
arg_vector=0x7fffffffa918, address@hidden) at eval.c:2855
#18 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
#19 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#20 0x0000000000558386 in funcall_lambda (fun=40714628, address@hidden,
arg_vector=0x7fffffffab28, address@hidden) at eval.c:2855
#21 0x000000000055863b in Ffuncall (nargs=4, address@hidden) at eval.c:2754
#22 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#23 0x0000000000558386 in funcall_lambda (fun=45953716, address@hidden,
arg_vector=0x7ffffffface8, address@hidden) at eval.c:2855
#24 0x000000000055863b in Ffuncall (nargs=4, address@hidden) at eval.c:2754
#25 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#26 0x0000000000558386 in funcall_lambda (fun=45943396, address@hidden,
arg_vector=0x7fffffffaea8, address@hidden) at eval.c:2855
#27 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
#28 0x0000000000559adc in Fapply (nargs=2, args=0x7fffffffb178) at eval.c:2274
#29 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
#30 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#31 0x0000000000558386 in funcall_lambda (fun=34230132, address@hidden,
arg_vector=0x7fffffffb170, address@hidden) at eval.c:2855
#32 0x000000000055863b in Ffuncall (nargs=3, address@hidden) at eval.c:2754
#33 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#34 0x0000000000558386 in funcall_lambda (fun=34231780, address@hidden,
arg_vector=0x7fffffffb300, address@hidden) at eval.c:2855
#35 0x000000000055863b in Ffuncall (nargs=3, address@hidden) at eval.c:2754
#36 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#37 0x0000000000558386 in funcall_lambda (fun=36777956, address@hidden,
arg_vector=0x7fffffffb4a0, address@hidden) at eval.c:2855
#38 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
#39 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#40 0x0000000000558386 in funcall_lambda (fun=25138868, address@hidden,
arg_vector=0x7fffffffb648, address@hidden) at eval.c:2855
#41 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
#42 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#43 0x0000000000558386 in funcall_lambda (fun=38164036, address@hidden,
arg_vector=0x7fffffffb818, address@hidden) at eval.c:2855
#44 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
#45 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#46 0x0000000000558386 in funcall_lambda (fun=38281300, address@hidden,
arg_vector=0x7fffffffb9b8, address@hidden) at eval.c:2855
#47 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
#48 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#49 0x0000000000558386 in funcall_lambda (fun=38281796, address@hidden,
arg_vector=0x7fffffffbb58, address@hidden) at eval.c:2855
#50 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
#51 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#52 0x0000000000558386 in funcall_lambda (fun=36776068, address@hidden,
arg_vector=0x7fffffffbce0, address@hidden) at eval.c:2855
#53 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
#54 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#55 0x0000000000558386 in funcall_lambda (fun=36791764, address@hidden,
arg_vector=0x7fffffffbe60, address@hidden) at eval.c:2855
#56 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
#57 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#58 0x0000000000558386 in funcall_lambda (fun=36833652, address@hidden,
arg_vector=0x7fffffffc000, address@hidden) at eval.c:2855
#59 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
#60 0x0000000000559adc in Fapply (nargs=2, args=0x7fffffffc290) at eval.c:2274
#61 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
#62 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, address@hidden,
address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#63 0x000000000055824f in funcall_lambda (fun=10064269, address@hidden,
address@hidden) at eval.c:2921
#64 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
#65 0x000000000055890a in call1 (address@hidden, address@hidden) at eval.c:2552
#66 0x00000000004ecca8 in timer_check_2 (idle_timers=<optimized out>,
timers=<optimized out>) at keyboard.c:4427
#67 timer_check () at keyboard.c:4489
#68 0x00000000004ed049 in readable_events (address@hidden) at keyboard.c:3328
#69 0x00000000004ee808 in get_input_pending (address@hidden) at keyboard.c:6725
#70 0x00000000004f0e08 in detect_input_pending_run_timers (address@hidden) at
keyboard.c:9862
#71 0x0000000000596859 in wait_reading_process_output (address@hidden,
address@hidden, address@hidden, address@hidden, address@hidden, address@hidden,
just_wait_proc=0) at process.c:4952
#72 0x000000000041fe42 in sit_for (timeout=<optimized out>, address@hidden,
address@hidden) at dispnew.c:5762
#73 0x00000000004f321f in read_char (address@hidden, address@hidden,
prev_event=0, address@hidden, address@hidden) at keyboard.c:2714
#74 0x00000000004f3f3a in read_key_sequence (address@hidden, address@hidden,
address@hidden, address@hidden, address@hidden, address@hidden, bufsize=30) at
keyboard.c:9063
#75 0x00000000004f5b06 in command_loop_1 () at keyboard.c:1365
#76 0x0000000000557022 in internal_condition_case (address@hidden
<command_loop_1>, address@hidden, address@hidden <cmd_error>) at eval.c:1309
#77 0x00000000004e7acc in command_loop_2 (address@hidden) at keyboard.c:1107
#78 0x0000000000556fc3 in internal_catch (address@hidden, address@hidden
<command_loop_2>, address@hidden) at eval.c:1074
#79 0x00000000004e7a30 in command_loop () at keyboard.c:1078
#80 0x00000000004ebfc7 in recursive_edit_1 () at keyboard.c:692
#81 0x00000000005132ff in read_minibuf (address@hidden, address@hidden,
prompt=<optimized out>, address@hidden, expflag=<optimized out>,
histvar=<optimized out>, histpos=<optimized out>, defalt=0, allow_props=false,
inherit_input_method=true) at minibuf.c:660
#82 0x0000000000513a5f in Fread_from_minibuffer (prompt=36853524,
initial_contents=0, keymap=39427843, read=0, hist=<optimized out>,
default_value=0, inherit_input_method=44448) at minibuf.c:940
#83 0x0000000000558798 in Ffuncall (nargs=8, address@hidden) at eval.c:2726
#84 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#85 0x0000000000558386 in funcall_lambda (fun=36814884, address@hidden,
arg_vector=0x7fffffffd5a0, address@hidden) at eval.c:2855
#86 0x000000000055863b in Ffuncall (nargs=8, address@hidden) at eval.c:2754
#87 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#88 0x0000000000558386 in funcall_lambda (fun=34544596, address@hidden,
arg_vector=0x7fffffffd7b8, address@hidden) at eval.c:2855
#89 0x000000000055863b in Ffuncall (address@hidden, args=0x7fffffffd950) at
eval.c:2754
#90 0x0000000000559948 in Fapply (nargs=<optimized out>, args=0x7fffffffdad0)
at eval.c:2321
#91 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
#92 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#93 0x0000000000558386 in funcall_lambda (fun=34385332, address@hidden,
arg_vector=0x7fffffffdac8, address@hidden) at eval.c:2855
#94 0x000000000055863b in Ffuncall (address@hidden, args=0x7fffffffdc60) at
eval.c:2754
#95 0x0000000000559948 in Fapply (nargs=<optimized out>, args=0x7fffffffdde0)
at eval.c:2321
#96 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
#97 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#98 0x0000000000558386 in funcall_lambda (fun=34385332, address@hidden,
arg_vector=0x7fffffffddd8, address@hidden) at eval.c:2855
#99 0x000000000055863b in Ffuncall (nargs=5, address@hidden) at eval.c:2754
#100 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#101 0x0000000000558386 in funcall_lambda (fun=45977252, address@hidden,
arg_vector=0x7fffffffdf78, address@hidden) at eval.c:2855
#102 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
#103 0x000000000055442a in Ffuncall_interactively (nargs=1,
args=0x7fffffffe2c8) at callint.c:252
#104 0x0000000000558729 in Ffuncall (address@hidden, address@hidden) at
eval.c:2673
#105 0x0000000000559adc in Fapply (address@hidden, address@hidden) at
eval.c:2274
#106 0x0000000000554776 in Fcall_interactively (function=16135200,
record_flag=0, keys=<optimized out>) at callint.c:389
#107 0x0000000000558802 in Ffuncall (nargs=4, address@hidden) at eval.c:2700
#108 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
#109 0x0000000000558386 in funcall_lambda (fun=9563900, address@hidden,
arg_vector=0x7fffffffe3e8, address@hidden) at eval.c:2855
#110 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
#111 0x000000000055890a in call1 (address@hidden, arg1=<optimized out>) at
eval.c:2552
#112 0x00000000004f5d00 in command_loop_1 () at keyboard.c:1479
#113 0x0000000000557022 in internal_condition_case (address@hidden
<command_loop_1>, address@hidden, address@hidden <cmd_error>) at eval.c:1309
#114 0x00000000004e7acc in command_loop_2 (address@hidden) at keyboard.c:1107
#115 0x0000000000556fc3 in internal_catch (address@hidden, address@hidden
<command_loop_2>, address@hidden) at eval.c:1074
#116 0x00000000004e7a89 in command_loop () at keyboard.c:1086
#117 0x00000000004ebfc7 in recursive_edit_1 () at keyboard.c:692
#118 0x00000000004ec308 in Frecursive_edit () at keyboard.c:763
#119 0x000000000041603b in main (argc=1, argv=0x7fffffffe918) at emacs.c:1606
(gdb) bt full
#0 0x00007ffff1930c19 in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x00000000004e76a1 in terminate_due_to_signal (address@hidden,
address@hidden) at emacs.c:381
No locals.
#2 0x00000000004ffda3 in emacs_abort () at sysdep.c:2247
No locals.
#3 0x00000000005420e6 in mark_maybe_pointer (p=<optimized out>) at alloc.c:4841
obj = <optimized out>
#4 mark_memory (end=<optimized out>, start=<optimized out>) at alloc.c:4894
pp = <optimized out>
#5 mark_stack (end=<optimized out>) at alloc.c:5038
No locals.
#6 garbage_collect_1 (end=0x7fffffffa438) at alloc.c:5756
nextb = <optimized out>
i = <optimized out>
retval = 140737488332312
stack_top_variable = 0 '\000'
message_p = <optimized out>
tot_before = <optimized out>
total = {0, 64093312, 13761664, 5, 109696949, 2, 140737488332344, 2, 0,
5, 140737488332320}
#7 Fgarbage_collect () at alloc.c:5979
end = 0x7fffffffa438
#8 0x0000000000558514 in maybe_gc () at lisp.h:4654
No locals.
#9 Ffuncall (nargs=3, address@hidden) at eval.c:2643
fun = <optimized out>
original_fun = <optimized out>
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 92
#10 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x6898af0
stack = {pc = 0x2c219bb "\203Y", byte_string = 45944628,
byte_string_start = 0x2c21988 "ĉC\304C\002\204c", next = 0x7fffffffa820}
top = 0x7fffffffa610
result = <optimized out>
type = <optimized out>
#11 0x0000000000558386 in funcall_lambda (fun=45944628, address@hidden,
arg_vector=0x7fffffffa610, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#12 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 109677461
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 91
#13 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x6898bf0
stack = {pc = 0x2c23fd5 "\240\210Ģ\306\305D>\203\064", byte_string =
40716708, byte_string_start = 0x2c23fb0 "\212É\242\206\f", next =
0x7fffffffa9e0}
top = 0x7fffffffa7b0
result = <optimized out>
type = <optimized out>
#14 0x0000000000558386 in funcall_lambda (fun=40716708, address@hidden,
arg_vector=0x7fffffffa7b0, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#15 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 109677653
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 89
#16 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x6898c98
stack = {pc = 0x2c24082 "\211\302=\203\r", byte_string = 40721828,
byte_string_start = 0x2c24080 "\300 \211\302=\203\r", next = 0x7fffffffabc0}
top = 0x7fffffffa918
result = <optimized out>
type = <optimized out>
#17 0x0000000000558386 in funcall_lambda (fun=40721828, address@hidden,
arg_vector=0x7fffffffa918, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#18 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 109677837
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 88
#19 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2d4c588
stack = {pc = 0x2c23f4c "\"\262\001\262\001\207", byte_string =
40714628, byte_string_start = 0x2c23eb0 "\211;\203\026", next = 0x7fffffffad90}
top = 0x7fffffffab28
result = <optimized out>
type = <optimized out>
#20 0x0000000000558386 in funcall_lambda (fun=40714628, address@hidden,
arg_vector=0x7fffffffab28, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#21 0x000000000055863b in Ffuncall (nargs=4, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 30263344
numargs = 3
val = <optimized out>
internal_args = <optimized out>
count = 87
#22 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2b9ed98
stack = {pc = 0x2c21a74 ")\207", byte_string = 45953716,
byte_string_start = 0x2c21a28 "\b\304=\203\032", next = 0x7fffffffaf30}
top = 0x7ffffffface8
result = <optimized out>
type = <optimized out>
#23 0x0000000000558386 in funcall_lambda (fun=45953716, address@hidden,
arg_vector=0x7ffffffface8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#24 0x000000000055863b in Ffuncall (nargs=4, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 35224000
numargs = 3
val = <optimized out>
internal_args = <optimized out>
count = 85
#25 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2b9eab8
stack = {pc = 0x2c21892 "\310\311 !\"\"!*\207", byte_string = 45943396,
byte_string_start = 0x2c21878 "r\302\b!\203\v", next = 0x7fffffffb1f0}
top = 0x7fffffffaea8
result = <optimized out>
type = <optimized out>
#26 0x0000000000558386 in funcall_lambda (fun=45943396, address@hidden,
arg_vector=0x7fffffffaea8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#27 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
fun = <optimized out>
original_fun = 45738765
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 82
#28 0x0000000000559adc in Fapply (nargs=2, args=0x7fffffffb178) at eval.c:2274
i = <optimized out>
numargs = <optimized out>
funcall_nargs = <optimized out>
funcall_args = 0x0
spread_arg = <optimized out>
fun = 45738765
retval = <optimized out>
sa_avail = 16384
sa_must_free = false
#29 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
fun = 11680405
original_fun = 9504
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 81
#30 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x25229b0
stack = {pc = 0x25afe76 "\262\003\006\006\203G", byte_string =
34230132, byte_string_start = 0x25afe40 "\302\303\004\"\003\304\004!\203\020",
next = 0x7fffffffb380}
top = 0x7fffffffb170
result = <optimized out>
type = <optimized out>
#31 0x0000000000558386 in funcall_lambda (fun=34230132, address@hidden,
arg_vector=0x7fffffffb170, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#32 0x000000000055863b in Ffuncall (nargs=3, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26641520
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 78
#33 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x25227a0
stack = {pc = 0x25afc5c "\207\300\003!\203$", byte_string = 34231780,
byte_string_start = 0x25afc48 "\001\203\025", next = 0x7fffffffb530}
top = 0x7fffffffb300
result = <optimized out>
type = <optimized out>
#34 0x0000000000558386 in funcall_lambda (fun=34231780, address@hidden,
arg_vector=0x7fffffffb300, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#35 0x000000000055863b in Ffuncall (nargs=3, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26277504
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 77
#36 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2563a20
stack = {pc = 0x25a88ef "0\202.", byte_string = 36777956,
byte_string_start = 0x25a88d0
"\302\030\303\304\002\"\303\305\003\"\302\306\307\061#", next = 0x7fffffffb6e0}
top = 0x7fffffffb4a0
result = <optimized out>
type = <optimized out>
#37 0x0000000000558386 in funcall_lambda (fun=36777956, address@hidden,
arg_vector=0x7fffffffb4a0, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#38 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26849584
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 75
#39 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2563b88
stack = {pc = 0x25a8b8c "\311\001!\203=", byte_string = 25138868,
byte_string_start = 0x25a8b70 "\302\303\002\"\304\001\b\"\211\211\203\025",
next = 0x7fffffffb8a0}
top = 0x7fffffffb648
result = <optimized out>
type = <optimized out>
#40 0x0000000000558386 in funcall_lambda (fun=25138868, address@hidden,
arg_vector=0x7fffffffb648, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#41 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26849728
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 74
#42 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x244b2b0
stack = {pc = 0x25a9938 "\003\"\202B", byte_string = 38164036,
byte_string_start = 0x25a9908
"r\303\001!\304\305\003\"\304\306\004\"\003\307\005!\310\b\006\a\"\030\001\031\002\032\311
\210\312\b˚\204+", next = 0x7fffffffba30}
top = 0x7fffffffb818
result = <optimized out>
type = <optimized out>
#43 0x0000000000558386 in funcall_lambda (fun=38164036, address@hidden,
arg_vector=0x7fffffffb818, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#44 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26562256
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 69
#45 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x244b4c0
stack = {pc = 0x25a9bd6 "\001B\262\001\002A\262\003\202B", byte_string
= 38281300, byte_string_start = 0x25a9b88 "\304\b!\203/", next = 0x7fffffffbbe0}
top = 0x7fffffffb9b8
result = <optimized out>
type = <optimized out>
#46 0x0000000000558386 in funcall_lambda (fun=38281300, address@hidden,
arg_vector=0x7fffffffb9b8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#47 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26562640
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 66
#48 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x244b5e0
stack = {pc = 0x25a9cd4 "\211\262\004\"\210\211\203\250", byte_string =
38281796, byte_string_start = 0x25a9c60 "\303\304!\210\305 \210\306\307
!r\310\311\312\313\314\005!\315\"address@hidden"\210\b\203%", next =
0x7fffffffbd60}
top = 0x7fffffffbb58
result = <optimized out>
type = <optimized out>
#49 0x0000000000558386 in funcall_lambda (fun=38281796, address@hidden,
arg_vector=0x7fffffffbb58, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#50 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26641232
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 63
#51 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x24fc288
stack = {pc = 0x25acb96 "\207", byte_string = 36776068,
byte_string_start = 0x25acb78 "\211\b\232?\205\036", next = 0x7fffffffbf00}
top = 0x7fffffffbce0
result = <optimized out>
type = <optimized out>
#52 0x0000000000558386 in funcall_lambda (fun=36776068, address@hidden,
arg_vector=0x7fffffffbce0, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#53 0x000000000055863b in Ffuncall (nargs=2, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26849488
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 62
#54 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x24fc190
stack = {pc = 0x25acb26 "*\262\001)0\207Ӊ\021\022\324 \210\325
\210\326\327!\207", byte_string = 36791764, byte_string_start = 0x25acb00
"\303\061,", next = 0x7fffffffc090}
top = 0x7fffffffbe60
result = <optimized out>
type = <optimized out>
#55 0x0000000000558386 in funcall_lambda (fun=36791764, address@hidden,
arg_vector=0x7fffffffbe60, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#56 0x000000000055863b in Ffuncall (nargs=1, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 27065248
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 58
#57 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x24fb4e0
stack = {pc = 0x25ac4ba "\210\313 *\262\001\207", byte_string =
36833652, byte_string_start = 0x25ac4a0 "\b\206\005", next = 0x7fffffffc320}
top = 0x7fffffffc000
result = <optimized out>
type = <optimized out>
#58 0x0000000000558386 in funcall_lambda (fun=36833652, address@hidden,
arg_vector=0x7fffffffc000, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#59 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
fun = <optimized out>
original_fun = 38778181
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 55
#60 0x0000000000559adc in Fapply (nargs=2, args=0x7fffffffc290) at eval.c:2274
i = <optimized out>
numargs = <optimized out>
funcall_nargs = <optimized out>
funcall_args = 0x0
spread_arg = <optimized out>
fun = 38778181
retval = <optimized out>
sa_avail = 16384
sa_must_free = false
#61 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
fun = 11680405
original_fun = 9504
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 54
#62 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, address@hidden,
address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x9991e0 <pure+1393760>
stack = {pc = 0xa9b6cf <pure+2451791> ")0\202\237", byte_string =
10064316, byte_string_start = 0xa9b64e <pure+2451662>
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x7fffffffd640}
top = 0x7fffffffc288
result = <optimized out>
type = <optimized out>
#63 0x000000000055824f in funcall_lambda (fun=10064269, address@hidden,
address@hidden) at eval.c:2921
val = <optimized out>
syms_left = 0
lexenv = 0
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#64 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
fun = <optimized out>
original_fun = 45264
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 48
#65 0x000000000055890a in call1 (address@hidden, address@hidden) at eval.c:2552
No locals.
#66 0x00000000004ecca8 in timer_check_2 (idle_timers=<optimized out>,
timers=<optimized out>) at keyboard.c:4427
old_deactivate_mark = 0
idle_timer_ripe = <optimized out>
timer = <optimized out>
timer_time = {tv_sec = 1467909549, tv_nsec = 801076401}
timer_difference = <optimized out>
idle_timer_difference = <optimized out>
ripe = <optimized out>
idle_timer = <optimized out>
idle_timer_time = {tv_sec = 0, tv_nsec = 10000000}
difference = <optimized out>
timer_ripe = <optimized out>
nexttime = {tv_sec = <optimized out>, tv_nsec = -1}
now = {tv_sec = 1467909549, tv_nsec = 748089396}
idleness_now = <optimized out>
chosen_timer = 89668917
#67 timer_check () at keyboard.c:4489
nexttime = <optimized out>
timers = 61407395
idle_timers = 61407251
tem = <optimized out>
#68 0x00000000004ed049 in readable_events (address@hidden) at keyboard.c:3328
No locals.
#69 0x00000000004ee808 in get_input_pending (address@hidden) at keyboard.c:6725
No locals.
#70 0x00000000004f0e08 in detect_input_pending_run_timers (address@hidden) at
keyboard.c:9862
old_timers_run = <optimized out>
#71 0x0000000000596859 in wait_reading_process_output (address@hidden,
address@hidden, address@hidden, address@hidden, address@hidden, address@hidden,
just_wait_proc=0) at process.c:4952
old_timers_run = 13164
old_buffer = 0x1dd7420
old_window = 100524669
leave = false
process_skipped = <optimized out>
channel = <optimized out>
nfds = 0
Available = {fds_bits = {9351208, 0 <repeats 15 times>}}
Writeok = {fds_bits = {0 <repeats 16 times>}}
check_write = <optimized out>
check_delay = <optimized out>
no_avail = false
xerrno = 11
proc = <optimized out>
timeout = {tv_sec = 0, tv_nsec = 9783281}
end_time = <optimized out>
timer_delay = <optimized out>
got_output_end_time = {tv_sec = 1467909639, tv_nsec = 738196700}
wait = TIMEOUT
got_some_output = -1
now = {tv_sec = 1467909549, tv_nsec = 748085190}
#72 0x000000000041fe42 in sit_for (timeout=<optimized out>, address@hidden,
address@hidden) at dispnew.c:5762
sec = 90
nsec = 0
do_display = true
#73 0x00000000004f321f in read_char (address@hidden, address@hidden,
prev_event=0, address@hidden, address@hidden) at keyboard.c:2714
tem0 = <optimized out>
timeout = <optimized out>
delay_level = <optimized out>
buffer_size = <optimized out>
c = 0
jmpcount = 46
local_getcjmp = {{__jmpbuf = {0, 5523050039654207500, 0, 23116832,
140737488343456, 61376755, -5523063304493084660, 5523062747663028236},
__mask_was_saved = 0, __saved_mask = {__val = {31290405, 29251568, 19,
96093257, 140737488342944, 12044144, 27793752, 0, 0, 27359824, 0, 2, 5609006,
140737488342712, 5605414, 19}}}}
save_jump = {{__jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved =
0, __saved_mask = {__val = {0 <repeats 16 times>}}}}
tem = <optimized out>
save = <optimized out>
previous_echo_area_message = 0
also_record = 0
reread = false
recorded = false
polling_stopped_here = false
orig_kboard = 0x160bc20
#74 0x00000000004f3f3a in read_key_sequence (address@hidden, address@hidden,
address@hidden, address@hidden, address@hidden, address@hidden, bufsize=30) at
keyboard.c:9063
interrupted_kboard = 0x160bc20
interrupted_frame = 0x637f078
key = <optimized out>
used_mouse_menu = false
echo_local_start = 0
last_real_key_start = <optimized out>
keys_local_start = <optimized out>
new_binding = <optimized out>
t = <optimized out>
echo_start = 0
keys_start = 0
current_binding = 61376755
first_event = 0
first_unbound = 31
mock_input = 0
fkey = {parent = 20166963, map = 20166963, start = 0, end = 0}
keytran = {parent = 12433987, map = 12433987, start = 0, end = 0}
indec = {parent = 20166979, map = 20166979, start = 0, end = 0}
shift_translated = false
delayed_switch_frame = 0
original_uppercase = 140737488343368
original_uppercase_position = -1
dummyflag = false
fake_prefixed_keys = 0
#75 0x00000000004f5b06 in command_loop_1 () at keyboard.c:1365
cmd = <optimized out>
keybuf = {406, 0, 8827840, 0, 45, 45, 9564312, 140737488343400,
11352273, 9564276, 11352269, 140737488344640, 10, 9564232, 0, 140737488343856,
5386880, 91285219, 44, 5604923, 7, -1, 4294967294, 0, 0, 0, 0, 0, 0, 5649537}
i = <optimized out>
prev_modiff = 334
prev_buffer = 0x1dd7420
#76 0x0000000000557022 in internal_condition_case (address@hidden
<command_loop_1>, address@hidden, address@hidden <cmd_error>) at eval.c:1309
val = <optimized out>
c = <optimized out>
#77 0x00000000004e7acc in command_loop_2 (address@hidden) at keyboard.c:1107
val = 0
#78 0x0000000000556fc3 in internal_catch (address@hidden, address@hidden
<command_loop_2>, address@hidden) at eval.c:1074
val = <optimized out>
c = <optimized out>
#79 0x00000000004e7a30 in command_loop () at keyboard.c:1078
val = <optimized out>
#80 0x00000000004ebfc7 in recursive_edit_1 () at keyboard.c:692
val = <optimized out>
#81 0x00000000005132ff in read_minibuf (address@hidden, address@hidden,
prompt=<optimized out>, address@hidden, expflag=<optimized out>,
histvar=<optimized out>, histpos=<optimized out>, defalt=0, allow_props=false,
inherit_input_method=true) at minibuf.c:660
val = <optimized out>
mini_frame = <optimized out>
minibuffer = 31290405
input_method = <optimized out>
enable_multibyte = <optimized out>
pos = <optimized out>
histstring = <optimized out>
histval = 91285219
empty_minibuf = 12525237
dummy = <optimized out>
#82 0x0000000000513a5f in Fread_from_minibuffer (prompt=36853524,
initial_contents=0, keymap=39427843, read=0, hist=<optimized out>,
default_value=0, inherit_input_method=44448) at minibuf.c:940
histvar = <optimized out>
histpos = <optimized out>
val = <optimized out>
#83 0x0000000000558798 in Ffuncall (nargs=8, address@hidden) at eval.c:2726
internal_argbuf = {26457280, 5267499, 380208, 1024, 0, 0, 25, 5600318}
fun = 8647861
original_fun = <optimized out>
numargs = 7
val = <optimized out>
internal_args = 0x7fffffffd5a8
count = 34
#84 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x24fb610
stack = {pc = 0x25ac382 ")\266\202)\262\001*\266\207)\207", byte_string
= 36814884, byte_string_start = 0x25ac248 "\306\004!\203\022", next =
0x7fffffffd860}
top = 0x7fffffffd5a0
result = <optimized out>
type = <optimized out>
#85 0x0000000000558386 in funcall_lambda (fun=36814884, address@hidden,
arg_vector=0x7fffffffd5a0, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#86 0x000000000055863b in Ffuncall (nargs=8, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 26847968
numargs = 7
val = <optimized out>
internal_args = <optimized out>
count = 28
#87 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2524fa8
stack = {pc = 0x25b03d2 "\210*\210\016A?\205\025\001\366
\316\367\320\321\370\"P!\210-0\202\062\001\371
\210\316\372\320\373\370\"P!\210۲\001.\a\207", byte_string = 34544596,
byte_string_start = 0x25b02c8 "\306\307!\203\025", next = 0x7fffffffdb70}
top = 0x7fffffffd7b8
result = <optimized out>
type = <optimized out>
#88 0x0000000000558386 in funcall_lambda (fun=34544596, address@hidden,
arg_vector=0x7fffffffd7b8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#89 0x000000000055863b in Ffuncall (address@hidden, args=0x7fffffffd950) at
eval.c:2754
fun = <optimized out>
original_fun = 26642640
numargs = 9
val = <optimized out>
internal_args = <optimized out>
count = 13
#90 0x0000000000559948 in Fapply (nargs=<optimized out>, args=0x7fffffffdad0)
at eval.c:2321
i = <optimized out>
numargs = <optimized out>
funcall_nargs = 10
funcall_args = <optimized out>
spread_arg = <optimized out>
fun = <optimized out>
retval = <optimized out>
sa_avail = <optimized out>
sa_must_free = <optimized out>
#91 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
fun = 11680405
original_fun = 9504
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 12
#92 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2524c78
stack = {pc = 0x25b0119 "\207", byte_string = 34385332,
byte_string_start = 0x25b00a8 "\b\203\v", next = 0x7fffffffde80}
top = 0x7fffffffdac8
result = <optimized out>
type = <optimized out>
#93 0x0000000000558386 in funcall_lambda (fun=34385332, address@hidden,
arg_vector=0x7fffffffdac8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#94 0x000000000055863b in Ffuncall (address@hidden, args=0x7fffffffdc60) at
eval.c:2754
fun = <optimized out>
original_fun = 16869984
numargs = 9
val = <optimized out>
internal_args = <optimized out>
count = 11
#95 0x0000000000559948 in Fapply (nargs=<optimized out>, args=0x7fffffffdde0)
at eval.c:2321
i = <optimized out>
numargs = <optimized out>
funcall_nargs = 10
funcall_args = <optimized out>
spread_arg = <optimized out>
fun = <optimized out>
retval = <optimized out>
sa_avail = <optimized out>
sa_must_free = <optimized out>
#96 0x0000000000558729 in Ffuncall (nargs=3, address@hidden) at eval.c:2673
fun = 11680405
original_fun = 9504
numargs = 2
val = <optimized out>
internal_args = <optimized out>
count = 10
#97 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2524c78
stack = {pc = 0x25b0112 "\202q", byte_string = 34385332,
byte_string_start = 0x25b00a8 "\b\203\v", next = 0x7fffffffe000}
top = 0x7fffffffddd8
result = <optimized out>
type = <optimized out>
#98 0x0000000000558386 in funcall_lambda (fun=34385332, address@hidden,
arg_vector=0x7fffffffddd8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#99 0x000000000055863b in Ffuncall (nargs=5, address@hidden) at eval.c:2754
fun = <optimized out>
original_fun = 16869984
numargs = 4
val = <optimized out>
internal_args = <optimized out>
count = 9
#100 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x2b9efb0
stack = {pc = 0x2c21cc6 "\207", byte_string = 45977252,
byte_string_start = 0x2c21cc0 "\301\302\b\303\304$\207", next = 0x7fffffffe480}
top = 0x7fffffffdf78
result = <optimized out>
type = <optimized out>
#101 0x0000000000558386 in funcall_lambda (fun=45977252, address@hidden,
arg_vector=0x7fffffffdf78, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#102 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
fun = <optimized out>
original_fun = 16135200
numargs = 0
val = <optimized out>
internal_args = <optimized out>
count = 8
#103 0x000000000055442a in Ffuncall_interactively (nargs=1,
args=0x7fffffffe2c8) at callint.c:252
No locals.
#104 0x0000000000558729 in Ffuncall (address@hidden, address@hidden) at
eval.c:2673
fun = 11679637
original_fun = 24000
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 6
#105 0x0000000000559adc in Fapply (address@hidden, address@hidden) at
eval.c:2274
i = <optimized out>
numargs = <optimized out>
funcall_nargs = <optimized out>
funcall_args = 0x0
spread_arg = <optimized out>
fun = 24000
retval = <optimized out>
sa_avail = 16384
sa_must_free = false
#106 0x0000000000554776 in Fcall_interactively (function=16135200,
record_flag=0, keys=<optimized out>) at callint.c:389
input = <optimized out>
funval = <optimized out>
events = <optimized out>
args = <optimized out>
visargs = <optimized out>
specs = 0
filter_specs = <optimized out>
teml = <optimized out>
up_event = <optimized out>
enable = 0
sa_avail = 16384
sa_must_free = false
next_event = <optimized out>
prefix_arg = 0
string = 0x0
tem = <optimized out>
varies = <optimized out>
i = <optimized out>
nargs = <optimized out>
mark = <optimized out>
arg_from_tty = false
key_count = 1
record_then_fail = false
save_this_command = 16135200
save_last_command = 29618197
save_this_original_command = 16135200
save_real_this_command = 16135200
#107 0x0000000000558802 in Ffuncall (nargs=4, address@hidden) at eval.c:2700
internal_argbuf = {16135200, 0, 140737488348536, 4405389, 5245472,
5533150, 5, 5604923}
fun = 11679589
original_fun = <optimized out>
numargs = 3
val = <optimized out>
internal_args = 0x7fffffffe3f0
count = 5
#108 0x000000000058bbc3 in exec_byte_code (bytestr=<optimized out>,
vector=<optimized out>, maxdepth=<optimized out>, args_template=<optimized
out>, address@hidden, args=<optimized out>, address@hidden) at bytecode.c:880
targets = {0x58bd28 <exec_byte_code+824>, 0x58e1f0
<exec_byte_code+10240>, 0x58e1f8 <exec_byte_code+10248>, 0x58e200
<exec_byte_code+10256>, 0x58bb20 <exec_byte_code+304>, 0x58bb20
<exec_byte_code+304>, 0x58dae0 <exec_byte_code+8432>, 0x58db30
<exec_byte_code+8512>, 0x58e208 <exec_byte_code+10264>, 0x58bdb8
<exec_byte_code+968>, 0x58bd70 <exec_byte_code+896>, 0x58bdc0
<exec_byte_code+976>, 0x58bcc0 <exec_byte_code+720>, 0x58bcc0
<exec_byte_code+720>, 0x58dd50 <exec_byte_code+9056>, 0x58bd78
<exec_byte_code+904>, 0x58bdc8 <exec_byte_code+984>, 0x58e070
<exec_byte_code+9856>, 0x58df60 <exec_byte_code+9584>, 0x58e0b8
<exec_byte_code+9928>, 0x58bc50 <exec_byte_code+608>, 0x58bc50
<exec_byte_code+608>, 0x58df18 <exec_byte_code+9512>, 0x58e078
<exec_byte_code+9864>, 0x58e0e8 <exec_byte_code+9976>, 0x58e0f0
<exec_byte_code+9984>, 0x58e140 <exec_byte_code+10064>, 0x58bdd0
<exec_byte_code+992>, 0x58bb58 <exec_byte_code+360>, 0x58bb60
<exec_byte_code+368>, 0x58e0a0 <exec_byte_code+9904>, 0x58e0c0
<exec_byte_code+9936>, 0x58e138 <exec_byte_code+10056>, 0x58e148
<exec_byte_code+10072>, 0x58e150 <exec_byte_code+10080>, 0x58bdd8
<exec_byte_code+1000>, 0x58bba0 <exec_byte_code+432>, 0x58bba0
<exec_byte_code+432>, 0x58e0f8 <exec_byte_code+9992>, 0x58e110
<exec_byte_code+10016>, 0x58e188 <exec_byte_code+10136>, 0x58e180
<exec_byte_code+10128>, 0x58e190 <exec_byte_code+10144>, 0x58bde0
<exec_byte_code+1008>, 0x58bbe0 <exec_byte_code+496>, 0x58bbe0
<exec_byte_code+496>, 0x58bda0 <exec_byte_code+944>, 0x58e158
<exec_byte_code+10088>, 0x58d9d8 <exec_byte_code+8168>, 0x58d8f0
<exec_byte_code+7936>, 0x58e1e0 <exec_byte_code+10224>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58c338 <exec_byte_code+2376>, 0x58c3c8
<exec_byte_code+2520>, 0x58c400 <exec_byte_code+2576>, 0x58c448
<exec_byte_code+2648>, 0x58c490 <exec_byte_code+2720>, 0x58ded0
<exec_byte_code+9440>, 0x58de10 <exec_byte_code+9248>, 0x58c4d0
<exec_byte_code+2784>, 0x58de90 <exec_byte_code+9376>, 0x58de50
<exec_byte_code+9312>, 0x58c500 <exec_byte_code+2832>, 0x58c540
<exec_byte_code+2896>, 0x58c570 <exec_byte_code+2944>, 0x58c5b0
<exec_byte_code+3008>, 0x58c5e8 <exec_byte_code+3064>, 0x58c670
<exec_byte_code+3200>, 0x58c6a0 <exec_byte_code+3248>, 0x58c6e0
<exec_byte_code+3312>, 0x58c720 <exec_byte_code+3376>, 0x58c750
<exec_byte_code+3424>, 0x58c780 <exec_byte_code+3472>, 0x58c7c0
<exec_byte_code+3536>, 0x58c800 <exec_byte_code+3600>, 0x58c840
<exec_byte_code+3664>, 0x58c880 <exec_byte_code+3728>, 0x58c8b8
<exec_byte_code+3784>, 0x58c8f0 <exec_byte_code+3840>, 0x58c978
<exec_byte_code+3976>, 0x58c9b8 <exec_byte_code+4040>, 0x58c9f8
<exec_byte_code+4104>, 0x58caf0 <exec_byte_code+4352>, 0x58cb30
<exec_byte_code+4416>, 0x58cb70 <exec_byte_code+4480>, 0x58cbb0
<exec_byte_code+4544>, 0x58cbf0 <exec_byte_code+4608>, 0x58cc28
<exec_byte_code+4664>, 0x58cc70 <exec_byte_code+4736>, 0x58cca8
<exec_byte_code+4792>, 0x58cce0 <exec_byte_code+4848>, 0x58cd18
<exec_byte_code+4904>, 0x58cdc0 <exec_byte_code+5072>, 0x58bc20
<exec_byte_code+560>, 0x58ce00 <exec_byte_code+5136>, 0x58ce30
<exec_byte_code+5184>, 0x58ceb0 <exec_byte_code+5312>, 0x58cef0
<exec_byte_code+5376>, 0x58cf30 <exec_byte_code+5440>, 0x58cf60
<exec_byte_code+5488>, 0x58cf90 <exec_byte_code+5536>, 0x58cfc0
<exec_byte_code+5584>, 0x58cff8 <exec_byte_code+5640>, 0x58bd28
<exec_byte_code+824>, 0x58d028 <exec_byte_code+5688>, 0x58d058
<exec_byte_code+5736>, 0x58d088 <exec_byte_code+5784>, 0x58d0b8
<exec_byte_code+5832>, 0x58d0e8 <exec_byte_code+5880>, 0x58d118
<exec_byte_code+5928>, 0x58bc20 <exec_byte_code+560>, 0x58bd28
<exec_byte_code+824>, 0x58d140 <exec_byte_code+5968>, 0x58d180
<exec_byte_code+6032>, 0x58d1b0 <exec_byte_code+6080>, 0x58d1e0
<exec_byte_code+6128>, 0x58d220 <exec_byte_code+6192>, 0x58d260
<exec_byte_code+6256>, 0x58d290 <exec_byte_code+6304>, 0x58d360
<exec_byte_code+6512>, 0x58d3a0 <exec_byte_code+6576>, 0x58d3e0
<exec_byte_code+6640>, 0x58d420 <exec_byte_code+6704>, 0x58d450
<exec_byte_code+6752>, 0x58bd28 <exec_byte_code+824>, 0x58e020
<exec_byte_code+9776>, 0x58be10 <exec_byte_code+1056>, 0x58dd68
<exec_byte_code+9080>, 0x58beb8 <exec_byte_code+1224>, 0x58bf60
<exec_byte_code+1392>, 0x58c000 <exec_byte_code+1552>, 0x58e198
<exec_byte_code+10152>, 0x58dff8 <exec_byte_code+9736>, 0x58df30
<exec_byte_code+9536>, 0x58df68 <exec_byte_code+9592>, 0x58df98
<exec_byte_code+9640>, 0x58d8c0 <exec_byte_code+7888>, 0x58d998
<exec_byte_code+8104>, 0x58da08 <exec_byte_code+8216>, 0x58da58
<exec_byte_code+8296>, 0x58da98 <exec_byte_code+8360>, 0x58c2e0
<exec_byte_code+2288>, 0x58bde8 <exec_byte_code+1016>, 0x58d480
<exec_byte_code+6800>, 0x58d4c0 <exec_byte_code+6864>, 0x58d6d8
<exec_byte_code+7400>, 0x58d700 <exec_byte_code+7440>, 0x58d730
<exec_byte_code+7488>, 0x58d760 <exec_byte_code+7536>, 0x58d7a0
<exec_byte_code+7600>, 0x58d7e0 <exec_byte_code+7664>, 0x58d820
<exec_byte_code+7728>, 0x58d860 <exec_byte_code+7792>, 0x58d4f0
<exec_byte_code+6912>, 0x58d530 <exec_byte_code+6976>, 0x58d570
<exec_byte_code+7040>, 0x58d5a0 <exec_byte_code+7088>, 0x58d5e0
<exec_byte_code+7152>, 0x58d620 <exec_byte_code+7216>, 0x58d660
<exec_byte_code+7280>, 0x58d6a0 <exec_byte_code+7344>, 0x58cd50
<exec_byte_code+4960>, 0x58cd88 <exec_byte_code+5016>, 0x58e210
<exec_byte_code+10272>, 0x58e260 <exec_byte_code+10352>, 0x58bd28
<exec_byte_code+824>, 0x58c0a0 <exec_byte_code+1712>, 0x58c130
<exec_byte_code+1856>, 0x58c1c0 <exec_byte_code+2000>, 0x58c250
<exec_byte_code+2144>, 0x58dcc8 <exec_byte_code+8920>, 0x58c620
<exec_byte_code+3120>, 0x58c928 <exec_byte_code+3896>, 0x58ce60
<exec_byte_code+5232>, 0x58db90 <exec_byte_code+8608>, 0x58dbe0
<exec_byte_code+8688>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc40 <exec_byte_code+8784>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58bd28 <exec_byte_code+824>, 0x58bd28
<exec_byte_code+824>, 0x58dc90 <exec_byte_code+8864> <repeats 64 times>}
count = <optimized out>
op = <optimized out>
vectorp = 0x91ef20 <pure+893344>
stack = {pc = 0xad39ac <pure+2681900> "\006\006\071\203\242",
byte_string = 9563900, byte_string_start = 0xad3931 <pure+2681777>
"\306\020\211?\205\023", next = 0x0}
top = 0x7fffffffe3e8
result = <optimized out>
type = <optimized out>
#109 0x0000000000558386 in funcall_lambda (fun=9563900, address@hidden,
arg_vector=0x7fffffffe3e8, address@hidden) at eval.c:2855
size = <optimized out>
val = <optimized out>
syms_left = <optimized out>
lexenv = <optimized out>
i = <optimized out>
optional = <optimized out>
rest = <optimized out>
#110 0x000000000055863b in Ffuncall (address@hidden, address@hidden) at
eval.c:2754
fun = <optimized out>
original_fun = 14784
numargs = 1
val = <optimized out>
internal_args = <optimized out>
count = 4
#111 0x000000000055890a in call1 (address@hidden, arg1=<optimized out>) at
eval.c:2552
No locals.
#112 0x00000000004f5d00 in command_loop_1 () at keyboard.c:1479
cmd = <optimized out>
keybuf = {67109310, 478, 186, 186, 140737237992656, 5649537, 9868336,
5448944, 85809379, 140737488348800, 85809379, 140737488349456, 0, 5611780,
272144, 85809379, 8670628, 5448944, 85809379, 5161890, 140737488348800, 0, 0,
5162199, 140737488349440, 5534889, 28416, 96, 0, 5600465}
i = <optimized out>
prev_modiff = 118
prev_buffer = 0x193b4c0
#113 0x0000000000557022 in internal_condition_case (address@hidden
<command_loop_1>, address@hidden, address@hidden <cmd_error>) at eval.c:1309
val = <optimized out>
c = <optimized out>
#114 0x00000000004e7acc in command_loop_2 (address@hidden) at keyboard.c:1107
val = 0
#115 0x0000000000556fc3 in internal_catch (address@hidden, address@hidden
<command_loop_2>, address@hidden) at eval.c:1074
val = <optimized out>
c = <optimized out>
#116 0x00000000004e7a89 in command_loop () at keyboard.c:1086
No locals.
#117 0x00000000004ebfc7 in recursive_edit_1 () at keyboard.c:692
val = <optimized out>
#118 0x00000000004ec308 in Frecursive_edit () at keyboard.c:763
buffer = <optimized out>
#119 0x000000000041603b in main (argc=1, argv=0x7fffffffe918) at emacs.c:1606
dummy = 753
stack_bottom_variable = 0 '\000'
do_initial_setlocale = <optimized out>
dumping = <optimized out>
skip_args = 0
rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615}
no_loadup = false
junk = 0x0
dname_arg = 0x0
ch_to_dir = 0x0
original_pwd = <optimized out>
(gdb)
In GNU Emacs 25.0.95.3 (x86_64-pc-linux-gnu, GTK+ Version 3.20.6)
of 2016-07-05 built on drachen
Repository revision: d4c6774f40b6ae1fad091f66e8e43913bc9a2724
Windowing system distributor 'The X.Org Foundation', version 11.0.11803000
System Description: Debian GNU/Linux testing (stretch)
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY
LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11
Important settings:
value of $LC_ALL: de_DE.utf8
value of $LC_COLLATE: C
value of $LC_TIME: C
value of $LANG: de_DE.utf8
locale-coding-system: utf-8-unix
Major mode: Emacs-Lisp
--- End Message ---