From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110768: Window-related stuff cleanup here and there. Date: Fri, 2 Nov 2012 18:28:54 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1351877393 27027 80.91.229.3 (2 Nov 2012 17:29:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2012 17:29:53 +0000 (UTC) Cc: Emacs developers To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 02 18:30:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TUL49-0001in-KC for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2012 18:29:58 +0100 Original-Received: from localhost ([::1]:50213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUL41-0003bN-2K for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2012 13:29:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUL3t-0003Z8-TX for emacs-devel@gnu.org; Fri, 02 Nov 2012 13:29:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUL3o-0006jx-Iy for emacs-devel@gnu.org; Fri, 02 Nov 2012 13:29:41 -0400 Original-Received: from mail-ea0-f169.google.com ([209.85.215.169]:46331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUL3o-0006jq-2g for emacs-devel@gnu.org; Fri, 02 Nov 2012 13:29:36 -0400 Original-Received: by mail-ea0-f169.google.com with SMTP id k11so1745229eaa.0 for ; Fri, 02 Nov 2012 10:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=dAf/7VuI4JG6oN92WlIlaJsFnjvxe0dBEdTbiMWS6q0=; b=q/LRjhr+eQk6HzGvLmuLgASaNdG079+BxO85H3InrleshETdi818SesY3ddAzuvhUU wac7pY1n+qpmviMDsTD9r+9NLZPWB5IwFLAsHgBWFn4EQhCPDSQ3/VQSener3NryoLBz VHmioIiXG4Q20bLkLu14NhPq0nZ/1cWmbZuJqTCAbkc13eW4KDe7nxlDbdclnBgjL1hh vbeePd+AswnIsk1J8T2SCiE7+nvku/MjTDRxNsOPEk40SWPjT2AWXUTNs8Os+pfdXXRE ov6u2nyotQH+TkQC0z/qy7S9KIxEN3jpgEem+o/g83o2P6UoT3zsrU7hYepi5dz883oQ iNeQ== Original-Received: by 10.14.193.136 with SMTP id k8mr8829945een.30.1351877374765; Fri, 02 Nov 2012 10:29:34 -0700 (PDT) Original-Received: by 10.223.62.204 with HTTP; Fri, 2 Nov 2012 10:28:54 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154635 Archived-At: On Fri, Nov 2, 2012 at 11:34 AM, Dmitry Antipov wrote: > ------------------------------------------------------------ > revno: 110768 > committer: Dmitry Antipov > 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 , handlers=57437594, hfun=0x1037c09 ) 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 , 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 0x10e4068 , 0x10e406a , 0x10e406c , 0x10e406e , 0x10e406e , 0x10e40ba , 0x10e4115 , 0x10e0a1b , 0x10e0a1d , 0x10e0a1f , 0x10e0a21 , 0x10e0a23 , 0x10e0a23 , 0x10e0a29 , 0x10e09ec , 0x10e0e8a , 0x10e0e8c , 0x10e0e8e , 0x10e0e90 , 0x10e0e92 , 0x10e0e92 , 0x10e0ec7 , 0x10e0e98 , 0x10e1119 , 0x10e111b , 0x10e111d , 0x10e111f , 0x10e1121 , 0x10e1121 , 0x10e10d3 , 0x10e10ea , 0x10e11b7 , 0x10e11b9 , 0x10e11bb , 0x10e11bd , 0x10e11bf , 0x10e11bf , 0x10e1171 , 0x10e1188 , 0x10e1254 , 0x10e1256 , 0x10e1258 , 0x10e125a , 0x10e125c , 0x10e125c , 0x10e120e , 0x10e1225 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e1f5b , 0x10e209b , 0x10e20df , 0x10e2123 , 0x10e2167 , 0x10e0d4b , 0x10e0d98 , 0x10e21b9 , 0x10e0ca5 , 0x10e0de3 , 0x10e21fe , 0x10e224f , 0x10e2291 , 0x10e22f3 , 0x10e2335 , 0x10e23dc , 0x10e2414 , 0x10e2465 , 0x10e24cf , 0x10e2507 , 0x10e253f , 0x10e2590 , 0x10e25e1 , 0x10e2632 , 0x10e269c , 0x10e26de , 0x10e2720 , 0x10e27c7 , 0x10e2838 , 0x10e28a9 , 0x10e2b53 , 0x10e2ba4 , 0x10e2bf5 , 0x10e2c46 , 0x10e2c97 , 0x10e2cd9 , 0x10e2d50 , 0x10e2d92 , 0x10e2dd4 , 0x10e2e16 , 0x10e2eeb , 0x10e1c66 , 0x10e2f34 , 0x10e2f6c , 0x10e300f , 0x10e3058 , 0x10e30a1 , 0x10e30d9 , 0x10e3119 , 0x10e3159 , 0x10e319c , 0x10e405c , 0x10e31de , 0x10e3212 , 0x10e3246 , 0x10e327a , 0x10e32ae , 0x10e32e2 , 0x10e1c66 , 0x10e405c , 0x10e331a , 0x10e334e , 0x10e3386 , 0x10e33be , 0x10e340f , 0x10e3460 , 0x10e3498 , 0x10e378d , 0x10e37de , 0x10e382f , 0x10e3880 , 0x10e38b4 , 0x10e405c , 0x10e1bbd , 0x10e12ea , 0x10e0baa , 0x10e13d1 , 0x10e14d8 , 0x10e15d7 , 0x10e1b53 , 0x10e1b93 , 0x10e1099 , 0x10e1c2b , 0x10e1c91 , 0x10e1d0e , 0x10e1d49 , 0x10e1da2 , 0x10e1de1 , 0x10e1e4b , 0x10e1ee5 , 0x10e12b0 , 0x10e38ec , 0x10e3956 , 0x10e398e , 0x10e39c6 , 0x10e39fe , 0x10e3a36 , 0x10e3a87 , 0x10e3ad8 , 0x10e3b29 , 0x10e3b7a , 0x10e3cf2 , 0x10e3d43 , 0x10e3d94 , 0x10e3dcc , 0x10e3e1d , 0x10e3e6e , 0x10e3efa , 0x10e3f87 , 0x10e2e58 , 0x10e2e9a , 0x10e3fc9 , 0x10e4019 , 0x10e405c , 0x10e16d6 , 0x10e179b , 0x10e188d , 0x10e197f , 0x10e1a69 , 0x10e2377 , 0x10e2762 , 0x10e2faa , 0x10e418f , 0x10e41ea , 0x10e405c , 0x10e405c , 0x10e4264 , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e405c , 0x10e42d5 } 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 , 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
varies = 0x1c
i = 0 nargs = 8977024 mark = 0 arg_from_tty = false gcpro1 = { next = 0xffffffff, var = 0x162bcb8, nvars = 0 } gcpro2 = { next = 0x769bc4d9 , 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 , handlers=57437594, hfun=0x1037c09 ) 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 , 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)