* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110768: Window-related stuff cleanup here and there.
[not found] <E1TUFFU-0005X9-IK@vcs.savannah.gnu.org>
@ 2012-11-02 17:28 ` Juanma Barranquero
2012-11-03 5:20 ` Dmitry Antipov
0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2012-11-02 17:28 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: Emacs developers
On Fri, Nov 2, 2012 at 11:34 AM, Dmitry Antipov <dmantipov@yandex.ru> wrote:
> ------------------------------------------------------------
> revno: 110768
> committer: Dmitry Antipov <dmantipov@yandex.ru>
> branch nick: trunk
> timestamp: Fri 2012-11-02 14:34:26 +0400
> message:
> Window-related stuff cleanup here and there.
This causes a totally repeatable crash with
emacs -Q -f ido-mode
C-x k
(gdb) run -Q -f ido-mode
Starting program: C:\Devel\emacs\repo\debug\bin\emacs.exe -Q -f ido-mode
[New Thread 2552.0x1c68]
[New Thread 2552.0x1c30]
[New Thread 2552.0x1e34]
[New Thread 2552.0x13d4]
window.c:2208: Emacs fatal error: assertion failed: WINDOWP (owindow)
Breakpoint 1, terminate_due_to_signal (sig=22,
backtrace_limit=2147483647) at emacs.c:317
317 signal (sig, SIG_DFL);
(gdb) bt
#0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:317
#1 0x0102198b in die (msg=0x15bb598 "assertion failed: WINDOWP
(owindow)", file=0x15b7528 "window.c", line=2208) at alloc.c:6440
#2 0x011c37fa in candidate_window_p (window=58318413,
owindow=57387034, minibuf=57437498, all_frames=57387034) at
window.c:2208
#3 0x011c438a in window_list_1 (window=57387034, minibuf=57437498,
all_frames=57387034) at window.c:2445
#4 0x011c46b7 in Fwindow_list_1 (window=57387034, minibuf=57387034,
all_frames=57387034) at window.c:2518
#5 0x01014f59 in Ffuncall (nargs=4, args=0x88e6a4) at eval.c:2781
#6 0x010e11e3 in exec_byte_code (bytestr=20245673, vector=20245773,
maxdepth=20, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#7 0x01015e02 in funcall_lambda (fun=20245613, nargs=3,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#8 0x0101529b in Ffuncall (nargs=4, args=0x88e9a4) at eval.c:2823
#9 0x010e11e3 in exec_byte_code (bytestr=57815393, vector=60861541,
maxdepth=16, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#10 0x01015e02 in funcall_lambda (fun=60763981, nargs=1,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#11 0x0101529b in Ffuncall (nargs=2, args=0x88eca4) at eval.c:2823
#12 0x010e11e3 in exec_byte_code (bytestr=57733089, vector=58587605,
maxdepth=20, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#13 0x01015e02 in funcall_lambda (fun=60501389, nargs=1,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#14 0x0101529b in Ffuncall (nargs=2, args=0x88efa4) at eval.c:2823
#15 0x010e11e3 in exec_byte_code (bytestr=57673297, vector=61546829,
maxdepth=88, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#16 0x01015e02 in funcall_lambda (fun=61547469, nargs=6,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#17 0x0101529b in Ffuncall (nargs=7, args=0x88f2e4) at eval.c:2823
#18 0x010e11e3 in exec_byte_code (bytestr=60682721, vector=61361781,
maxdepth=36, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#19 0x01015e02 in funcall_lambda (fun=60241653, nargs=6,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#20 0x0101529b in Ffuncall (nargs=7, args=0x88f5f4) at eval.c:2823
#21 0x010e11e3 in exec_byte_code (bytestr=57867089, vector=60950157,
maxdepth=28, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
#22 0x01015e02 in funcall_lambda (fun=60915573, nargs=0,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
#23 0x0101529b in Ffuncall (nargs=1, args=0x88f920) at eval.c:2823
#24 0x010145b4 in apply1 (fn=59859642, arg=57387034) at eval.c:2535
#25 0x010e4f55 in Fcall_interactively (function=59859642,
record_flag=57387034, keys=57408429) at callint.c:377
#26 0x01014f59 in Ffuncall (nargs=4, args=0x88fb30) at eval.c:2781
#27 0x010146b7 in call3 (fn=57498346, arg1=59859642, arg2=57387034,
arg3=57387034) at eval.c:2599
#28 0x01052cad in Fcommand_execute (cmd=59859642,
record_flag=57387034, keys=57387034, special=57387034) at
keyboard.c:10233
#29 0x0103911f in command_loop_1 () at keyboard.c:1586
#30 0x01010e62 in internal_condition_case (bfun=0x10383ea
<command_loop_1>, handlers=57437594, hfun=0x1037c09 <cmd_error>) at
eval.c:1288
#31 0x01038063 in command_loop_2 (ignore=57387034) at keyboard.c:1167
#32 0x010108bf in internal_catch (tag=57427450, func=0x103803f
<command_loop_2>, arg=57387034) at eval.c:1059
#33 0x0103801d in command_loop () at keyboard.c:1146
#34 0x010375d7 in recursive_edit_1 () at keyboard.c:778
#35 0x01037904 in Frecursive_edit () at keyboard.c:842
#36 0x010028fc in main (argc=4, argv=0xae2fb0) at emacs.c:1547
Lisp Backtrace:
"window-list-1" (0x88e6a8)
"walk-windows" (0x88e9a8)
"ido-get-buffers-in-frames" (0x88eca8)
"ido-make-buffer-list" (0x88efa8)
"ido-read-internal" (0x88f2e8)
"ido-buffer-internal" (0x88f5f8)
"ido-kill-buffer" (0x88f924)
"call-interactively" (0x88fb34)
(gdb) bt full
#0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:317
No locals.
#1 0x0102198b in die (msg=0x15bb598 "assertion failed: WINDOWP
(owindow)", file=0x15b7528 "window.c", line=2208) at alloc.c:6440
No locals.
#2 0x011c37fa in candidate_window_p (window=58318413,
owindow=57387034, minibuf=57437498, all_frames=57387034) at
window.c:2208
w = 0x379de48 <__register_frame_info+58318408>
f = 0x379dcc0 <__register_frame_info+58318016>
candidate_p = 1
#3 0x011c438a in window_list_1 (window=57387034, minibuf=57437498,
all_frames=57387034) at window.c:2445
tail = 59885774
list = 57387034
rest = 0
#4 0x011c46b7 in Fwindow_list_1 (window=57387034, minibuf=57387034,
all_frames=57387034) at window.c:2518
No locals.
#5 0x01014f59 in Ffuncall (nargs=4, args=0x88e6a4) at eval.c:2781
fun = 22166981
original_fun = 57542994
funcar = 0
numargs = 3
lisp_numargs = 8971912
val = 57387034
backtrace = {
next = 0x88e940,
function = 57542994,
args = 0x88e6a8,
nargs = 3,
debug_on_exit = 0
}
internal_args = 0x88e6a8
i = 57387034
#6 0x010e11e3 in exec_byte_code (bytestr=20245673, vector=20245773,
maxdepth=20, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 49
op = 3
vectorp = 0x134ed10
stack = {
pc = 0x15078c8 "\320\033\211\034\205\067",
byte_string = 20245673,
byte_string_start = 0x15078a7 "\306\307 !\203\t",
constants = 20245773,
next = 0x88e9ec
}
top = 0x88e6a4
result = 19004
#7 0x01015e02 in funcall_lambda (fun=20245613, nargs=3,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 19633094
syms_left = 57387034
next = 59259098
lexenv = 57387034
count = 46
i = 3
optional = true
rest = false
#8 0x0101529b in Ffuncall (nargs=4, args=0x88e9a4) at eval.c:2823
fun = 20245613
original_fun = 59259074
funcar = 1
numargs = 3
lisp_numargs = 8972680
val = 8972696
backtrace = {
next = 0x88ec40,
function = 59259074,
args = 0x88e9a8,
nargs = 3,
debug_on_exit = 0
}
internal_args = 0x36ba81a <__register_frame_info+57387034>
i = 0
#9 0x010e11e3 in exec_byte_code (bytestr=57815393, vector=60861541,
maxdepth=16, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 45
op = 3
vectorp = 0x3a0ac68 <__register_frame_info+60861544>
stack = {
pc = 0x3a57960 <__register_frame_info+61176160> "\210\b)\207",
byte_string = 57815393,
byte_string_start = 0x3a57954
<__register_frame_info+61176148> "\303\030\304\305\303\t?\205\v",
constants = 60861541,
next = 0x88ecec
}
top = 0x88e9a4
result = 57387034
#10 0x01015e02 in funcall_lambda (fun=60763981, nargs=1,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 59741478
syms_left = 57387034
next = 59119666
lexenv = 57387034
count = 44
i = 1
optional = true
rest = false
#11 0x0101529b in Ffuncall (nargs=2, args=0x88eca4) at eval.c:2823
fun = 60763981
original_fun = 57629250
funcar = 1989919961
numargs = 1
lisp_numargs = 8973448
val = 59347022
backtrace = {
next = 0x88ef40,
function = 57629250,
args = 0x88eca8,
nargs = 1,
debug_on_exit = 0
}
internal_args = 0x36ba81a <__register_frame_info+57387034>
i = 1
#12 0x010e11e3 in exec_byte_code (bytestr=57733089, vector=58587605,
maxdepth=20, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 44
op = 1
vectorp = 0x37df9d8 <__register_frame_info+58587608>
stack = {
pc = 0x3a565c3 <__register_frame_info+61171139>
"\030\306\307 \b\"\211\031\203\025",
byte_string = 57733089,
byte_string_start = 0x3a565c0
<__register_frame_info+61171136> "\304\305!\030\306\307
\b\"\211\031\203\025",
constants = 58587605,
next = 0x88f02c
}
top = 0x88eca4
result = 57387034
#13 0x01015e02 in funcall_lambda (fun=60501389, nargs=1,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 57387034
syms_left = 57387034
next = 57416330
lexenv = 57387034
count = 43
i = 1
optional = false
rest = false
#14 0x0101529b in Ffuncall (nargs=2, args=0x88efa4) at eval.c:2823
fun = 60501389
original_fun = 57658850
funcar = 16
numargs = 1
lisp_numargs = 8974216
val = 57387034
backtrace = {
next = 0x88f280,
function = 57658850,
args = 0x88efa8,
nargs = 1,
debug_on_exit = 0
}
internal_args = 0x36ba81a <__register_frame_info+57387034>
i = 8
#15 0x010e11e3 in exec_byte_code (bytestr=57673297, vector=61546829,
maxdepth=88, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 22
op = 1
vectorp = 0x3ab2150 <__register_frame_info+61546832>
stack = {
pc = 0x37d6a15 <__register_frame_info+58550805>
"\026E\202\036\002\016N\344=\203\036\002\307\026D\345\016I!\026E\307\026C\016K\203,\002\306\
026L\307\026K\346
\210\016]\203>\002\016@\331=\203>\002\306\026@\016d\206K\002\347\350!\205K\002\016(\306\016e\351
T\307\211\036f\036g\036h\036i\036j\
036(\307\026R\352\353\215\026G.\006\313\354\016G\"\210\016k\203\200\002\355\016k!\203\200\002\356\016k!\210\313\357\016R\"\210\016R\360=\203\242\002\0
16A\331=\203H",
byte_string = 57673297,
byte_string_start = 0x37d680c
<__register_frame_info+58550284>
"\bp\306\307\306\307\211\211\211\211\211\211\211\211\211\306\307\t\n\v\307\03
4\033\032\031\035\036@\036A\036B\036C\036D\036E\036F\036\061\036G\036H\036I\036J\036K\036L\036M\036N\310
\210\016O\026P\307\026Q\311\312!\210\016\061\
204\337\005\313\314\016P\"\210\307\026R\306\026S\307\026T\315\026U\016J\203\315",
constants = 61546829,
next = 0x88f33c
}
top = 0x88efa4
result = 59252122
#16 0x01015e02 in funcall_lambda (fun=61547469, nargs=6,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 59252122
syms_left = 57387034
next = 59087994
lexenv = 57387034
count = 16
i = 6
optional = true
rest = false
#17 0x0101529b in Ffuncall (nargs=7, args=0x88f2e4) at eval.c:2823
fun = 61547469
original_fun = 57658682
funcar = 2008094468
numargs = 6
lisp_numargs = 8975048
val = 59252122
backtrace = {
next = 0x88f590,
function = 57658682,
args = 0x88f2e8,
nargs = 6,
debug_on_exit = 0
}
internal_args = 0x36ba81a <__register_frame_info+57387034>
i = 8975384
#18 0x010e11e3 in exec_byte_code (bytestr=60682721, vector=61361781,
maxdepth=36, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 10
op = 6
vectorp = 0x3a84e78 <__register_frame_info+61361784>
stack = {
pc = 0x37ed443 <__register_frame_info+58643523>
"\036\062\312\036\063\016\064\320=\203]",
byte_string = 60682721,
byte_string_start = 0x37ed40c
<__register_frame_info+58643468> "\b\204\025",
constants = 61361781,
next = 0x88f63c
}
top = 0x88f2e4
result = 8975472
#19 0x01015e02 in funcall_lambda (fun=60241653, nargs=6,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 271000000
syms_left = 57387034
next = 57747530
lexenv = 57387034
count = 4
i = 6
optional = true
rest = false
#20 0x0101529b in Ffuncall (nargs=7, args=0x88f5f4) at eval.c:2823
fun = 60241653
original_fun = 57747506
funcar = 912894535
numargs = 6
lisp_numargs = 57387034
val = 57413649
backtrace = {
next = 0x88f890,
function = 57747506,
args = 0x88f5f8,
nargs = 6,
debug_on_exit = 0
}
internal_args = 0x36ba81a <__register_frame_info+57387034>
i = 30259486
#21 0x010e11e3 in exec_byte_code (bytestr=57867089, vector=60950157,
maxdepth=28, args_template=57387034, nargs=0, args=0x0) at
bytecode.c:899
targets = {0x10e405c <exec_byte_code+15024>, 0x10e4068
<exec_byte_code+15036>, 0x10e406a <exec_byte_code+15038>,
0x10e406c <exec_byte_code+15040>, 0x10e406e
<exec_byte_code+15042>, 0x10e406e <exec_byte_code+15042>, 0x10e40ba
<exec_byte_code+15118>,
0x10e4115 <exec_byte_code+15209>, 0x10e0a1b
<exec_byte_code+1135>, 0x10e0a1d <exec_byte_code+1137>, 0x10e0a1f
<exec_byte_code+1139>,
0x10e0a21 <exec_byte_code+1141>, 0x10e0a23
<exec_byte_code+1143>, 0x10e0a23 <exec_byte_code+1143>, 0x10e0a29
<exec_byte_code+1149>,
0x10e09ec <exec_byte_code+1088>, 0x10e0e8a
<exec_byte_code+2270>, 0x10e0e8c <exec_byte_code+2272>, 0x10e0e8e
<exec_byte_code+2274>,
0x10e0e90 <exec_byte_code+2276>, 0x10e0e92
<exec_byte_code+2278>, 0x10e0e92 <exec_byte_code+2278>, 0x10e0ec7
<exec_byte_code+2331>,
0x10e0e98 <exec_byte_code+2284>, 0x10e1119
<exec_byte_code+2925>, 0x10e111b <exec_byte_code+2927>, 0x10e111d
<exec_byte_code+2929>,
0x10e111f <exec_byte_code+2931>, 0x10e1121
<exec_byte_code+2933>, 0x10e1121 <exec_byte_code+2933>, 0x10e10d3
<exec_byte_code+2855>,
0x10e10ea <exec_byte_code+2878>, 0x10e11b7
<exec_byte_code+3083>, 0x10e11b9 <exec_byte_code+3085>, 0x10e11bb
<exec_byte_code+3087>,
0x10e11bd <exec_byte_code+3089>, 0x10e11bf
<exec_byte_code+3091>, 0x10e11bf <exec_byte_code+3091>, 0x10e1171
<exec_byte_code+3013>,
0x10e1188 <exec_byte_code+3036>, 0x10e1254
<exec_byte_code+3240>, 0x10e1256 <exec_byte_code+3242>, 0x10e1258
<exec_byte_code+3244>,
0x10e125a <exec_byte_code+3246>, 0x10e125c
<exec_byte_code+3248>, 0x10e125c <exec_byte_code+3248>, 0x10e120e
<exec_byte_code+3170>,
0x10e1225 <exec_byte_code+3193>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e1f5b
<exec_byte_code+6575>, 0x10e209b <exec_byte_code+6895>, 0x10e20df
<exec_byte_code+6963>,
0x10e2123 <exec_byte_code+7031>, 0x10e2167
<exec_byte_code+7099>, 0x10e0d4b <exec_byte_code+1951>, 0x10e0d98
<exec_byte_code+2028>,
0x10e21b9 <exec_byte_code+7181>, 0x10e0ca5
<exec_byte_code+1785>, 0x10e0de3 <exec_byte_code+2103>, 0x10e21fe
<exec_byte_code+7250>,
0x10e224f <exec_byte_code+7331>, 0x10e2291
<exec_byte_code+7397>, 0x10e22f3 <exec_byte_code+7495>, 0x10e2335
<exec_byte_code+7561>,
0x10e23dc <exec_byte_code+7728>, 0x10e2414
<exec_byte_code+7784>, 0x10e2465 <exec_byte_code+7865>, 0x10e24cf
<exec_byte_code+7971>,
0x10e2507 <exec_byte_code+8027>, 0x10e253f
<exec_byte_code+8083>, 0x10e2590 <exec_byte_code+8164>, 0x10e25e1
<exec_byte_code+8245>,
0x10e2632 <exec_byte_code+8326>, 0x10e269c
<exec_byte_code+8432>, 0x10e26de <exec_byte_code+8498>, 0x10e2720
<exec_byte_code+8564>,
0x10e27c7 <exec_byte_code+8731>, 0x10e2838
<exec_byte_code+8844>, 0x10e28a9 <exec_byte_code+8957>, 0x10e2b53
<exec_byte_code+9639>,
0x10e2ba4 <exec_byte_code+9720>, 0x10e2bf5
<exec_byte_code+9801>, 0x10e2c46 <exec_byte_code+9882>, 0x10e2c97
<exec_byte_code+9963>,
0x10e2cd9 <exec_byte_code+10029>, 0x10e2d50
<exec_byte_code+10148>, 0x10e2d92 <exec_byte_code+10214>, 0x10e2dd4
<exec_byte_code+10280>,
0x10e2e16 <exec_byte_code+10346>, 0x10e2eeb
<exec_byte_code+10559>, 0x10e1c66 <exec_byte_code+5818>, 0x10e2f34
<exec_byte_code+10632>,
0x10e2f6c <exec_byte_code+10688>, 0x10e300f
<exec_byte_code+10851>, 0x10e3058 <exec_byte_code+10924>, 0x10e30a1
<exec_byte_code+10997>,
0x10e30d9 <exec_byte_code+11053>, 0x10e3119
<exec_byte_code+11117>, 0x10e3159 <exec_byte_code+11181>, 0x10e319c
<exec_byte_code+11248>,
0x10e405c <exec_byte_code+15024>, 0x10e31de
<exec_byte_code+11314>, 0x10e3212 <exec_byte_code+11366>, 0x10e3246
<exec_byte_code+11418>,
0x10e327a <exec_byte_code+11470>, 0x10e32ae
<exec_byte_code+11522>, 0x10e32e2 <exec_byte_code+11574>, 0x10e1c66
<exec_byte_code+5818>,
0x10e405c <exec_byte_code+15024>, 0x10e331a
<exec_byte_code+11630>, 0x10e334e <exec_byte_code+11682>, 0x10e3386
<exec_byte_code+11738>,
0x10e33be <exec_byte_code+11794>, 0x10e340f
<exec_byte_code+11875>, 0x10e3460 <exec_byte_code+11956>, 0x10e3498
<exec_byte_code+12012>,
0x10e378d <exec_byte_code+12769>, 0x10e37de
<exec_byte_code+12850>, 0x10e382f <exec_byte_code+12931>, 0x10e3880
<exec_byte_code+13012>,
0x10e38b4 <exec_byte_code+13064>, 0x10e405c
<exec_byte_code+15024>, 0x10e1bbd <exec_byte_code+5649>, 0x10e12ea
<exec_byte_code+3390>,
0x10e0baa <exec_byte_code+1534>, 0x10e13d1
<exec_byte_code+3621>, 0x10e14d8 <exec_byte_code+3884>, 0x10e15d7
<exec_byte_code+4139>,
0x10e1b53 <exec_byte_code+5543>, 0x10e1b93
<exec_byte_code+5607>, 0x10e1099 <exec_byte_code+2797>, 0x10e1c2b
<exec_byte_code+5759>,
0x10e1c91 <exec_byte_code+5861>, 0x10e1d0e
<exec_byte_code+5986>, 0x10e1d49 <exec_byte_code+6045>, 0x10e1da2
<exec_byte_code+6134>,
0x10e1de1 <exec_byte_code+6197>, 0x10e1e4b
<exec_byte_code+6303>, 0x10e1ee5 <exec_byte_code+6457>, 0x10e12b0
<exec_byte_code+3332>,
0x10e38ec <exec_byte_code+13120>, 0x10e3956
<exec_byte_code+13226>, 0x10e398e <exec_byte_code+13282>, 0x10e39c6
<exec_byte_code+13338>,
0x10e39fe <exec_byte_code+13394>, 0x10e3a36
<exec_byte_code+13450>, 0x10e3a87 <exec_byte_code+13531>, 0x10e3ad8
<exec_byte_code+13612>,
0x10e3b29 <exec_byte_code+13693>, 0x10e3b7a
<exec_byte_code+13774>, 0x10e3cf2 <exec_byte_code+14150>, 0x10e3d43
<exec_byte_code+14231>,
0x10e3d94 <exec_byte_code+14312>, 0x10e3dcc
<exec_byte_code+14368>, 0x10e3e1d <exec_byte_code+14449>, 0x10e3e6e
<exec_byte_code+14530>,
0x10e3efa <exec_byte_code+14670>, 0x10e3f87
<exec_byte_code+14811>, 0x10e2e58 <exec_byte_code+10412>, 0x10e2e9a
<exec_byte_code+10478>,
0x10e3fc9 <exec_byte_code+14877>, 0x10e4019
<exec_byte_code+14957>, 0x10e405c <exec_byte_code+15024>, 0x10e16d6
<exec_byte_code+4394>,
0x10e179b <exec_byte_code+4591>, 0x10e188d
<exec_byte_code+4833>, 0x10e197f <exec_byte_code+5075>, 0x10e1a69
<exec_byte_code+5309>,
0x10e2377 <exec_byte_code+7627>, 0x10e2762
<exec_byte_code+8630>, 0x10e2faa <exec_byte_code+10750>, 0x10e418f
<exec_byte_code+15331>,
0x10e41ea <exec_byte_code+15422>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e4264
<exec_byte_code+15544>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>, 0x10e405c <exec_byte_code+15024>, 0x10e405c
<exec_byte_code+15024>,
0x10e405c <exec_byte_code+15024>, 0x10e42d5
<exec_byte_code+15657> <repeats 64 times>}
count = 4
op = 6
vectorp = 0x3a20690 <__register_frame_info+60950160>
stack = {
pc = 0x3a9d98f <__register_frame_info+61462927> "\207",
byte_string = 57867089,
byte_string_start = 0x3a9d984
<__register_frame_info+61462916>
"\300\301\302\303\304p!\305\306&\006\207",
constants = 60950157,
next = 0x0
}
top = 0x88f5f4
result = 0
#22 0x01015e02 in funcall_lambda (fun=60915573, nargs=0,
arg_vector=0x36ba81a <__register_frame_info+57387034>) at eval.c:3006
val = 0
syms_left = 57387034
next = 57387034
lexenv = 57387034
count = 4
i = 0
optional = false
rest = false
#23 0x0101529b in Ffuncall (nargs=1, args=0x88f920) at eval.c:2823
fun = 60915573
original_fun = 59859642
funcar = 0
numargs = 0
lisp_numargs = 0
val = 8976616
backtrace = {
next = 0x88fad0,
function = 59859642,
args = 0x88f924,
nargs = 0,
debug_on_exit = 0
}
internal_args = 0x88fb34
i = 57387034
#24 0x010145b4 in apply1 (fn=59859642, arg=57387034) at eval.c:2535
ret_ungc_val = 3
gcpro1 = {
next = 0x106dd3f <Fget+112>,
var = 0x389552e <__register_frame_info+59331886>,
nvars = 57498394
}
#25 0x010e4f55 in Fcall_interactively (function=59859642,
record_flag=57387034, keys=57408429) at callint.c:377
input = 57387034
funval = 60915573
events = 2
args = 0x103
visargs = 0x0
specs = 57387034
filter_specs = 57387034
teml = 16986143
up_event = 57387034
enable = 57387034
speccount = 3
next_event = 0
prefix_arg = 57387034
string = 0x0
tem = 0x103 <Address 0x103 out of bounds>
varies = 0x1c <Address 0x1c out of bounds>
i = 0
nargs = 8977024
mark = 0
arg_from_tty = false
gcpro1 = {
next = 0xffffffff,
var = 0x162bcb8,
nvars = 0
}
gcpro2 = {
next = 0x769bc4d9 <KERNELBASE!EncodeSystemPointer+105>,
var = 0xffffffff,
nvars = -2
}
gcpro3 = {
next = 0xce9248e,
var = 0xba82a47,
nvars = 2007367222
}
gcpro4 = {
next = 0x0,
var = 0x0,
nvars = 1984923899
}
gcpro5 = {
next = 0xba82a47,
var = 0x1cdb91e,
nvars = 0
}
key_count = 2
record_then_fail = false
save_this_command = 59859642
save_last_command = 57387034
save_this_original_command = 57496466
save_real_this_command = 59859642
#26 0x01014f59 in Ffuncall (nargs=4, args=0x88fb30) at eval.c:2781
fun = 22155861
original_fun = 57498346
funcar = 0
numargs = 3
lisp_numargs = 8977192
val = 0
backtrace = {
next = 0x0,
function = 57498346,
args = 0x88fb34,
nargs = 3,
debug_on_exit = 0
}
internal_args = 0x88fb34
i = 8977168
#27 0x010146b7 in call3 (fn=57498346, arg1=59859642, arg2=57387034,
arg3=57387034) at eval.c:2599
ret_ungc_val = 60915573
gcpro1 = {
next = 0x389552e <__register_frame_info+59331886>,
var = 0x36c4d82 <__register_frame_info+57429378>,
nvars = 4
}
args = {57498346, 59859642, 57387034, 57387034}
#28 0x01052cad in Fcommand_execute (cmd=59859642,
record_flag=57387034, keys=57387034, special=57387034) at
keyboard.c:10233
final = 60915573
tem = 57387034
prefixarg = 57387034
#29 0x0103911f in command_loop_1 () at keyboard.c:1586
scount = 2
cmd = 59859642
keybuf = {96, 428, 8977104, 0, 23241180, 57387034, 23241180,
57489578, 57387034, 0, 0, 57489576, 59511770, 0, 8977464, 16869644,
57489578,
57387034, 59070790, 57387034, 0, 57387034, 0, 2130567168, 0,
0, 8977512, 16853140, 2, 59070790}
i = 2
prev_modiff = 10
prev_buffer = 0x36c0e00 <__register_frame_info+57413120>
already_adjusted = false
#30 0x01010e62 in internal_condition_case (bfun=0x10383ea
<command_loop_1>, handlers=57437594, hfun=0x1037c09 <cmd_error>) at
eval.c:1288
val = 59070790
c = {
tag = 57387034,
val = 57387034,
next = 0x88fd74,
gcpro = 0x0,
jmp = {8977720, 2130567168, 0, 0, 8977548, 16846351,
8978372, 0, 11665352, 8977684, 1989909197, 11665352, 1, 1985425976, 0,
3082},
backlist = 0x0,
handlerlist = 0x0,
lisp_eval_depth = 0,
pdlcount = 2,
poll_suppress_count = 0,
interrupt_input_blocked = 0,
byte_stack = 0x0
}
h = {
handler = 57437594,
var = 57387034,
chosen_clause = 2007724501,
tag = 0x88fcc0,
next = 0x0
}
#31 0x01038063 in command_loop_2 (ignore=57387034) at keyboard.c:1167
val = 2130567168
#32 0x010108bf in internal_catch (tag=57427450, func=0x103803f
<command_loop_2>, arg=57387034) at eval.c:1059
c = {
tag = 57427450,
val = 57387034,
next = 0x0,
gcpro = 0x0,
jmp = {8977896, 2130567168, 0, 0, 8977756, 16844976,
8978372, 0, 57387034, 57413120, 1985427264, 1985427327, 2130567168,
8977896,
16803329, 23530940},
backlist = 0x0,
handlerlist = 0x0,
lisp_eval_depth = 0,
pdlcount = 2,
poll_suppress_count = 0,
interrupt_input_blocked = 0,
byte_stack = 0x0
}
#33 0x0103801d in command_loop () at keyboard.c:1146
No locals.
#34 0x010375d7 in recursive_edit_1 () at keyboard.c:778
count = 1
val = 1984799810
#35 0x01037904 in Frecursive_edit () at keyboard.c:842
count = 0
buffer = 57387034
#36 0x010028fc in main (argc=4, argv=0xae2fb0) at emacs.c:1547
dummy = 8978152
stack_bottom_variable = 0 '\000'
do_initial_setlocale = true
dumping = false
skip_args = 0
no_loadup = false
junk = 0x0
dname_arg = 0x0
ch_to_dir = 0x0
Lisp Backtrace:
"window-list-1" (0x88e6a8)
"walk-windows" (0x88e9a8)
"ido-get-buffers-in-frames" (0x88eca8)
"ido-make-buffer-list" (0x88efa8)
"ido-read-internal" (0x88f2e8)
"ido-buffer-internal" (0x88f5f8)
"ido-kill-buffer" (0x88f924)
"call-interactively" (0x88fb34)
(gdb)
^ permalink raw reply [flat|nested] 2+ messages in thread