* bug#17184: 24.3.50; crash while bootstrapping current trunk
@ 2014-04-04 15:26 Nicolas Richard
2014-04-04 19:29 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Richard @ 2014-04-04 15:26 UTC (permalink / raw)
To: 17184
I tried making trunk and it crashes while bootstrapping. I guess it's
"normal" (because of bug#17168 and bug#17178) so please feel free to
close it.
It crashes while byte compiling lisp/tcover-ses.el:
> Wrote /home/youngfrog/sources/emacs-from-git/lisp/emacs-lisp/subr-x.elc
> Compiling emacs-lisp/tcover-ses.el
>
> Backtrace:
> ../src/emacs[0x816ba30]
> ../src/emacs[0x814d236]
> ../src/emacs[0x816baaf]
> ../src/emacs[0x81b58cf]
> ../src/emacs[0x81b5a0e]
> ../src/emacs[0x81ce514]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x82051e0]
> ../src/emacs[0x81cd435]
> ../src/emacs[0x81f1f25]
> ../src/emacs[0x81f0f13]
> ../src/emacs[0x81d6ede]
> ../src/emacs[0x81cd435]
> ../src/emacs[0x81f1f25]
> ../src/emacs[0x81f219d]
> ../src/emacs[0x81ce591]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81cee0c]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x81ce0a2]
> ../src/emacs[0x81f0cf2]
> ../src/emacs[0x81d6ede]
> ../src/emacs[0x81ce514]
> ../src/emacs[0x81cd87d]
> ../src/emacs[0x81ce3b3]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81ceb55]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81ceb55]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81ceb55]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81ceb55]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x8205ad9]
> ../src/emacs[0x81ceb55]
> ../src/emacs[0x81ce6f3]
> ../src/emacs[0x81cd2d7]
> ...
> make[3]: *** [emacs-lisp/tcover-ses.elc] Abandon (core dump créé)
> make[3] : on quitte le répertoire « /home/youngfrog/sources/emacs-from-git/lisp »
So I tried this:
$ gdb --args emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
and here's what happens:
Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
355 signal (sig, SIG_DFL);
it aborts because of this in data.c:
/* Convert to eassert or remove after GC bug is found. In the
meantime, check unconditionally, at a slight perf hit. */
if (valid_lisp_object_p (definition) < 1)
emacs_abort ();
Here's the backtrace:
(gdb) bt
#0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
#1 0x0816baaf in emacs_abort () at sysdep.c:2130
#2 0x081b58cf in Ffset (symbol=144231458, definition=137959093) at data.c:733
#3 0x081b5a0e in Fdefalias (symbol=144231458, definition=137959093, docstring=139331522) at data.c:777
#4 0x081ce514 in Ffuncall (nargs=3, args=0xbfffac84) at eval.c:2822
#5 0x08205ad9 in exec_byte_code (bytestr=144102825, vector=142800693, maxdepth=12, args_template=139331522, nargs=0, args=0x0) at bytecode.c:919
#6 0x082051e0 in Fbyte_code (bytestr=144102825, vector=142800693, maxdepth=12) at bytecode.c:482
#7 0x081cd435 in eval_sub (form=144101550) at eval.c:2191
#8 0x081f1f25 in readevalloop (readcharfun=139400210, stream=0x8946b18, sourcename=143974441, printflag=false, unibyte=139331522, readfun=139331522, start=139331522, end=139331522) at lread.c:1934
#9 0x081f0f13 in Fload (file=137504521, noerror=139331522, nomessage=139331546, nosuffix=139331522, must_suffix=139331546) at lread.c:1363
#10 0x081d6ede in Frequire (feature=143167186, filename=139331522, noerror=139331522) at fns.c:2671
#11 0x081cd435 in eval_sub (form=142889614) at eval.c:2191
#12 0x081f1f25 in readevalloop (readcharfun=143919141, stream=0x0, sourcename=143946105, printflag=false, unibyte=139331522, readfun=139331522, start=139331522, end=139331522) at lread.c:1934
#13 0x081f219d in Feval_buffer (buffer=143919141, printflag=139331522, filename=143909873, unibyte=139331522, do_allow_print=139331546) at lread.c:1995
#14 0x081ce591 in Ffuncall (nargs=6, args=0xbfffb474) at eval.c:2831
#15 0x08205ad9 in exec_byte_code (bytestr=137274913, vector=137274933, maxdepth=24, args_template=139331522, nargs=0, args=0x0) at bytecode.c:919
#16 0x081cee0c in funcall_lambda (fun=137274853, nargs=4, arg_vector=0x82ea635 <pure+94869>) at eval.c:3049
#17 0x081ce6f3 in Ffuncall (nargs=5, args=0xbfffb7ac) at eval.c:2864
#18 0x081ce0a2 in call4 (fn=141003746, arg1=143909873, arg2=143909873, arg3=139331522, arg4=139331546) at eval.c:2663
#19 0x081f0cf2 in Fload (file=143904913, noerror=139331522, nomessage=139331546, nosuffix=139331522, must_suffix=139331546) at lread.c:1305
#20 0x081d6ede in Frequire (feature=143907898, filename=139331522, noerror=139331522) at fns.c:2671
#21 0x081ce514 in Ffuncall (nargs=2, args=0xbfffbba8) at eval.c:2822
#22 0x081cd87d in Fapply (nargs=2, args=0xbfffbba8) at eval.c:2301
#23 0x081ce3b3 in Ffuncall (nargs=3, args=0xbfffbba4) at eval.c:2796
#24 0x08205ad9 in exec_byte_code (bytestr=143527569, vector=142390349, maxdepth=28, args_template=1028, nargs=1, args=0xbfffbed4) at bytecode.c:919
#25 0x081ceb55 in funcall_lambda (fun=142390421, nargs=1, arg_vector=0xbfffbed0) at eval.c:2983
#26 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffbecc) at eval.c:2864
#27 0x08205ad9 in exec_byte_code (bytestr=143526009, vector=142386277, maxdepth=16, args_template=1028, nargs=1, args=0xbfffc200) at bytecode.c:919
#28 0x081ceb55 in funcall_lambda (fun=142386301, nargs=1, arg_vector=0xbfffc1fc) at eval.c:2983
#29 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffc1f8) at eval.c:2864
#30 0x08205ad9 in exec_byte_code (bytestr=143524777, vector=142386229, maxdepth=20, args_template=1028, nargs=1, args=0xbfffc530) at bytecode.c:919
#31 0x081ceb55 in funcall_lambda (fun=142386253, nargs=1, arg_vector=0xbfffc52c) at eval.c:2983
#32 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffc528) at eval.c:2864
#33 0x08205ad9 in exec_byte_code (bytestr=143512849, vector=142949461, maxdepth=16, args_template=0, nargs=0, args=0xbfffc858) at bytecode.c:919
#34 0x081ceb55 in funcall_lambda (fun=142949549, nargs=0, arg_vector=0xbfffc858) at eval.c:2983
#35 0x081ce6f3 in Ffuncall (nargs=1, args=0xbfffc854) at eval.c:2864
#36 0x08205ad9 in exec_byte_code (bytestr=143513329, vector=141028941, maxdepth=4, args_template=0, nargs=0, args=0xbfffcb84) at bytecode.c:919
#37 0x081ceb55 in funcall_lambda (fun=142949573, nargs=0, arg_vector=0xbfffcb84) at eval.c:2983
#38 0x081ce6f3 in Ffuncall (nargs=1, args=0xbfffcb80) at eval.c:2864
#39 0x081cd2d7 in eval_sub (form=142890566) at eval.c:2157
#40 0x081cbbd4 in internal_lisp_condition_case (var=143495690, bodyform=142890566, handlers=142890614) at eval.c:1323
#41 0x08206a1b in exec_byte_code (bytestr=143512577, vector=142345157, maxdepth=64, args_template=1028, nargs=1, args=0xbfffd08c) at bytecode.c:1169
#42 0x081ceb55 in funcall_lambda (fun=142558517, nargs=1, arg_vector=0xbfffd088) at eval.c:2983
#43 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffd084) at eval.c:2864
#44 0x08205ad9 in exec_byte_code (bytestr=143509785, vector=142287813, maxdepth=68, args_template=2052, nargs=1, args=0xbfffd3cc) at bytecode.c:919
#45 0x081ceb55 in funcall_lambda (fun=142554317, nargs=1, arg_vector=0xbfffd3c8) at eval.c:2983
#46 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffd3c4) at eval.c:2864
#47 0x08205ad9 in exec_byte_code (bytestr=143628761, vector=142937357, maxdepth=8, args_template=0, nargs=0, args=0xbfffd6f4) at bytecode.c:919
#48 0x081ceb55 in funcall_lambda (fun=142937373, nargs=0, arg_vector=0xbfffd6f4) at eval.c:2983
#49 0x081ce6f3 in Ffuncall (nargs=1, args=0xbfffd6f0) at eval.c:2864
#50 0x081cd2d7 in eval_sub (form=142898206) at eval.c:2157
#51 0x081cbbd4 in internal_lisp_condition_case (var=143603770, bodyform=142898206, handlers=142902174) at eval.c:1323
#52 0x08206a1b in exec_byte_code (bytestr=143628633, vector=142933037, maxdepth=48, args_template=1028, nargs=1, args=0xbfffdbd4) at bytecode.c:1169
#53 0x081ceb55 in funcall_lambda (fun=142933133, nargs=1, arg_vector=0xbfffdbd0) at eval.c:2983
#54 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffdbcc) at eval.c:2864
#55 0x08205ad9 in exec_byte_code (bytestr=143628313, vector=142925061, maxdepth=40, args_template=1024, nargs=0, args=0xbfffdf40) at bytecode.c:919
#56 0x081ceb55 in funcall_lambda (fun=142932941, nargs=0, arg_vector=0xbfffdf40) at eval.c:2983
#57 0x081ce6f3 in Ffuncall (nargs=1, args=0xbfffdf3c) at eval.c:2864
#58 0x08205ad9 in exec_byte_code (bytestr=137480961, vector=137480981, maxdepth=92, args_template=1028, nargs=1, args=0xbfffe27c) at bytecode.c:919
#59 0x081ceb55 in funcall_lambda (fun=137480941, nargs=1, arg_vector=0xbfffe278) at eval.c:2983
#60 0x081ce6f3 in Ffuncall (nargs=2, args=0xbfffe274) at eval.c:2864
#61 0x08205ad9 in exec_byte_code (bytestr=137468033, vector=137468053, maxdepth=68, args_template=0, nargs=0, args=0xbfffe5dc) at bytecode.c:919
#62 0x081ceb55 in funcall_lambda (fun=137468013, nargs=0, arg_vector=0xbfffe5dc) at eval.c:2983
#63 0x081ce6f3 in Ffuncall (nargs=1, args=0xbfffe5d8) at eval.c:2864
#64 0x08205ad9 in exec_byte_code (bytestr=137466281, vector=137466301, maxdepth=48, args_template=0, nargs=0, args=0xbfffe890) at bytecode.c:919
#65 0x081ceb55 in funcall_lambda (fun=137466261, nargs=0, arg_vector=0xbfffe890) at eval.c:2983
#66 0x081ce97c in apply_lambda (fun=137466261, args=139331522) at eval.c:2924
#67 0x081cd63c in eval_sub (form=140992662) at eval.c:2230
#68 0x081ccd91 in Feval (form=140992662, lexical=139331522) at eval.c:2003
#69 0x08150d62 in top_level_2 () at keyboard.c:1183
#70 0x081cbcee in internal_condition_case (bfun=0x8150d45 <top_level_2>, handlers=139364602, hfun=0x8150969 <cmd_error>) at eval.c:1354
#71 0x08150d96 in top_level_1 (ignore=139331522) at keyboard.c:1191
#72 0x081cb676 in internal_catch (tag=139362650, func=0x8150d64 <top_level_1>, arg=139331522) at eval.c:1118
#73 0x08150cca in command_loop () at keyboard.c:1152
#74 0x08150605 in recursive_edit_1 () at keyboard.c:777
#75 0x08150741 in Frecursive_edit () at keyboard.c:845
#76 0x0814eaff in main (argc=5, argv=0xbfffec94) at emacs.c:1654
Lisp Backtrace:
"defalias" (0xbfffac88)
"byte-code" (0xbfffaf10)
"require" (0xbfffb270)
"eval-buffer" (0xbfffb478)
"load-with-code-conversion" (0xbfffb7b0)
"require" (0xbfffbbac)
"apply" (0xbfffbba8)
"byte-compile-file-form-require" (0xbfffbed0)
"byte-compile-file-form" (0xbfffc1fc)
"byte-compile-toplevel-file-form" (0xbfffc52c)
0x8853ca8 PVEC_COMPILED
0x8853cc0 PVEC_COMPILED
"funcall" (0xbfffcb80)
"byte-compile-from-buffer" (0xbfffd088)
"byte-compile-file" (0xbfffd3c8)
0x8850d18 PVEC_COMPILED
"funcall" (0xbfffd6f0)
"batch-byte-compile-file" (0xbfffdbd0)
"batch-byte-compile" (0xbfffdf40)
"command-line-1" (0xbfffe278)
"command-line" (0xbfffe5dc)
"normal-top-level" (0xbfffe890)
(gdb) p definition
No symbol "definition" in current context.
(gdb) f 3
#3 0x081b5a0e in Fdefalias (symbol=144231458, definition=137959093, docstring=139331522) at data.c:777
777 Ffset (symbol, definition);
(gdb) p definition
$1 = 137959093
(gdb) x
Argument required (starting display address).
(gdb) x $1
0x83916b5 <pure+779029>: 0xd1000004
(gdb)
In GNU Emacs 24.3.50.8 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2014-04-03 on geodiff-mac3
Windowing system distributor `The X.Org Foundation', version 11.0.11304000
System Description: Gentoo Base System release 2.2
Configured using:
`configure --with-x-toolkit=lucid 'CFLAGS= -O0 -g3''
Important settings:
value of $LANG: fr_FR.UTF-8
locale-coding-system: utf-8-unix
--
Nico.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-04 15:26 bug#17184: 24.3.50; crash while bootstrapping current trunk Nicolas Richard
@ 2014-04-04 19:29 ` Eli Zaretskii
2014-04-08 11:20 ` Nicolas Richard
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-04-04 19:29 UTC (permalink / raw)
To: Nicolas Richard; +Cc: 17184
> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Date: Fri, 04 Apr 2014 17:26:36 +0200
>
> So I tried this:
> $ gdb --args emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
>
> and here's what happens:
>
> Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
> 355 signal (sig, SIG_DFL);
>
> it aborts because of this in data.c:
> /* Convert to eassert or remove after GC bug is found. In the
> meantime, check unconditionally, at a slight perf hit. */
> if (valid_lisp_object_p (definition) < 1)
> emacs_abort ();
>
> Here's the backtrace:
>
> (gdb) bt
> #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
> #1 0x0816baaf in emacs_abort () at sysdep.c:2130
> #2 0x081b58cf in Ffset (symbol=144231458, definition=137959093) at data.c:733
Yes, this is 17168 again.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-04 19:29 ` Eli Zaretskii
@ 2014-04-08 11:20 ` Nicolas Richard
2014-04-08 12:21 ` Daniel Colascione
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Richard @ 2014-04-08 11:20 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Nicolas Richard, 17184
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
>> Date: Fri, 04 Apr 2014 17:26:36 +0200
>>
>> So I tried this:
>> $ gdb --args emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
>>
>> and here's what happens:
>>
>> Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
>> 355 signal (sig, SIG_DFL);
>>
>> it aborts because of this in data.c:
>> /* Convert to eassert or remove after GC bug is found. In the
>> meantime, check unconditionally, at a slight perf hit. */
>> if (valid_lisp_object_p (definition) < 1)
>> emacs_abort ();
>>
>> Here's the backtrace:
>>
>> (gdb) bt
>> #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
>> #1 0x0816baaf in emacs_abort () at sysdep.c:2130
>> #2 0x081b58cf in Ffset (symbol=144231458, definition=137959093) at data.c:733
>
> Yes, this is 17168 again.
It isn't fixed by Stefan's change "Keep track of symbols referenced from
pure space". I guess bug#17215 will lead to the same conclusion.
Here's the full bt :
in src/:
$ gdb --args ./emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
GNU gdb (Gentoo 7.5.1 p2) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /home/youngfrog/sources/emacs-from-git/src/emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from terminal]
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x814d1ca: file emacs.c, line 355.
Temporary breakpoint 2 at 0x816a750: file sysdep.c, line 857.
(gdb) r
Starting program: /home/youngfrog/sources/emacs-from-git/src/emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb639bb40 (LWP 12911)]
Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
355 signal (sig, SIG_DFL);
(gdb) bt full
#0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
No locals.
#1 0x0816baaf in emacs_abort () at sysdep.c:2130
No locals.
#2 0x081b5a4b in Ffset (symbol=144249586, definition=137959189) at data.c:733
function = 139331522
#3 0x081b5b8a in Fdefalias (symbol=144249586, definition=137959189, docstring=139331522) at data.c:777
hook = 139331522
#4 0x081ce690 in Ffuncall (nargs=3, args=0xbfffac84) at eval.c:2822
fun = 138889661
original_fun = 139367266
funcar = 0
numargs = 2
lisp_numargs = 143952792
val = 139331522
internal_args = 0xbfffabe0
i = 3
#5 0x08205c55 in exec_byte_code (bytestr=144119873, vector=142672821, maxdepth=12, args_template=139331522, nargs=0, args=0x0) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 106
count_volatile = 2
op = 2
vectorp = 0x88103b4
vectorp_volatile = 0x84e07c2
stack = {
pc = 0x896b8eb "\210\300\207",
byte_string = 144119873,
byte_string_start = 0x896b8e0 "\300\301!\204\f",
next = 0xbfffb4c4
}
stack_volatile = {
pc = 0x0,
byte_string = 141799361,
byte_string_start = 0xbfffacc8 "A\030\227\bถ\bĴ\377\277\302\aN\b\002",
next = 0x814a95f <XSETCDR+17>
}
top = 0xbfffac84
result = 5
type = (unknown: 136010330)
#6 0x0820535c in Fbyte_code (bytestr=144119873, vector=142672821, maxdepth=12) at bytecode.c:482
No locals.
#7 0x081cd5b1 in eval_sub (form=144117998) at eval.c:2191
numargs = 12
args_left = 139331522
i = 136336164
maxargs = 3
argvals = {144119873, 142672821, 12, -1227958040, 10, 139331522, 16756552, 40}
fun = 138898333
val = 144249538
original_fun = 139409818
original_args = 144117990
funcar = 139400210
gcpro1 = {
next = 0xbfffaf78,
var = 0x81f26fb <read0+33>,
nvars = 139400210
}
gcpro2 = {
next = 0x28,
var = 0x84e07c2,
nvars = 136913243
}
gcpro3 = {
next = 0x8948b98,
var = 0xbfffaf10,
nvars = 3
}
#8 0x081f20a1 in readevalloop (readcharfun=139400210, stream=0x8948b98, sourcename=143982265, printflag=false, unibyte=139331522, readfun=139331522, start=139331522, end=139331522) at lread.c:1934
count1 = 105
c = 144117998
val = 144117998
count = 101
gcpro1 = {
next = 0xbfffb028,
var = 0x81cf360 <specbind+520>,
nvars = 139401586
}
gcpro2 = {
next = 0x84f1970,
var = 0x814b441 <BUFFER_OBJFWDP+17>,
nvars = 143182512
}
gcpro3 = {
next = 0x88fd740,
var = 0x5,
nvars = 0
}
gcpro4 = {
next = 0x5,
var = 0x84b8698 <b_fwd.21110>,
nvars = 143644480
}
b = 0x0
continue_reading_p = true
lex_bound = 139331522
whole_buffer = false
first_sexp = false
macroexpand = 139331522
#9 0x081f108f in Fload (file=137504601, noerror=139331522, nomessage=139331546, nosuffix=139331522, must_suffix=139331546) at lread.c:1363
stream = 0x8948b98
fd = 9
fd_index = 93
count = 93
gcpro1 = {
next = 0x84e07c2,
var = 0x8475815 <Squote+5>,
nvars = 0
}
gcpro2 = {
next = 0xc,
var = 0x8475810 <Squote>,
nvars = -1073761976
}
gcpro3 = {
next = 0x84e07c2,
var = 0x82eb255 <pure+97973>,
nvars = 137277952
}
found = 143964585
efound = 143964585
hist_file_name = 143964585
newer = false
compiled = true
handler = 135982905
safe_p = true
fmode = 0x8292154 "r"
version = 23
#10 0x081d705a in Frequire (feature=143220250, filename=139331522, noerror=139331522) at fns.c:2671
count = 91
nesting = 0
tem = 139331522
gcpro1 = {
next = 0x84e07c2,
var = 0xbfffb228,
nvars = 136123904
}
gcpro2 = {
next = 0xbfffb1f8,
var = 0x4,
nvars = 139364482
}
from_file = true
#11 0x081cd5b1 in eval_sub (form=142896846) at eval.c:2191
numargs = 4
args_left = 139331522
i = 136146450
maxargs = 3
argvals = {143220250, 139331522, 139331522, 135574686, 143926440, 6, 16757464, 40}
fun = 138896117
val = 139492114
original_fun = 139369506
original_args = 142896870
funcar = 139331522
gcpro1 = {
next = 0x8846ece,
var = 0x830e43d <pure+241821>,
nvars = 143926445
}
gcpro2 = {
next = 0x8507b12,
var = 0x1,
nvars = 139331546
}
gcpro3 = {
next = 0x84b8078 <o_fwd.20486>,
var = 0xbfffb270,
nvars = 3
}
#12 0x081f20a1 in readevalloop (readcharfun=143926445, stream=0x0, sourcename=143954073, printflag=false, unibyte=139331522, readfun=139331522, start=139331522, end=139331522) at lread.c:1934
count1 = 90
c = 142896846
val = 142896846
count = 86
gcpro1 = {
next = 0xbfffb388,
var = 0x81cf360 <specbind+520>,
nvars = 139401970
}
gcpro2 = {
next = 0x84f1af0,
var = 0x814b1b3 <XMARKER+17>,
nvars = 143182272
}
gcpro3 = {
next = 0x84f1d40,
var = 0x5,
nvars = 139402560
}
gcpro4 = {
next = 0x5,
var = 0xbfffb358,
nvars = 135729337
}
b = 0x89424a8
continue_reading_p = true
lex_bound = 139331522
whole_buffer = false
first_sexp = true
macroexpand = 139492114
#13 0x081f2319 in Feval_buffer (buffer=143926445, printflag=139331522, filename=143917841, unibyte=139331522, do_allow_print=139331546) at lread.c:1995
count = 82
tem = 139331522
buf = 143926445
#14 0x081ce70d in Ffuncall (nargs=6, args=0xbfffb474) at eval.c:2831
fun = 138897661
original_fun = 139400090
funcar = 143182224
numargs = 5
lisp_numargs = -1073761192
val = 139331522
internal_args = 0xbfffb478
i = 0
#15 0x08205c55 in exec_byte_code (bytestr=137274913, vector=137274933, maxdepth=24, args_template=139331522, nargs=0, args=0x0) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 74
count_volatile = -1073761000
op = 5
vectorp = 0x82ea634 <pure+94868>
vectorp_volatile = 0x84b5770 <searchbufs+1264>
stack = {
pc = 0x8469776 <pure+1663958> "\210,\336\b!\210\016\"\204\256",
byte_string = 137274913,
byte_string_start = 0x84696ea <pure+1663818> "\306\b!\204\022",
next = 0xbfffbbe4
}
stack_volatile = {
pc = 0x1ba <Address 0x1ba out of bounds>,
byte_string = 0,
byte_string_start = 0x1d2 <Address 0x1d2 out of bounds>,
next = 0x3b
}
top = 0xbfffb474
result = 757932140
type = (unknown: 136114700)
#16 0x081cef88 in funcall_lambda (fun=137274853, nargs=4, arg_vector=0x82ea635 <pure+94869>) at eval.c:3049
val = 1431193376
syms_left = 139331522
next = 141166402
lexenv = 139331522
count = 70
i = 4
optional = true
rest = false
#17 0x081ce86f in Ffuncall (nargs=5, args=0xbfffb7ac) at eval.c:2864
fun = 137274853
original_fun = 141003746
funcar = 1629513075
numargs = 4
lisp_numargs = 1970282611
val = 1752440891
internal_args = 0x8940311
i = 990542178
#18 0x081ce21e in call4 (fn=141003746, arg1=143917841, arg2=143917841, arg3=139331522, arg4=139331546) at eval.c:2663
ret_ungc_val = 0
gcpro1 = {
next = 0x20796e61,
var = 0x200,
nvars = 5
}
args = {141003746, 143917841, 143917841, 139331522, 139331546}
#19 0x081f0e6e in Fload (file=143913889, noerror=139331522, nomessage=139331546, nosuffix=139331522, must_suffix=139331546) at lread.c:1305
val = 62
stream = 0x81b599e <Fsymbol_name+46>
fd = 9
fd_index = 64
count = 64
gcpro1 = {
next = 0x8475815 <Squote+5>,
var = 0x43,
nvars = 67
}
gcpro2 = {
next = 0x84f2192,
var = 0x8847376,
nvars = 143617402
}
gcpro3 = {
next = 0x888c850,
var = 0xbfffb908,
nvars = 136115040
}
found = 143917841
efound = 136105756
hist_file_name = 143917841
newer = false
compiled = false
handler = 135982905
safe_p = true
fmode = 0x8292154 "r"
version = 0
#20 0x081d705a in Frequire (feature=143617402, filename=139331522, noerror=139331522) at fns.c:2671
count = 62
nesting = 0
tem = 139331522
gcpro1 = {
next = 0x3f,
var = 0xbfffbad8,
nvars = 135997015
}
gcpro2 = {
next = 0x8835aa7,
var = 0x1f8,
nvars = 142826180
}
from_file = false
#21 0x081ce690 in Ffuncall (nargs=2, args=0xbfffbba8) at eval.c:2822
fun = 138896117
original_fun = 139369506
funcar = 12
numargs = 1
lisp_numargs = -1073759608
val = -1073759608
internal_args = 0xbfffba00
i = 3
#22 0x081cd9f9 in Fapply (nargs=2, args=0xbfffbba8) at eval.c:2301
i = 135574821
numargs = 1
spread_arg = 142898078
funcall_args = 0x0
fun = 139369506
retval = 138893832
gcpro1 = {
next = 0x3e,
var = 0xbfffbad8,
nvars = 135574686
}
sa_count = 61
sa_must_free = false
#23 0x081ce52f in Ffuncall (nargs=3, args=0xbfffbba4) at eval.c:2796
fun = 138893837
original_fun = 139404314
funcar = 140974866
numargs = 2
lisp_numargs = -1073759368
val = 142898078
internal_args = 0xbfffbed0
i = 139406458
#24 0x08205c55 in exec_byte_code (bytestr=143540497, vector=142430333, maxdepth=28, args_template=1028, nargs=1, args=0xbfffbed4) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 60
count_volatile = 143336233
op = 2
vectorp = 0x87d507c
vectorp_volatile = 0x9
stack = {
pc = 0x88e2557 "\210\307\310!\203G",
byte_string = 143540497,
byte_string_start = 0x88e254c "\302\303\002A\"\b\304\305\306\004\"\210\307\310!\203G",
next = 0xbfffbf14
}
stack_volatile = {
pc = 0x88b2326 "ome/youngfrog/sources/emacs-from-git/lisp/emacs-lisp/byte-run.elc",
byte_string = 143300222,
byte_string_start = 0x3 <Address 0x3 out of bounds>,
next = 0x88b2327
}
top = 0xbfffbba4
result = 142898014
type = (unknown: 135574686)
#25 0x081cecd1 in funcall_lambda (fun=142434109, nargs=1, arg_vector=0xbfffbed0) at eval.c:2983
val = 136271620
syms_left = 1028
next = 60
lexenv = 12
count = 60
i = 142434104
optional = 8
rest = 20
#26 0x081ce86f in Ffuncall (nargs=2, args=0xbfffbecc) at eval.c:2864
fun = 142434109
original_fun = 143530274
funcar = 142898006
numargs = 1
lisp_numargs = -1073758552
val = -1073758552
internal_args = 0xbfffc1fc
i = 0
#27 0x08205c55 in exec_byte_code (bytestr=143529657, vector=142426253, maxdepth=16, args_template=1028, nargs=1, args=0xbfffc200) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 59
count_volatile = -1226668948
op = 1
vectorp = 0x87d408c
vectorp_volatile = 0xb6e28470 <main_arena+48>
stack = {
pc = 0x88e030d "\211\262\003\205+",
byte_string = 143529657,
byte_string_start = 0x88e02f4 "\300\001:\203(",
next = 0xbfffc244
}
stack_volatile = {
pc = 0x84e07c2 "",
byte_string = 10,
byte_string_start = 0x84f6260 "\204\003",
next = 0x1
}
top = 0xbfffbecc
result = 142898014
type = (unknown: 135574686)
#28 0x081cecd1 in funcall_lambda (fun=142426277, nargs=1, arg_vector=0xbfffc1fc) at eval.c:2983
val = 135729819
syms_left = 1028
next = 59
lexenv = 12
count = 59
i = 142426272
optional = 8
rest = 20
#29 0x081ce86f in Ffuncall (nargs=2, args=0xbfffc1f8) at eval.c:2864
fun = 142426277
original_fun = 143530082
funcar = -1073756888
numargs = 1
lisp_numargs = -1073757736
val = 142898014
internal_args = 0xbfffc52c
i = 139331522
#30 0x08205c55 in exec_byte_code (bytestr=143529513, vector=142426205, maxdepth=20, args_template=1028, nargs=1, args=0xbfffc530) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 57
count_volatile = 143525937
op = 1
vectorp = 0x87d405c
vectorp_volatile = 0x14aa52
stack = {
pc = 0x88e0248 ")\207",
byte_string = 143529513,
byte_string_start = 0x88e0240 "\301\030\302\303\002\304\"!)\207",
next = 0xbfffc574
}
stack_volatile = {
pc = 0x851 <Address 0x851 out of bounds>,
byte_string = 925,
byte_string_start = 0xffc248 <Address 0xffc248 out of bounds>,
next = 0x0
}
top = 0xbfffc1f8
result = 0
type = (unknown: 135574686)
#31 0x081cecd1 in funcall_lambda (fun=142426229, nargs=1, arg_vector=0xbfffc52c) at eval.c:2983
val = 136258704
syms_left = 1028
next = 57
lexenv = 12
count = 57
i = 142426224
optional = 8
rest = 20
#32 0x081ce86f in Ffuncall (nargs=2, args=0xbfffc528) at eval.c:2864
fun = 142426229
original_fun = 143501698
funcar = 143181792
numargs = 1
lisp_numargs = -1073756920
val = 142898014
internal_args = 0xbfffc858
i = 0
#33 0x08205c55 in exec_byte_code (bytestr=143517545, vector=143001821, maxdepth=16, args_template=0, nargs=0, args=0xbfffc858) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 54
count_volatile = -1
op = 1
vectorp = 0x88608dc
vectorp_volatile = 0x88b235b
stack = {
pc = 0x88dea80 "\210)\210\202\022",
byte_string = 143517545,
byte_string_start = 0x88dea44 "r\300q\210\t\203\r",
next = 0xbfffc894
}
stack_volatile = {
pc = 0x84b6ae4 <search_regs> "\036",
byte_string = 143913841,
byte_string_start = 0xbfffc578 "i\347\215\bD\352\215\b\224\310\377\277[#\213\b\377\377\377\377\240cK\bJ\247n\bYL0\b",
next = 0x814aa52 <SDATA+17>
}
top = 0xbfffc528
result = 20
type = (unknown: 135574686)
#34 0x081cecd1 in funcall_lambda (fun=143001909, nargs=0, arg_vector=0xbfffc858) at eval.c:2983
val = 1024
syms_left = 0
next = 54
lexenv = 12
count = 54
i = 143001904
optional = 8
rest = 20
#35 0x081ce86f in Ffuncall (nargs=1, args=0xbfffc854) at eval.c:2864
fun = 143001909
original_fun = 143001909
funcar = 139331522
numargs = 0
lisp_numargs = -1227922357
val = -1073756104
internal_args = 0xbfffcb84
i = 139331522
#36 0x08205c55 in exec_byte_code (bytestr=143526257, vector=141141469, maxdepth=4, args_template=0, nargs=0, args=0xbfffcb84) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 53
count_volatile = 135
op = 0
vectorp = 0x869a5dc
vectorp_volatile = 0x878a7ec
stack = {
pc = 0x88dede2 "\207",
byte_string = 143526257,
byte_string_start = 0x88dede0 "\300 \207",
next = 0xbfffcd84
}
stack_volatile = {
pc = 0x84e07c2 "",
byte_string = -1073755496,
byte_string_start = 0x82053f0 <exec_byte_code+119> "\211\205\064\376\377\377\213\205\064\376\377\377\211\205,\376\377\377\213E\020\301\370\002=\377\017",
next = 0x82e29a9 <pure+62985>
}
top = 0xbfffc854
result = -1073754860
type = (unknown: 135574686)
#37 0x081cecd1 in funcall_lambda (fun=142920317, nargs=0, arg_vector=0xbfffcb84) at eval.c:2983
val = 0
syms_left = 0
next = 53
lexenv = 12
count = 53
i = 142920312
optional = 8
rest = 20
#38 0x081ce86f in Ffuncall (nargs=1, args=0xbfffcb80) at eval.c:2864
fun = 142920317
original_fun = 142920317
funcar = 135572843
numargs = 0
lisp_numargs = 137180117
val = -1073755304
internal_args = 0xbfffcb80
i = 137180117
#39 0x081cd453 in eval_sub (form=142897798) at eval.c:2157
vals = 0xbfffcb80
argnum = 1
sa_count = 52
sa_must_free = false
numargs = 4
args_left = 139331522
i = -1073755264
maxargs = 142417749
argvals = {0, 143296488, -1073755144, 135985727, 5, 142406900, 135, 0}
fun = 138894005
val = -1073755048
original_fun = 139369714
original_args = 142897790
funcar = 143526257
gcpro1 = {
next = 0xbfffcc28,
var = 0xbfffcc08,
nvars = 135572023
}
gcpro2 = {
next = 0x884ca7d,
var = 0x5,
nvars = 5
}
gcpro3 = {
next = 0x84b8760 <b_fwd.19736>,
var = 0xbfffcb80,
nvars = 1
}
#40 0x081cbd50 in internal_lisp_condition_case (var=143501794, bodyform=142897798, handlers=142897846) at eval.c:1323
val = 139331522
c = 0x88fd948
oldhandlerlist = 0x88ace18
clausenb = 1
#41 0x08206b97 in exec_byte_code (bytestr=143517273, vector=142417749, maxdepth=64, args_template=1028, nargs=1, args=0xbfffd08c) at bytecode.c:1169
handlers = 142897846
body = 142897798
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 22
count_volatile = -1073754424
op = 143
vectorp = 0x87d1f54
vectorp_volatile = 0x93c6bd
stack = {
pc = 0x88de8e6 "\210)\266\002\016<.\034\207",
byte_string = 143517273,
byte_string_start = 0x88de7dc "\211Ɖ\211\211\211\211\211\211lj\211\306\006\r\306\030\031\032\033\034\035\036'\036(\036)\036*\036+\036,\036-\036.\036/\310\016\060!Ɖ\211\211\211\211\211\016\061\016\062\016\063\016\064\016\065\036\065\036\064\036\063\036\062\036\061\036\066\036\067\036\070\036\071\036:\036;\036<\036=r\311\312\016>\313X\203e",
next = 0xbfffd0e4
}
stack_volatile = {
pc = 0x4 <Address 0x4 out of bounds>,
byte_string = -1073754456,
byte_string_start = 0x81b2657 <Fgarbage_collect+15> "\211Eء4\351L\b\211E\324\307", <incomplete sequence \354>,
next = 0x44
}
top = 0xbfffcd10
result = 0
type = (unknown: 135574686)
#42 0x081cecd1 in funcall_lambda (fun=142418021, nargs=1, arg_vector=0xbfffd088) at eval.c:2983
val = 141063514
syms_left = 1028
next = 22
lexenv = 12
count = 22
i = 142418016
optional = 8
rest = 20
#43 0x081ce86f in Ffuncall (nargs=2, args=0xbfffd084) at eval.c:2864
fun = 142418021
original_fun = 143501530
funcar = 5
numargs = 1
lisp_numargs = -1073754040
val = -1073754040
internal_args = 0x84e07c2
i = 139331522
#44 0x08205c55 in exec_byte_code (bytestr=143514521, vector=142386149, maxdepth=68, args_template=2052, nargs=1, args=0xbfffd3cc) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 15
count_volatile = 0
op = 1
vectorp = 0x87ca3e4
vectorp_volatile = 0x30
stack = {
pc = 0x88dc44d "*\262\001\016I?\205\333\001\016H\203\061\001\357\374\006\t\"\210\375\002!\210r\211q\210db\210\376c\210\377\003\242!\203\210\001\330\036J\201M",
byte_string = 143514521,
byte_string_start = 0x88dc330 "\306\002!\262\002\b\204,",
next = 0xbfffd404
}
stack_volatile = {
pc = 0x15 <Address 0x15 out of bounds>,
byte_string = -1073751672,
byte_string_start = 0x81ac79b <re_match_2_internal+19007> "\211E\364\213\225\344\375\377\377\213E\364\001Љ\205$\376\377\377\220\213E\344;E\f\017\202\071\271\377\377\353\005\350=\232\352\377\213E\344;\205\070\377\377\377\017\207#\271\377\377\213E\354\211E\340\351\030\271\377\377\220\351\022\271\377\377\220\203", <incomplete sequence \324>,
next = 0xbfffd76c
}
top = 0xbfffd084
result = 139400210
type = (unknown: 135574686)
#45 0x081cecd1 in funcall_lambda (fun=142582053, nargs=1, arg_vector=0xbfffd3c8) at eval.c:2983
val = -1227911143
syms_left = 2052
next = 15
lexenv = 12
count = 15
i = 142582048
optional = 8
rest = 20
#46 0x081ce86f in Ffuncall (nargs=2, args=0xbfffd3c4) at eval.c:2864
fun = 142582053
original_fun = 141476066
funcar = 139400210
numargs = 1
lisp_numargs = 28
val = 142741768
internal_args = 0xbfffd6f4
i = 143644448
#47 0x08205c55 in exec_byte_code (bytestr=143641689, vector=142989565, maxdepth=8, args_template=0, nargs=0, args=0xbfffd6f4) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 14
count_volatile = -1073753032
op = 1
vectorp = 0x885d8fc
vectorp_volatile = 0x5
stack = {
pc = 0x88fad63 "\207",
byte_string = 143641689,
byte_string_start = 0x88fad60 "\301\300!\207",
next = 0xbfffd8e4
}
stack_volatile = {
pc = 0x74a880 <Address 0x74a880 out of bounds>,
byte_string = -1073753016,
byte_string_start = 0x86a5cc5 "Tj\b\302\aN\b\231\305i\b\302\aN\b",
next = 0x5
}
top = 0xbfffd3c4
result = 1
type = (unknown: 135574686)
#48 0x081cecd1 in funcall_lambda (fun=142989581, nargs=0, arg_vector=0xbfffd6f4) at eval.c:2983
val = 16
syms_left = 0
next = 14
lexenv = 12
count = 14
i = 142989576
optional = 8
rest = 20
#49 0x081ce86f in Ffuncall (nargs=1, args=0xbfffd6f0) at eval.c:2864
fun = 142989581
original_fun = 142989581
funcar = 135572843
numargs = 0
lisp_numargs = 142985365
val = -1073752376
internal_args = 0xbfffd6f0
i = 142985365
#50 0x081cd453 in eval_sub (form=142905438) at eval.c:2157
vals = 0xbfffd6f0
argnum = 1
sa_count = 13
sa_must_free = false
numargs = 4
args_left = 139331522
i = -1073752336
maxargs = 142985397
argvals = {91, 110, 119, 124, 5, 143643865, -1227919317, -1226670092}
fun = 138894005
val = -1073752120
original_fun = 139369714
original_args = 142905446
funcar = 143641977
gcpro1 = {
next = 0xbfffd798,
var = 0xbfffd778,
nvars = 135572023
}
gcpro2 = {
next = 0xb6cf9019 <__GI___libc_malloc+89>,
var = 0x5,
nvars = 5
}
gcpro3 = {
next = 0xb6e28440 <main_arena>,
var = 0xbfffd6f0,
nvars = 1
}
#51 0x081cbd50 in internal_lisp_condition_case (var=143617018, bodyform=142905438, handlers=142909406) at eval.c:1323
val = 139331522
c = 0x88ace18
oldhandlerlist = 0x88a92b0
clausenb = 2
#52 0x08206b97 in exec_byte_code (bytestr=143641561, vector=142985397, maxdepth=48, args_template=1028, nargs=1, args=0xbfffdbd4) at bytecode.c:1169
handlers = 142909406
body = 142905438
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 11
count_volatile = -1073751528
op = 143
vectorp = 0x885c8b4
vectorp_volatile = 0x88afbfc
stack = {
pc = 0x88facce ")\207",
byte_string = 143641561,
byte_string_start = 0x88fac88 "\b\206\005",
next = 0xbfffdc24
}
stack_volatile = {
pc = 0x8304c59 <pure+202937> "",
byte_string = 141277038,
byte_string_start = 0x84e07c2 "",
next = 0xffffffff
}
top = 0xbfffd878
result = 143636576
type = (unknown: 135574686)
#53 0x081cecd1 in funcall_lambda (fun=142985493, nargs=1, arg_vector=0xbfffdbd0) at eval.c:2983
val = 136112494
syms_left = 1028
next = 11
lexenv = 12
count = 11
i = 142985488
optional = 8
rest = 20
#54 0x081ce86f in Ffuncall (nargs=2, args=0xbfffdbcc) at eval.c:2864
fun = 142985493
original_fun = 143616994
funcar = 137253312
numargs = 1
lisp_numargs = -1073751128
val = 139331522
internal_args = 0xbfffdf40
i = 0
#55 0x08205c55 in exec_byte_code (bytestr=143633009, vector=142985221, maxdepth=40, args_template=1024, nargs=0, args=0xbfffdf40) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 10
count_volatile = 139402282
op = 1
vectorp = 0x885c804
vectorp_volatile = 0x84e07da
stack = {
pc = 0x88f99fa "\204\210",
byte_string = 143633009,
byte_string_start = 0x88f9978 "\b\204\b",
next = 0xbfffdf94
}
stack_volatile = {
pc = 0x829215b "elc",
byte_string = -1073750952,
byte_string_start = 0x81ce15e <call1+44> "\211E\364\213E\364\311\303U\211\345\203\354\070\213E\b\211E܋E\f\211E\340\213E\020\211E\344\307E\360\003",
next = 0x2
}
top = 0xbfffdbcc
result = 0
type = (unknown: 135574686)
#56 0x081cecd1 in funcall_lambda (fun=142985301, nargs=0, arg_vector=0xbfffdf40) at eval.c:2983
val = 10
syms_left = 1024
next = 139325445
lexenv = 12
count = 10
i = 142985296
optional = 8
rest = 20
#57 0x081ce86f in Ffuncall (nargs=1, args=0xbfffdf3c) at eval.c:2864
fun = 142985301
original_fun = 141476162
funcar = 139403138
numargs = 0
lisp_numargs = -1073750296
val = 139331522
internal_args = 0xbfffe278
i = 2
#58 0x08205c55 in exec_byte_code (bytestr=137481041, vector=137481061, maxdepth=92, args_template=1028, nargs=1, args=0xbfffe27c) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 7
count_volatile = -1073750040
op = 0
vectorp = 0x831cb64 <pure+300996>
vectorp_volatile = 0x88958c9
stack = {
pc = 0x843b6c4 <pure+1475364> "\210\202\276\003\016A❃S\001\331\026B\343\344\003\206M\001\n\211A\022\242!!\210\202\276\003\016A坃\313\001\314\346\347\016C\"\003\206i\001\n\211A\022\242\211\262\f\314\331\036D\321\003\003\003#)\266\203\203\205\001\006\t\326\314O\262\nٲ\001\350\351\006\v!!\262\n\211\203\246\001\315\016E\006\vC\"\026E\006\b\203\307\001\016E\262\t\202\307\001\006\b\203\275\001\006\b\006\n\006\nAB\241\210\006\bA\262\t\202\307\001\006\t\016EB\211\026E\262\t\210\202\276\003\016Aꝃ\363\001\351\002\206\334\001\n\211A\022\242!\350\001!\353\001!\203\351\001\211\262\002\354\002\314\331#\266\003\202\276\003\016A흃\023\002\351\002"...,
byte_string = 137481041,
byte_string_start = 0x843b590 <pure+1475056> "\306 \210\b\203\021",
next = 0xbfffe2f4
}
stack_volatile = {
pc = 0x1 <Address 0x1 out of bounds>,
byte_string = 16,
byte_string_start = 0x81aec00 <make_uninit_string+28> "\b\211\004$\350.",
next = 0x88958e8
}
top = 0xbfffdf3c
result = 0
type = (unknown: 135574686)
#59 0x081cecd1 in funcall_lambda (fun=137481021, nargs=1, arg_vector=0xbfffe278) at eval.c:2983
val = 42
syms_left = 1028
next = 141374746
lexenv = 12
count = 7
i = 137481016
optional = 8
rest = 20
#60 0x081ce86f in Ffuncall (nargs=2, args=0xbfffe274) at eval.c:2864
fun = 137481021
original_fun = 141471130
funcar = 139318558
numargs = 1
lisp_numargs = -1073749416
val = 139165060
internal_args = 0x84e07c2
i = 139331522
#61 0x08205c55 in exec_byte_code (bytestr=137468113, vector=137468133, maxdepth=68, args_template=0, nargs=0, args=0xbfffe5dc) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 6
count_volatile = 1
op = 1
vectorp = 0x83198e4 <pure+288068>
vectorp_volatile = 0x814aa52 <SDATA+17>
stack = {
pc = 0x843e396 <pure+1486838> "\210\307\016@\211\203\n\005\211@\002\204\003\005\201\261",
byte_string = 137468113,
byte_string_start = 0x843dee2 <pure+1485634> "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060",
next = 0xbfffe644
}
stack_volatile = {
pc = 0x0,
byte_string = 0,
byte_string_start = 0x88afa7c "/home/youngfrog/sources/emacs-from-git/src",
next = 0x2a
}
top = 0xbfffe274
result = 137466973
type = (unknown: 135574686)
#62 0x081cecd1 in funcall_lambda (fun=137468093, nargs=0, arg_vector=0xbfffe5dc) at eval.c:2983
val = 136126791
syms_left = 0
next = 5
lexenv = 12
count = 6
i = 137468088
optional = 8
rest = 20
#63 0x081ce86f in Ffuncall (nargs=1, args=0xbfffe5d8) at eval.c:2864
fun = 137468093
original_fun = 141470530
funcar = 48
numargs = 0
lisp_numargs = -1073748552
val = -1073748552
internal_args = 0x84e07c2
i = 139331522
#64 0x08205c55 in exec_byte_code (bytestr=137466361, vector=137466381, maxdepth=48, args_template=0, nargs=0, args=0xbfffe890) at bytecode.c:919
targets = {0x82089f0 <exec_byte_code+13943>, 0x8208a48 <exec_byte_code+14031>, 0x8208a4a <exec_byte_code+14033>, 0x8208a4c <exec_byte_code+14035>, 0x8208a4e <exec_byte_code+14037>, 0x8208a4e <exec_byte_code+14037>,
0x8208a99 <exec_byte_code+14112>, 0x8208af6 <exec_byte_code+14205>, 0x8205679 <exec_byte_code+768>, 0x820567b <exec_byte_code+770>, 0x820567d <exec_byte_code+772>, 0x820567f <exec_byte_code+774>,
0x8205681 <exec_byte_code+776>, 0x8205681 <exec_byte_code+776>, 0x8205687 <exec_byte_code+782>, 0x8205644 <exec_byte_code+715>, 0x82059d1 <exec_byte_code+1624>, 0x82059d3 <exec_byte_code+1626>,
0x82059d5 <exec_byte_code+1628>, 0x82059d7 <exec_byte_code+1630>, 0x82059d9 <exec_byte_code+1632>, 0x82059d9 <exec_byte_code+1632>, 0x8205a14 <exec_byte_code+1691>, 0x82059df <exec_byte_code+1638>,
0x8205b85 <exec_byte_code+2060>, 0x8205b87 <exec_byte_code+2062>, 0x8205b89 <exec_byte_code+2064>, 0x8205b8b <exec_byte_code+2066>, 0x8205b8d <exec_byte_code+2068>, 0x8205b8d <exec_byte_code+2068>,
0x8205b36 <exec_byte_code+1981>, 0x8205b50 <exec_byte_code+2007>, 0x8205c29 <exec_byte_code+2224>, 0x8205c2b <exec_byte_code+2226>, 0x8205c2d <exec_byte_code+2228>, 0x8205c2f <exec_byte_code+2230>,
0x8205c31 <exec_byte_code+2232>, 0x8205c31 <exec_byte_code+2232>, 0x8205bda <exec_byte_code+2145>, 0x8205bf4 <exec_byte_code+2171>, 0x8205cd2 <exec_byte_code+2393>, 0x8205cd4 <exec_byte_code+2395>,
0x8205cd6 <exec_byte_code+2397>, 0x8205cd8 <exec_byte_code+2399>, 0x8205cda <exec_byte_code+2401>, 0x8205cda <exec_byte_code+2401>, 0x8205c83 <exec_byte_code+2314>, 0x8205c9d <exec_byte_code+2340>,
0x8206ab4 <exec_byte_code+5947>, 0x820686c <exec_byte_code+5363>, 0x8206863 <exec_byte_code+5354>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8206c85 <exec_byte_code+6412>, 0x8206d36 <exec_byte_code+6589>, 0x8206d7d <exec_byte_code+6660>, 0x8206dc4 <exec_byte_code+6731>,
0x8206e0f <exec_byte_code+6806>, 0x82058ad <exec_byte_code+1332>, 0x82058fd <exec_byte_code+1412>, 0x8206e64 <exec_byte_code+6891>, 0x8205837 <exec_byte_code+1214>, 0x820594b <exec_byte_code+1490>,
0x8206eac <exec_byte_code+6963>, 0x8206f00 <exec_byte_code+7047>, 0x8206f3b <exec_byte_code+7106>, 0x8206f8f <exec_byte_code+7190>, 0x8206fd4 <exec_byte_code+7259>, 0x8207084 <exec_byte_code+7435>,
0x82070bf <exec_byte_code+7494>, 0x8207113 <exec_byte_code+7578>, 0x8207180 <exec_byte_code+7687>, 0x82071bb <exec_byte_code+7746>, 0x82071f6 <exec_byte_code+7805>, 0x820724a <exec_byte_code+7889>,
0x820729e <exec_byte_code+7973>, 0x82072f2 <exec_byte_code+8057>, 0x820735f <exec_byte_code+8166>, 0x82073a4 <exec_byte_code+8235>, 0x82073e9 <exec_byte_code+8304>, 0x8207499 <exec_byte_code+8480>,
0x820750f <exec_byte_code+8598>, 0x8207585 <exec_byte_code+8716>, 0x8207752 <exec_byte_code+9177>, 0x82077ae <exec_byte_code+9269>, 0x820780a <exec_byte_code+9361>, 0x8207866 <exec_byte_code+9453>,
0x82078c2 <exec_byte_code+9545>, 0x8207907 <exec_byte_code+9614>, 0x8207981 <exec_byte_code+9736>, 0x82079c6 <exec_byte_code+9805>, 0x8207a0b <exec_byte_code+9874>, 0x8207a50 <exec_byte_code+9943>,
0x8207b2e <exec_byte_code+10165>, 0x8206721 <exec_byte_code+5032>, 0x8207b7f <exec_byte_code+10246>, 0x8207bba <exec_byte_code+10305>, 0x8207c66 <exec_byte_code+10477>, 0x8207cb7 <exec_byte_code+10558>,
0x8207d08 <exec_byte_code+10639>, 0x8207d43 <exec_byte_code+10698>, 0x8207d86 <exec_byte_code+10765>, 0x8207dc9 <exec_byte_code+10832>, 0x8207e14 <exec_byte_code+10907>, 0x82089f0 <exec_byte_code+13943>,
0x8207e59 <exec_byte_code+10976>, 0x8207e90 <exec_byte_code+11031>, 0x8207ec7 <exec_byte_code+11086>, 0x8207efe <exec_byte_code+11141>, 0x8207f35 <exec_byte_code+11196>, 0x8207f6c <exec_byte_code+11251>,
0x8206721 <exec_byte_code+5032>, 0x82089f0 <exec_byte_code+13943>, 0x8207fa7 <exec_byte_code+11310>, 0x8207fed <exec_byte_code+11380>, 0x8208028 <exec_byte_code+11439>, 0x8208063 <exec_byte_code+11498>,
0x82080b7 <exec_byte_code+11582>, 0x820810b <exec_byte_code+11666>, 0x8208146 <exec_byte_code+11725>, 0x8208201 <exec_byte_code+11912>, 0x8208255 <exec_byte_code+11996>, 0x82082a9 <exec_byte_code+12080>,
0x82082fd <exec_byte_code+12164>, 0x8208334 <exec_byte_code+12219>, 0x82089f0 <exec_byte_code+13943>, 0x8206676 <exec_byte_code+4861>, 0x8205d5e <exec_byte_code+2533>, 0x8205731 <exec_byte_code+952>,
0x8205e50 <exec_byte_code+2775>, 0x8205f62 <exec_byte_code+3049>, 0x820606c <exec_byte_code+3315>, 0x8206619 <exec_byte_code+4768>, 0x8206649 <exec_byte_code+4816>, 0x8205af3 <exec_byte_code+1914>,
0x82066e3 <exec_byte_code+4970>, 0x820674f <exec_byte_code+5078>, 0x82067c9 <exec_byte_code+5200>, 0x8206807 <exec_byte_code+5262>, 0x8206aea <exec_byte_code+6001>, 0x8206b58 <exec_byte_code+6111>,
0x8206bc5 <exec_byte_code+6220>, 0x8206c1b <exec_byte_code+6306>, 0x8205d21 <exec_byte_code+2472>, 0x820836f <exec_byte_code+12278>, 0x82083dc <exec_byte_code+12387>, 0x8208417 <exec_byte_code+12446>,
0x8208452 <exec_byte_code+12505>, 0x820848d <exec_byte_code+12564>, 0x82084c8 <exec_byte_code+12623>, 0x820851c <exec_byte_code+12707>, 0x8208570 <exec_byte_code+12791>, 0x82085c4 <exec_byte_code+12875>,
0x8208618 <exec_byte_code+12959>, 0x8208701 <exec_byte_code+13192>, 0x8208755 <exec_byte_code+13276>, 0x82087a9 <exec_byte_code+13360>, 0x82087e4 <exec_byte_code+13419>, 0x8208838 <exec_byte_code+13503>,
0x820888c <exec_byte_code+13587>, 0x82088d3 <exec_byte_code+13658>, 0x820891a <exec_byte_code+13729>, 0x8207a95 <exec_byte_code+10012>, 0x8207ada <exec_byte_code+10081>, 0x820895f <exec_byte_code+13798>,
0x82089aa <exec_byte_code+13873>, 0x82089f0 <exec_byte_code+13943>, 0x8206176 <exec_byte_code+3581>, 0x8206241 <exec_byte_code+3784>, 0x820633b <exec_byte_code+4034>, 0x8206435 <exec_byte_code+4284>,
0x8206527 <exec_byte_code+4526>, 0x8207019 <exec_byte_code+7328>, 0x820742e <exec_byte_code+8373>, 0x8207bfb <exec_byte_code+10370>, 0x8208b71 <exec_byte_code+14328>, 0x8208bce <exec_byte_code+14421>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x8208c49 <exec_byte_code+14544>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>, 0x82089f0 <exec_byte_code+13943>,
0x8208cbc <exec_byte_code+14659> <repeats 64 times>}
count = 4
count_volatile = -1226576692
op = 0
vectorp = 0x831920c <pure+286316>
vectorp_volatile = 0xb7ffefc0
stack = {
pc = 0x843ea26 <pure+1488518> "\210)\210\374\375\376\"\210\377ˁG",
byte_string = 137466361,
byte_string_start = 0x843e8d4 <pure+1488180> "\b\203\b",
next = 0x0
}
stack_volatile = {
pc = 0xb7ffefc0 "\370\036\002",
byte_string = -1228387540,
byte_string_start = 0x29 <Address 0x29 out of bounds>,
next = 0xb67d2d14
}
top = 0xbfffe5d8
result = 0
type = (unknown: 135574686)
#65 0x081cecd1 in funcall_lambda (fun=137466341, nargs=0, arg_vector=0xbfffe890) at eval.c:2983
val = 136123937
syms_left = 0
next = -1226530881
lexenv = 12
count = 4
i = 139331522
optional = 8
rest = 20
#66 0x081ceaf8 in apply_lambda (fun=137466341, args=139331522) at eval.c:2924
args_left = 139331522
i = 0
numargs = 0
arg_vector = 0xbfffe890
gcpro1 = {
next = 0x814b49e <PSEUDOVECTORP+51>,
var = 0x83191e0 <pure+286272>,
nvars = 0
}
gcpro2 = {
next = 0xa8428197,
var = 0x0,
nvars = -1073747736
}
gcpro3 = {
next = 0xb7fe65c5 <check_match+293>,
var = 0x52,
nvars = 141110822
}
tem = 0
sa_count = 4
sa_must_free = false
#67 0x081cd7b8 in eval_sub (form=140992662) at eval.c:2230
fun = 137466341
val = 139331522
original_fun = 141357578
original_args = 139331522
funcar = 139352272
gcpro1 = {
next = 0xbfffe9a8,
var = 0x84e5801,
nvars = 5
}
gcpro2 = {
next = 0x1b,
var = 0x0,
nvars = 0
}
gcpro3 = {
next = 0x84b8078 <o_fwd.20486>,
var = 0x84e07c2,
nvars = 139352272
}
#68 0x081ccf0d in Feval (form=140992662, lexical=139331522) at eval.c:2003
count = 2
#69 0x08150d62 in top_level_2 () at keyboard.c:1182
No locals.
#70 0x081cbe6a in internal_condition_case (bfun=0x8150d45 <top_level_2>, handlers=139364602, hfun=0x8150969 <cmd_error>) at eval.c:1354
val = -1228364584
c = 0x88a92b0
#71 0x08150d96 in top_level_1 (ignore=139331522) at keyboard.c:1190
No locals.
#72 0x081cb7f2 in internal_catch (tag=139362650, func=0x8150d64 <top_level_1>, arg=139331522) at eval.c:1118
val = -1073747188
c = 0x88a91d8
#73 0x08150cca in command_loop () at keyboard.c:1151
No locals.
#74 0x08150605 in recursive_edit_1 () at keyboard.c:776
count = 1
val = -1073747192
#75 0x08150741 in Frecursive_edit () at keyboard.c:844
count = 0
buffer = 139331522
#76 0x0814eaff in main (argc=5, argv=0xbfffec94) at emacs.c:1654
dummy = 2
stack_bottom_variable = 0 '\000'
do_initial_setlocale = true
dumping = false
skip_args = 1
rlim = {
rlim_cur = 8388608,
rlim_max = 18446744073709551615
}
no_loadup = false
junk = 0x0
dname_arg = 0x0
ch_to_dir = 0x0
original_pwd = 0x0
Lisp Backtrace:
"defalias" (0xbfffac88)
"byte-code" (0xbfffaf10)
"require" (0xbfffb270)
"eval-buffer" (0xbfffb478)
"load-with-code-conversion" (0xbfffb7b0)
"require" (0xbfffbbac)
"apply" (0xbfffbba8)
"byte-compile-file-form-require" (0xbfffbed0)
"byte-compile-file-form" (0xbfffc1fc)
"byte-compile-toplevel-file-form" (0xbfffc52c)
0x8860930 PVEC_COMPILED
0x884ca78 PVEC_COMPILED
"funcall" (0xbfffcb80)
"byte-compile-from-buffer" (0xbfffd088)
"byte-compile-file" (0xbfffd3c8)
0x885d908 PVEC_COMPILED
"funcall" (0xbfffd6f0)
"batch-byte-compile-file" (0xbfffdbd0)
"batch-byte-compile" (0xbfffdf40)
"command-line-1" (0xbfffe278)
"command-line" (0xbfffe5dc)
"normal-top-level" (0xbfffe890)
(gdb)
I run gcc (Gentoo 4.6.3 p1.9, pie-0.5.2) 4.6.3
--
Nico.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-08 11:20 ` Nicolas Richard
@ 2014-04-08 12:21 ` Daniel Colascione
2014-04-08 12:54 ` Nicolas Richard
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Colascione @ 2014-04-08 12:21 UTC (permalink / raw)
To: Nicolas Richard, Eli Zaretskii; +Cc: 17184
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]
On 04/08/2014 04:20 AM, Nicolas Richard wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
>>> Date: Fri, 04 Apr 2014 17:26:36 +0200
>>>
>>> So I tried this:
>>> $ gdb --args emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tcover-ses.el
>>>
>>> and here's what happens:
>>>
>>> Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
>>> 355 signal (sig, SIG_DFL);
>>>
>>> it aborts because of this in data.c:
>>> /* Convert to eassert or remove after GC bug is found. In the
>>> meantime, check unconditionally, at a slight perf hit. */
>>> if (valid_lisp_object_p (definition) < 1)
>>> emacs_abort ();
>>>
>>> Here's the backtrace:
Interesting. It works for me --- 64- and 32-bit builds. What happens if
you add that Ffset check to emacs-24? What symbol are we trying to set?
(Use xsymbol.) What does valid_lisp_object_p (definition) actually
return when you call it? Can you share your binary and core dump?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-08 12:21 ` Daniel Colascione
@ 2014-04-08 12:54 ` Nicolas Richard
2014-04-08 13:24 ` Daniel Colascione
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Richard @ 2014-04-08 12:54 UTC (permalink / raw)
To: Daniel Colascione, Eli Zaretskii; +Cc: 17184
[-- Attachment #1: Type: text/plain, Size: 2886 bytes --]
Le 08/04/2014 14:21, Daniel Colascione a écrit :
> What happens if you add that Ffset check to emacs-24?
I can bootstrap just fine. Attached is the patch I used (cherry picking
had a small conflict)
> What symbol are we trying to set?
> (Use xsymbol.) What does valid_lisp_object_p (definition) actually
> return when you call it?
Ok, here's a new gdb session. This time I batch compile testcover.el
because I noticed that tcover-ses.el requires it and the problem arises
while requiring testcover.el.
Starting program: /home/youngfrog/sources/emacs-from-git/src/emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/testcover.el
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb639bb40 (LWP 25884)]
Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40)
at emacs.c:355
355 signal (sig, SIG_DFL);
(gdb) bt
#0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:355
#1 0x0816baaf in emacs_abort () at sysdep.c:2130
#2 0x081b5a4b in Ffset (symbol=144208610, definition=137959189) at data.c:733
#3 0x081b5b8a in Fdefalias (symbol=144208610, definition=137959189,
docstring=139331522) at data.c:777
#4 0x081ce690 in Ffuncall (nargs=3, args=0xbfffb434) at eval.c:2822
#5 0x08205c55 in exec_byte_code (bytestr=144054457, vector=142916517,
maxdepth=12, args_template=139331522, nargs=0, args=0x0) at bytecode.c:919
#6 0x0820535c in Fbyte_code (bytestr=144054457, vector=142916517, maxdepth=12)
at bytecode.c:482
#7 0x081cd5b1 in eval_sub (form=144189750) at eval.c:2191
#8 0x081f20a1 in readevalloop (readcharfun=139400210, stream=0x893dbe8,
sourcename=143932745, printflag=false, unibyte=139331522,
readfun=139331522, start=139331522, end=139331522) at lread.c:1934
#9 0x081f108f in Fload (file=137504601, noerror=139331522,
nomessage=139331546, nosuffix=139331522, must_suffix=139331546)
at lread.c:1363
#10 0x081d705a in Frequire (feature=143220250, filename=139331522,
noerror=139331522) at fns.c:2671
(gdb) p symbol
No symbol "symbol" in current context.
(gdb) f 2
#2 0x081b5a4b in Ffset (symbol=144208610, definition=137959189) at data.c:733
733 emacs_abort ();
(gdb) p symbol
$1 = 144208610
(gdb) xsymbol
$2 = (struct Lisp_Symbol *) 0x89872e0
"edebug-original-eval-defun"
(gdb) p valid_lisp_object_p (definition)
$3 = 0
(gdb) f 9
#9 0x081f108f in Fload (file=137504601, noerror=139331522,
nomessage=139331546, nosuffix=139331522, must_suffix=139331546)
at lread.c:1363
1363 readevalloop (Qget_file_char, stream, hist_file_name,
(gdb) p file
$4 = 137504601
(gdb) xpr
Lisp_String
$5 = (struct Lisp_String *) 0x8322758 <pure+324536>
"edebug"
(gdb)
> Can you share your binary and core dump?
Sure: http://homepages.ulb.ac.be/~nrichard/emacs+core.tar.bz2
N.
[-- Attachment #2: 0001-Add-GC-bug-investigation-code.patch --]
[-- Type: text/x-patch, Size: 9502 bytes --]
From a8a8ceb973b87b24d2e7317728c3c1358763bab6 Mon Sep 17 00:00:00 2001
From: Daniel Colascione <dancol@dancol.org>
Date: Wed, 2 Apr 2014 17:18:08 -0700
Subject: [PATCH] Add GC bug investigation code Conflicts: lisp/ChangeLog
lisp/subr.el src/ChangeLog
---
lisp/subr.el | 51 ++++++++++++++++-------------
src/alloc.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/data.c | 5 +++
src/lisp.h | 3 ++
4 files changed, 141 insertions(+), 23 deletions(-)
diff --git a/lisp/subr.el b/lisp/subr.el
index e4350bf..177e144 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -4290,29 +4290,34 @@ lookup sequence then continues."
;; Don't use letrec, because equal (in add/remove-hook) would get trapped
;; in a cycle.
(fset clearfun
- (lambda ()
- (with-demoted-errors "set-transient-map PCH: %S"
- (unless (cond
- ((not (eq map (cadr overriding-terminal-local-map)))
- ;; There's presumably some other transient-map in
- ;; effect. Wait for that one to terminate before we
- ;; remove ourselves.
- ;; For example, if isearch and C-u both use transient
- ;; maps, then the lifetime of the C-u should be nested
- ;; within isearch's, so the pre-command-hook of
- ;; isearch should be suspended during the C-u one so
- ;; we don't exit isearch just because we hit 1 after
- ;; C-u and that 1 exits isearch whereas it doesn't
- ;; exit C-u.
- t)
- ((null keep-pred) nil)
- ((eq t keep-pred)
- (eq this-command
- (lookup-key map (this-command-keys-vector))))
- (t (funcall keep-pred)))
- (internal-pop-keymap map 'overriding-terminal-local-map)
- (remove-hook 'pre-command-hook clearfun)
- (when on-exit (funcall on-exit))))))
+ (suspicious-object
+ (lambda ()
+ (with-demoted-errors "set-transient-map PCH: %S"
+ (unless (cond
+ ((not (eq map (cadr overriding-terminal-local-map)))
+ ;; There's presumably some other transient-map in
+ ;; effect. Wait for that one to terminate before we
+ ;; remove ourselves.
+ ;; For example, if isearch and C-u both use transient
+ ;; maps, then the lifetime of the C-u should be nested
+ ;; within isearch's, so the pre-command-hook of
+ ;; isearch should be suspended during the C-u one so
+ ;; we don't exit isearch just because we hit 1 after
+ ;; C-u and that 1 exits isearch whereas it doesn't
+ ;; exit C-u.
+ t)
+ ((null keep-pred) nil)
+ ((eq t keep-pred)
+ (eq this-command
+ (lookup-key map (this-command-keys-vector))))
+ (t (funcall keep-pred)))
+ (internal-pop-keymap map 'overriding-terminal-local-map)
+ (remove-hook 'pre-command-hook clearfun)
+ (when on-exit (funcall on-exit))
+ ;; Comment out the fset if you want to debug the GC bug.
+;;; (fset clearfun nil)
+;;; (set clearfun nil)
+ )))))
(add-hook 'pre-command-hook clearfun)
(internal-push-keymap map 'overriding-terminal-local-map)))
diff --git a/src/alloc.c b/src/alloc.c
index 62c3bee..5732d16 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -48,6 +48,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <verify.h>
+#ifdef HAVE_EXECINFO_H
+#include <execinfo.h> /* For backtrace */
+#endif
+
#if (defined ENABLE_CHECKING \
&& defined HAVE_VALGRIND_VALGRIND_H \
&& !defined USE_VALGRIND)
@@ -192,6 +196,36 @@ static ptrdiff_t pure_bytes_used_non_lisp;
const char *pending_malloc_warning;
+#if 0 /* Normally, pointer sanity only on request... */
+#ifdef ENABLE_CHECKING
+#define SUSPICIOUS_OBJECT_CHECKING 1
+#endif
+#endif
+
+/* ... but unconditionally use SUSPICIOUS_OBJECT_CHECKING while the GC
+ bug is unresolved. */
+#define SUSPICIOUS_OBJECT_CHECKING 1
+
+#ifdef SUSPICIOUS_OBJECT_CHECKING
+struct suspicious_free_record {
+ void* suspicious_object;
+#ifdef HAVE_EXECINFO_H
+ void* backtrace[128];
+#endif
+};
+static void* suspicious_objects[32];
+static int suspicious_object_index;
+struct suspicious_free_record suspicious_free_history[64];
+static int suspicious_free_history_index;
+/* Find the first currently-monitored suspicious pointer in range
+ [begin,end) or NULL if no such pointer exists. */
+static void* find_suspicious_object_in_range (void* begin, void* end);
+static void detect_suspicious_free (void* ptr);
+#else
+#define find_suspicious_object_in_range(begin, end) NULL
+#define detect_suspicious_free(ptr) (void)
+#endif
+
/* Maximum amount of C stack to save when a GC happens. */
#ifndef MAX_SAVE_STACK
@@ -2914,6 +2948,7 @@ vector_nbytes (struct Lisp_Vector *v)
static void
cleanup_vector (struct Lisp_Vector *vector)
{
+ detect_suspicious_free (vector);
if (PSEUDOVECTOR_TYPEP (&vector->header, PVEC_FONT)
&& ((vector->header.size & PSEUDOVECTOR_SIZE_MASK)
== FONT_OBJECT_MAX))
@@ -3074,6 +3109,9 @@ allocate_vectorlike (ptrdiff_t len)
mallopt (M_MMAP_MAX, MMAP_MAX_AREAS);
#endif
+ if (find_suspicious_object_in_range (p, (char*)p + nbytes))
+ emacs_abort ();
+
consing_since_gc += nbytes;
vector_cells_consed += len;
}
@@ -3773,6 +3811,7 @@ refill_memory_reserve (void)
Vmemory_full = Qnil;
#endif
}
+
\f
/************************************************************************
C Stack Marking
@@ -6763,6 +6802,71 @@ which_symbols (Lisp_Object obj, EMACS_INT find_max)
return found;
}
+#ifdef SUSPICIOUS_OBJECT_CHECKING
+
+static void*
+find_suspicious_object_in_range (void* begin, void* end)
+{
+ char* begin_a = begin;
+ char* end_a = end;
+ int i;
+
+ for (i = 0; i < EARRAYSIZE (suspicious_objects); ++i) {
+ char* suspicious_object = suspicious_objects[i];
+ if (begin_a <= suspicious_object && suspicious_object < end_a)
+ return suspicious_object;
+ }
+
+ return NULL;
+}
+
+static void
+detect_suspicious_free (void* ptr)
+{
+ int i;
+ struct suspicious_free_record* rec;
+
+ eassert (ptr != NULL);
+
+ for (i = 0; i < EARRAYSIZE (suspicious_objects); ++i)
+ if (suspicious_objects[i] == ptr)
+ {
+ rec = &suspicious_free_history[suspicious_free_history_index++];
+ if (suspicious_free_history_index ==
+ EARRAYSIZE (suspicious_free_history))
+ {
+ suspicious_free_history_index = 0;
+ }
+
+ memset (rec, 0, sizeof (rec));
+ rec->suspicious_object = ptr;
+#ifdef HAVE_EXECINFO_H
+ backtrace (&rec->backtrace[0], EARRAYSIZE (rec->backtrace));
+#endif
+ suspicious_objects[i] = NULL;
+ }
+}
+
+#endif /* SUSPICIOUS_OBJECT_CHECKING */
+
+DEFUN ("suspicious-object", Fsuspicious_object, Ssuspicious_object, 1, 1, 0,
+ doc: /* Return OBJ, maybe marking it for extra scrutiny.
+If Emacs is compiled with suspicous object checking, capture
+a stack trace when OBJ is freed in order to help track down
+garbage collection bugs. Otherwise, do nothing and return OBJ. */)
+ (Lisp_Object obj)
+{
+#ifdef SUSPICIOUS_OBJECT_CHECKING
+ /* Right now, we care only about vectors. */
+ if (VECTORLIKEP (obj)) {
+ suspicious_objects[suspicious_object_index++] = XVECTOR (obj);
+ if (suspicious_object_index == EARRAYSIZE (suspicious_objects))
+ suspicious_object_index = 0;
+ }
+#endif
+ return obj;
+}
+
#ifdef ENABLE_CHECKING
bool suppress_checking;
@@ -6933,6 +7037,7 @@ The time is in seconds as a floating point value. */);
defsubr (&Sgarbage_collect);
defsubr (&Smemory_limit);
defsubr (&Smemory_use_counts);
+ defsubr (&Ssuspicious_object);
#if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES
defsubr (&Sgc_status);
diff --git a/src/data.c b/src/data.c
index 4ef81f2..dd22098 100644
--- a/src/data.c
+++ b/src/data.c
@@ -727,6 +727,11 @@ DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
if (AUTOLOADP (function))
Fput (symbol, Qautoload, XCDR (function));
+ /* Convert to eassert or remove after GC bug is found. In the
+ meantime, check unconditionally, at a slight perf hit. */
+ if (valid_lisp_object_p (definition) < 1)
+ emacs_abort ();
+
set_symbol_function (symbol, definition);
return definition;
diff --git a/src/lisp.h b/src/lisp.h
index 30f52b9..c501135 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -58,6 +58,9 @@ INLINE_HEADER_BEGIN
#define max(a, b) ((a) > (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))
+/* Find number of elements in array */
+#define EARRAYSIZE(arr) (sizeof (arr) / sizeof ((arr)[0]))
+
/* EMACS_INT - signed integer wide enough to hold an Emacs value
EMACS_INT_MAX - maximum value of EMACS_INT; can be used in #if
pI - printf length modifier for EMACS_INT
--
1.8.3.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-08 12:54 ` Nicolas Richard
@ 2014-04-08 13:24 ` Daniel Colascione
2014-04-08 13:44 ` Nicolas Richard
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Colascione @ 2014-04-08 13:24 UTC (permalink / raw)
To: Nicolas Richard, Eli Zaretskii; +Cc: 17184
[-- Attachment #1: Type: text/plain, Size: 414 bytes --]
On 04/08/2014 05:54 AM, Nicolas Richard wrote:
>> Can you share your binary and core dump?
>
> Sure: http://homepages.ulb.ac.be/~nrichard/emacs+core.tar.bz2
Thanks. pure_bytes_used_before_overflow is non-ero, which means that
your pure space is overflowing. When that happens, PURE_POINTER_P and
valid_lisp_object_p stop being reliable, so the Ffset check fails. Try
-DSYSTEM_PURESIZE_EXTRA=10000000.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#17184: 24.3.50; crash while bootstrapping current trunk
2014-04-08 13:24 ` Daniel Colascione
@ 2014-04-08 13:44 ` Nicolas Richard
0 siblings, 0 replies; 7+ messages in thread
From: Nicolas Richard @ 2014-04-08 13:44 UTC (permalink / raw)
To: Daniel Colascione, Eli Zaretskii; +Cc: 17184
Le 08/04/2014 15:24, Daniel Colascione a écrit :
> On 04/08/2014 05:54 AM, Nicolas Richard wrote:
>>> Can you share your binary and core dump?
>>
>> Sure: http://homepages.ulb.ac.be/~nrichard/emacs+core.tar.bz2
>
> Thanks. pure_bytes_used_before_overflow is non-ero, which means that
> your pure space is overflowing. When that happens, PURE_POINTER_P and
> valid_lisp_object_p stop being reliable, so the Ffset check fails. Try
> -DSYSTEM_PURESIZE_EXTRA=10000000.
It bootstraps correctly, thanks.
fwiw:
$ ./emacs --batch --eval '(print pure-bytes-used)'
1701330
--
Nico.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-04-08 13:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 15:26 bug#17184: 24.3.50; crash while bootstrapping current trunk Nicolas Richard
2014-04-04 19:29 ` Eli Zaretskii
2014-04-08 11:20 ` Nicolas Richard
2014-04-08 12:21 ` Daniel Colascione
2014-04-08 12:54 ` Nicolas Richard
2014-04-08 13:24 ` Daniel Colascione
2014-04-08 13:44 ` Nicolas Richard
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.