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

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

bug#16737: 24.3.50; Yank causes hang


From: Nicolas Richard
Subject: bug#16737: 24.3.50; Yank causes hang
Date: Tue, 04 Mar 2014 13:47:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Dmitry Antipov <dmantipov@yandex.ru> writes:
> 1) It's better to attach gdb and try to obtain a backtrace, especially when
> Emacs sits in CPU-eating loops.
>
> 2) If CPU-eating loop involves I/O (read/write/sendmsg/recvmsg/select/etc.),
> try to understand how the relevant fds are used, by looking under
> /proc/[Emacs PID]/fd directory. (In your log, the most important is fd 4;
> probably this is an X socket).

I'm currently in a session which has the same problem. (This is not from
emacs -Q, emacs-uptime reports almost 2 weeks of uptime.)

Evalling (x-get-selection) or (x-get-selection 'CLIPBOARD) with C-x C-e
work fine but (x-get-selection 'SECONDARY) hangs for about 5 seconds (it
seemed more before I started timing it... not sure if it's purely
psychological). I then get a lisp bt:

Debugger entered--Lisp error: (error "Timed out waiting for reply from 
selection owner")
  x-get-selection-internal(SECONDARY STRING)
  x-get-selection(SECONDARY)
  eval((x-get-selection (quote SECONDARY)) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

During these 5 seconds, htop shows that emacs has almost 100% CPU usage.

Btw I also have bug #16925, which triggers debugger regularly.

Below is a gdb backtrace. I keep this emacs session open in case you
want me to investigate more.

Program received signal SIGTSTP, Stopped (user).
0xb726f1dd in __GI_clock_gettime (clock_id=1, tp=0xbfffcd78) at 
../sysdeps/unix/clock_gettime.c:115
115     ../sysdeps/unix/clock_gettime.c: Aucun fichier ou dossier de ce type.
(gdb) thread apply all bt full

Thread 6 (Thread 0xb1435b40 (LWP 5760)):
#0  0xb6e36325 in sys_futex0 (val=148, op=<optimized out>, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90
        res = <optimized out>
#1  futex_wait (val=148, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:120
No locals.
#2  do_wait (val=148, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:58
        i = <optimized out>
        count = <optimized out>
#3  gomp_barrier_wait_end (bar=0xc6f4af0, state=148) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:49
No locals.
#4  0xb6e363cc in gomp_barrier_wait (bar=0xc6f4af0) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:57
No locals.
#5  0xb6e34c28 in gomp_thread_start (xdata=0xbfffb7b4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119
        team = 0x14b13a68
        data = 0xbfffb7b4
        pool = 0xc6f4ab0
        local_fn = 0xb72e98c0 <CompositeImageChannel._omp_fn.3>
        local_data = 0xbfff6708
#6  0xb6e44ecf in start_thread (arg=0xb1435b40) at pthread_create.c:308
        __res = <optimized out>
        pd = 0xb1435b40
        now = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {{
              jmp_buf = {-1226481676, 0, 4001536, -1320987992, 1533093687, 
358586680}, 
              mask_was_saved = 0
            }}, 
          priv = {
            pad = {0x0, 0x0, 0x0, 0x0}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0
            }
          }
        }
        not_first_call = <optimized out>
        robust = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#7  0xb6d6d5de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132
No locals.

Lisp Backtrace:
0x816eb08 Lisp type 7
"debugger-make-xrefs" (0xbfffbe9c)
"debugger-setup-buffer" (0xbfffc244)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)

Thread 5 (Thread 0xb1c36b40 (LWP 5759)):
#0  0xb6e36325 in sys_futex0 (val=148, op=<optimized out>, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90
        res = <optimized out>
#1  futex_wait (val=148, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:120
No locals.
#2  do_wait (val=148, addr=0xc6f4af4) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:58
        i = <optimized out>
        count = <optimized out>
#3  gomp_barrier_wait_end (bar=0xc6f4af0, state=148) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:49
No locals.
#4  0xb6e363cc in gomp_barrier_wait (bar=0xc6f4af0) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:57
No locals.
#5  0xb6e34c28 in gomp_thread_start (xdata=0xbfffb780) at 
/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119
        team = 0x14b13a68
        data = 0xbfffb780
        pool = 0xc6f4ab0
        local_fn = 0xb72e98c0 <CompositeImageChannel._omp_fn.3>
        local_data = 0xbfff6708
#6  0xb6e44ecf in start_thread (arg=0xb1c36b40) at pthread_create.c:308
        __res = <optimized out>
        pd = 0xb1c36b40
        now = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {{
              jmp_buf = {-1226481676, 0, 4001536, -1312595288, 1526802230, 
358586680}, 
              mask_was_saved = 0
            }}, 
          priv = {
            pad = {0x0, 0x0, 0x0, 0x0}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0
            }
          }
        }
        not_first_call = <optimized out>
        robust = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#7  0xb6d6d5de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132
No locals.

Lisp Backtrace:
"symbol-file" (0xbfffbb54)
"debugger-make-xrefs" (0xbfffbe9c)
"debugger-setup-buffer" (0xbfffc244)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)

Thread 4 (Thread 0xb4f11b40 (LWP 22285)):
#0  0xb7ffd424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6d628db in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#2  0xb77e93ab in poll (__timeout=-1, __nfds=1, __fds=0xb4600c78) at 
/usr/include/bits/poll2.h:46
No locals.
#3  g_poll (fds=0xb4600c78, nfds=1, timeout=-1) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gpoll.c:132
No locals.
#4  0xb77db71e in g_main_context_poll (n_fds=1, fds=0xb4600c78, 
timeout=<optimized out>, context=0x88ced10, priority=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995
        poll_func = 0xb77e9380 <g_poll>
#5  g_main_context_iterate (dispatch=1, block=-1216441472, context=0x88ced10, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3696
        timeout = -1
        some_ready = <optimized out>
        fds = 0xb4600c78
        max_priority = 2147483647
        nfds = 1
        allocated_nfds = <optimized out>
#6  g_main_context_iterate (context=0x88ced10, block=-1216441472, dispatch=1, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3638
        some_ready = 1
#7  0xb77dbc33 in g_main_loop_run (loop=0xb4600c68) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3895
        __PRETTY_FUNCTION__ = "g_main_loop_run"
#8  0xb5b24736 in dconf_context_thread (data=0x88ced10) at dconfcontext.c:11
        context = 0x88ced10
        loop = <optimized out>
        __PRETTY_FUNCTION__ = "dconf_context_thread"
#9  0xb780050a in g_thread_proxy (data=0x88e66c0) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798
        thread = 0x88e66c0
#10 0xb6e44ecf in start_thread (arg=0xb4f11b40) at pthread_create.c:308
        __res = <optimized out>
        pd = 0xb4f11b40
        now = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {{
              jmp_buf = {-1226481676, 0, 4001536, -1259269464, 1071720252, 
358586680}, 
              mask_was_saved = 0
            }}, 
          priv = {
            pad = {0x0, 0x0, 0x0, 0x0}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0
            }
          }
        }
        not_first_call = <optimized out>
        robust = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#11 0xb6d6d5de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132
No locals.

Lisp Backtrace:
"symbol-file" (0xbfffbb54)
"debugger-make-xrefs" (0xbfffbe9c)
"debugger-setup-buffer" (0xbfffc244)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)

Thread 3 (Thread 0xb596eb40 (LWP 22284)):
#0  0xb7ffd424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6d628db in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#2  0xb77e93ab in poll (__timeout=-1, __nfds=3, __fds=0xb50023b0) at 
/usr/include/bits/poll2.h:46
No locals.
#3  g_poll (fds=0xb50023b0, nfds=3, timeout=-1) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gpoll.c:132
No locals.
#4  0xb77db71e in g_main_context_poll (n_fds=3, fds=0xb50023b0, 
timeout=<optimized out>, context=0x88d0f98, priority=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995
        poll_func = 0xb77e9380 <g_poll>
#5  g_main_context_iterate (dispatch=1, block=-1216441472, context=0x88d0f98, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3696
        timeout = -1
        some_ready = <optimized out>
        fds = 0xb50023b0
        max_priority = 2147483647
        nfds = 3
        allocated_nfds = <optimized out>
#6  g_main_context_iterate (context=0x88d0f98, block=-1216441472, dispatch=1, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3638
        some_ready = 3
#7  0xb77dbc33 in g_main_loop_run (loop=0x88d0f78) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3895
        __PRETTY_FUNCTION__ = "g_main_loop_run"
#8  0xb7a149aa in gdbus_shared_thread_func (user_data=0x88d2250) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/gio/gdbusprivate.c:278
        data = 0x88d2250
#9  0xb780050a in g_thread_proxy (data=0x8898060) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798
        thread = 0x8898060
#10 0xb6e44ecf in start_thread (arg=0xb596eb40) at pthread_create.c:308
        __res = <optimized out>
        pd = 0xb596eb40
        now = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {{
              jmp_buf = {-1226481676, 0, 4001536, -1248402776, -268359874, 
358586680}, 
              mask_was_saved = 0
            }}, 
          priv = {
            pad = {0x0, 0x0, 0x0, 0x0}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0
            }
          }
        }
        not_first_call = <optimized out>
        robust = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#11 0xb6d6d5de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132
No locals.

Lisp Backtrace:
"symbol-file" (0xbfffbb54)
"gc-cons-threshold" (0x186a00)
"buffer-read-only" (0x84d57c2)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)

Thread 2 (Thread 0xb639bb40 (LWP 22283)):
#0  0xb7ffd424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6d628db in poll () at ../sysdeps/unix/syscall-template.S:81
No locals.
#2  0xb77e93ab in poll (__timeout=-1, __nfds=1, __fds=0xb5a00478) at 
/usr/include/bits/poll2.h:46
No locals.
#3  g_poll (fds=0xb5a00478, nfds=1, timeout=-1) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gpoll.c:132
No locals.
#4  0xb77db71e in g_main_context_poll (n_fds=1, fds=0xb5a00478, 
timeout=<optimized out>, context=0x8871b00, priority=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995
        poll_func = 0xb77e9380 <g_poll>
#5  g_main_context_iterate (dispatch=1, block=-1216441472, context=0x8871b00, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3696
        timeout = -1
        some_ready = <optimized out>
        fds = 0xb5a00478
        max_priority = 2147483647
        nfds = 1
        allocated_nfds = <optimized out>
#6  g_main_context_iterate (context=0x8871b00, block=-1216441472, dispatch=1, 
self=<optimized out>) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3638
        some_ready = 1
#7  0xb77db857 in g_main_context_iteration (context=0x8871b00, may_block=1) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3762
        retval = <optimized out>
#8  0xb77db8d6 in glib_worker_main (data=0x0) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:5427
No locals.
#9  0xb780050a in g_thread_proxy (data=0x8897a00) at 
/var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798
        thread = 0x8897a00
#10 0xb6e44ecf in start_thread (arg=0xb639bb40) at pthread_create.c:308
        __res = <optimized out>
        pd = 0xb639bb40
        now = <optimized out>
        unwind_buf = {
          cancel_jmp_buf = {{
              jmp_buf = {-1226481676, 0, 4001536, -1237732696, -1365170375, 
358586680}, 
              mask_was_saved = 0
            }}, 
          priv = {
            pad = {0x0, 0x0, 0x0, 0x0}, 
            data = {
              prev = 0x0, 
              cleanup = 0x0, 
              canceltype = 0
            }
          }
        }
        not_first_call = <optimized out>
        robust = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#11 0xb6d6d5de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:132
No locals.

Lisp Backtrace:
"proced-auto-update-timer" (0xbfffb26c)
"apply" (0xbfffb268)
"byte-code" (0xbfffb500)
"timer-event-handler" (0xbfffb97c)
"recursive-edit" (0xbfffc244)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)

Thread 1 (Thread 0xb674a880 (LWP 22279)):
#0  0x081b368e in swap_in_symval_forwarding (symbol=0x84e80d8, blv=0x88bade0) 
at data.c:1114
        tem1 = 372442566
#1  0x081b3754 in find_symbol_value (symbol=139362522) at data.c:1141
        blv = 0x88bade0
        sym = 0x84e80d8
#2  0x081b37a8 in Fsymbol_value (symbol=139362522) at data.c:1159
        val = 136001388
#3  0x0816ea3d in set_buffer_internal_1 (b=0x102557c8) at buffer.c:2158
        var = 139362522
        sym = 0x84e80d8
        old_buf = 0xa0b7fd0
        tail = 372442550
#4  0x0814a299 in set_buffer_internal (b=0x102557c8) at buffer.h:1102
No locals.
#5  0x0816eb3f in set_buffer_if_live (buffer=270882765) at buffer.c:2219
No locals.
#6  0x081cc681 in unbind_to (count=70, value=139286466) at eval.c:3306
        quitf = 139286466
        gcpro1 = {
          next = 0x84e7bea, 
          var = 0x84d57c2, 
          nvars = -1073762776
        }
        gcpro2 = {
          next = 0x5, 
          var = 0xbfffae28, 
          nvars = 136001448
        }
#7  0x08202e60 in exec_byte_code (bytestr=284293321, vector=203797629, 
maxdepth=16, args_template=139286466, nargs=0, args=0x0) at bytecode.c:941
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 68
        count_volatile = -1073762600
        op = 1
        vectorp = 0xc25b47c
        vectorp_volatile = 0x8be7704
        stack = {
          pc = 0x12765878 "\tA\211\021\204\t", 
          byte_string = 284293321, 
          byte_string_start = 0x12765858 "\304 \305\030\211\031\205(", 
          next = 0xbfffb2b4
        }
        stack_volatile = {
          pc = 0x6 <Address 0x6 out of bounds>, 
          byte_string = -1073762600, 
          byte_string_start = 0x81cc6f6 <unbind_to+210> "\213U\360\211B", 
<incomplete sequence \351\235>, 
          next = 0x96fbcd8
        }
        top = 0xbfffae40
        result = 240431854
        type = (unknown: 135564854)
#8  0x081cc0fc in funcall_lambda (fun=211132389, nargs=0, arg_vector=0xc25b47d) 
at eval.c:3049
        val = 139286466
        syms_left = 139286466
        next = 138878240
        lexenv = 139286466
        count = 68
        i = 0
        optional = false
        rest = false
#9  0x081cb9e3 in Ffuncall (nargs=1, args=0xbfffb268) at eval.c:2864
        fun = 211132389
        original_fun = 324725050
        funcar = 12
        numargs = 0
        lisp_numargs = -1073761960
        val = 139286466
        internal_args = 0x0
        i = 2
#10 0x081cab3d in Fapply (nargs=2, args=0xbfffb268) at eval.c:2297
        i = 135564989
        numargs = 0
        spread_arg = 139286466
        funcall_args = 0x0
        fun = 324725050
        retval = 138881552
        gcpro1 = {
          next = 0xe54b2ee, 
          var = 0xbfffb1a8, 
          nvars = 135564854
        }
        sa_count = 67
        sa_must_free = false
#11 0x081cb6a3 in Ffuncall (nargs=3, args=0xbfffb264) at eval.c:2796
        fun = 138881557
        original_fun = 139359234
        funcar = 206667477
        numargs = 2
        lisp_numargs = -1073761720
        val = -1073761720
        internal_args = 0x820248c <Fbyte_code>
        i = 6
#12 0x08202dbd in exec_byte_code (bytestr=137851793, vector=137851821, 
maxdepth=16, args_template=139286466, nargs=0, args=0x0) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 65
        count_volatile = 0
        op = 2
        vectorp = 0x83773ac <pure+684012>
        vectorp_volatile = 0x0
        stack = {
          pc = 0x83f0125 <pure+1178981> "\210)\301\207", 
          byte_string = 137851793, 
          byte_string_start = 0x83f011c <pure+1178972> 
"r\301\b\302H\b\303H\"\210)\301\207", 
          next = 0xbfffb694
        }
        stack_volatile = {
          pc = 0x837718d <pure+683469> 
"}\206\b\362\326M\b\n\327M\bz\203\206\b\222\203\206\bj\360M\b", 
          byte_string = -1073761544, 
          byte_string_start = 0x81cc6f6 <unbind_to+210> "\213U\360\211B", 
<incomplete sequence \351\235>, 
          next = 0x96fbc68
        }
        top = 0xbfffb264
        result = 139359234
        type = (CONDITION_CASE | unknown: 137152324)
#13 0x082024c4 in Fbyte_code (bytestr=137851793, vector=137851821, maxdepth=16) 
at bytecode.c:482
No locals.
#14 0x081ca725 in eval_sub (form=137851782) at eval.c:2191
        numargs = 12
        args_left = 139286466
        i = 136324236
        maxargs = 3
        argvals = {137851793, 137851821, 16, 136102784, -1073761520, 137850964, 
135, 68}
        fun = 138886029
        val = 139286466
        original_fun = 139364738
        original_args = 137851790
        funcar = 0
        gcpro1 = {
          next = 0xbfffb598, 
          var = 0x81cc111 <funcall_lambda+1077>, 
          nvars = 65
        }
        gcpro2 = {
          next = 0x84d57c2, 
          var = 0x14, 
          nvars = 137850965
        }
        gcpro3 = {
          next = 0x14c54, 
          var = 0xbfffb500, 
          nvars = 3
        }
#15 0x081c8ec4 in internal_lisp_condition_case (var=141432890, 
bodyform=137851782, handlers=137851846) at eval.c:1323
        val = 139286466
        c = 0x85ba460
        oldhandlerlist = 0x88f4400
        clausenb = 1
#16 0x08203cff in exec_byte_code (bytestr=137851641, vector=137851661, 
maxdepth=20, args_template=139286466, nargs=0, args=0x0) at bytecode.c:1169
        handlers = 137851846
        body = 137851782
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 61
        count_volatile = -1073760568
        op = 143
        vectorp = 0x837730c <pure+683852>
        vectorp_volatile = 0x84d57c2
        stack = {
          pc = 0x83f01a0 <pure+1179104> "\210\016\027\205\213", 
          byte_string = 137851641, 
          byte_string_start = 0x83f012a <pure+1178986> 
"\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", 
          next = 0xbfffc2a4
        }
        stack_volatile = {
          pc = 0x84d57c2 "", 
          byte_string = 383035574, 
          byte_string_start = 0x84d57c2 "", 
          next = 0x1
        }
        top = 0xbfffb644
        result = 139286466
        type = (unknown: 136102784)
#17 0x081cc0fc in funcall_lambda (fun=137851621, nargs=1, arg_vector=0x837730d 
<pure+683853>) at eval.c:3049
        val = 139286466
        syms_left = 139286466
        next = 143031786
        lexenv = 139286466
        count = 60
        i = 1
        optional = false
        rest = false
#18 0x081cb9e3 in Ffuncall (nargs=2, args=0xbfffb978) at eval.c:2864
        fun = 137851621
        original_fun = 139310986
        funcar = 139286490
        numargs = 1
        lisp_numargs = 270882760
        val = -1073759896
        internal_args = 0x0
        i = 149102469
#19 0x081cb2d2 in call1 (fn=139310986, arg1=206667477) at eval.c:2614
        ret_ungc_val = 139358032
        gcpro1 = {
          next = 0x3a3016e4, 
          var = 0x3a3016e4, 
          nvars = 2
        }
        args = {139310986, 206667477}
#20 0x08154080 in timer_check_2 (timers=383027822, idle_timers=139286466) at 
keyboard.c:4506
        count = 58
        old_deactivate_mark = 139286466
        idle_timer_ripe = false
        timer = 206667477
        timer_time = {
          tv_sec = 1393935915, 
          tv_nsec = 0
        }
        timer_difference = {
          tv_sec = 5, 
          tv_nsec = 976230116
        }
        idle_timer_difference = {
          tv_sec = 0, 
          tv_nsec = -1
        }
        ripe = true
        idle_timer = 139286466
        idle_timer_time = {
          tv_sec = -1, 
          tv_nsec = 139286466
        }
        difference = {
          tv_sec = 5, 
          tv_nsec = 976230116
        }
        timer_ripe = true
        nexttime = {
          tv_sec = 0, 
          tv_nsec = -1
        }
        now = {
          tv_sec = 1393935920, 
          tv_nsec = 976230116
        }
        idleness_now = {
          tv_sec = 0, 
          tv_nsec = 0
        }
        chosen_timer = 206667477
        gcpro1 = {
          next = 0x84dfdba, 
          var = 0x3e, 
          nvars = -1073759720
        }
#21 0x08154197 in timer_check () at keyboard.c:4573
        nexttime = {
          tv_sec = 0, 
          tv_nsec = 0
        }
        timers = 383027798
        idle_timers = 139286466
        gcpro1 = {
          next = 0x102557c8, 
          var = 0x6, 
          nvars = 33536648
        }
        gcpro2 = {
          next = 0x150cd9ec, 
          var = 0xbfffba88, 
          nvars = 135564854
        }
        tem = 139286466
#22 0x08152652 in readable_events (flags=1) at keyboard.c:3440
No locals.
#23 0x081577c4 in get_input_pending (flags=1) at keyboard.c:6757
No locals.
#24 0x0815c6d9 in detect_input_pending_run_timers (do_display=false) at 
keyboard.c:9880
        old_timers_run = 682582
#25 0x08150b84 in read_char (commandflag=1, map=383028150, 
prev_event=139286466, used_mouse_menu=0xbfffbe43, end_time=0x0) at 
keyboard.c:2558
        echo_current = true
        c = 139286466
        jmpcount = -1073758888
        local_getcjmp = {{
            __jmpbuf = {-1073759080, 141671434, 270882760, 0, -1073759112, 
136001401}, 
            __mask_was_saved = 141676280, 
            __saved_mask = {
              __val = {141676280, 3221208184, 136123498, 139286466, 270882760, 
141676280, 141671432, 337, 0, 3221208280, 135670192, 141671434, 139286490, 
3221207968, 4294967295, 337, 149102469, 139286466, 3221208232, 135561975, 
                383035398, 3221208280, 135971955, 383035398, 383035406, 
141671434, 141344022, 139286466, 139286466, 2, 139286466, 372445518}
            }
          }}
        save_jump = {{
            __jmpbuf = {135997592, 142807646, 139286466, 139286466, 16, 
149102469}, 
            __mask_was_saved = 172, 
            __saved_mask = {
              __val = {3221208056, 136084283, 142807646, 139286466, 3221208040, 
135564854, 137225240, 2, 1900, 2, 61, 3007512, 3221208072, 270882765, 5, 5, 
3221208088, 135719261, 270882760, 5, 3221208104, 141671434, 2, 139286466, 
                3221208136, 136001163, 141676280, 141344158, 3221208120, 
135565043, 270882765, 139309490}
            }
          }}
        tem = 139286466
        save = 154786710
        previous_echo_area_message = 139286466
        also_record = 139286466
        reread = false
        gcpro1 = {
          next = 0x84db1b2, 
          var = 0xbfffbc98, 
          nvars = 136034597
        }
        gcpro2 = {
          next = 0x78, 
          var = 0x1000000, 
          nvars = 0
        }
        polling_stopped_here = false
        orig_kboard = 0x88b6728
#26 0x0815b2d2 in read_key_sequence (keybuf=0xbfffbf60, bufsize=30, 
prompt=139286466, dont_downcase_last=false, can_return_switch_frame=true, 
fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9075
        interrupted_kboard = 0x88b6728
        interrupted_frame = 0x878a348
        key = 139286466
        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = 139311178
        count = 58
        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = 383028150
        first_event = 139286466
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 141228142, 
          map = 141228142, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 139273998, 
          map = 139273998, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 141228158, 
          map = 141228158, 
          start = 0, 
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = 139286466
        original_uppercase = 135593668
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x102557c8
        fake_prefixed_keys = 139286466
        gcpro1 = {
          next = 0x84d57c2, 
          var = 0xbfffbe68, 
          nvars = 136001527
        }
#27 0x0814ebc6 in command_loop_1 () at keyboard.c:1449
        cmd = 135626152
        keybuf = {143279232, 1, 764, 343693525, -1211928953, -1210892300, 
143276792, -1211928700, 143276792, 1, 0, 0, 3056, 1322, 136, 270882760, 
343693525, 419437880, -1073758264, 135337986, 0, 0, 16, 268167368, 268167373, 
143352084, 
          8, 2, 139286466, 139286466}
        i = -1073758152
        prev_modiff = 0
        prev_buffer = 0x0
        already_adjusted = false
#28 0x081c8fde in internal_condition_case (bfun=0x814e883 <command_loop_1>, 
handlers=139319546, hfun=0x814e259 <cmd_error>) at eval.c:1354
        val = 488
        c = 0x88f4400
#29 0x0814e61f in command_loop_2 (ignore=139286466) at keyboard.c:1174
        val = -1073757628
#30 0x081c8966 in internal_catch (tag=139358154, func=0x814e5fb 
<command_loop_2>, arg=139286466) at eval.c:1118
        val = -1073758072
        c = 0x88998e8
#31 0x0814e588 in command_loop () at keyboard.c:1145
        val = 139406048
#32 0x0814def5 in recursive_edit_1 () at keyboard.c:777
        count = 55
        val = -1073757976
#33 0x0814e031 in Frecursive_edit () at keyboard.c:845
        count = 53
        buffer = 139286466
#34 0x081cb792 in Ffuncall (nargs=1, args=0xbfffc240) at eval.c:2812
        fun = 137161573
        original_fun = 139317234
        funcar = 244709531
        numargs = 0
        lisp_numargs = -1073757784
        val = 441179357
        internal_args = 0xbfffc244
        i = 139286466
#35 0x08202dbd in exec_byte_code (bytestr=154592633, vector=149102469, 
maxdepth=172, args_template=512, nargs=2, args=0xbfffc584) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 22
        count_volatile = -1073757496
        op = 0
        vectorp = 0x8e31f84
        vectorp_volatile = 0x951e9f8
        stack = {
          pc = 0x925e7c1 "\210.\027\266\023\016\065\026N\t.\a\207", 
          byte_string = 154592633, 
          byte_string_start = 0x925e64c "\b\203\006", 
          next = 0xbfffd904
        }
        stack_volatile = {
          pc = 0xe <Address 0xe out of bounds>, 
          byte_string = -1073757512, 
          byte_string_start = 0x870f722 "", 
          next = 0x1
        }
        top = 0xbfffc240
        result = -1073757224
        type = (unknown: 135564854)
#36 0x081cbe45 in funcall_lambda (fun=149102789, nargs=2, 
arg_vector=0xbfffc584) at eval.c:2983
        val = 25
        syms_left = 512
        next = 0
        lexenv = 12
        count = 22
        i = 149102784
        optional = 8
        rest = 20
#37 0x081cb9e3 in Ffuncall (nargs=3, args=0xbfffc580) at eval.c:2864
        fun = 149102789
        original_fun = 139358298
        funcar = -1073756864
        numargs = 2
        lisp_numargs = 0
        val = -1073756840
        internal_args = 0xbfffc580
        i = 0
#38 0x081cae90 in Fapply (nargs=2, args=0xbfffc604) at eval.c:2354
        i = 3
        numargs = 2
        spread_arg = 139286466
        funcall_args = 0xbfffc580
        fun = 149102789
        retval = 139286490
        gcpro1 = {
          next = 0x84d57da, 
          var = 0x147c58d0, 
          nvars = 3
        }
        sa_count = 21
        sa_must_free = false
#39 0x081cb27d in apply1 (fn=139358298, arg=372412478) at eval.c:2588
        ret_ungc_val = 139286466
        args = {139358298, 372412478}
        gcpro1 = {
          next = 0x1, 
          var = 0xbfffc604, 
          nvars = 2
        }
#40 0x081c77e4 in call_debugger (arg=372412478) at eval.c:332
        debug_while_redisplaying = false
        count = 17
        val = 135972071
        old_depth = 1000
        old_max = 2000
#41 0x081c9a01 in maybe_call_debugger (conditions=137174726, sig=139319546, 
data=372412518) at eval.c:1733
        combined_data = 372412510
#42 0x081c95f3 in Fsignal (error_symbol=139319546, data=372412518) at 
eval.c:1551
        debugger_called = 8
        conditions = 137174726
        string = 139286466
        real_error_symbol = 139319546
        clause = 139286490
        h = 0x8899810
#43 0x081c96d3 in xsignal (error_symbol=139319546, data=372412518) at 
eval.c:1588
No locals.
#44 0x081c9712 in xsignal1 (error_symbol=139319546, arg=357851769) at 
eval.c:1603
No locals.
#45 0x081c9b2b in verror (m=0x8280b10 "Timed out waiting for reply from 
selection owner", ap=0xbfffd744 "") at eval.c:1781
        buf = "Timed out waiting for reply from selection 
owner\000_嶨\307\377\277\221\235\"\b\033\000\000\000\001\235\"\b\345\352\344\266^\215\026\b\033\000\000\000\200\250t\266\350\232%\024\000\324\377\267\033\000\000\000\063\000\000\000\004\000\000\000{\000\000\001{\000\000\000\001\000\000\000\350\307\377\277\221\235\"\b\033\000\000\000\001\235\"\b\001\000\000\000\003\000\000\000\003\000\000\000\003\000\000\000U`?^\000\324\377\267\033\000\000\000\063\000\000\000\004\000\000\000{\000\000\001{\000\000\000\350\232%\024(\310\377\277\221\235\"\b\033\000\000\000\001\235\"\b\364/'\267x\315\377\277\000\000\000\000\003\000\000\000\350\232%\024\000\324\377\267\033\000\000\000\063\000\000\000\000\000\000\000{\000\000\000{\000\000\000\b\000\000\000\310Z\214\b\350\232%\024\264\315\377\277\350\232%"...
        size = 4000
        size_max = 536870912
        buffer = 0xbfffc754 "Timed out waiting for reply from selection owner"
        used = 48
        string = 357851769
#46 0x081c9b4b in error (m=0x8280b10 "Timed out waiting for reply from 
selection owner") at eval.c:1793
        ap = 0xbfffd744 ""
#47 0x0813b38b in x_get_foreign_selection (selection_symbol=139439402, 
target_type=139439426, time_stamp=139286466, frame=142123853) at xselect.c:1242
        f = 0x878a348
        dpyinfo = 0x88b60b8
        display = 0x88a3af8
        requestor_window = 71303269
        requestor_time = 1822642445
        target_property = 511
        selection_atom = 2
        type_atom = 31
        timeout = 5000
        secs = 5
        nsecs = 0
#48 0x0813c919 in Fx_get_selection_internal (selection_symbol=139439402, 
target_type=139439426, time_stamp=139286466, terminal=139286466) at 
xselect.c:2017
        ret_ungc_val = 269393160
        frame = 142123853
        val = 139286466
        gcpro1 = {
          next = 0xbf3dd40, 
          var = 0xc, 
          nvars = 0
        }
        gcpro2 = {
          next = 0xf, 
          var = 0xbfffd7d8, 
          nvars = 135564854
        }
        f = 0x878a348
#49 0x081cb83c in Ffuncall (nargs=3, args=0xbfffd8b4) at eval.c:2826
        fun = 137161069
        original_fun = 139439050
        funcar = 12
        numargs = 2
        lisp_numargs = -1073751912
        val = -1073751912
        internal_args = 0xbfffd810
        i = 4
#50 0x08202dbd in exec_byte_code (bytestr=137844073, vector=137844093, 
maxdepth=28, args_template=139286466, nargs=0, args=0x0) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 16
        count_volatile = 135
        op = 2
        vectorp = 0x837557c <pure+676284>
        vectorp_volatile = 0x830aae4 <pure+239396>
        stack = {
          pc = 0x83f103b <pure+1182843> "\311\032\211\033;\203m", 
          byte_string = 137844073, 
          byte_string_start = 0x83f102f <pure+1182831> "\306\b\206\006", 
          next = 0xbfffddd4
        }
        stack_volatile = {
          pc = 0xae48093 "\t", 
          byte_string = -1073751736, 
          byte_string_start = 0x817e262 <set_marker_internal+223> 
"\213P\f\213E\340\211P\f\351\033\002", 
          next = 0xae48093
        }
        top = 0xbfffd8b4
        result = 139286466
        type = (unknown: 136102784)
#51 0x081cc0fc in funcall_lambda (fun=137844029, nargs=1, arg_vector=0x837557d 
<pure+676285>) at eval.c:3049
        val = 138881053
        syms_left = 139286466
        next = 143027954
        lexenv = 139286466
        count = 14
        i = 1
        optional = true
        rest = false
#52 0x081cbc6c in apply_lambda (fun=137844029, args=372412590) at eval.c:2924
        args_left = 139286466
        i = 1
        numargs = 1
        arg_vector = 0xbfffdb50
        gcpro1 = {
          next = 0x8148e36 <PSEUDOVECTORP+51>, 
          var = 0x8375538 <pure+676216>, 
          nvars = 1
        }
        gcpro2 = {
          next = 0x1, 
          var = 0xbfffdbb8, 
          nvars = -1073751112
        }
        gcpro3 = {
          next = 0x84f584a, 
          var = 0xb78c2ff4, 
          nvars = -1248399352
        }
        tem = 139439402
        sa_count = 14
        sa_must_free = false
#53 0x081ca92c in eval_sub (form=372412710) at eval.c:2230
        fun = 137844029
        val = 139286466
        original_fun = 143029218
        original_args = 372412590
        funcar = 343693520
        gcpro1 = {
          next = 0xbfffdc78, 
          var = 0x147c5801, 
          nvars = 5
        }
        gcpro2 = {
          next = 0x8, 
          var = 0xbfffdd90, 
          nvars = 137942581
        }
        gcpro3 = {
          next = 0x84b4fb8 <o_fwd.20478>, 
          var = 0x84d57c2, 
          nvars = 343693520
        }
#54 0x081ca081 in Feval (form=372412710, lexical=139286466) at eval.c:2003
        count = 12
#55 0x081cb7d5 in Ffuncall (nargs=3, args=0xbfffdd8c) at eval.c:2818
        fun = 138881533
        original_fun = 139359210
        funcar = 158316728
        numargs = 2
        lisp_numargs = -1073750680
        val = 372412710
        internal_args = 0xbfffdd90
        i = 139286490
#56 0x08202dbd in exec_byte_code (bytestr=137942561, vector=137942581, 
maxdepth=20, args_template=1028, nargs=1, args=0xbfffe0c0) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 10
        count_volatile = 16381
        op = 2
        vectorp = 0x838d634 <pure+774772>
        vectorp_volatile = 0xffffff0c
        stack = {
          pc = 0x83de6e2 <pure+1106722> "\002\")\207", 
          byte_string = 137942561, 
          byte_string_start = 0x83de6d0 <pure+1106704> "\211\203\b", 
          next = 0xbfffe104
        }
        stack_volatile = {
          pc = 0x0, 
          byte_string = 0, 
          byte_string_start = 0x0, 
          next = 0x0
        }
        top = 0xbfffdd8c
        result = 135563011
        type = (unknown: 135564854)
#57 0x081cbe45 in funcall_lambda (fun=137942541, nargs=1, 
arg_vector=0xbfffe0bc) at eval.c:2983
        val = 135564854
        syms_left = 1028
        next = 139153272
        lexenv = 12
        count = 10
        i = 137942536
        optional = 8
        rest = 20
#58 0x081cb9e3 in Ffuncall (nargs=2, args=0xbfffe0b8) at eval.c:2864
        fun = 137942541
        original_fun = 143162010
        funcar = 158316696
        numargs = 1
        lisp_numargs = -1073749864
        val = 139286466
        internal_args = 0xbfffe434
        i = 143162106
#59 0x08202dbd in exec_byte_code (bytestr=137942937, vector=137942957, 
maxdepth=16, args_template=1028, nargs=1, args=0xbfffe438) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 8
        count_volatile = -1073749656
        op = 1
        vectorp = 0x838d7ac <pure+775148>
        vectorp_volatile = 0x20
        stack = {
          pc = 0x83de593 <pure+1106387> "\n)B\211A\t=\204\032", 
          byte_string = 137942937, 
          byte_string_start = 0x83de586 <pure+1106374> "\b\204\b", 
          next = 0xbfffe6c4
        }
        stack_volatile = {
          pc = 0x26f1c6 <Address 0x26f1c6 out of bounds>, 
          byte_string = 0, 
          byte_string_start = 0x6471934 <Address 0x6471934 out of bounds>, 
          next = 0x0
        }
        top = 0xbfffe0b8
        result = 139286466
        type = (unknown: 135564854)
#60 0x081cbe45 in funcall_lambda (fun=137942909, nargs=1, 
arg_vector=0xbfffe434) at eval.c:2983
        val = 0
        syms_left = 1028
        next = 139152964
        lexenv = 12
        count = 8
        i = 137942904
        optional = 8
        rest = 20
#61 0x081cb9e3 in Ffuncall (nargs=2, args=0xbfffe430) at eval.c:2864
        fun = 137942909
        original_fun = 140934818
        funcar = 158316648
        numargs = 1
        lisp_numargs = -1073749048
        val = 139286466
        internal_args = 0x2
        i = 0
#62 0x081c6fcb in Fcall_interactively (function=140934818, 
record_flag=139286466, keys=139295309) at callint.c:836
        val = 372412974
        args = 0xbfffe430
        visargs = 0xbfffe410
        specs = 137246409
        filter_specs = 137246409
        teml = 135996995
        up_event = 139286466
        enable = 139286466
        speccount = 5
        next_event = 2
        prefix_arg = 139286466
        string = 0xbfffe450 "P"
        tem = 0x828ca24 ""
        varies = 0xbfffe3f0 ""
        i = 2
        nargs = 2
        mark = 139286466
        arg_from_tty = false
        gcpro1 = {
          next = 0xbfffe578, 
          var = 0x81cbae2 <Ffuncall+1583>, 
          nvars = 158316648
        }
        gcpro2 = {
          next = 0x8148ebd <SUBRP+25>, 
          var = 0x82ce87d <Sx_hide_tip+5>, 
          nvars = 10
        }
        gcpro3 = {
          next = 0x16329346, 
          var = 0x82ce878 <Sx_hide_tip>, 
          nvars = 2
        }
        gcpro4 = {
          next = 0xa, 
          var = 0x84d57c2, 
          nvars = 2
        }
        gcpro5 = {
          next = 0xbfffe4d8, 
          var = 0x8148e36 <PSEUDOVECTORP+51>, 
          nvars = 137160824
        }
        key_count = 2
        record_then_fail = false
        save_this_command = 140934818
        save_last_command = 153814722
        save_this_original_command = 140934818
        save_real_this_command = 140934818
#63 0x081cb804 in Ffuncall (nargs=4, args=0xbfffe66c) at eval.c:2822
        fun = 138880813
        original_fun = 139364994
        funcar = 0
        numargs = 3
        lisp_numargs = -1073748424
        val = 139286466
        internal_args = 0xbfffe670
        i = 2
#64 0x08202dbd in exec_byte_code (bytestr=137630697, vector=137630717, 
maxdepth=52, args_template=4100, nargs=1, args=0xbfffe9b0) at bytecode.c:919
        targets = {0x8205b58 <exec_byte_code+13943>, 0x8205bb0 
<exec_byte_code+14031>, 0x8205bb2 <exec_byte_code+14033>, 0x8205bb4 
<exec_byte_code+14035>, 0x8205bb6 <exec_byte_code+14037>, 0x8205bb6 
<exec_byte_code+14037>, 
          0x8205c01 <exec_byte_code+14112>, 0x8205c5e <exec_byte_code+14205>, 
0x82027e1 <exec_byte_code+768>, 0x82027e3 <exec_byte_code+770>, 0x82027e5 
<exec_byte_code+772>, 0x82027e7 <exec_byte_code+774>, 
          0x82027e9 <exec_byte_code+776>, 0x82027e9 <exec_byte_code+776>, 
0x82027ef <exec_byte_code+782>, 0x82027ac <exec_byte_code+715>, 0x8202b39 
<exec_byte_code+1624>, 0x8202b3b <exec_byte_code+1626>, 
          0x8202b3d <exec_byte_code+1628>, 0x8202b3f <exec_byte_code+1630>, 
0x8202b41 <exec_byte_code+1632>, 0x8202b41 <exec_byte_code+1632>, 0x8202b7c 
<exec_byte_code+1691>, 0x8202b47 <exec_byte_code+1638>, 
          0x8202ced <exec_byte_code+2060>, 0x8202cef <exec_byte_code+2062>, 
0x8202cf1 <exec_byte_code+2064>, 0x8202cf3 <exec_byte_code+2066>, 0x8202cf5 
<exec_byte_code+2068>, 0x8202cf5 <exec_byte_code+2068>, 
          0x8202c9e <exec_byte_code+1981>, 0x8202cb8 <exec_byte_code+2007>, 
0x8202d91 <exec_byte_code+2224>, 0x8202d93 <exec_byte_code+2226>, 0x8202d95 
<exec_byte_code+2228>, 0x8202d97 <exec_byte_code+2230>, 
          0x8202d99 <exec_byte_code+2232>, 0x8202d99 <exec_byte_code+2232>, 
0x8202d42 <exec_byte_code+2145>, 0x8202d5c <exec_byte_code+2171>, 0x8202e3a 
<exec_byte_code+2393>, 0x8202e3c <exec_byte_code+2395>, 
          0x8202e3e <exec_byte_code+2397>, 0x8202e40 <exec_byte_code+2399>, 
0x8202e42 <exec_byte_code+2401>, 0x8202e42 <exec_byte_code+2401>, 0x8202deb 
<exec_byte_code+2314>, 0x8202e05 <exec_byte_code+2340>, 
          0x8203c1c <exec_byte_code+5947>, 0x82039d4 <exec_byte_code+5363>, 
0x82039cb <exec_byte_code+5354>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8203ded <exec_byte_code+6412>, 0x8203e9e <exec_byte_code+6589>, 0x8203ee5 
<exec_byte_code+6660>, 0x8203f2c <exec_byte_code+6731>, 
          0x8203f77 <exec_byte_code+6806>, 0x8202a15 <exec_byte_code+1332>, 
0x8202a65 <exec_byte_code+1412>, 0x8203fcc <exec_byte_code+6891>, 0x820299f 
<exec_byte_code+1214>, 0x8202ab3 <exec_byte_code+1490>, 
          0x8204014 <exec_byte_code+6963>, 0x8204068 <exec_byte_code+7047>, 
0x82040a3 <exec_byte_code+7106>, 0x82040f7 <exec_byte_code+7190>, 0x820413c 
<exec_byte_code+7259>, 0x82041ec <exec_byte_code+7435>, 
          0x8204227 <exec_byte_code+7494>, 0x820427b <exec_byte_code+7578>, 
0x82042e8 <exec_byte_code+7687>, 0x8204323 <exec_byte_code+7746>, 0x820435e 
<exec_byte_code+7805>, 0x82043b2 <exec_byte_code+7889>, 
          0x8204406 <exec_byte_code+7973>, 0x820445a <exec_byte_code+8057>, 
0x82044c7 <exec_byte_code+8166>, 0x820450c <exec_byte_code+8235>, 0x8204551 
<exec_byte_code+8304>, 0x8204601 <exec_byte_code+8480>, 
          0x8204677 <exec_byte_code+8598>, 0x82046ed <exec_byte_code+8716>, 
0x82048ba <exec_byte_code+9177>, 0x8204916 <exec_byte_code+9269>, 0x8204972 
<exec_byte_code+9361>, 0x82049ce <exec_byte_code+9453>, 
          0x8204a2a <exec_byte_code+9545>, 0x8204a6f <exec_byte_code+9614>, 
0x8204ae9 <exec_byte_code+9736>, 0x8204b2e <exec_byte_code+9805>, 0x8204b73 
<exec_byte_code+9874>, 0x8204bb8 <exec_byte_code+9943>, 
          0x8204c96 <exec_byte_code+10165>, 0x8203889 <exec_byte_code+5032>, 
0x8204ce7 <exec_byte_code+10246>, 0x8204d22 <exec_byte_code+10305>, 0x8204dce 
<exec_byte_code+10477>, 0x8204e1f <exec_byte_code+10558>, 
          0x8204e70 <exec_byte_code+10639>, 0x8204eab <exec_byte_code+10698>, 
0x8204eee <exec_byte_code+10765>, 0x8204f31 <exec_byte_code+10832>, 0x8204f7c 
<exec_byte_code+10907>, 0x8205b58 <exec_byte_code+13943>, 
          0x8204fc1 <exec_byte_code+10976>, 0x8204ff8 <exec_byte_code+11031>, 
0x820502f <exec_byte_code+11086>, 0x8205066 <exec_byte_code+11141>, 0x820509d 
<exec_byte_code+11196>, 0x82050d4 <exec_byte_code+11251>, 
          0x8203889 <exec_byte_code+5032>, 0x8205b58 <exec_byte_code+13943>, 
0x820510f <exec_byte_code+11310>, 0x8205155 <exec_byte_code+11380>, 0x8205190 
<exec_byte_code+11439>, 0x82051cb <exec_byte_code+11498>, 
          0x820521f <exec_byte_code+11582>, 0x8205273 <exec_byte_code+11666>, 
0x82052ae <exec_byte_code+11725>, 0x8205369 <exec_byte_code+11912>, 0x82053bd 
<exec_byte_code+11996>, 0x8205411 <exec_byte_code+12080>, 
          0x8205465 <exec_byte_code+12164>, 0x820549c <exec_byte_code+12219>, 
0x8205b58 <exec_byte_code+13943>, 0x82037de <exec_byte_code+4861>, 0x8202ec6 
<exec_byte_code+2533>, 0x8202899 <exec_byte_code+952>, 
          0x8202fb8 <exec_byte_code+2775>, 0x82030ca <exec_byte_code+3049>, 
0x82031d4 <exec_byte_code+3315>, 0x8203781 <exec_byte_code+4768>, 0x82037b1 
<exec_byte_code+4816>, 0x8202c5b <exec_byte_code+1914>, 
          0x820384b <exec_byte_code+4970>, 0x82038b7 <exec_byte_code+5078>, 
0x8203931 <exec_byte_code+5200>, 0x820396f <exec_byte_code+5262>, 0x8203c52 
<exec_byte_code+6001>, 0x8203cc0 <exec_byte_code+6111>, 
          0x8203d2d <exec_byte_code+6220>, 0x8203d83 <exec_byte_code+6306>, 
0x8202e89 <exec_byte_code+2472>, 0x82054d7 <exec_byte_code+12278>, 0x8205544 
<exec_byte_code+12387>, 0x820557f <exec_byte_code+12446>, 
          0x82055ba <exec_byte_code+12505>, 0x82055f5 <exec_byte_code+12564>, 
0x8205630 <exec_byte_code+12623>, 0x8205684 <exec_byte_code+12707>, 0x82056d8 
<exec_byte_code+12791>, 0x820572c <exec_byte_code+12875>, 
          0x8205780 <exec_byte_code+12959>, 0x8205869 <exec_byte_code+13192>, 
0x82058bd <exec_byte_code+13276>, 0x8205911 <exec_byte_code+13360>, 0x820594c 
<exec_byte_code+13419>, 0x82059a0 <exec_byte_code+13503>, 
          0x82059f4 <exec_byte_code+13587>, 0x8205a3b <exec_byte_code+13658>, 
0x8205a82 <exec_byte_code+13729>, 0x8204bfd <exec_byte_code+10012>, 0x8204c42 
<exec_byte_code+10081>, 0x8205ac7 <exec_byte_code+13798>, 
          0x8205b12 <exec_byte_code+13873>, 0x8205b58 <exec_byte_code+13943>, 
0x82032de <exec_byte_code+3581>, 0x82033a9 <exec_byte_code+3784>, 0x82034a3 
<exec_byte_code+4034>, 0x820359d <exec_byte_code+4284>, 
          0x820368f <exec_byte_code+4526>, 0x8204181 <exec_byte_code+7328>, 
0x8204596 <exec_byte_code+8373>, 0x8204d63 <exec_byte_code+10370>, 0x8205cd9 
<exec_byte_code+14328>, 0x8205d36 <exec_byte_code+14421>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205db1 <exec_byte_code+14544>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
0x8205b58 <exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 0x8205b58 
<exec_byte_code+13943>, 0x8205b58 <exec_byte_code+13943>, 
          0x8205e24 <exec_byte_code+14659> <repeats 64 times>}
        count = 4
        count_volatile = -1073748232
        op = 3
        vectorp = 0x83413fc <pure+462908>
        vectorp_volatile = 0x871cef8
        stack = {
          pc = 0x841fb78 <pure+1374136> "\006\006\071\203\225", 
          byte_string = 137630697, 
          byte_string_start = 0x841fb0a <pure+1374026> "\305\020\211?\205\f", 
          next = 0x0
        }
        stack_volatile = {
          pc = 0x84db1b2 "", 
          byte_string = -1073748200, 
          byte_string_start = 0x81bb5cd <Fget_pos_property+255> "\307E\364(", 
          next = 0x16329346
        }
        top = 0xbfffe66c
        result = 4
        type = (unknown: 135564854)
#65 0x081cbe45 in funcall_lambda (fun=137630677, nargs=1, 
arg_vector=0xbfffe9ac) at eval.c:2983
        val = 0
        syms_left = 4100
        next = 0
        lexenv = 12
        count = 4
        i = 137630672
        optional = 8
        rest = 20
#66 0x081cb9e3 in Ffuncall (nargs=2, args=0xbfffe9a8) at eval.c:2864
        fun = 137630677
        original_fun = 139312922
        funcar = 139286466
        numargs = 1
        lisp_numargs = 143353640
        val = -1073747560
        internal_args = 0x0
        i = 158316600
#67 0x081cb2d2 in call1 (fn=139312922, arg1=140934818) at eval.c:2614
        ret_ungc_val = 139286466
        gcpro1 = {
          next = 0x60, 
          var = 0x8667ea2, 
          nvars = 2
        }
        args = {139312922, 140934818}
#68 0x0814ee73 in command_loop_1 () at keyboard.c:1556
        scount = 2
        cmd = 140934818
        keybuf = {96, 20, 137167825, 139319570, 139358514, 139286466, 4, 
139286466, 141024746, 0, -1073747384, 135586864, 139317570, 299325326, 
137167825, 139319570, 143353640, 0, -1073747288, 135586693, 299325326, 
-1073747345, 
          -1073747320, 136093840, 2, 198762825, -1227911223, 0, 1919251558, 
1797271584}
        i = 2
        prev_modiff = 1361
        prev_buffer = 0x147c58d0
        already_adjusted = false
#69 0x081c8fde in internal_condition_case (bfun=0x814e883 <command_loop_1>, 
handlers=139319546, hfun=0x814e259 <cmd_error>) at eval.c:1354
        val = 198762825
        c = 0x8899810
#70 0x0814e61f in command_loop_2 (ignore=139286466) at keyboard.c:1174
        val = 0
#71 0x081c8966 in internal_catch (tag=139317594, func=0x814e5fb 
<command_loop_2>, arg=139286466) at eval.c:1118
        val = 139286466
        c = 0x8899738
#72 0x0814e5d9 in command_loop () at keyboard.c:1153
No locals.
#73 0x0814def5 in recursive_edit_1 () at keyboard.c:777
        count = 1
        val = -1073747064
#74 0x0814e031 in Frecursive_edit () at keyboard.c:845
        count = 0
        buffer = 139286466
#75 0x0814c464 in main (argc=1, argv=0xbfffed14) at emacs.c:1646
        dummy = 2
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {
          rlim_cur = 8388608, 
          rlim_max = 18446744073709551615
        }
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0

Lisp Backtrace:
"proced-auto-update-timer" (0xbfffb26c)
"apply" (0xbfffb268)
"byte-code" (0xbfffb500)
"timer-event-handler" (0xbfffb97c)
"recursive-edit" (0xbfffc244)
"debug" (0xbfffc584)
"x-get-selection-internal" (0xbfffd8b8)
"x-get-selection" (0xbfffdb50)
"eval" (0xbfffdd90)
"eval-last-sexp-1" (0xbfffe0bc)
"eval-last-sexp" (0xbfffe434)
"call-interactively" (0xbfffe670)
"command-execute" (0xbfffe9ac)
(gdb) 

-- 
Nico.





reply via email to

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