From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.bugs Subject: bug#17184: 24.3.50; crash while bootstrapping current trunk Date: Tue, 08 Apr 2014 13:20:02 +0200 Message-ID: <87k3b0ukyl.fsf@yahoo.fr> References: <8738htf74j.fsf@yahoo.fr> <83sips99mc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1396956041 1212 80.91.229.3 (8 Apr 2014 11:20:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2014 11:20:41 +0000 (UTC) Cc: Nicolas Richard , 17184@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 08 13:20:34 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1WXU4v-0000jT-Af for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Apr 2014 13:20:34 +0200 Original-Received: from localhost ([::1]:39495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXU4u-0007fs-TS for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Apr 2014 07:20:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXU4c-0007Js-LE for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2014 07:20:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXU4R-0007jB-RP for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2014 07:20:14 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXU4R-0007iI-Ca for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2014 07:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WXU4Q-0003bY-GN for bug-gnu-emacs@gnu.org; Tue, 08 Apr 2014 07:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Apr 2014 11:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17184 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 17184-submit@debbugs.gnu.org id=B17184.139695598413819 (code B ref 17184); Tue, 08 Apr 2014 11:20:02 +0000 Original-Received: (at 17184) by debbugs.gnu.org; 8 Apr 2014 11:19:44 +0000 Original-Received: from localhost ([127.0.0.1]:40352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WXU46-0003am-CJ for submit@debbugs.gnu.org; Tue, 08 Apr 2014 07:19:43 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:42832) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WXU40-0003aa-SZ for 17184@debbugs.gnu.org; Tue, 08 Apr 2014 07:19:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAALaQ1OkD4Xx/2dsb2JhbADKTQ Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 08 Apr 2014 13:19:35 +0200 In-Reply-To: <83sips99mc.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 04 Apr 2014 22:29:15 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:87875 Archived-At: Eli Zaretskii writes: >> From: Nicolas Richard >> Date: Fri, 04 Apr 2014 17:26:36 +0200 >>=20 >> So I tried this: >> $ gdb --args emacs --batch -f batch-byte-compile ../lisp/emacs-lisp/tco= ver-ses.el >>=20 >> and here's what happens: >>=20 >> Breakpoint 1, terminate_due_to_signal (sig=3D6, backtrace_limit=3D40) at= emacs.c:355 >> 355 signal (sig, SIG_DFL); >>=20 >> 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 (); >>=20 >> Here's the backtrace: >>=20 >> (gdb) bt >> #0 terminate_due_to_signal (sig=3D6, backtrace_limit=3D40) at emacs.c:3= 55 >> #1 0x0816baaf in emacs_abort () at sysdep.c:2130 >> #2 0x081b58cf in Ffset (symbol=3D144231458, definition=3D137959093) 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/tcove= r-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 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: ... Reading symbols from /home/youngfrog/sources/emacs-from-git/src/emacs...don= e. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from te= rminal] DISPLAY =3D :0.0 TERM =3D 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=3D6, backtrace_limit=3D40) at em= acs.c:355 355 signal (sig, SIG_DFL); (gdb) bt full #0 terminate_due_to_signal (sig=3D6, backtrace_limit=3D40) at emacs.c:355 No locals. #1 0x0816baaf in emacs_abort () at sysdep.c:2130 No locals. #2 0x081b5a4b in Ffset (symbol=3D144249586, definition=3D137959189) at dat= a.c:733 function =3D 139331522 #3 0x081b5b8a in Fdefalias (symbol=3D144249586, definition=3D137959189, do= cstring=3D139331522) at data.c:777 hook =3D 139331522 #4 0x081ce690 in Ffuncall (nargs=3D3, args=3D0xbfffac84) at eval.c:2822 fun =3D 138889661 original_fun =3D 139367266 funcar =3D 0 numargs =3D 2 lisp_numargs =3D 143952792 val =3D 139331522 internal_args =3D 0xbfffabe0 i =3D 3 #5 0x08205c55 in exec_byte_code (bytestr=3D144119873, vector=3D142672821, = maxdepth=3D12, args_template=3D139331522, nargs=3D0, args=3D0x0) at bytecod= e.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 106 count_volatile =3D 2 op =3D 2 vectorp =3D 0x88103b4 vectorp_volatile =3D 0x84e07c2 stack =3D { pc =3D 0x896b8eb "\210\300\207",=20 byte_string =3D 144119873,=20 byte_string_start =3D 0x896b8e0 "\300\301!\204\f",=20 next =3D 0xbfffb4c4 } stack_volatile =3D { pc =3D 0x0,=20 byte_string =3D 141799361,=20 byte_string_start =3D 0xbfffacc8 "A\030\227\b=E0=B8=96\b=C4=B4\37= 7\277\302\aN\b\002",=20 next =3D 0x814a95f } top =3D 0xbfffac84 result =3D 5 type =3D (unknown: 136010330) #6 0x0820535c in Fbyte_code (bytestr=3D144119873, vector=3D142672821, maxd= epth=3D12) at bytecode.c:482 No locals. #7 0x081cd5b1 in eval_sub (form=3D144117998) at eval.c:2191 numargs =3D 12 args_left =3D 139331522 i =3D 136336164 maxargs =3D 3 argvals =3D {144119873, 142672821, 12, -1227958040, 10, 139331522, = 16756552, 40} fun =3D 138898333 val =3D 144249538 original_fun =3D 139409818 original_args =3D 144117990 funcar =3D 139400210 gcpro1 =3D { next =3D 0xbfffaf78,=20 var =3D 0x81f26fb ,=20 nvars =3D 139400210 } gcpro2 =3D { next =3D 0x28,=20 var =3D 0x84e07c2,=20 nvars =3D 136913243 } gcpro3 =3D { next =3D 0x8948b98,=20 var =3D 0xbfffaf10,=20 nvars =3D 3 } #8 0x081f20a1 in readevalloop (readcharfun=3D139400210, stream=3D0x8948b98= , sourcename=3D143982265, printflag=3Dfalse, unibyte=3D139331522, readfun= =3D139331522, start=3D139331522, end=3D139331522) at lread.c:1934 count1 =3D 105 c =3D 144117998 val =3D 144117998 count =3D 101 gcpro1 =3D { next =3D 0xbfffb028,=20 var =3D 0x81cf360 ,=20 nvars =3D 139401586 } gcpro2 =3D { next =3D 0x84f1970,=20 var =3D 0x814b441 ,=20 nvars =3D 143182512 } gcpro3 =3D { next =3D 0x88fd740,=20 var =3D 0x5,=20 nvars =3D 0 } gcpro4 =3D { next =3D 0x5,=20 var =3D 0x84b8698 ,=20 nvars =3D 143644480 } b =3D 0x0 continue_reading_p =3D true lex_bound =3D 139331522 whole_buffer =3D false first_sexp =3D false macroexpand =3D 139331522 #9 0x081f108f in Fload (file=3D137504601, noerror=3D139331522, nomessage= =3D139331546, nosuffix=3D139331522, must_suffix=3D139331546) at lread.c:1363 stream =3D 0x8948b98 fd =3D 9 fd_index =3D 93 count =3D 93 gcpro1 =3D { next =3D 0x84e07c2,=20 var =3D 0x8475815 ,=20 nvars =3D 0 } gcpro2 =3D { next =3D 0xc,=20 var =3D 0x8475810 ,=20 nvars =3D -1073761976 } gcpro3 =3D { next =3D 0x84e07c2,=20 var =3D 0x82eb255 ,=20 nvars =3D 137277952 } found =3D 143964585 efound =3D 143964585 hist_file_name =3D 143964585 newer =3D false compiled =3D true handler =3D 135982905 safe_p =3D true fmode =3D 0x8292154 "r" version =3D 23 #10 0x081d705a in Frequire (feature=3D143220250, filename=3D139331522, noer= ror=3D139331522) at fns.c:2671 count =3D 91 nesting =3D 0 tem =3D 139331522 gcpro1 =3D { next =3D 0x84e07c2,=20 var =3D 0xbfffb228,=20 nvars =3D 136123904 } gcpro2 =3D { next =3D 0xbfffb1f8,=20 var =3D 0x4,=20 nvars =3D 139364482 } from_file =3D true #11 0x081cd5b1 in eval_sub (form=3D142896846) at eval.c:2191 numargs =3D 4 args_left =3D 139331522 i =3D 136146450 maxargs =3D 3 argvals =3D {143220250, 139331522, 139331522, 135574686, 143926440,= 6, 16757464, 40} fun =3D 138896117 val =3D 139492114 original_fun =3D 139369506 original_args =3D 142896870 funcar =3D 139331522 gcpro1 =3D { next =3D 0x8846ece,=20 var =3D 0x830e43d ,=20 nvars =3D 143926445 } gcpro2 =3D { next =3D 0x8507b12,=20 var =3D 0x1,=20 nvars =3D 139331546 } gcpro3 =3D { next =3D 0x84b8078 ,=20 var =3D 0xbfffb270,=20 nvars =3D 3 } #12 0x081f20a1 in readevalloop (readcharfun=3D143926445, stream=3D0x0, sour= cename=3D143954073, printflag=3Dfalse, unibyte=3D139331522, readfun=3D13933= 1522, start=3D139331522, end=3D139331522) at lread.c:1934 count1 =3D 90 c =3D 142896846 val =3D 142896846 count =3D 86 gcpro1 =3D { next =3D 0xbfffb388,=20 var =3D 0x81cf360 ,=20 nvars =3D 139401970 } gcpro2 =3D { next =3D 0x84f1af0,=20 var =3D 0x814b1b3 ,=20 nvars =3D 143182272 } gcpro3 =3D { next =3D 0x84f1d40,=20 var =3D 0x5,=20 nvars =3D 139402560 } gcpro4 =3D { next =3D 0x5,=20 var =3D 0xbfffb358,=20 nvars =3D 135729337 } b =3D 0x89424a8 continue_reading_p =3D true lex_bound =3D 139331522 whole_buffer =3D false first_sexp =3D true macroexpand =3D 139492114 #13 0x081f2319 in Feval_buffer (buffer=3D143926445, printflag=3D139331522, = filename=3D143917841, unibyte=3D139331522, do_allow_print=3D139331546) at l= read.c:1995 count =3D 82 tem =3D 139331522 buf =3D 143926445 #14 0x081ce70d in Ffuncall (nargs=3D6, args=3D0xbfffb474) at eval.c:2831 fun =3D 138897661 original_fun =3D 139400090 funcar =3D 143182224 numargs =3D 5 lisp_numargs =3D -1073761192 val =3D 139331522 internal_args =3D 0xbfffb478 i =3D 0 #15 0x08205c55 in exec_byte_code (bytestr=3D137274913, vector=3D137274933, = maxdepth=3D24, args_template=3D139331522, nargs=3D0, args=3D0x0) at bytecod= e.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 74 count_volatile =3D -1073761000 op =3D 5 vectorp =3D 0x82ea634 vectorp_volatile =3D 0x84b5770 stack =3D { pc =3D 0x8469776 "\210,\336\b!\210\016\"\204\256",= =20 byte_string =3D 137274913,=20 byte_string_start =3D 0x84696ea "\306\b!\204\022",= =20 next =3D 0xbfffbbe4 } stack_volatile =3D { pc =3D 0x1ba
,=20 byte_string =3D 0,=20 byte_string_start =3D 0x1d2
,=20 next =3D 0x3b } top =3D 0xbfffb474 result =3D 757932140 type =3D (unknown: 136114700) #16 0x081cef88 in funcall_lambda (fun=3D137274853, nargs=3D4, arg_vector=3D= 0x82ea635 ) at eval.c:3049 val =3D 1431193376 syms_left =3D 139331522 next =3D 141166402 lexenv =3D 139331522 count =3D 70 i =3D 4 optional =3D true rest =3D false #17 0x081ce86f in Ffuncall (nargs=3D5, args=3D0xbfffb7ac) at eval.c:2864 fun =3D 137274853 original_fun =3D 141003746 funcar =3D 1629513075 numargs =3D 4 lisp_numargs =3D 1970282611 val =3D 1752440891 internal_args =3D 0x8940311 i =3D 990542178 #18 0x081ce21e in call4 (fn=3D141003746, arg1=3D143917841, arg2=3D143917841= , arg3=3D139331522, arg4=3D139331546) at eval.c:2663 ret_ungc_val =3D 0 gcpro1 =3D { next =3D 0x20796e61,=20 var =3D 0x200,=20 nvars =3D 5 } args =3D {141003746, 143917841, 143917841, 139331522, 139331546} #19 0x081f0e6e in Fload (file=3D143913889, noerror=3D139331522, nomessage= =3D139331546, nosuffix=3D139331522, must_suffix=3D139331546) at lread.c:1305 val =3D 62 stream =3D 0x81b599e fd =3D 9 fd_index =3D 64 count =3D 64 gcpro1 =3D { next =3D 0x8475815 ,=20 var =3D 0x43,=20 nvars =3D 67 } gcpro2 =3D { next =3D 0x84f2192,=20 var =3D 0x8847376,=20 nvars =3D 143617402 } gcpro3 =3D { next =3D 0x888c850,=20 var =3D 0xbfffb908,=20 nvars =3D 136115040 } found =3D 143917841 efound =3D 136105756 hist_file_name =3D 143917841 newer =3D false compiled =3D false handler =3D 135982905 safe_p =3D true fmode =3D 0x8292154 "r" version =3D 0 #20 0x081d705a in Frequire (feature=3D143617402, filename=3D139331522, noer= ror=3D139331522) at fns.c:2671 count =3D 62 nesting =3D 0 tem =3D 139331522 gcpro1 =3D { next =3D 0x3f,=20 var =3D 0xbfffbad8,=20 nvars =3D 135997015 } gcpro2 =3D { next =3D 0x8835aa7,=20 var =3D 0x1f8,=20 nvars =3D 142826180 } from_file =3D false #21 0x081ce690 in Ffuncall (nargs=3D2, args=3D0xbfffbba8) at eval.c:2822 fun =3D 138896117 original_fun =3D 139369506 funcar =3D 12 numargs =3D 1 lisp_numargs =3D -1073759608 val =3D -1073759608 internal_args =3D 0xbfffba00 i =3D 3 #22 0x081cd9f9 in Fapply (nargs=3D2, args=3D0xbfffbba8) at eval.c:2301 i =3D 135574821 numargs =3D 1 spread_arg =3D 142898078 funcall_args =3D 0x0 fun =3D 139369506 retval =3D 138893832 gcpro1 =3D { next =3D 0x3e,=20 var =3D 0xbfffbad8,=20 nvars =3D 135574686 } sa_count =3D 61 sa_must_free =3D false #23 0x081ce52f in Ffuncall (nargs=3D3, args=3D0xbfffbba4) at eval.c:2796 fun =3D 138893837 original_fun =3D 139404314 funcar =3D 140974866 numargs =3D 2 lisp_numargs =3D -1073759368 val =3D 142898078 internal_args =3D 0xbfffbed0 i =3D 139406458 #24 0x08205c55 in exec_byte_code (bytestr=3D143540497, vector=3D142430333, = maxdepth=3D28, args_template=3D1028, nargs=3D1, args=3D0xbfffbed4) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 60 count_volatile =3D 143336233 op =3D 2 vectorp =3D 0x87d507c vectorp_volatile =3D 0x9 stack =3D { pc =3D 0x88e2557 "\210\307\310!\203G",=20 byte_string =3D 143540497,=20 byte_string_start =3D 0x88e254c "\302\303\002A\"\b\304\305\306\00= 4\"\210\307\310!\203G",=20 next =3D 0xbfffbf14 } stack_volatile =3D { pc =3D 0x88b2326 "ome/youngfrog/sources/emacs-from-git/lisp/emacs= -lisp/byte-run.elc",=20 byte_string =3D 143300222,=20 byte_string_start =3D 0x3
,=20 next =3D 0x88b2327 } top =3D 0xbfffbba4 result =3D 142898014 type =3D (unknown: 135574686) #25 0x081cecd1 in funcall_lambda (fun=3D142434109, nargs=3D1, arg_vector=3D= 0xbfffbed0) at eval.c:2983 val =3D 136271620 syms_left =3D 1028 next =3D 60 lexenv =3D 12 count =3D 60 i =3D 142434104 optional =3D 8 rest =3D 20 #26 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffbecc) at eval.c:2864 fun =3D 142434109 original_fun =3D 143530274 funcar =3D 142898006 numargs =3D 1 lisp_numargs =3D -1073758552 val =3D -1073758552 internal_args =3D 0xbfffc1fc i =3D 0 #27 0x08205c55 in exec_byte_code (bytestr=3D143529657, vector=3D142426253, = maxdepth=3D16, args_template=3D1028, nargs=3D1, args=3D0xbfffc200) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 59 count_volatile =3D -1226668948 op =3D 1 vectorp =3D 0x87d408c vectorp_volatile =3D 0xb6e28470 stack =3D { pc =3D 0x88e030d "\211\262\003\205+",=20 byte_string =3D 143529657,=20 byte_string_start =3D 0x88e02f4 "\300\001:\203(",=20 next =3D 0xbfffc244 } stack_volatile =3D { pc =3D 0x84e07c2 "",=20 byte_string =3D 10,=20 byte_string_start =3D 0x84f6260 "\204\003",=20 next =3D 0x1 } top =3D 0xbfffbecc result =3D 142898014 type =3D (unknown: 135574686) #28 0x081cecd1 in funcall_lambda (fun=3D142426277, nargs=3D1, arg_vector=3D= 0xbfffc1fc) at eval.c:2983 val =3D 135729819 syms_left =3D 1028 next =3D 59 lexenv =3D 12 count =3D 59 i =3D 142426272 optional =3D 8 rest =3D 20 #29 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffc1f8) at eval.c:2864 fun =3D 142426277 original_fun =3D 143530082 funcar =3D -1073756888 numargs =3D 1 lisp_numargs =3D -1073757736 val =3D 142898014 internal_args =3D 0xbfffc52c i =3D 139331522 #30 0x08205c55 in exec_byte_code (bytestr=3D143529513, vector=3D142426205, = maxdepth=3D20, args_template=3D1028, nargs=3D1, args=3D0xbfffc530) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 57 count_volatile =3D 143525937 op =3D 1 vectorp =3D 0x87d405c vectorp_volatile =3D 0x14aa52 stack =3D { pc =3D 0x88e0248 ")\207",=20 byte_string =3D 143529513,=20 byte_string_start =3D 0x88e0240 "\301\030\302\303\002\304\"!)\207= ",=20 next =3D 0xbfffc574 } stack_volatile =3D { pc =3D 0x851
,=20 byte_string =3D 925,=20 byte_string_start =3D 0xffc248
,= =20 next =3D 0x0 } top =3D 0xbfffc1f8 result =3D 0 type =3D (unknown: 135574686) #31 0x081cecd1 in funcall_lambda (fun=3D142426229, nargs=3D1, arg_vector=3D= 0xbfffc52c) at eval.c:2983 val =3D 136258704 syms_left =3D 1028 next =3D 57 lexenv =3D 12 count =3D 57 i =3D 142426224 optional =3D 8 rest =3D 20 #32 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffc528) at eval.c:2864 fun =3D 142426229 original_fun =3D 143501698 funcar =3D 143181792 numargs =3D 1 lisp_numargs =3D -1073756920 val =3D 142898014 internal_args =3D 0xbfffc858 i =3D 0 #33 0x08205c55 in exec_byte_code (bytestr=3D143517545, vector=3D143001821, = maxdepth=3D16, args_template=3D0, nargs=3D0, args=3D0xbfffc858) at bytecode= .c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 54 count_volatile =3D -1 op =3D 1 vectorp =3D 0x88608dc vectorp_volatile =3D 0x88b235b stack =3D { pc =3D 0x88dea80 "\210)\210\202\022",=20 byte_string =3D 143517545,=20 byte_string_start =3D 0x88dea44 "r\300q\210\t\203\r",=20 next =3D 0xbfffc894 } stack_volatile =3D { pc =3D 0x84b6ae4 "\036",=20 byte_string =3D 143913841,=20 byte_string_start =3D 0xbfffc578 "i\347\215\bD\352\215\b\224\310\= 377\277[#\213\b\377\377\377\377\240cK\bJ\247n\bYL0\b",=20 next =3D 0x814aa52 } top =3D 0xbfffc528 result =3D 20 type =3D (unknown: 135574686) #34 0x081cecd1 in funcall_lambda (fun=3D143001909, nargs=3D0, arg_vector=3D= 0xbfffc858) at eval.c:2983 val =3D 1024 syms_left =3D 0 next =3D 54 lexenv =3D 12 count =3D 54 i =3D 143001904 optional =3D 8 rest =3D 20 #35 0x081ce86f in Ffuncall (nargs=3D1, args=3D0xbfffc854) at eval.c:2864 fun =3D 143001909 original_fun =3D 143001909 funcar =3D 139331522 numargs =3D 0 lisp_numargs =3D -1227922357 val =3D -1073756104 internal_args =3D 0xbfffcb84 i =3D 139331522 #36 0x08205c55 in exec_byte_code (bytestr=3D143526257, vector=3D141141469, = maxdepth=3D4, args_template=3D0, nargs=3D0, args=3D0xbfffcb84) at bytecode.= c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 53 count_volatile =3D 135 op =3D 0 vectorp =3D 0x869a5dc vectorp_volatile =3D 0x878a7ec stack =3D { pc =3D 0x88dede2 "\207",=20 byte_string =3D 143526257,=20 byte_string_start =3D 0x88dede0 "\300 \207",=20 next =3D 0xbfffcd84 } stack_volatile =3D { pc =3D 0x84e07c2 "",=20 byte_string =3D -1073755496,=20 byte_string_start =3D 0x82053f0 "\211\205\06= 4\376\377\377\213\205\064\376\377\377\211\205,\376\377\377\213E\020\301\370= \002=3D\377\017",=20 next =3D 0x82e29a9 } top =3D 0xbfffc854 result =3D -1073754860 type =3D (unknown: 135574686) #37 0x081cecd1 in funcall_lambda (fun=3D142920317, nargs=3D0, arg_vector=3D= 0xbfffcb84) at eval.c:2983 val =3D 0 syms_left =3D 0 next =3D 53 lexenv =3D 12 count =3D 53 i =3D 142920312 optional =3D 8 rest =3D 20 #38 0x081ce86f in Ffuncall (nargs=3D1, args=3D0xbfffcb80) at eval.c:2864 fun =3D 142920317 original_fun =3D 142920317 funcar =3D 135572843 numargs =3D 0 lisp_numargs =3D 137180117 val =3D -1073755304 internal_args =3D 0xbfffcb80 i =3D 137180117 #39 0x081cd453 in eval_sub (form=3D142897798) at eval.c:2157 vals =3D 0xbfffcb80 argnum =3D 1 sa_count =3D 52 sa_must_free =3D false numargs =3D 4 args_left =3D 139331522 i =3D -1073755264 maxargs =3D 142417749 argvals =3D {0, 143296488, -1073755144, 135985727, 5, 142406900, 13= 5, 0} fun =3D 138894005 val =3D -1073755048 original_fun =3D 139369714 original_args =3D 142897790 funcar =3D 143526257 gcpro1 =3D { next =3D 0xbfffcc28,=20 var =3D 0xbfffcc08,=20 nvars =3D 135572023 } gcpro2 =3D { next =3D 0x884ca7d,=20 var =3D 0x5,=20 nvars =3D 5 } gcpro3 =3D { next =3D 0x84b8760 ,=20 var =3D 0xbfffcb80,=20 nvars =3D 1 } #40 0x081cbd50 in internal_lisp_condition_case (var=3D143501794, bodyform= =3D142897798, handlers=3D142897846) at eval.c:1323 val =3D 139331522 c =3D 0x88fd948 oldhandlerlist =3D 0x88ace18 clausenb =3D 1 #41 0x08206b97 in exec_byte_code (bytestr=3D143517273, vector=3D142417749, = maxdepth=3D64, args_template=3D1028, nargs=3D1, args=3D0xbfffd08c) at bytec= ode.c:1169 handlers =3D 142897846 body =3D 142897798 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 22 count_volatile =3D -1073754424 op =3D 143 vectorp =3D 0x87d1f54 vectorp_volatile =3D 0x93c6bd stack =3D { pc =3D 0x88de8e6 "\210)\266\002\016<.\034\207",=20 byte_string =3D 143517273,=20 byte_string_start =3D 0x88de7dc "\211=C6=89\211\211\211\211\211\2= 11=C7=89\211\306\006\r\306\030\031\032\033\034\035\036'\036(\036)\036*\036+= \036,\036-\036.\036/\310\016\060!=C6=89\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\03= 6\067\036\070\036\071\036:\036;\036<\036=3Dr\311\312\016>\313X\203e",=20 next =3D 0xbfffd0e4 } stack_volatile =3D { pc =3D 0x4
,=20 byte_string =3D -1073754456,=20 byte_string_start =3D 0x81b2657 "\211E=D8= =A14\351L\b\211E\324\307", ,=20 next =3D 0x44 } top =3D 0xbfffcd10 result =3D 0 type =3D (unknown: 135574686) #42 0x081cecd1 in funcall_lambda (fun=3D142418021, nargs=3D1, arg_vector=3D= 0xbfffd088) at eval.c:2983 val =3D 141063514 syms_left =3D 1028 next =3D 22 lexenv =3D 12 count =3D 22 i =3D 142418016 optional =3D 8 rest =3D 20 #43 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffd084) at eval.c:2864 fun =3D 142418021 original_fun =3D 143501530 funcar =3D 5 numargs =3D 1 lisp_numargs =3D -1073754040 val =3D -1073754040 internal_args =3D 0x84e07c2 i =3D 139331522 #44 0x08205c55 in exec_byte_code (bytestr=3D143514521, vector=3D142386149, = maxdepth=3D68, args_template=3D2052, nargs=3D1, args=3D0xbfffd3cc) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 15 count_volatile =3D 0 op =3D 1 vectorp =3D 0x87ca3e4 vectorp_volatile =3D 0x30 stack =3D { pc =3D 0x88dc44d "*\262\001\016I?\205\333\001\016H\203\061\001\35= 7\374\006\t\"\210\375\002!\210r\211q\210db\210\376c\210\377\003\242!\203\21= 0\001\330\036J\201M",=20 byte_string =3D 143514521,=20 byte_string_start =3D 0x88dc330 "\306\002!\262\002\b\204,",=20 next =3D 0xbfffd404 } stack_volatile =3D { pc =3D 0x15
,=20 byte_string =3D -1073751672,=20 byte_string_start =3D 0x81ac79b "\211= E\364\213\225\344\375\377\377\213E\364\001=D0=89\205$\376\377\377\220\213E\= 344;E\f\017\202\071\271\377\377\353\005\350=3D\232\352\377\213E\344;\205\07= 0\377\377\377\017\207#\271\377\377\213E\354\211E\340\351\030\271\377\377\22= 0\351\022\271\377\377\220\203", ,=20 next =3D 0xbfffd76c } top =3D 0xbfffd084 result =3D 139400210 type =3D (unknown: 135574686) #45 0x081cecd1 in funcall_lambda (fun=3D142582053, nargs=3D1, arg_vector=3D= 0xbfffd3c8) at eval.c:2983 val =3D -1227911143 syms_left =3D 2052 next =3D 15 lexenv =3D 12 count =3D 15 i =3D 142582048 optional =3D 8 rest =3D 20 #46 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffd3c4) at eval.c:2864 fun =3D 142582053 original_fun =3D 141476066 funcar =3D 139400210 numargs =3D 1 lisp_numargs =3D 28 val =3D 142741768 internal_args =3D 0xbfffd6f4 i =3D 143644448 #47 0x08205c55 in exec_byte_code (bytestr=3D143641689, vector=3D142989565, = maxdepth=3D8, args_template=3D0, nargs=3D0, args=3D0xbfffd6f4) at bytecode.= c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 14 count_volatile =3D -1073753032 op =3D 1 vectorp =3D 0x885d8fc vectorp_volatile =3D 0x5 stack =3D { pc =3D 0x88fad63 "\207",=20 byte_string =3D 143641689,=20 byte_string_start =3D 0x88fad60 "\301\300!\207",=20 next =3D 0xbfffd8e4 } stack_volatile =3D { pc =3D 0x74a880
,=20 byte_string =3D -1073753016,=20 byte_string_start =3D 0x86a5cc5 "Tj\b\302\aN\b\231\305i\b\302\aN\= b",=20 next =3D 0x5 } top =3D 0xbfffd3c4 result =3D 1 type =3D (unknown: 135574686) #48 0x081cecd1 in funcall_lambda (fun=3D142989581, nargs=3D0, arg_vector=3D= 0xbfffd6f4) at eval.c:2983 val =3D 16 syms_left =3D 0 next =3D 14 lexenv =3D 12 count =3D 14 i =3D 142989576 optional =3D 8 rest =3D 20 #49 0x081ce86f in Ffuncall (nargs=3D1, args=3D0xbfffd6f0) at eval.c:2864 fun =3D 142989581 original_fun =3D 142989581 funcar =3D 135572843 numargs =3D 0 lisp_numargs =3D 142985365 val =3D -1073752376 internal_args =3D 0xbfffd6f0 i =3D 142985365 #50 0x081cd453 in eval_sub (form=3D142905438) at eval.c:2157 vals =3D 0xbfffd6f0 argnum =3D 1 sa_count =3D 13 sa_must_free =3D false numargs =3D 4 args_left =3D 139331522 i =3D -1073752336 maxargs =3D 142985397 argvals =3D {91, 110, 119, 124, 5, 143643865, -1227919317, -1226670= 092} fun =3D 138894005 val =3D -1073752120 original_fun =3D 139369714 original_args =3D 142905446 funcar =3D 143641977 gcpro1 =3D { next =3D 0xbfffd798,=20 var =3D 0xbfffd778,=20 nvars =3D 135572023 } gcpro2 =3D { next =3D 0xb6cf9019 <__GI___libc_malloc+89>,=20 var =3D 0x5,=20 nvars =3D 5 } gcpro3 =3D { next =3D 0xb6e28440 ,=20 var =3D 0xbfffd6f0,=20 nvars =3D 1 } #51 0x081cbd50 in internal_lisp_condition_case (var=3D143617018, bodyform= =3D142905438, handlers=3D142909406) at eval.c:1323 val =3D 139331522 c =3D 0x88ace18 oldhandlerlist =3D 0x88a92b0 clausenb =3D 2 #52 0x08206b97 in exec_byte_code (bytestr=3D143641561, vector=3D142985397, = maxdepth=3D48, args_template=3D1028, nargs=3D1, args=3D0xbfffdbd4) at bytec= ode.c:1169 handlers =3D 142909406 body =3D 142905438 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 11 count_volatile =3D -1073751528 op =3D 143 vectorp =3D 0x885c8b4 vectorp_volatile =3D 0x88afbfc stack =3D { pc =3D 0x88facce ")\207",=20 byte_string =3D 143641561,=20 byte_string_start =3D 0x88fac88 "\b\206\005",=20 next =3D 0xbfffdc24 } stack_volatile =3D { pc =3D 0x8304c59 "",=20 byte_string =3D 141277038,=20 byte_string_start =3D 0x84e07c2 "",=20 next =3D 0xffffffff } top =3D 0xbfffd878 result =3D 143636576 type =3D (unknown: 135574686) #53 0x081cecd1 in funcall_lambda (fun=3D142985493, nargs=3D1, arg_vector=3D= 0xbfffdbd0) at eval.c:2983 val =3D 136112494 syms_left =3D 1028 next =3D 11 lexenv =3D 12 count =3D 11 i =3D 142985488 optional =3D 8 rest =3D 20 #54 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffdbcc) at eval.c:2864 fun =3D 142985493 original_fun =3D 143616994 funcar =3D 137253312 numargs =3D 1 lisp_numargs =3D -1073751128 val =3D 139331522 internal_args =3D 0xbfffdf40 i =3D 0 #55 0x08205c55 in exec_byte_code (bytestr=3D143633009, vector=3D142985221, = maxdepth=3D40, args_template=3D1024, nargs=3D0, args=3D0xbfffdf40) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 10 count_volatile =3D 139402282 op =3D 1 vectorp =3D 0x885c804 vectorp_volatile =3D 0x84e07da stack =3D { pc =3D 0x88f99fa "\204\210",=20 byte_string =3D 143633009,=20 byte_string_start =3D 0x88f9978 "\b\204\b",=20 next =3D 0xbfffdf94 } stack_volatile =3D { pc =3D 0x829215b "elc",=20 byte_string =3D -1073750952,=20 byte_string_start =3D 0x81ce15e "\211E\364\213E\364\31= 1\303U\211\345\203\354\070\213E\b\211E=DC=8BE\f\211E\340\213E\020\211E\344\= 307E\360\003",=20 next =3D 0x2 } top =3D 0xbfffdbcc result =3D 0 type =3D (unknown: 135574686) #56 0x081cecd1 in funcall_lambda (fun=3D142985301, nargs=3D0, arg_vector=3D= 0xbfffdf40) at eval.c:2983 val =3D 10 syms_left =3D 1024 next =3D 139325445 lexenv =3D 12 count =3D 10 i =3D 142985296 optional =3D 8 rest =3D 20 #57 0x081ce86f in Ffuncall (nargs=3D1, args=3D0xbfffdf3c) at eval.c:2864 fun =3D 142985301 original_fun =3D 141476162 funcar =3D 139403138 numargs =3D 0 lisp_numargs =3D -1073750296 val =3D 139331522 internal_args =3D 0xbfffe278 i =3D 2 #58 0x08205c55 in exec_byte_code (bytestr=3D137481041, vector=3D137481061, = maxdepth=3D92, args_template=3D1028, nargs=3D1, args=3D0xbfffe27c) at bytec= ode.c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 7 count_volatile =3D -1073750040 op =3D 0 vectorp =3D 0x831cb64 vectorp_volatile =3D 0x88958c9 stack =3D { pc =3D 0x843b6c4 "\210\202\276\003\016A=E2=9D=83S\= 001\331\026B\343\344\003\206M\001\n\211A\022\242!!\210\202\276\003\016A=E5= =9D=83\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=D9=B2\= 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\21= 0\006\bA\262\t\202\307\001\006\t\016EB\211\026E\262\t\210\202\276\003\016A= =EA=9D=83\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=ED=9D=83\023= \002\351\002"...,=20 byte_string =3D 137481041,=20 byte_string_start =3D 0x843b590 "\306 \210\b\203\0= 21",=20 next =3D 0xbfffe2f4 } stack_volatile =3D { pc =3D 0x1
,=20 byte_string =3D 16,=20 byte_string_start =3D 0x81aec00 "\b\211\0= 04$\350.",=20 next =3D 0x88958e8 } top =3D 0xbfffdf3c result =3D 0 type =3D (unknown: 135574686) #59 0x081cecd1 in funcall_lambda (fun=3D137481021, nargs=3D1, arg_vector=3D= 0xbfffe278) at eval.c:2983 val =3D 42 syms_left =3D 1028 next =3D 141374746 lexenv =3D 12 count =3D 7 i =3D 137481016 optional =3D 8 rest =3D 20 #60 0x081ce86f in Ffuncall (nargs=3D2, args=3D0xbfffe274) at eval.c:2864 fun =3D 137481021 original_fun =3D 141471130 funcar =3D 139318558 numargs =3D 1 lisp_numargs =3D -1073749416 val =3D 139165060 internal_args =3D 0x84e07c2 i =3D 139331522 #61 0x08205c55 in exec_byte_code (bytestr=3D137468113, vector=3D137468133, = maxdepth=3D68, args_template=3D0, nargs=3D0, args=3D0xbfffe5dc) at bytecode= .c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 6 count_volatile =3D 1 op =3D 1 vectorp =3D 0x83198e4 vectorp_volatile =3D 0x814aa52 stack =3D { pc =3D 0x843e396 "\210\307\016@\211\203\n\005\211@= \002\204\003\005\201\261",=20 byte_string =3D 137468113,=20 byte_string_start =3D 0x843dee2 "\306 \020\307\021= \n\023\307\024\310\311!\211\307=3D\204\060",=20 next =3D 0xbfffe644 } stack_volatile =3D { pc =3D 0x0,=20 byte_string =3D 0,=20 byte_string_start =3D 0x88afa7c "/home/youngfrog/sources/emacs-fr= om-git/src",=20 next =3D 0x2a } top =3D 0xbfffe274 result =3D 137466973 type =3D (unknown: 135574686) #62 0x081cecd1 in funcall_lambda (fun=3D137468093, nargs=3D0, arg_vector=3D= 0xbfffe5dc) at eval.c:2983 val =3D 136126791 syms_left =3D 0 next =3D 5 lexenv =3D 12 count =3D 6 i =3D 137468088 optional =3D 8 rest =3D 20 #63 0x081ce86f in Ffuncall (nargs=3D1, args=3D0xbfffe5d8) at eval.c:2864 fun =3D 137468093 original_fun =3D 141470530 funcar =3D 48 numargs =3D 0 lisp_numargs =3D -1073748552 val =3D -1073748552 internal_args =3D 0x84e07c2 i =3D 139331522 #64 0x08205c55 in exec_byte_code (bytestr=3D137466361, vector=3D137466381, = maxdepth=3D48, args_template=3D0, nargs=3D0, args=3D0xbfffe890) at bytecode= .c:919 targets =3D {0x82089f0 , 0x8208a48 , 0x8208a4a , 0x8208a4c , 0x8208a4e , 0x8208a4e ,= =20 0x8208a99 , 0x8208af6 , 0x8205679 , 0x820567b , 0x820567= d , 0x820567f ,=20 0x8205681 , 0x8205681 , 0= x8205687 , 0x8205644 , 0x82059d1 , 0x82059d3 ,=20 0x82059d5 , 0x82059d7 ,= 0x82059d9 , 0x82059d9 , 0x8205a1= 4 , 0x82059df ,=20 0x8205b85 , 0x8205b87 ,= 0x8205b89 , 0x8205b8b , 0x8205b8= d , 0x8205b8d ,=20 0x8205b36 , 0x8205b50 ,= 0x8205c29 , 0x8205c2b , 0x8205c2= d , 0x8205c2f ,=20 0x8205c31 , 0x8205c31 ,= 0x8205bda , 0x8205bf4 , 0x8205cd= 2 , 0x8205cd4 ,=20 0x8205cd6 , 0x8205cd8 ,= 0x8205cda , 0x8205cda , 0x8205c8= 3 , 0x8205c9d ,=20 0x8206ab4 , 0x820686c ,= 0x8206863 , 0x82089f0 , 0x82089= f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x8206c85 , 0x8206d36 , 0x8206= d7d , 0x8206dc4 ,=20 0x8206e0f , 0x82058ad ,= 0x82058fd , 0x8206e64 , 0x820583= 7 , 0x820594b ,=20 0x8206eac , 0x8206f00 ,= 0x8206f3b , 0x8206f8f , 0x8206fd= 4 , 0x8207084 ,=20 0x82070bf , 0x8207113 ,= 0x8207180 , 0x82071bb , 0x82071f= 6 , 0x820724a ,=20 0x820729e , 0x82072f2 ,= 0x820735f , 0x82073a4 , 0x82073e= 9 , 0x8207499 ,=20 0x820750f , 0x8207585 ,= 0x8207752 , 0x82077ae , 0x820780= a , 0x8207866 ,=20 0x82078c2 , 0x8207907 ,= 0x8207981 , 0x82079c6 , 0x8207a0= b , 0x8207a50 ,=20 0x8207b2e , 0x8206721 = , 0x8207b7f , 0x8207bba , 0x820= 7c66 , 0x8207cb7 ,=20 0x8207d08 , 0x8207d43 , 0x8207d86 , 0x8207dc9 , 0x82= 07e14 , 0x82089f0 ,=20 0x8207e59 , 0x8207e90 , 0x8207ec7 , 0x8207efe , 0x82= 07f35 , 0x8207f6c ,=20 0x8206721 , 0x82089f0 = , 0x8207fa7 , 0x8207fed , 0x820= 8028 , 0x8208063 ,=20 0x82080b7 , 0x820810b , 0x8208146 , 0x8208201 , 0x82= 08255 , 0x82082a9 ,=20 0x82082fd , 0x8208334 , 0x82089f0 , 0x8206676 , 0x820= 5d5e , 0x8205731 ,=20 0x8205e50 , 0x8205f62 ,= 0x820606c , 0x8206619 , 0x820664= 9 , 0x8205af3 ,=20 0x82066e3 , 0x820674f ,= 0x82067c9 , 0x8206807 , 0x8206ae= a , 0x8206b58 ,=20 0x8206bc5 , 0x8206c1b ,= 0x8205d21 , 0x820836f , 0x82083= dc , 0x8208417 ,=20 0x8208452 , 0x820848d , 0x82084c8 , 0x820851c , 0x82= 08570 , 0x82085c4 ,=20 0x8208618 , 0x8208701 , 0x8208755 , 0x82087a9 , 0x82= 087e4 , 0x8208838 ,=20 0x820888c , 0x82088d3 , 0x820891a , 0x8207a95 , 0x82= 07ada , 0x820895f ,=20 0x82089aa , 0x82089f0 , 0x8206176 , 0x8206241 , 0x8206= 33b , 0x8206435 ,=20 0x8206527 , 0x8207019 ,= 0x820742e , 0x8207bfb , 0x8208b= 71 , 0x8208bce ,=20 0x82089f0 , 0x82089f0 , 0x8208c49 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82089f0 , 0x82= 089f0 , 0x82089f0 ,=20 0x8208cbc } count =3D 4 count_volatile =3D -1226576692 op =3D 0 vectorp =3D 0x831920c vectorp_volatile =3D 0xb7ffefc0 stack =3D { pc =3D 0x843ea26 "\210)\210\374\375\376\"\210\377= =CB=81G",=20 byte_string =3D 137466361,=20 byte_string_start =3D 0x843e8d4 "\b\203\b",=20 next =3D 0x0 } stack_volatile =3D { pc =3D 0xb7ffefc0 "\370\036\002",=20 byte_string =3D -1228387540,=20 byte_string_start =3D 0x29
,=20 next =3D 0xb67d2d14 } top =3D 0xbfffe5d8 result =3D 0 type =3D (unknown: 135574686) #65 0x081cecd1 in funcall_lambda (fun=3D137466341, nargs=3D0, arg_vector=3D= 0xbfffe890) at eval.c:2983 val =3D 136123937 syms_left =3D 0 next =3D -1226530881 lexenv =3D 12 count =3D 4 i =3D 139331522 optional =3D 8 rest =3D 20 #66 0x081ceaf8 in apply_lambda (fun=3D137466341, args=3D139331522) at eval.= c:2924 args_left =3D 139331522 i =3D 0 numargs =3D 0 arg_vector =3D 0xbfffe890 gcpro1 =3D { next =3D 0x814b49e ,=20 var =3D 0x83191e0 ,=20 nvars =3D 0 } gcpro2 =3D { next =3D 0xa8428197,=20 var =3D 0x0,=20 nvars =3D -1073747736 } gcpro3 =3D { next =3D 0xb7fe65c5 ,=20 var =3D 0x52,=20 nvars =3D 141110822 } tem =3D 0 sa_count =3D 4 sa_must_free =3D false #67 0x081cd7b8 in eval_sub (form=3D140992662) at eval.c:2230 fun =3D 137466341 val =3D 139331522 original_fun =3D 141357578 original_args =3D 139331522 funcar =3D 139352272 gcpro1 =3D { next =3D 0xbfffe9a8,=20 var =3D 0x84e5801,=20 nvars =3D 5 } gcpro2 =3D { next =3D 0x1b,=20 var =3D 0x0,=20 nvars =3D 0 } gcpro3 =3D { next =3D 0x84b8078 ,=20 var =3D 0x84e07c2,=20 nvars =3D 139352272 } #68 0x081ccf0d in Feval (form=3D140992662, lexical=3D139331522) at eval.c:2= 003 count =3D 2 #69 0x08150d62 in top_level_2 () at keyboard.c:1182 No locals. #70 0x081cbe6a in internal_condition_case (bfun=3D0x8150d45 , = handlers=3D139364602, hfun=3D0x8150969 ) at eval.c:1354 val =3D -1228364584 c =3D 0x88a92b0 #71 0x08150d96 in top_level_1 (ignore=3D139331522) at keyboard.c:1190 No locals. #72 0x081cb7f2 in internal_catch (tag=3D139362650, func=3D0x8150d64 , arg=3D139331522) at eval.c:1118 val =3D -1073747188 c =3D 0x88a91d8 #73 0x08150cca in command_loop () at keyboard.c:1151 No locals. #74 0x08150605 in recursive_edit_1 () at keyboard.c:776 count =3D 1 val =3D -1073747192 #75 0x08150741 in Frecursive_edit () at keyboard.c:844 count =3D 0 buffer =3D 139331522 #76 0x0814eaff in main (argc=3D5, argv=3D0xbfffec94) at emacs.c:1654 dummy =3D 2 stack_bottom_variable =3D 0 '\000' do_initial_setlocale =3D true dumping =3D false skip_args =3D 1 rlim =3D { rlim_cur =3D 8388608,=20 rlim_max =3D 18446744073709551615 } no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 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)=20 I run gcc (Gentoo 4.6.3 p1.9, pie-0.5.2) 4.6.3 --=20 Nico.