emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-current bootstrap fail on FreeBSD 6.2


From: Chong Yidong
Subject: Re: emacs-current bootstrap fail on FreeBSD 6.2
Date: Sat, 07 Oct 2006 12:24:38 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> On emacs-current, make bootstrap stop fail.

I can't reproduce this on GNU/Linux, and I don't know any Emacs
developer who uses FreeBSD 6.2.

Does this problem still occur with the latest CVS sources?  If so, one
way to narrow the problem down is to check out older sources (with
CVS's "-D" flag), and see when it broke.  Also, see if bootstrap works
if you omit CFLAGS during configuration (though bootstrap works for me
with those exact flags.)

> How to repeat:
> ----
> % ./configure --with-gtk CFLAGS="-pipe -O2 -g"
> % make bootstrap
> .
> .
> .
> Wrote /home/hashiz/src/emacs/lisp/url/url-auth.elc
> Compiling /home/hashiz/src/emacs/lisp/./url/url-cache.el
> Loading /home/hashiz/src/emacs/lisp/international/subst-ksc.el (source)...
> Loading /home/hashiz/src/emacs/lisp/international/subst-gb2312.el (source)...
> Loading /home/hashiz/src/emacs/lisp/international/subst-big5.el (source)...
> Loading /home/hashiz/src/emacs/lisp/international/subst-jis.el (source)...
> Fatal error (11)Segmentation fault (core dumped)
> *** Error code 1
>
> Stop in /home/hashiz/src/emacs/lisp.
> *** Error code 1
>
> Stop in /home/hashiz/src/emacs.
> *** Error code 1
>
> Stop in /home/hashiz/src/emacs.
> ----
>
> Core file 'lisp/bootstrap-emacs.core' was made.
>
> % cd src
> % gdb ./bootstrap-emacs ../lisp/bootstrap-emacs.core
> .
> .
> .
> #0  0x28bb2b07 in kill () from /lib/libc.so.6
> [New LWP 100168]
> DISPLAY = :0.0
> TERM = screen
> Breakpoint 1 at 0x80e5e42: file emacs.c, line 464.
> Breakpoint 2 at 0x80fd575: file sysdep.c, line 1395.
> (gdb) bt 10
> #0  0x28bb2b07 in kill () from /lib/libc.so.6
> #1  0x080e6642 in fatal_error_signal (sig=-1078045504) at emacs.c:430
> #2  0x289ad329 in sigaction () from /lib/libpthread.so.2
> #3  0xbfbfff94 in ?? ()
> #4  0x0000000b in ?? ()
> #5  0xbfbe5890 in ?? ()
> #6  0xbfbe55d0 in ?? ()
> #7  0x00000000 in ?? ()
> #8  0x289aca10 in sigaction () from /lib/libpthread.so.2
> #9  0x08133417 in mark_maybe_object (obj=137392995) at alloc.c:4244
> (More stack frames follow...)
>
> Lisp Backtrace:
> "save-excursion" (0x83b339d)
> "auto-coding-regexp-alist-lookup" (0x8)
> "let" (0x83b2545)
> "or" (0x83b24dd)
> "find-auto-coding" (0x8cbda83)
> "let" (0x83b9475)
> "set-auto-coding" (0x8cbda83)
> "insert-file-contents" (0x8cbda13)
> "let" (0x839c8bd)
> "save-excursion" (0x839c8a5)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8cbda13)
> "require" (0x8cb6a71)
> "eval-buffer" (0x8c0f404)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8c5dee3)
> "require" (0x8a245e1)
> "apply" (0x8324df9)
> "byte-compile-file-form-require" (0x8c59b5d)
> "byte-compile-file-form" (0x8c59b5d)
> 0x8bf2e04 PVEC_COMPILED
> "funcall" (0x8bf2e04)
> "byte-compile-from-buffer" (0x8beda04)
> "byte-compile-file" (0x892edb3)
> "batch-byte-compile-file" (0x892edb3)
> "batch-byte-compile" (0x8307831)
> "batch-byte-compile-if-not-done" (0x82b5670)
> "funcall" (0x8513801)
> "if" (0x89d1f75)
> "cond" (0x89d1e6d)
> "let*" (0x89d2235)
> "while" (0x89d21d5)
> "let" (0x89d211d)
> "progn" (0x8c71605)
> "if" (0x8c7161d)
> "when" (0x89d2705)
> "command-line-1" (0x8bf0c85)
> "command-line" (0x8307801)
> "unwind-protect" (0x89c5d15)
> "let" (0x89c5cfd)
> "if" (0x89ba7dd)
> "normal-top-level" (0x8307801)
> (gdb) up 9
> #9  0x08133417 in mark_maybe_object (obj=137392995) at alloc.c:4244
> (gdb) l
> 4239  #if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES
> 4240            if (nzombies < MAX_ZOMBIES)
> 4241              zombies[nzombies] = obj;
> 4242            ++nzombies;
> 4243  #endif
> 4244            mark_object (obj);
> 4245          }
> 4246      }
> 4247  }
> 4248  
> (gdb) pp obj
> Cannot access memory at address 0x82b6698
> (gdb) q
>
> In GNU Emacs 22.0.50.1 (i386-unknown-freebsd6.2, GTK+ Version 2.8.20)
>  of 2006-10-02 on tomba.meridiani.jp
> X server distributor `The X.Org Foundation', version 11.0.60900000
>
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: ja_JP.eucJP
>   locale-coding-system: japanese-iso-8bit
>   default-enable-multibyte-characters: t
>
> (gdb) bt full
> #0  0x28bb2b07 in kill () from /lib/libc.so.6
> No symbol table info available.
> #1  0x080e6642 in fatal_error_signal (sig=-1078045504) at emacs.c:430
> No locals.
> #2  0x289ad329 in sigaction () from /lib/libpthread.so.2
> No symbol table info available.
> #3  0xbfbfff94 in ?? ()
> No symbol table info available.
> #4  0x0000000b in ?? ()
> No symbol table info available.
> #5  0xbfbe5890 in ?? ()
> No symbol table info available.
> #6  0xbfbe55d0 in ?? ()
> No symbol table info available.
> #7  0x00000000 in ?? ()
> No symbol table info available.
> #8  0x289aca10 in sigaction () from /lib/libpthread.so.2
> No symbol table info available.
> #9  0x08133417 in mark_maybe_object (obj=137392995) at alloc.c:4244
>       po = (void *) 0x8307360
>       m = (struct mem_node *) 0x8306f40
> #10 0x081335ae in mark_stack () at alloc.c:4354
>       i = 0
>       j = {{
>     _jb = {135476584, 138831680, -1078044388, -1078044280, -1078044041, 1, 
> 4735, 0, 0, 0, 0, 135226691}
>   }}
>       stack_grows_down_p = 0
>       end = (void *) 0xbfbe5940
> #11 0x08133a33 in Fgarbage_collect () at alloc.c:5168
>       size = 0
>       nextb = (struct buffer *) 0xbfbe5a77
>       bind = (struct specbinding *) 0x8466740
>       catch = (struct catchtag *) 0x8466740
>       handler = (struct handler *) 0x8466740
>       stack_top_variable = 0 '\0'
>       i = 138831680
>       message_p = 0
>       total = {137555473, 138095069, -1078042744, 134869376, 141221913, 
> 137394177, -1078043976, 135579009}
>       t1 = {
>   tv_sec = 1160112637, 
>   tv_usec = 260874
> }
>       t2 = {
>   tv_sec = -1078044024, 
>   tv_usec = 137060908
> }
>       t3 = {
>   tv_sec = 0, 
>   tv_usec = 0
> }
> #12 0x08145871 in Feval (form=138097549) at eval.c:2216
>       numargs = 137394177
>       args_left = 138097565
>       i = 137057304
>       maxargs = 137516753
>       argvals = {137494528, 0, 137394177, 137394177, 137720577, 137394201, 0, 
> 0}
>       fun = 138097549
>       val = 40976
>       original_fun = -1
>       original_args = -1078044040
>       funcar = 40976
>       backtrace = {
>   next = 0x8341049, 
>   function = 0x8307801, 
>   args = 0x8853200, 
>   nargs = 1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8c608d8, 
>   var = 0x8341049, 
>   nvars = -1078043832
> }
>       gcpro2 = {
>   next = 0x8c608d8, 
>   var = 0x8c608da, 
>   nvars = -1078043832
> }
>       gcpro3 = {
>   next = 0x8c608f0, 
>   var = 0x8c608f2, 
>   nvars = -1078043832
> }
> #13 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8c608da, 
>   var = 0x8ccea75, 
>   nvars = 3
> }
> #14 0x0813cb92 in Fsave_excursion (args=138097565) at editfns.c:1000
>       val = 0
> #15 0x08145b6f in Feval (form=137057308) at eval.c:2271
>       numargs = 16
>       args_left = 138097565
>       i = 137057304
>       maxargs = -1078043616
>       argvals = {0, 2, -1078043616, 137054020, -1078043616, 138093861, 
> -1078043416, 135551839}
>       fun = 137057308
>       val = 40976
>       original_fun = 137533465
>       original_args = 138097565
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe5e00, 
>   function = 0xbfbe5bec, 
>   args = 0xbfbe5be8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x83b251d, 
>   var = 0x832f289, 
>   nvars = -1078043416
> }
>       gcpro2 = {
>   next = 0x8, 
>   var = 0xa908, 
>   nvars = -1078043416
> }
>       gcpro3 = {
>   next = 0x2, 
>   var = 0xbfbe5c20, 
>   nvars = 137394177
> }
> #16 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x83be6a1, 
>   var = 0x838b485, 
>   nvars = 43280
> }
> #17 0x08145fb1 in funcall_lambda (fun=138096000, nargs=2, 
> arg_vector=0xbfbe5d00) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 137720313
>       i = 2
>       optional = 0
>       rest = 0
> #18 0x081460b2 in apply_lambda (fun=138096005, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 2
>       gcpro1 = {
>   next = 0x83b249d, 
>   var = 0x8307831, 
>   nvars = 2
> }
>       gcpro2 = {
>   next = 0x82b598c, 
>   var = 0x82b598c, 
>   nvars = -1078043128
> }
>       gcpro3 = {
>   next = 0x83c8139, 
>   var = 0x10, 
>   nvars = 137933957
> }
>       i = 2
>       tem = 1
> #19 0x0814589e in Feval (form=138096005) at eval.c:2384
>       numargs = 137394177
>       args_left = 0
>       i = 138093885
>       maxargs = 137494528
>       argvals = {138143393, 137394201, 0, 0, 137394177, 1, -1078043144, 
> 135552351}
>       fun = 138096005
>       val = 40976
>       original_fun = 137608033
>       original_args = 138093829
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe5f40, 
>   function = 0xbfbe5dac, 
>   args = 0xbfbe5d00, 
>   nargs = 2, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x832f289, 
>   var = 0x8307819, 
>   nvars = 0
> }
>       gcpro2 = {
>   next = 0x8300000, 
>   var = 0xbfbe5df0, 
>   nvars = 137874477
> }
>       gcpro3 = {
>   next = 0xbfbe5f40, 
>   var = 0xbfbe5d7c, 
>   nvars = -1078043272
> }
> #20 0x08147d35 in Flet (args=138093893) at eval.c:1044
>       tem = 40976
>       elt = 138093805
>       varlist = 138093885
>       argnum = 0
>       gcpro1 = {
>   next = 0x82b595c, 
>   var = 0x82b595c, 
>   nvars = -1078042792
> }
>       gcpro2 = {
>   next = 0x83be671, 
>   var = 0xbfbe5e2c, 
>   nvars = 0
> }
> #21 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 16
>       args_left = 138093893
>       i = 137058288
>       maxargs = 137501321
>       argvals = {141333752, 147564693, -1078042840, 134810347, 137363972, 
> 147564693, 137394225, 137394225}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 138093893
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe6030, 
>   function = 0xbfbe5eec, 
>   args = 0xbfbe5ee8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8307831, 
>   var = 0x0, 
>   nvars = 0
> }
>       gcpro2 = {
>   next = 0x8307831, 
>   var = 0x8307831, 
>   nvars = -1078042744
> }
>       gcpro3 = {
>   next = 0x0, 
>   var = 0x6f, 
>   nvars = 137363972
> }
> #22 0x0814809b in For (args=40976) at eval.c:339
>       val = 10
>       gcpro1 = {
>   next = 0x8cbf0dc, 
>   var = 0x8cbda80, 
>   nvars = -1078042216
> }
> #23 0x08145b6f in Feval (form=137058748) at eval.c:2271
>       numargs = 32
>       args_left = 138093789
>       i = 137058744
>       maxargs = 762081909
>       argvals = {1, 1, 137930533, 137534561, 0, 137629769, -1078042600, 
> 135488516}
>       fun = 137058748
>       val = 40976
>       original_fun = 137507841
>       original_args = 138093789
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe61f0, 
>   function = 0xbfbe5fdc, 
>   args = 0xbfbe5fd8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8341049, 
>   var = 0x838a7ad, 
>   nvars = -1078042536
> }
>       gcpro2 = {
>   next = 0xbfbe60d0, 
>   var = 0x8341049, 
>   nvars = -1078042408
> }
>       gcpro3 = {
>   next = 0x8341049, 
>   var = 0x2, 
>   nvars = -1078042568
> }
> #24 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x838a72d, 
>   var = 0x10, 
>   nvars = 43272
> }
> #25 0x08145fb1 in funcall_lambda (fun=138124248, nargs=2, 
> arg_vector=0xbfbe60f0) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 137629769
>       i = 2
>       optional = 0
>       rest = 0
> #26 0x081460b2 in apply_lambda (fun=138124253, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 2
>       gcpro1 = {
>   next = 0xbfbe6198, 
>   var = 0x80a418e, 
>   nvars = 2
> }
>       gcpro2 = {
>   next = 0x86b7608, 
>   var = 0xbfbe61b0, 
>   nvars = -1078042216
> }
>       gcpro3 = {
>   next = 0x83c48ad, 
>   var = 0x832ae89, 
>   nvars = -1078042296
> }
>       i = 2
>       tem = 1
> #27 0x0814589e in Feval (form=138124253) at eval.c:2384
>       numargs = -1078042192
>       args_left = 0
>       i = 138122349
>       maxargs = 147577363
>       argvals = {147577363, -1078042192, 1, 1, 4, 0, 15, 39}
>       fun = 138124253
>       val = 40976
>       original_fun = 137629745
>       original_args = 138122325
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe6330, 
>   function = 0xbfbe619c, 
>   args = 0xbfbe60f0, 
>   nargs = 2, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x0, 
>   var = 0x92, 
>   nvars = 137
> }
>       gcpro2 = {
>   next = 0x0, 
>   var = 0x0, 
>   nvars = 0
> }
>       gcpro3 = {
>   next = 0x2, 
>   var = 0x0, 
>   nvars = 0
> }
> #28 0x08147d35 in Flet (args=138122357) at eval.c:1044
>       tem = 40976
>       elt = 138122309
>       varlist = 138122349
>       argnum = 0
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
>       gcpro2 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 0
> }
> #29 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 16
>       args_left = 138122357
>       i = 137058288
>       maxargs = 67372036
>       argvals = {67372036, 67372036, 67372036, 67372036, 67372036, 67372036, 
> 67372036, 67372036}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 138122357
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbe6400, 
>   function = 0xbfbe62dc, 
>   args = 0xbfbe62d8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro2 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro3 = {
>   next = 0xff040404, 
>   var = 0xffffffff, 
>   nvars = -1
> }
> #30 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = 43272
> }
> #31 0x08145fb1 in funcall_lambda (fun=138122472, nargs=2, 
> arg_vector=0xbfbe6474) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 137629769
>       i = 2
>       optional = 0
>       rest = 0
> #32 0x08146326 in Ffuncall (nargs=3, args=0x83b94ed) at eval.c:3050
>       fun = 138122477
>       original_fun = 137630153
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfabe0, 
>   function = 0xbfbe6470, 
>   args = 0xbfbe6474, 
>   nargs = 2, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x83411c9
>       i = 40976
> #33 0x0814659c in call2 (fn=137630153, arg1=147577475, arg2=43272) at 
> eval.c:2800
>       ret_ungc_val = 0
>       gcpro1 = {
>   next = 0x1, 
>   var = 0x8307801, 
>   nvars = 3
> }
> #34 0x08113210 in Finsert_file_contents (filename=147577475, visit=137394177, 
> beg=0, end=43272, replace=137394177) at fileio.c:4581
>       unwind_data = 0
>       st = {
>   st_dev = 123, 
>   st_ino = 379718, 
>   st_mode = 33188, 
>   st_nlink = 1, 
>   st_uid = 1001, 
>   st_gid = 1001, 
>   st_rdev = 1597624, 
>   st_atimespec = {
>     tv_sec = 1160107082, 
>     tv_nsec = 0
>   }, 
>   st_mtimespec = {
>     tv_sec = 1140344202, 
>     tv_nsec = 0
>   }, 
>   st_ctimespec = {
>     tv_sec = 1140344202, 
>     tv_nsec = 0
>   }, 
>   st_size = 5409, 
>   st_blocks = 12, 
>   st_blksize = 4096, 
>   st_flags = 0, 
>   st_gen = 0, 
>   st_lspare = 0, 
>   st_birthtimespec = {
>     tv_sec = 1140344202, 
>     tv_nsec = 0
>   }
> }
>       fd = 3
>       inserted = 5409
>       how_much = 5409
>       unprocessed = 137394177
>       gcpro1 = {
>   next = 0x8352fa5, 
>   var = 0x836d64d, 
>   nvars = -1077957880
> }
>       gcpro2 = {
>   next = 0x8cbda70, 
>   var = 0x6, 
>   nvars = 6
> }
>       gcpro3 = {
>   next = 0x8307801, 
>   var = 0x8cbda80, 
>   nvars = -1077957928
> }
>       gcpro4 = {
>   next = 0x0, 
>   var = 0x8307801, 
>   nvars = -1077957800
> }
>       handler = 137394177
>       val = 137394177
>       insval = 0
>       orig_filename = 147577363
>       p = 107
>       total = 5409
>       not_regular = 0
>       read_buf = 
> "\001\000\000\000\300.\032\b\000LA\bH-\023\bi%k\b\000\000\000\000\000\000\000\000\370MA\b\001\000\000\000\300.\032\b\370\252\276\277H-\023\b)\3221\b\000\000\000\000\000\000\000\000\3101l\b\001\000\000\000\300.\032\b\000LA\bH-\023\b)\3221\b\000\000\000\000\000\000\000\000\240HA\b\000\000\000\000\300.\032\b8\253\276\277H-\023\ba\0332\b\000\000\000\000\000\000\000\000\3401l\b\001\000\000\000\300.\032\b\000HA\bH-\023\b)\3221\b\000\000\201\b\000\000\000\000\260HA\b\000\000\000\000\300.\032\bx\253\276\277H-\023\b\245HA\b\000\000\000\000\000\000\000\000\030\2772\b\001\000\000\000\300.\032\b"...
>       coding = {
>   type = coding_type_undecided, 
>   eol_type = 0, 
>   common_flags = 8, 
>   flags = 0, 
>   mode = 1, 
>   composing = 0, 
>   composition_rule_follows = 0, 
>   cmp_data = 0x0, 
>   cmp_data_start = 0, 
>   cmp_data_index = 0, 
>   spec = {
>     iso2022 = {
>       current_invocation = {0, 0}, 
>       current_designation = {0, 0, 0, 0}, 
>       initial_designation = {0, 0, 0, 0}, 
>       last_invalid_designation_register = 0, 
>       requested_designation = '\0' <repeats 254 times>, 
>       charset_revision_number = '\0' <repeats 254 times>, 
>       single_shifting = 0, 
>       bol = 0
>     }, 
>     ccl = {
>       decoder = {
>         idx = 0, 
>         size = 0, 
>         prog = 0x0, 
>         ic = 0, 
>         eof_ic = 0, 
>         reg = {0, 0, 0, 0, 0, 0, 0, 0}, 
>         private_state = 0, 
>         last_block = 0, 
>         status = 0, 
>         buf_magnification = 0, 
>         stack_idx = 0, 
>         eol_type = 0, 
>         multibyte = 0, 
>         cr_consumed = 0, 
>         suppress_error = 0, 
>         eight_bit_control = 0
>       }, 
>       encoder = {
>         idx = 0, 
>         size = 0, 
>         prog = 0x0, 
>         ic = 0, 
>         eof_ic = 0, 
>         reg = {0, 0, 0, 0, 0, 0, 0, 0}, 
>         private_state = 0, 
>         last_block = 0, 
>         status = 0, 
>         buf_magnification = 0, 
>         stack_idx = 0, 
>         eol_type = 0, 
>         multibyte = 0, 
>         cr_consumed = 0, 
>         suppress_error = 0, 
>         eight_bit_control = 0
>       }, 
>       valid_codes = '\0' <repeats 255 times>, 
>       cr_carryover = 0, 
>       eight_bit_carryover = "\000\000\000"
>     }
>   }, 
>   category_idx = 0, 
>   src_multibyte = 0, 
>   dst_multibyte = 1, 
>   heading_ascii = 7002, 
>   produced = 7002, 
>   produced_char = 7002, 
>   consumed = 7002, 
>   consumed_char = 7002, 
>   errors = 0, 
>   result = 1, 
>   suppress_error = 0, 
>   symbol = 138182969, 
>   post_read_conversion = 137394177, 
>   pre_write_conversion = 137394177, 
>   translation_table_for_decode = 0, 
>   translation_table_for_encode = 0
> }
>       buffer = 
> "\000\000\000\000\241\346;\b\030h\276\277\004d\023\b\241\346;\b\020\000\000\000\215\227;\b\00142\b`\342\305\b\241\346;\b\330h\276\277\316X\024\b\241\346;\b\020\000\000\000\001x0\b\261q7\b9\201<\bM\226\305\b\001",
>  '\0' <repeats 11 times>, 
> "1x0\bhh\276\277\004d\023\b1x0\b0h\276\277\001\000\000\000142\bPi\276\277\fh\276\277\bh\276\277\377\377\377\377\240i\276\277\034h\276\277\030h\276\277\377\377\377\377\000\000\276\277,h\276\277\220g\276\277\300\227;\b\240Y+\bU\227;\b\310h\276\277\230\2618\b\241\346;\b\205\2648\b\330h\276\277_]\024\b}\2648\b\000q:\b\350"...
>       replace_handled = 0
>       set_coding_system = 0
>       coding_system_decided = 0
>       read_quit = 0
>       old_Vdeactivate_mark = 137394177
> #35 0x08145a64 in Feval (form=135925720) at eval.c:2352
>       numargs = 1
>       args_left = 137394177
>       i = 5
>       maxargs = 5
>       argvals = {147577363, 137394177, 137394177, 137394177, 137394177, 
> 137672185, -1077957528, 135551182}
>       fun = 135925720
>       val = 40976
>       original_fun = 137554425
>       original_args = 138004685
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfad50, 
>   function = 0xbfbfab8c, 
>   args = 0xbfbfab90, 
>   nargs = 1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x831c430, 
>   var = 0x831c432, 
>   nvars = -1077957624
> }
>       gcpro2 = {
>   next = 0x0, 
>   var = 0x83820d9, 
>   nvars = -1077957656
> }
>       gcpro3 = {
>   next = 0x834b5f9, 
>   var = 0xbfbfab90, 
>   nvars = 5
> }
> #36 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x833ac91, 
>   var = 0x831c430, 
>   nvars = 137394177
> }
> #37 0x08147de7 in Flet (args=138004669) at eval.c:1060
>       tem = 40976
>       elt = 137482241
>       varlist = 137394177
>       argnum = 1
>       gcpro1 = {
>   next = 0x8853204, 
>   var = 0x8853204, 
>   nvars = -1077957432
> }
>       gcpro2 = {
>   next = 0x833ac91, 
>   var = 0x2, 
>   nvars = 1
> }
> #38 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 16
>       args_left = 138004669
>       i = 137058288
>       maxargs = 1
>       argvals = {142946820, 137394177, -1077957176, 135551647, 137507937, 
> 147646973, -1077957304, 135928416}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 138004669
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfae60, 
>   function = 0xbfbfacfc, 
>   args = 0xbfbfacf8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8c60908, 
>   var = 0x8cce9fd, 
>   nvars = -1077957112
> }
>       gcpro2 = {
>   next = 0x8c60908, 
>   var = 0x8c6090a, 
>   nvars = -1077957272
> }
>       gcpro3 = {
>   next = 0x8c60920, 
>   var = 0xbfbfad00, 
>   nvars = 1
> }
> #39 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8c6090a, 
>   var = 0x8ccea35, 
>   nvars = -1077957176
> }
> #40 0x0813cb92 in Fsave_excursion (args=138004645) at editfns.c:1000
>       val = 0
> #41 0x08145b6f in Feval (form=137057308) at eval.c:2271
>       numargs = 32
>       args_left = 138004645
>       i = 137057304
>       maxargs = 147646885
>       argvals = {137394177, 24, 137703333, 137503177, 137507889, 147646957, 
> -1077956888, 135551855}
>       fun = 137057308
>       val = 40976
>       original_fun = 137533465
>       original_args = 138004645
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfafd0, 
>   function = 0xbfbfae0c, 
>   args = 0xbfbfae08, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x832bbc0, 
>   var = 0x832bbc2, 
>   nvars = -1077956984
> }
>       gcpro2 = {
>   next = 0x837ea15, 
>   var = 0xbfbfade0, 
>   nvars = 3
> }
>       gcpro3 = {
>   next = 0x8cce9a5, 
>   var = 0x837ea35, 
>   nvars = 147646893
> }
> #42 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8352f8d, 
>   var = 0x832bbc0, 
>   nvars = 137394177
> }
> #43 0x08147de7 in Flet (args=138004613) at eval.c:1060
>       tem = 40976
>       elt = 138004589
>       varlist = 137394177
>       argnum = 3
>       gcpro1 = {
>   next = 0xbfbfaf94, 
>   var = 0x150, 
>   nvars = -1077956760
> }
>       gcpro2 = {
>   next = 0x8352835, 
>   var = 0x2, 
>   nvars = 3
> }
> #44 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 24
>       args_left = 138004613
>       i = 137058288
>       maxargs = 147646997
>       argvals = {3, -1077956720, 8, 3, 137701429, 16, 147646997, 137507889}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 138004613
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfb0b0, 
>   function = 0xbfbfaf7c, 
>   args = 0xbfbfaf78, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x839cf5d, 
>   var = 0x10, 
>   nvars = 3
> }
>       gcpro2 = {
>   next = 0x839ced5, 
>   var = 0xffffffff, 
>   nvars = 137701429
> }
>       gcpro3 = {
>   next = 0x839cfe5, 
>   var = 0x2, 
>   nvars = -1077956648
> }
> #45 0x081469aa in Funwind_protect (args=138005005) at eval.c:1320
>       val = 0
> #46 0x08145b6f in Feval (form=137058172) at eval.c:2271
>       numargs = 16
>       args_left = 138005005
>       i = 137058168
>       maxargs = 138006365
>       argvals = {147646917, 137394177, -1077956376, 135338737, 3, 0, 0, 32768}
>       fun = 137058172
>       val = 40976
>       original_fun = 137508297
>       original_args = 138005005
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfb200, 
>   function = 0xbfbfb05c, 
>   args = 0xbfbfb058, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8322dc8, 
>   var = 0x8322dca, 
>   nvars = -1077956392
> }
>       gcpro2 = {
>   next = 0x3e9, 
>   var = 0x1860b8, 
>   nvars = 1160107082
> }
>       gcpro3 = {
>   next = 0x7b, 
>   var = 0x10, 
>   nvars = 138006349
> }
> #47 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x8322dc8, 
>   nvars = 336
> }
> #48 0x08147f0b in FletX (args=138006373) at eval.c:1004
>       varlist = 137394177
>       val = 0
>       elt = 138006309
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
>       gcpro2 = {
>   next = 0x4040404, 
>   var = 0xbfbfb120, 
>   nvars = 1
> }
>       gcpro3 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
> #49 0x08145b6f in Feval (form=137058316) at eval.c:2271
>       numargs = 56
>       args_left = 138006373
>       i = 137058312
>       maxargs = 0
>       argvals = {137394225, -1, -1, -1, -1, -1, -1, -1}
>       fun = 137058316
>       val = 40976
>       original_fun = 137508177
>       original_args = 138006373
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfb320, 
>   function = 0xbfbfb1ac, 
>   args = 0xbfbfb1a8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro2 = {
>   next = 0x8307831, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro3 = {
>   next = 0x1, 
>   var = 0x1, 
>   nvars = 138006005
> }
> #50 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
> #51 0x0814800d in Fif (args=138006013) at eval.c:392
>       cond = 0
>       gcpro1 = {
>   next = 0x289c14b4, 
>   var = 0x3, 
>   nvars = -1077955928
> }
> #52 0x08145b6f in Feval (form=137058700) at eval.c:2271
>       numargs = 24
>       args_left = 138006013
>       i = 137058696
>       maxargs = -1
>       argvals = {147577363, 147646637, -1077955496, 135634451, 147583040, 0, 
> 0, 0}
>       fun = 137058700
>       val = 40976
>       original_fun = 137507889
>       original_args = 138006013
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfb3f0, 
>   function = 0xbfbfb2cc, 
>   args = 0xbfbfb2c8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x6, 
>   var = 0x8cbd930, 
>   nvars = -1077955768
> }
>       gcpro2 = {
>   next = 0x8cbd9c3, 
>   var = 0x0, 
>   nvars = -1077955632
> }
>       gcpro3 = {
>   next = 0x0, 
>   var = 0x8c9fb83, 
>   nvars = 147577280
> }
> #53 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x7b, 
>   var = 0x5cb46, 
>   nvars = 137394225
> }
> #54 0x08145fb1 in funcall_lambda (fun=138005288, nargs=4, 
> arg_vector=0xbfbfb464) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 137542657
>       i = 4
>       optional = 1
>       rest = 0
> #55 0x08146326 in Ffuncall (nargs=5, args=0x839cb2d) at eval.c:3050
>       fun = 138005293
>       original_fun = 137532329
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfb8c0, 
>   function = 0xbfbfb460, 
>   args = 0xbfbfb464, 
>   nargs = 4, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x83293a9
>       i = 40976
> #56 0x08146564 in call4 (fn=137532329, arg1=147577363, arg2=147577363, 
> arg3=137394177, arg4=137394225) at eval.c:2847
>       ret_ungc_val = 0
>       gcpro1 = {
>   next = 0x3, 
>   var = 0x8198d9d, 
>   nvars = 5
> }
> #57 0x0815d93b in Fload (file=147577059, noerror=137394177, 
> nomessage=137394225, nosuffix=137394177, must_suffix=137394225) at lread.c:952
>       val = 0
>       stream = (FILE *) 0x8cbf035
>       fd = 3
>       gcpro1 = {
>   next = 0x8cce87d, 
>   var = 0x8, 
>   nvars = -1077954600
> }
>       gcpro2 = {
>   next = 0x0, 
>   var = 0x0, 
>   nvars = 135595328
> }
>       gcpro3 = {
>   next = 0x8cce885, 
>   var = 0x8cbb335, 
>   nvars = -1077954648
> }
>       found = 147577363
>       efound = 147583030
>       hist_file_name = 147577363
>       newer = 0
>       compiled = 0
>       handler = 0
>       safe_p = 1
>       tmp = {1511, 137441284}
> #58 0x0815071d in Frequire (feature=147548785, filename=137394177, 
> noerror=137394177) at fns.c:3592
>       nesting = 147168149
>       tem = 147548785
>       gcpro1 = {
>   next = 0x8320000, 
>   var = 0x28c12521, 
>   nvars = 2
> }
>       gcpro2 = {
>   next = 0xbfbfb8c0, 
>   var = 0xbfbfb7ac, 
>   nvars = -1077954648
> }
>       from_file = 10
> #59 0x08145a9f in Feval (form=137059920) at eval.c:2324
>       numargs = 1
>       args_left = 137394177
>       i = 3
>       maxargs = 3
>       argvals = {147548785, 137394177, 137394177, 137506370, 137506368, 
> -1077954300, -1077954376, 135488951}
>       fun = 137059920
>       val = 40976
>       original_fun = 137514489
>       original_args = 147646589
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfba70, 
>   function = 0xbfbfb86c, 
>   args = 0xbfbfb870, 
>   nargs = 1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8307801, 
>   var = 0x0, 
>   nvars = -1077954344
> }
>       gcpro2 = {
>   next = 0x8460000, 
>   var = 0x84650aa, 
>   nvars = 0
> }
>       gcpro3 = {
>   next = 0xbfbfba70, 
>   var = 0xbfbfb870, 
>   nvars = 3
> }
> #60 0x0815cae2 in readevalloop (readcharfun=146863108, stream=0x0, 
> sourcename=147182883, evalfun=0x8145628 <Feval>, printflag=0, 
> unibyte=137394177, readfun=137394177, start=137394177, end=137394177) at 
> lread.c:1528
>       c = 0
>       val = 147646565
>       gcpro1 = {
>   next = 0x8307801, 
>   var = 0x2994, 
>   nvars = 1
> }
>       gcpro2 = {
>   next = 0x0, 
>   var = 0x1, 
>   nvars = 1026
> }
>       gcpro3 = {
>   next = 0x402, 
>   var = 0x8a3d332, 
>   nvars = -1077954168
> }
>       gcpro4 = {
>   next = 0x83227a9, 
>   var = 0x8307801, 
>   nvars = 146725376
> }
>       b = (struct buffer *) 0x8c0f400
>       continue_reading_p = 1
>       whole_buffer = 0
>       first_sexp = 147646565
> #61 0x0815d14d in Feval_buffer (buffer=0, printflag=137394177, 
> filename=147185379, unibyte=137394177, do_allow_print=137394225) at 
> lread.c:1591
>       tem = 147165501
>       buf = 146863108
> #62 0x08145a64 in Feval (form=137062216) at eval.c:2352
>       numargs = 5
>       args_left = 137394177
>       i = 5
>       maxargs = 5
>       argvals = {146863108, 137394177, 147185379, 137394177, 137394225, 
> 147166469, -1077953800, 135551855}
>       fun = 137062216
>       val = 40976
>       original_fun = 137503657
>       original_args = 138004925
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfbbe0, 
>   function = 0xbfbfba1c, 
>   args = 0xbfbfba20, 
>   nargs = 5, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x832bbc0, 
>   var = 0x832bbc2, 
>   nvars = -1077953896
> }
>       gcpro2 = {
>   next = 0x837ea15, 
>   var = 0xbfbfb9f0, 
>   nvars = 3
> }
>       gcpro3 = {
>   next = 0x8c594bd, 
>   var = 0xbfbfba20, 
>   nvars = 5
> }
> #63 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8352f8d, 
>   var = 0x832bbc0, 
>   nvars = 137394177
> }
> #64 0x08147de7 in Flet (args=138004613) at eval.c:1060
>       tem = 40976
>       elt = 138004589
>       varlist = 137394177
>       argnum = 3
>       gcpro1 = {
>   next = 0xbfbfbba4, 
>   var = 0x118, 
>   nvars = -1077953672
> }
>       gcpro2 = {
>   next = 0x8352835, 
>   var = 0x2, 
>   nvars = 3
> }
> #65 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 24
>       args_left = 138004613
>       i = 137058288
>       maxargs = 147166509
>       argvals = {3, -1077953632, 8, 3, 137701429, 16, 147166509, 137507889}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 138004613
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfbcc0, 
>   function = 0xbfbfbb8c, 
>   args = 0xbfbfbb88, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x839cf5d, 
>   var = 0x10, 
>   nvars = 3
> }
>       gcpro2 = {
>   next = 0x839ced5, 
>   var = 0xffffffff, 
>   nvars = 137701429
> }
>       gcpro3 = {
>   next = 0x839cfe5, 
>   var = 0x2, 
>   nvars = -1077953560
> }
> #66 0x081469aa in Funwind_protect (args=138005005) at eval.c:1320
>       val = 0
> #67 0x08145b6f in Feval (form=137058172) at eval.c:2271
>       numargs = 16
>       args_left = 138005005
>       i = 137058168
>       maxargs = 138006365
>       argvals = {147166429, 137394177, -1077953288, 135338737, 3, 0, 0, 32768}
>       fun = 137058172
>       val = 40976
>       original_fun = 137508297
>       original_args = 138005005
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfbe10, 
>   function = 0xbfbfbc6c, 
>   args = 0xbfbfbc68, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8322dc8, 
>   var = 0x8322dca, 
>   nvars = -1077953304
> }
>       gcpro2 = {
>   next = 0x3e9, 
>   var = 0x1785b0, 
>   nvars = 1160111945
> }
>       gcpro3 = {
>   next = 0x7b, 
>   var = 0x10, 
>   nvars = 138006349
> }
> #68 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x8322dc8, 
>   nvars = 280
> }
> #69 0x08147f0b in FletX (args=138006373) at eval.c:1004
>       varlist = 137394177
>       val = 0
>       elt = 138006309
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
>       gcpro2 = {
>   next = 0x4040404, 
>   var = 0xbfbfbd30, 
>   nvars = 1
> }
>       gcpro3 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
> #70 0x08145b6f in Feval (form=137058316) at eval.c:2271
>       numargs = 56
>       args_left = 138006373
>       i = 137058312
>       maxargs = 0
>       argvals = {137394225, -1, -1, -1, -1, -1, -1, -1}
>       fun = 137058316
>       val = 40976
>       original_fun = 137508177
>       original_args = 138006373
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfbf30, 
>   function = 0xbfbfbdbc, 
>   args = 0xbfbfbdb8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro2 = {
>   next = 0x8307831, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro3 = {
>   next = 0x1, 
>   var = 0x1, 
>   nvars = 138006005
> }
> #71 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
> #72 0x0814800d in Fif (args=138006013) at eval.c:392
>       cond = 0
>       gcpro1 = {
>   next = 0x289c14b4, 
>   var = 0x3, 
>   nvars = -1077952840
> }
> #73 0x08145b6f in Feval (form=137058700) at eval.c:2271
>       numargs = 24
>       args_left = 138006013
>       i = 137058696
>       maxargs = -1
>       argvals = {147185379, 147168173, -1077952408, 135634451, 147186280, 0, 
> 0, 0}
>       fun = 137058700
>       val = 40976
>       original_fun = 137507889
>       original_args = 138006013
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfc000, 
>   function = 0xbfbfbedc, 
>   args = 0xbfbfbed8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x6, 
>   var = 0x8c5de00, 
>   nvars = -1077952680
> }
>       gcpro2 = {
>   next = 0x8c5de93, 
>   var = 0x0, 
>   nvars = -1077952544
> }
>       gcpro3 = {
>   next = 0x8430000, 
>   var = 0x0, 
>   nvars = 147185296
> }
> #74 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x7b, 
>   var = 0x5c41c, 
>   nvars = 137394225
> }
> #75 0x08145fb1 in funcall_lambda (fun=138005288, nargs=4, 
> arg_vector=0xbfbfc074) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 137542657
>       i = 4
>       optional = 1
>       rest = 0
> #76 0x08146326 in Ffuncall (nargs=5, args=0x839cb2d) at eval.c:3050
>       fun = 138005293
>       original_fun = 137532329
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc490, 
>   function = 0xbfbfc070, 
>   args = 0xbfbfc074, 
>   nargs = 4, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x83293a9
>       i = 40976
> #77 0x08146564 in call4 (fn=137532329, arg1=147185379, arg2=147185379, 
> arg3=137394177, arg4=137394225) at eval.c:2847
>       ret_ungc_val = 0
>       gcpro1 = {
>   next = 0x3, 
>   var = 0x8307801, 
>   nvars = 5
> }
> #78 0x0815d93b in Fload (file=144873939, noerror=137394177, 
> nomessage=137394225, nosuffix=137394177, must_suffix=137394225) at lread.c:952
>       val = 0
>       stream = (FILE *) 0x8c5e25e
>       fd = 3
>       gcpro1 = {
>   next = 0xbfbfc454, 
>   var = 0x1, 
>   nvars = -1077951464
> }
>       gcpro2 = {
>   next = 0x8c01bc4, 
>   var = 0x8c01b44, 
>   nvars = -1077951512
> }
>       gcpro3 = {
>   next = 0x0, 
>   var = 0x833bc01, 
>   nvars = 147167989
> }
>       found = 147185379
>       efound = 147186271
>       hist_file_name = 147185379
>       newer = 0
>       compiled = 0
>       handler = 0
>       safe_p = 1
>       tmp = {75, 137394177}
> #79 0x0815071d in Frequire (feature=144852449, filename=137394177, 
> noerror=137394177) at fns.c:3592
>       nesting = 137394177
>       tem = 144852449
>       gcpro1 = {
>   next = 0x2, 
>   var = 0xbfbfc450, 
>   nvars = -1077950936
> }
>       gcpro2 = {
>   next = 0xbfbfc4e0, 
>   var = 0x1, 
>   nvars = -1077951416
> }
>       from_file = 10
> #80 0x08146453 in Ffuncall (nargs=2, args=0x82b5e50) at eval.c:2996
>       fun = 137059920
>       original_fun = -1077951392
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc540, 
>   function = 0xbfbfc594, 
>   args = 0xbfbfc598, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0xbfbfc460
>       i = 40976
> #81 0x0814784d in Fapply (nargs=2, args=0xbfbfc594) at eval.c:2481
>       i = 137058028
>       numargs = 1
>       spread_arg = 147168136
>       funcall_args = (Lisp_Object *) 0x8323659
>       fun = 137514489
>       gcpro1 = {
>   next = 0x8c59b85, 
>   var = 0x8683c48, 
>   nvars = 15
> }
> #82 0x08146507 in Ffuncall (nargs=3, args=0x82b56ec) at eval.c:2974
>       fun = 137058028
>       original_fun = 137508441
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc670, 
>   function = 0xbfbfc590, 
>   args = 0xbfbfc594, 
>   nargs = 2, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8323659
>       i = 40976
> #83 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077951088, maxdepth=2) 
> at bytecode.c:679
>       v1 = 137719953
>       v2 = 40976
>       op = 2
>       vectorp = (Lisp_Object *) 0x8bfbf08
>       stack = {
>   pc = 0x86fbf3c "address@hidden", 
>   top = 0xbfbfc598, 
>   bottom = 0xbfbfc590, 
>   byte_string = 146776339, 
>   byte_string_start = 0x86fbf30 
> "\b\305\306\tA\"\032\033\307\310\n\"address@hidden", 
>   constants = 146784004, 
>   next = 0xbfbfc700
> }
>       top = (Lisp_Object *) 0xbfbfc590
> #84 0x08145efb in funcall_lambda (fun=146744644, nargs=1, 
> arg_vector=0xbfbfc6c4) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146744640
>       i = 1
>       optional = 0
>       rest = 0
> #85 0x08146326 in Ffuncall (nargs=2, args=0x8bf2544) at eval.c:3050
>       fun = 146744644
>       original_fun = 146721561
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc7a0, 
>   function = 0xbfbfc6c0, 
>   args = 0xbfbfc6c4, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8becb19
>       i = 40976
> #86 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077950784, maxdepth=1) 
> at bytecode.c:679
>       v1 = 137684689
>       v2 = 40976
>       op = 1
>       vectorp = (Lisp_Object *) 0x8bfb008
>       stack = {
>   pc = 0x86fbc99 "\211\022\205C", 
>   top = 0xbfbfc6c4, 
>   bottom = 0xbfbfc6c0, 
>   byte_string = 146776131, 
>   byte_string_start = 0x86fbc78 "\304\211\030\031\n:\204\017", 
>   constants = 146780164, 
>   next = 0xbfbfc840
> }
>       top = (Lisp_Object *) 0xbfbfc6c0
> #87 0x08145efb in funcall_lambda (fun=146745508, nargs=1, 
> arg_vector=0xbfbfc7f4) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146745504
>       i = 1
>       optional = 0
>       rest = 0
> #88 0x08146326 in Ffuncall (nargs=2, args=0x8bf28a4) at eval.c:3050
>       fun = 146745508
>       original_fun = 138620865
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc8e0, 
>   function = 0xbfbfc7f0, 
>   args = 0xbfbfc7f4, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8432fc1
>       i = 40976
> #89 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077950480, maxdepth=1) 
> at bytecode.c:679
>       v1 = 137684689
>       v2 = 40976
>       op = 1
>       vectorp = (Lisp_Object *) 0x8be0c08
>       stack = {
>   pc = 0x86fb148 "\210)\202\021", 
>   top = 0xbfbfc7f4, 
>   bottom = 0xbfbfc7f0, 
>   byte_string = 146722563, 
>   byte_string_start = 0x86fb118 "\b\203\n", 
>   constants = 146672644, 
>   next = 0xbfbfcb20
> }
>       top = (Lisp_Object *) 0xbfbfc7f0
> #90 0x08145efb in funcall_lambda (fun=146746884, nargs=0, 
> arg_vector=0xbfbfc934) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146746880
>       i = 0
>       optional = 0
>       rest = 0
> #91 0x08146326 in Ffuncall (nargs=1, args=0x8bf2e04) at eval.c:3050
>       fun = 146746884
>       original_fun = 146746884
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfc9c0, 
>   function = 0xbfbfc930, 
>   args = 0xbfbfc934, 
>   nargs = 0, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8bf2e04
>       i = 40976
> #92 0x08145b5f in Feval (form=137057904) at eval.c:2324
>       numargs = 8
>       args_left = 137394177
>       i = -1077950160
>       maxargs = 137555545
>       argvals = {137394177, 137394177, 137683667, 135311398, 137399320, 1, 
> -1077950024, 135511328}
>       fun = 137057904
>       val = 40976
>       original_fun = 137508465
>       original_args = 146678117
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfcbc0, 
>   function = 0xbfbfc96c, 
>   args = 0xbfbfc930, 
>   nargs = 1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x88c5f08, 
>   var = 0x3e, 
>   nvars = -1077949912
> }
>       gcpro2 = {
>   next = 0x8300800, 
>   var = 0xbfbfca10, 
>   nvars = -1077949932
> }
>       gcpro3 = {
>   next = 0x8300800, 
>   var = 0xbfbfc930, 
>   nvars = 1
> }
> #93 0x08147b43 in internal_lisp_condition_case (var=146699129, 
> bodyform=146678141, handlers=146763229) at eval.c:1422
>       tem = 40976
>       val = 137394177
>       c = {
>   tag = 137394177, 
>   val = 137394177, 
>   next = 0xbfbfce60, 
>   gcpro = 0x0, 
>   jmp = {{
>       _jb = {135559855, 137394177, -1077949956, -1077949800, 143, 
> -1077949776, 135467647, 137055336, -1077949504, -1077949776, -1077949772, 0}
>     }}, 
>   backlist = 0xbfbfcbc0, 
>   handlerlist = 0xbfbfce40, 
>   lisp_eval_depth = 20, 
>   pdlcount = 63, 
>   poll_suppress_count = 1, 
>   interrupt_input_blocked = 0, 
>   byte_stack = 0xbfbfcb20
> }
>       h = {
>   handler = 146763229, 
>   var = 146699129, 
>   chosen_clause = 0, 
>   tag = 0xbfbfca30, 
>   next = 0xbfbfce40
> }
> #94 0x0816e572 in Fbyte_code (bytestr=40976, vector=-1077949776, 
> maxdepth=143) at bytecode.c:869
>       v1 = 137394177
>       v2 = 40976
>       op = 143
>       vectorp = (Lisp_Object *) 0x88c5208
>       stack = {
>   pc = 0x86fb0f1 "\210).\016\016&.\020\207", 
>   top = 0xbfbfcab0, 
>   bottom = 0xbfbfcab0, 
>   byte_string = 146722531, 
>   byte_string_start = 0x86fb014 
> "\306\b\306\211\211\211\211\211\211\211\307\211\211\306\b\306\031\032\033\034\035\036\034\036\035\036\036\036\037\036
>  
> \036!\036\"\036#\036$\036%\036&\310\016'!\306\211\211\211\211\016(\016)\016*\016+\016,\016-\311=\203J",
>  
>   constants = 143413764, 
>   next = 0xbfbfcc60
> }
>       top = (Lisp_Object *) 0xbfbfcab0
> #95 0x08145efb in funcall_lambda (fun=146746724, nargs=2, 
> arg_vector=0xbfbfcc14) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146746720
>       i = 2
>       optional = 1
>       rest = 0
> #96 0x08146326 in Ffuncall (nargs=3, args=0x8bf2d64) at eval.c:3050
>       fun = 146746724
>       original_fun = 146720841
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfcdf0, 
>   function = 0xbfbfcc10, 
>   args = 0xbfbfcc14, 
>   nargs = 2, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8bec849
>       i = 40976
> #97 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077949424, maxdepth=2) 
> at bytecode.c:679
>       v1 = 137608153
>       v2 = 40976
>       op = 2
>       vectorp = (Lisp_Object *) 0x8bed008
>       stack = {
>   pc = 0x86facb5 ")address@hidden", 
>   top = 0xbfbfcc18, 
>   bottom = 0xbfbfcc10, 
>   byte_string = 146722115, 
>   byte_string_start = 0x86fabf0 "\306\b!\020\t\204,", 
>   constants = 146722820, 
>   next = 0xbfbfcf20
> }
>       top = (Lisp_Object *) 0xbfbfcc10
> #98 0x08145efb in funcall_lambda (fun=146743300, nargs=1, 
> arg_vector=0xbfbfccf0) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146743296
>       i = 1
>       optional = 1
>       rest = 0
> #99 0x081460b2 in apply_lambda (fun=146743300, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 1
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x4010404, 
>   nvars = 1
> }
>       gcpro2 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
>       gcpro3 = {
>   next = 0x4040404, 
>   var = 0x4040404, 
>   nvars = 67372036
> }
>       i = 1
>       tem = 1
> #100 0x0814589e in Feval (form=146743300) at eval.c:2384
>       numargs = 67372036
>       args_left = -1077948704
>       i = 146743296
>       maxargs = 67372036
>       argvals = {67372036, 67372036, 67372036, 67372036, -16514044, -1, -1, 
> -1}
>       fun = 146743300
>       val = 40976
>       original_fun = 139458473
>       original_args = 146834525
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfcfc0, 
>   function = 0xbfbfcd9c, 
>   args = 0xbfbfccf0, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro2 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
>       gcpro3 = {
>   next = 0xffffffff, 
>   var = 0xffffffff, 
>   nvars = -1
> }
> #101 0x08147b43 in internal_lisp_condition_case (var=137896345, 
> bodyform=146834517, handlers=146836317) at eval.c:1422
>       tem = 40976
>       val = 137394177
>       c = {
>   tag = 137394177, 
>   val = 137394177, 
>   next = 0xbfbfe510, 
>   gcpro = 0x0, 
>   jmp = {{
>       _jb = {135559855, 137394177, -1077948884, -1077948728, 143, 
> -1077948704, -60801, -1, -1, -1, -1, -1}
>     }}, 
>   backlist = 0xbfbfcfc0, 
>   handlerlist = 0xbfbfe4f0, 
>   lisp_eval_depth = 18, 
>   pdlcount = 21, 
>   poll_suppress_count = 1, 
>   interrupt_input_blocked = 0, 
>   byte_stack = 0xbfbfcf20
> }
>       h = {
>   handler = 146836317, 
>   var = 137896345, 
>   chosen_clause = -1, 
>   tag = 0xbfbfce60, 
>   next = 0xbfbfe4f0
> }
> #102 0x0816e572 in Fbyte_code (bytestr=40976, vector=-1077948704, 
> maxdepth=143) at bytecode.c:869
>       v1 = 137394177
>       v2 = 40976
>       op = 143
>       vectorp = (Lisp_Object *) 0x8c0c9a8
>       stack = {
>   pc = 0x8bdebb0 "\207", 
>   top = 0xbfbfcee0, 
>   bottom = 0xbfbfcee0, 
>   byte_string = 146815539, 
>   byte_string_start = 0x8bdeba4 "\b\203\b", 
>   constants = 146852260, 
>   next = 0xbfbfd060
> }
>       top = (Lisp_Object *) 0xbfbfcee0
> #103 0x08145efb in funcall_lambda (fun=146852132, nargs=1, 
> arg_vector=0xbfbfd014) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146852128
>       i = 1
>       optional = 0
>       rest = 0
> #104 0x08146326 in Ffuncall (nargs=2, args=0x8c0c924) at eval.c:3050
>       fun = 146852132
>       original_fun = 146813769
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfd100, 
>   function = 0xbfbfd010, 
>   args = 0xbfbfd014, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8c03349
>       i = 40976
> #105 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077948400, maxdepth=1) 
> at bytecode.c:679
>       v1 = 144125697
>       v2 = 40976
>       op = 1
>       vectorp = (Lisp_Object *) 0x8c09e88
>       stack = {
>   pc = 0x8bdeb17 "\204\230", 
>   top = 0xbfbfd014, 
>   bottom = 0xbfbfd010, 
>   byte_string = 146815475, 
>   byte_string_start = 0x8bdea84 "\b\204\b", 
>   constants = 146841220, 
>   next = 0xbfbfd190
> }
>       top = (Lisp_Object *) 0xbfbfd010
> #106 0x08145efb in funcall_lambda (fun=146852388, nargs=1, 
> arg_vector=0xbfbfd154) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146852384
>       i = 1
>       optional = 1
>       rest = 0
> #107 0x08146326 in Ffuncall (nargs=2, args=0x8c0ca24) at eval.c:3050
>       fun = 146852388
>       original_fun = 139540505
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfd230, 
>   function = 0xbfbfd150, 
>   args = 0xbfbfd154, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8513819
>       i = 40976
> #108 0x0816e17d in Fbyte_code (bytestr=40976, vector=-1077948080, maxdepth=1) 
> at bytecode.c:679
>       v1 = 146617144
>       v2 = 40976
>       op = 1
>       vectorp = (Lisp_Object *) 0x8bd3338
>       stack = {
>   pc = 0x8bdea6f "\207", 
>   top = 0xbfbfd154, 
>   bottom = 0xbfbfd150, 
>   byte_string = 146815443, 
>   byte_string_start = 0x8bdea6c "\300\301!\207", 
>   constants = 146617140, 
>   next = 0x0
> }
>       top = (Lisp_Object *) 0xbfbfd150
> #109 0x08145efb in funcall_lambda (fun=146852548, nargs=0, 
> arg_vector=0xbfbfd284) at eval.c:3180
>       val = 0
>       syms_left = 137394177
>       next = 146852544
>       i = 0
>       optional = 0
>       rest = 0
> #110 0x08146326 in Ffuncall (nargs=1, args=0x8c0cac4) at eval.c:3050
>       fun = 146852548
>       original_fun = 139540481
>       funcar = 40976
>       lisp_numargs = 0
>       val = 40976
>       backtrace = {
>   next = 0xbfbfd310, 
>   function = 0xbfbfd280, 
>   args = 0xbfbfd284, 
>   nargs = 0, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       internal_args = (Lisp_Object *) 0x8513801
>       i = 40976
> #111 0x08145b5f in Feval (form=137057904) at eval.c:2324
>       numargs = 8
>       args_left = 137394177
>       i = -1077947776
>       maxargs = 137058096
>       argvals = {138910805, 137394177, -1077947628, 2, -1078001664, 
> -1077947780, 137394177, 137060832}
>       fun = 137057904
>       val = 40976
>       original_fun = 137508465
>       original_args = 144514973
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfd430, 
>   function = 0xbfbfd2bc, 
>   args = 0xbfbfd280, 
>   nargs = 1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x89a82d1, 
>   var = 0xbfbfd310, 
>   nvars = 8
> }
>       gcpro2 = {
>   next = 0x8513801, 
>   var = 0x8307801, 
>   nvars = -1077947624
> }
>       gcpro3 = {
>   next = 0x2, 
>   var = 0xbfbfd280, 
>   nvars = 1
> }
> #112 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8333aa1, 
>   var = 0x8513801, 
>   nvars = 137365504
> }
> #113 0x0814800d in Fif (args=144514933) at eval.c:392
>       cond = 0
>       gcpro1 = {
>   next = 0x0, 
>   var = 0x0, 
>   nvars = 137365504
> }
> #114 0x08145b6f in Feval (form=137058700) at eval.c:2271
>       numargs = 24
>       args_left = 144514933
>       i = 137058696
>       maxargs = 2
>       argvals = {144094243, 144514765, -1077947368, 135552351, -1077946992, 
> -1077947492, -1077947496, -1}
>       fun = 137058700
>       val = 40976
>       original_fun = 137507889
>       original_args = 144514933
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfd550, 
>   function = 0xbfbfd3dc, 
>   args = 0xbfbfd3d8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8972f01, 
>   var = 0x8c71015, 
>   nvars = -1077947304
> }
>       gcpro2 = {
>   next = 0x896b423, 
>   var = 0x89d1ecd, 
>   nvars = -1077947336
> }
>       gcpro3 = {
>   next = 0x2, 
>   var = 0x2, 
>   nvars = 144514757
> }
> #115 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8972f01, 
>   var = 0x84d03c5, 
>   nvars = 137365504
> }
> #116 0x08147fa2 in Fcond (args=144514997) at eval.c:420
>       clause = 144514808
>       val = 40976
>       gcpro1 = {
>   next = 0xbfbfd590, 
>   var = 0xbfbfe4f0, 
>   nvars = 14
> }
> #117 0x08145b6f in Feval (form=137058676) at eval.c:2271
>       numargs = 128
>       args_left = 144514669
>       i = 137058672
>       maxargs = 0
>       argvals = {144343761, 137058216, -1077946936, 135551855, 147263509, 
> 138715885, -1077947080, 135466509}
>       fun = 137058676
>       val = 40976
>       original_fun = 137507913
>       original_args = 144514669
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfd6a0, 
>   function = 0xbfbfd4fc, 
>   args = 0xbfbfd4f8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xe, 
>   var = 0x8c7102d, 
>   nvars = 147265093
> }
>       gcpro2 = {
>   next = 0x8bf0c85, 
>   var = 0x10, 
>   nvars = 147263509
> }
>       gcpro3 = {
>   next = 0x1, 
>   var = 0x1, 
>   nvars = 144515573
> }
> #118 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0xbfbf0000, 
>   var = 0xbfbfd5f0, 
>   nvars = 137394177
> }
> #119 0x08147f0b in FletX (args=144515637) at eval.c:1004
>       varlist = 137394177
>       val = 0
>       elt = 140996401
>       gcpro1 = {
>   next = 0x1, 
>   var = 0x1, 
>   nvars = 147263525
> }
>       gcpro2 = {
>   next = 0x3, 
>   var = 0xbfbfd5f0, 
>   nvars = 8
> }
>       gcpro3 = {
>   next = 0x8307801, 
>   var = 0x8307801, 
>   nvars = -1077946808
> }
> #120 0x08145b6f in Feval (form=137058316) at eval.c:2271
>       numargs = 32
>       args_left = 144515637
>       i = 137058312
>       maxargs = 137394177
>       argvals = {144125697, -1077946884, -1077946880, 1, -1078001663, 
> -1077946704, 2, 2}
>       fun = 137058316
>       val = 40976
>       original_fun = 137508177
>       original_args = 144515637
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfd7d0, 
>   function = 0xbfbfd64c, 
>   args = 0xbfbfd648, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8c7102d, 
>   var = 0x8307801, 
>   nvars = -1077946616
> }
>       gcpro2 = {
>   next = 0x8307801, 
>   var = 0x9, 
>   nvars = -1077946552
> }
>       gcpro3 = {
>   next = 0x8300000, 
>   var = 0xc, 
>   nvars = -1077946552
> }
> #121 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8c716a8, 
>   var = 0x8c716a8, 
>   nvars = 2
> }
> #122 0x08147bf1 in Fwhile (args=144510445) at eval.c:1082
>       test = 144125697
>       body = 144510445
>       gcpro1 = {
>   next = 0x0, 
>   var = 0xffffffff, 
>   nvars = -1077946360
> }
>       gcpro2 = {
>   next = 0x8300001, 
>   var = 0x1, 
>   nvars = 2
> }
> #123 0x08145b6f in Feval (form=137058268) at eval.c:2271
>       numargs = 16
>       args_left = 144515541
>       i = 137058264
>       maxargs = 144516989
>       argvals = {144515165, -1077946368, -1077946440, 135470650, 137058556, 
> 137672185, -1077946280, 2}
>       fun = 137058268
>       val = 40976
>       original_fun = 137508201
>       original_args = 144515541
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfd960, 
>   function = 0xbfbfd77c, 
>   args = 0xbfbfd778, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0xbfbfd800, 
>   var = 0x8, 
>   nvars = 137703357
> }
>       gcpro2 = {
>   next = 0x1, 
>   var = 0xbfbfd801, 
>   nvars = -1077946408
> }
>       gcpro3 = {
>   next = 0x834b5f9, 
>   var = 0x10, 
>   nvars = 144515165
> }
> #124 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0xbfbfd8e0, 
>   var = 0xbfbfd7cc, 
>   nvars = 0
> }
> #125 0x08147de7 in Flet (args=144515357) at eval.c:1060
>       tem = 40976
>       elt = 144515333
>       varlist = 137394177
>       argnum = 9
>       gcpro1 = {
>   next = 0x0, 
>   var = 0xbfbfd890, 
>   nvars = 2
> }
>       gcpro2 = {
>   next = 0x8332804, 
>   var = 0x398, 
>   nvars = 9
> }
> #126 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 32
>       args_left = 144515357
>       i = 137058288
>       maxargs = 137507889
>       argvals = {135928392, -1077946064, -1077945864, 135551839, 3, 
> -1077946064, -1077946024, 920}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 144515357
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfda50, 
>   function = 0xbfbfd90c, 
>   args = 0xbfbfd908, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x5, 
>   var = 0x85526e0, 
>   nvars = -1077945976
> }
>       gcpro2 = {
>   next = 0x8352fa5, 
>   var = 0x0, 
>   nvars = 0
> }
>       gcpro3 = {
>   next = 0x8323431, 
>   var = 0x8972f01, 
>   nvars = 147265037
> }
> #127 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8972f01, 
>   var = 0x1, 
>   nvars = 1
> }
> #128 0x08145b6f in Feval (form=137058652) at eval.c:2271
>       numargs = 8
>       args_left = 147265029
>       i = 137058648
>       maxargs = 137394177
>       argvals = {137703309, 137701429, -1077945816, 135466509, 144516877, 
> 137394177, 147265029, 137701413}
>       fun = 137058652
>       val = 40976
>       original_fun = 137507937
>       original_args = 147265029
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfdb40, 
>   function = 0xbfbfd9fc, 
>   args = 0xbfbfd9f8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x82e72ec, 
>   var = 0x8683c00, 
>   nvars = 1
> }
>       gcpro2 = {
>   next = 0x5, 
>   var = 0x8c71625, 
>   nvars = 15
> }
>       gcpro3 = {
>   next = 0x8c71605, 
>   var = 0x8352830, 
>   nvars = -1077945752
> }
> #129 0x08147fec in Fif (args=147265053) at eval.c:391
>       cond = 0
>       gcpro1 = {
>   next = 0x8960000, 
>   var = 0x89c6853, 
>   nvars = -1077945496
> }
> #130 0x08145b6f in Feval (form=137058700) at eval.c:2271
>       numargs = 16
>       args_left = 147265053
>       i = 137058696
>       maxargs = 137701429
>       argvals = {144516869, 137394177, 75, 42, 0, 137555449, 137701429, 2}
>       fun = 137058700
>       val = 40976
>       original_fun = 137507889
>       original_args = 147265053
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfdc00, 
>   function = 0xbfbfdaec, 
>   args = 0xbfbfdae8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x8307801, 
>   var = 0x89d0960, 
>   nvars = -1077945496
> }
>       gcpro2 = {
>   next = 0x2, 
>   var = 0x832edf9, 
>   nvars = -1077945368
> }
>       gcpro3 = {
>   next = 0x832edf9, 
>   var = 0x1, 
>   nvars = 3
> }
> #131 0x081459a2 in Feval (form=137701437) at eval.c:2382
>       numargs = 40
>       args_left = 144509280
>       i = 137394177
>       maxargs = 144468051
>       argvals = {137394177, 24, 144485141, 137507841, 137701581, -1077945440, 
> 1, 135466509}
>       fun = 137701437
>       val = 40976
>       original_fun = 137533441
>       original_args = 144516869
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfddc0, 
>   function = 0xbfbfdbac, 
>   args = 0xbfbfdba8, 
>   nargs = -1, 
>   evalargs = 1 '\001', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x84d035d, 
>   var = 0xbfbfdb9c, 
>   nvars = -1077945440
> }
>       gcpro2 = {
>   next = 0x0, 
>   var = 0x89ca6c5, 
>   nvars = -1077945176
> }
>       gcpro3 = {
>   next = 0x89cab45, 
>   var = 0x8307801, 
>   nvars = 146731717
> }
> #132 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x89ca685, 
>   var = 0xbfbfdca0, 
>   nvars = 146738309
> }
> #133 0x08145fb1 in funcall_lambda (fun=144509280, nargs=1, 
> arg_vector=0xbfbfdcc0) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 144125697
>       i = 1
>       optional = 0
>       rest = 0
> #134 0x081460b2 in apply_lambda (fun=144509285, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 1
>       gcpro1 = {
>   next = 0x89ca6a5, 
>   var = 0x8c715ad, 
>   nvars = 1
> }
>       gcpro2 = {
>   next = 0x82b5910, 
>   var = 0x89ca665, 
>   nvars = -1077945032
> }
>       gcpro3 = {
>   next = 0x8322169, 
>   var = 0x8c715ad, 
>   nvars = 137365504
> }
>       i = 1
>       tem = 1
> #135 0x0814589e in Feval (form=144509285) at eval.c:2384
>       numargs = 16
>       args_left = 144484240
>       i = 137394177
>       maxargs = 144077229
>       argvals = {137882165, 2, -1077944872, 135553830, -1077944844, 
> -1077945044, -1077944992, 3}
>       fun = 144509285
>       val = 40976
>       original_fun = 144469305
>       original_args = 144484045
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfdf70, 
>   function = 0xbfbfdd6c, 
>   args = 0xbfbfdcc0, 
>   nargs = 1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x82b0000, 
>   var = 0x89ba385, 
>   nvars = -1077944856
> }
>       gcpro2 = {
>   next = 0xbfbfdf10, 
>   var = 0xbfbfddf0, 
>   nvars = -1077944844
> }
>       gcpro3 = {
>   next = 0xbfbf0000, 
>   var = 0xbfbfdd30, 
>   nvars = 1
> }
> #136 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x89ba35d, 
>   var = 0x10, 
>   nvars = 137882405
> }
> #137 0x08145fb1 in funcall_lambda (fun=144484240, nargs=0, 
> arg_vector=0xbfbfde80) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 1
>       i = 0
>       optional = 0
>       rest = 0
> #138 0x081460b2 in apply_lambda (fun=144484245, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 0
>       gcpro1 = {
>   next = 0x82b58fc, 
>   var = 0x82b58f8, 
>   nvars = 0
> }
>       gcpro2 = {
>   next = 0x89ba36d, 
>   var = 0x86729a5, 
>   nvars = 138342749
> }
>       gcpro3 = {
>   next = 0x8307801, 
>   var = 0x1, 
>   nvars = -1077944616
> }
>       i = 0
>       tem = 1
> #139 0x0814589e in Feval (form=144484245) at eval.c:2384
>       numargs = -1077944644
>       args_left = 144465173
>       i = 144465173
>       maxargs = -1077944112
>       argvals = {1, 2, 1, 137394177, 137608153, 137394201, 0, 62462}
>       fun = 144484245
>       val = 40976
>       original_fun = 144343665
>       original_args = 137394177
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfe050, 
>   function = 0xbfbfdf1c, 
>   args = 0xbfbfde80, 
>   nargs = 0, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x89ba365, 
>   var = 0xbfbfdf98, 
>   nvars = 145104403
> }
>       gcpro2 = {
>   next = 0x83ef05d, 
>   var = 0x89ba365, 
>   nvars = -1077944296
> }
>       gcpro3 = {
>   next = 0x8307801, 
>   var = 0x83fadb0, 
>   nvars = -1077944456
> }
> #140 0x081469aa in Funwind_protect (args=144465173) at eval.c:1320
>       val = 0
> #141 0x08145b6f in Feval (form=137058172) at eval.c:2271
>       numargs = 64
>       args_left = 144465173
>       i = 137058168
>       maxargs = 0
>       argvals = {137394177, 672967168, 1, 144001376, 137058696, 144001341, 
> -1077944248, 135552351}
>       fun = 137058172
>       val = 40976
>       original_fun = 137508297
>       original_args = 144465173
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfe1c0, 
>   function = 0xbfbfdffc, 
>   args = 0xbfbfdff8, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x82b5910, 
>   var = 0x89c5cb5, 
>   nvars = -1077944056
> }
>       gcpro2 = {
>   next = 0xbfbfe0a4, 
>   var = 0x0, 
>   nvars = -1077944232
> }
>       gcpro3 = {
>   next = 0x89ba335, 
>   var = 0x2, 
>   nvars = 1
> }
> #142 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x835295d, 
>   var = 0x18, 
>   nvars = 137394177
> }
> #143 0x08147de7 in Flet (args=144465149) at eval.c:1060
>       tem = 40976
>       elt = 144465125
>       varlist = 137394177
>       argnum = 1
>       gcpro1 = {
>   next = 0x89c5ccd, 
>   var = 0x89f6513, 
>   nvars = 2
> }
>       gcpro2 = {
>   next = 0x82b5910, 
>   var = 0x89c5cb5, 
>   nvars = 1
> }
> #144 0x08145b6f in Feval (form=137058292) at eval.c:2271
>       numargs = 16
>       args_left = 144465149
>       i = 137058288
>       maxargs = 3
>       argvals = {137540209, 137499057, 141008573, 1668444975, 1634559279, 
> 1697608547, 25460, 0}
>       fun = 137058292
>       val = 40976
>       original_fun = 137508153
>       original_args = 144465149
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfe2e0, 
>   function = 0xbfbfe16c, 
>   args = 0xbfbfe168, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x616a2f65, 
>   var = 0x2e504a5f, 
>   nvars = 1248032101
> }
>       gcpro2 = {
>   next = 0x7273752f, 
>   var = 0x6168732f, 
>   nvars = 1815045490
> }
>       gcpro3 = {
>   next = 0x4524001f, 
>   var = 0xbfbfe170, 
>   nvars = 3
> }
> #145 0x08145d80 in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x8, 
>   var = 0x0, 
>   nvars = 672802936
> }
> #146 0x0814800d in Fif (args=144418781) at eval.c:392
>       cond = 0
>       gcpro1 = {
>   next = 0x0, 
>   var = 0xbfbfe284, 
>   nvars = 672803243
> }
> #147 0x08145b6f in Feval (form=137058700) at eval.c:2271
>       numargs = 80
>       args_left = 144418781
>       i = 137058696
>       maxargs = 134246506
>       argvals = {138239752, -1077943536, -1077943560, 134890514, -1077943560, 
> 134889870, -1077943536, 32}
>       fun = 137058700
>       val = 40976
>       original_fun = 137507889
>       original_args = 144418781
>       funcar = 40976
>       backtrace = {
>   next = 0xbfbfe490, 
>   function = 0xbfbfe28c, 
>   args = 0xbfbfe288, 
>   nargs = -1, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x160, 
>   var = 0x1, 
>   nvars = -1077944000
> }
>       gcpro2 = {
>   next = 0x20, 
>   var = 0x0, 
>   nvars = 0
> }
>       gcpro3 = {
>   next = 0x83cb479, 
>   var = 0x8307801, 
>   nvars = 32
> }
> #148 0x08145d5f in Fprogn (args=40976) at eval.c:443
>       val = 10
>       gcpro1 = {
>   next = 0x0, 
>   var = 0x0, 
>   nvars = 0
> }
> #149 0x08145fb1 in funcall_lambda (fun=144464728, nargs=0, 
> arg_vector=0xbfbfe3a0) at eval.c:3173
>       val = 0
>       syms_left = 137394177
>       next = 1
>       i = 0
>       optional = 0
>       rest = 0
> #150 0x081460b2 in apply_lambda (fun=144464733, args=1, eval_flag=1) at 
> eval.c:3104
>       args_left = 137394177
>       numargs = 0
>       gcpro1 = {
>   next = 0x4040404, 
>   var = 0x4040104, 
>   nvars = 0
> }
>       gcpro2 = {
>   next = 0x69cb120, 
>   var = 0x281d3400, 
>   nvars = 1
> }
>       gcpro3 = {
>   next = 0x0, 
>   var = 0xbfbfe404, 
>   nvars = 672803243
> }
>       i = 0
>       tem = 1
> #151 0x0814589e in Feval (form=144464733) at eval.c:2384
>       numargs = 672966144
>       args_left = -1077942029
>       i = 1
>       maxargs = 672965888
>       argvals = {672966912, 672967168, 672967424, 672967680, 672967936, 
> 672968192, 672968448, 672997376}
>       fun = 144464733
>       val = 40976
>       original_fun = 144125505
>       original_args = 137394177
>       funcar = 40976
>       backtrace = {
>   next = 0x0, 
>   function = 0xbfbfe43c, 
>   args = 0xbfbfe3a0, 
>   nargs = 0, 
>   evalargs = 0 '\0', 
>   debug_on_exit = 0 '\0'
> }
>       gcpro1 = {
>   next = 0x281d2900, 
>   var = 0x281d2a00, 
>   nvars = 673000192
> }
>       gcpro2 = {
>   next = 0x281d2500, 
>   var = 0x281d2600, 
>   nvars = 672999168
> }
>       gcpro3 = {
>   next = 0x281d2100, 
>   var = 0x281d2200, 
>   nvars = 672998144
> }
> #152 0x080e8145 in top_level_2 () at keyboard.c:1335
> No locals.
> #153 0x08144892 in internal_condition_case (bfun=0x80e8134 <top_level_2>, 
> handlers=137482913, hfun=0x80eda20 <cmd_error>) at eval.c:1477
>       val = 0
>       c = {
>   tag = 137394177, 
>   val = 137394177, 
>   next = 0xbfbfe5b0, 
>   gcpro = 0x0, 
>   jmp = {{
>       _jb = {135546946, 0, -1077943076, -1077942920, 1, -1077942029, 
> 672928383, 672936344, 682739604, -1077942924, 672805227, 672954180}
>     }}, 
>   backlist = 0x0, 
>   handlerlist = 0x0, 
>   lisp_eval_depth = 0, 
>   pdlcount = 2, 
>   poll_suppress_count = 1, 
>   interrupt_input_blocked = 0, 
>   byte_stack = 0x0
> }
>       h = {
>   handler = 137482913, 
>   var = 137394177, 
>   chosen_clause = -1, 
>   tag = 0xbfbfe510, 
>   next = 0x0
> }
> #154 0x080e8171 in top_level_1 () at keyboard.c:1343
> No locals.
> #155 0x081445b9 in internal_catch (tag=0, func=0x80e8148 <top_level_1>, 
> arg=137394177) at eval.c:1218
>       c = {
>   tag = 137481241, 
>   val = 137394177, 
>   next = 0x0, 
>   gcpro = 0x0, 
>   jmp = {{
>       _jb = {135546266, 0, -1077942884, -1077942760, 1, -1077942029, 
> 137368191, 137365504, 144341376, 141048904, 0, 137633890}
>     }}, 
>   backlist = 0x0, 
>   handlerlist = 0x0, 
>   lisp_eval_depth = 0, 
>   pdlcount = 2, 
>   poll_suppress_count = 1, 
>   interrupt_input_blocked = 0, 
>   byte_stack = 0x0
> }
> #156 0x080e7f47 in command_loop () at keyboard.c:1300
> No locals.
> #157 0x080e8000 in recursive_edit_1 () at keyboard.c:1003
>       val = 0
> #158 0x080e80ca in Frecursive_edit () at keyboard.c:1064
>       buffer = 0
> #159 0x080e7552 in main (argc=7, argv=0xbfbfe760) at emacs.c:1794
>       tz = 0x0
>       dummy = 672983040
>       stack_bottom_variable = -65 '\277'
>       do_initial_setlocale = 1
>       skip_args = 2
>       rlim = {
>   rlim_cur = 67108864, 
>   rlim_max = 67108864
> }
>       no_loadup = 0
>       junk = 0x0
>
> Lisp Backtrace:
> "save-excursion" (0x83b339d)
> "auto-coding-regexp-alist-lookup" (0x8)
> "let" (0x83b2545)
> "or" (0x83b24dd)
> "find-auto-coding" (0x8cbda83)
> "let" (0x83b9475)
> "set-auto-coding" (0x8cbda83)
> "insert-file-contents" (0x8cbda13)
> "let" (0x839c8bd)
> "save-excursion" (0x839c8a5)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8cbda13)
> "require" (0x8cb6a71)
> "eval-buffer" (0x8c0f404)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8c5dee3)
> "require" (0x8a245e1)
> "apply" (0x8324df9)
> "byte-compile-file-form-require" (0x8c59b5d)
> "byte-compile-file-form" (0x8c59b5d)
> 0x8bf2e04 PVEC_COMPILED
> "funcall" (0x8bf2e04)
> "byte-compile-from-buffer" (0x8beda04)
> "byte-compile-file" (0x892edb3)
> "batch-byte-compile-file" (0x892edb3)
> "batch-byte-compile" (0x8307831)
> "batch-byte-compile-if-not-done" (0x82b5670)
> "funcall" (0x8513801)
> "if" (0x89d1f75)
> "cond" (0x89d1e6d)
> "let*" (0x89d2235)
> "while" (0x89d21d5)
> "let" (0x89d211d)
> "progn" (0x8c71605)
> "if" (0x8c7161d)
> "when" (0x89d2705)
> "command-line-1" (0x8bf0c85)
> "command-line" (0x8307801)
> "unwind-protect" (0x89c5d15)
> "let" (0x89c5cfd)
> "if" (0x89ba7dd)
> "normal-top-level" (0x8307801)
> (gdb) xbacktrace 
> "save-excursion" (0x83b339d)
> "auto-coding-regexp-alist-lookup" (0x8)
> "let" (0x83b2545)
> "or" (0x83b24dd)
> "find-auto-coding" (0x8cbda83)
> "let" (0x83b9475)
> "set-auto-coding" (0x8cbda83)
> "insert-file-contents" (0x8cbda13)
> "let" (0x839c8bd)
> "save-excursion" (0x839c8a5)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8cbda13)
> "require" (0x8cb6a71)
> "eval-buffer" (0x8c0f404)
> "let" (0x839c885)
> "unwind-protect" (0x839ca0d)
> "let*" (0x839cf65)
> "if" (0x839cdfd)
> "load-with-code-conversion" (0x8c5dee3)
> "require" (0x8a245e1)
> "apply" (0x8324df9)
> "byte-compile-file-form-require" (0x8c59b5d)
> "byte-compile-file-form" (0x8c59b5d)
> 0x8bf2e04 PVEC_COMPILED
> "funcall" (0x8bf2e04)
> "byte-compile-from-buffer" (0x8beda04)
> "byte-compile-file" (0x892edb3)
> "batch-byte-compile-file" (0x892edb3)
> "batch-byte-compile" (0x8307831)
> "batch-byte-compile-if-not-done" (0x82b5670)
> "funcall" (0x8513801)
> "if" (0x89d1f75)
> "cond" (0x89d1e6d)
> "let*" (0x89d2235)
> "while" (0x89d21d5)
> "let" (0x89d211d)
> "progn" (0x8c71605)
> "if" (0x8c7161d)
> "when" (0x89d2705)
> "command-line-1" (0x8bf0c85)
> "command-line" (0x8307801)
> "unwind-protect" (0x89c5d15)
> "let" (0x89c5cfd)
> "if" (0x89ba7dd)
> "normal-top-level" (0x8307801)
> (gdb) 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]