From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.bugs Subject: bug#16737: 24.3.50; Yank causes hang Date: Tue, 04 Mar 2014 13:47:53 +0100 Message-ID: <87r46i870m.fsf@yahoo.fr> References: <21244.16071.147204.408385@gargle.gargle.HOWL> <52FC56B0.6040206@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1393937295 19324 80.91.229.3 (4 Mar 2014 12:48:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2014 12:48:15 +0000 (UTC) Cc: 16737@debbugs.gnu.org, Sujith Manoharan To: Dmitry Antipov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 13:48:23 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WKolh-0007Ek-8w for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 13:48:21 +0100 Original-Received: from localhost ([::1]:44533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKolg-0003jU-Md for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 07:48:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKolW-0003jO-JP for bug-gnu-emacs@gnu.org; Tue, 04 Mar 2014 07:48:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKolP-0006Cy-Aw for bug-gnu-emacs@gnu.org; Tue, 04 Mar 2014 07:48:10 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKolP-0006Cu-4V for bug-gnu-emacs@gnu.org; Tue, 04 Mar 2014 07:48:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WKolO-0007Ch-Cc for bug-gnu-emacs@gnu.org; Tue, 04 Mar 2014 07:48:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 Mar 2014 12:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16737 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 16737-submit@debbugs.gnu.org id=B16737.139393726527667 (code B ref 16737); Tue, 04 Mar 2014 12:48:02 +0000 Original-Received: (at 16737) by debbugs.gnu.org; 4 Mar 2014 12:47:45 +0000 Original-Received: from localhost ([127.0.0.1]:49858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKol7-0007CA-53 for submit@debbugs.gnu.org; Tue, 04 Mar 2014 07:47:45 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:59686) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKol1-0007Bq-3v for 16737@debbugs.gnu.org; Tue, 04 Mar 2014 07:47:41 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqAEAJ/KFVOkD4Xx/2dsb2JhbABahxu9a4E2dIImAQEEGgEIVhAIAw4MAgUhAgIPAQRJE4dkAQMRrDFRmBsBhzMXgSmGL4ZGMweCb4FJBJg8hjOLeIMuO4EsBA Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 04 Mar 2014 13:47:35 +0100 In-Reply-To: <52FC56B0.6040206@yandex.ru> (Dmitry Antipov's message of "Thu, 13 Feb 2014 09:22:56 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:86525 Archived-At: Dmitry Antipov writes: > 1) It's better to attach gdb and try to obtain a backtrace, especially wh= en > 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 sele= ction 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=3D1, tp=3D0xbfffcd78) at ../sysd= eps/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=3D148, op=3D, addr=3D0xc6f= 4af4) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config= /linux/x86/futex.h:90 res =3D #1 futex_wait (val=3D148, addr=3D0xc6f4af4) 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=3D148, addr=3D0xc6f4af4) at /var/tmp/portage/sys-devel/gcc= -4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:58 i =3D count =3D #3 gomp_barrier_wait_end (bar=3D0xc6f4af0, state=3D148) at /var/tmp/portag= e/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=3D0xc6f4af0) at /var/tmp/portage/s= ys-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=3D0xbfffb7b4) at /var/tmp/portag= e/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119 team =3D 0x14b13a68 data =3D 0xbfffb7b4 pool =3D 0xc6f4ab0 local_fn =3D 0xb72e98c0 local_data =3D 0xbfff6708 #6 0xb6e44ecf in start_thread (arg=3D0xb1435b40) at pthread_create.c:308 __res =3D pd =3D 0xb1435b40 now =3D unwind_buf =3D { cancel_jmp_buf =3D {{ jmp_buf =3D {-1226481676, 0, 4001536, -1320987992, 1533093687= , 358586680},=20 mask_was_saved =3D 0 }},=20 priv =3D { pad =3D {0x0, 0x0, 0x0, 0x0},=20 data =3D { prev =3D 0x0,=20 cleanup =3D 0x0,=20 canceltype =3D 0 } } } not_first_call =3D robust =3D pagesize_m1 =3D sp =3D freesize =3D __PRETTY_FUNCTION__ =3D "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=3D148, op=3D, addr=3D0xc6f= 4af4) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config= /linux/x86/futex.h:90 res =3D #1 futex_wait (val=3D148, addr=3D0xc6f4af4) 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=3D148, addr=3D0xc6f4af4) at /var/tmp/portage/sys-devel/gcc= -4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:58 i =3D count =3D #3 gomp_barrier_wait_end (bar=3D0xc6f4af0, state=3D148) at /var/tmp/portag= e/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=3D0xc6f4af0) at /var/tmp/portage/s= ys-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=3D0xbfffb780) at /var/tmp/portag= e/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119 team =3D 0x14b13a68 data =3D 0xbfffb780 pool =3D 0xc6f4ab0 local_fn =3D 0xb72e98c0 local_data =3D 0xbfff6708 #6 0xb6e44ecf in start_thread (arg=3D0xb1c36b40) at pthread_create.c:308 __res =3D pd =3D 0xb1c36b40 now =3D unwind_buf =3D { cancel_jmp_buf =3D {{ jmp_buf =3D {-1226481676, 0, 4001536, -1312595288, 1526802230= , 358586680},=20 mask_was_saved =3D 0 }},=20 priv =3D { pad =3D {0x0, 0x0, 0x0, 0x0},=20 data =3D { prev =3D 0x0,=20 cleanup =3D 0x0,=20 canceltype =3D 0 } } } not_first_call =3D robust =3D pagesize_m1 =3D sp =3D freesize =3D __PRETTY_FUNCTION__ =3D "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=3D-1, __nfds=3D1, __fds=3D0xb4600c78) at = /usr/include/bits/poll2.h:46 No locals. #3 g_poll (fds=3D0xb4600c78, nfds=3D1, timeout=3D-1) at /var/tmp/portage/d= ev-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=3D1, fds=3D0xb4600c78, timeout= =3D, context=3D0x88ced10, priority=3D) at /va= r/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995 poll_func =3D 0xb77e9380 #5 g_main_context_iterate (dispatch=3D1, block=3D-1216441472, context=3D0x= 88ced10, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3696 timeout =3D -1 some_ready =3D fds =3D 0xb4600c78 max_priority =3D 2147483647 nfds =3D 1 allocated_nfds =3D #6 g_main_context_iterate (context=3D0x88ced10, block=3D-1216441472, dispa= tch=3D1, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3638 some_ready =3D 1 #7 0xb77dbc33 in g_main_loop_run (loop=3D0xb4600c68) at /var/tmp/portage/d= ev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3895 __PRETTY_FUNCTION__ =3D "g_main_loop_run" #8 0xb5b24736 in dconf_context_thread (data=3D0x88ced10) at dconfcontext.c= :11 context =3D 0x88ced10 loop =3D __PRETTY_FUNCTION__ =3D "dconf_context_thread" #9 0xb780050a in g_thread_proxy (data=3D0x88e66c0) at /var/tmp/portage/dev= -libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798 thread =3D 0x88e66c0 #10 0xb6e44ecf in start_thread (arg=3D0xb4f11b40) at pthread_create.c:308 __res =3D pd =3D 0xb4f11b40 now =3D unwind_buf =3D { cancel_jmp_buf =3D {{ jmp_buf =3D {-1226481676, 0, 4001536, -1259269464, 1071720252= , 358586680},=20 mask_was_saved =3D 0 }},=20 priv =3D { pad =3D {0x0, 0x0, 0x0, 0x0},=20 data =3D { prev =3D 0x0,=20 cleanup =3D 0x0,=20 canceltype =3D 0 } } } not_first_call =3D robust =3D pagesize_m1 =3D sp =3D freesize =3D __PRETTY_FUNCTION__ =3D "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=3D-1, __nfds=3D3, __fds=3D0xb50023b0) at = /usr/include/bits/poll2.h:46 No locals. #3 g_poll (fds=3D0xb50023b0, nfds=3D3, timeout=3D-1) at /var/tmp/portage/d= ev-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=3D3, fds=3D0xb50023b0, timeout= =3D, context=3D0x88d0f98, priority=3D) at /va= r/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995 poll_func =3D 0xb77e9380 #5 g_main_context_iterate (dispatch=3D1, block=3D-1216441472, context=3D0x= 88d0f98, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3696 timeout =3D -1 some_ready =3D fds =3D 0xb50023b0 max_priority =3D 2147483647 nfds =3D 3 allocated_nfds =3D #6 g_main_context_iterate (context=3D0x88d0f98, block=3D-1216441472, dispa= tch=3D1, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3638 some_ready =3D 3 #7 0xb77dbc33 in g_main_loop_run (loop=3D0x88d0f78) at /var/tmp/portage/de= v-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3895 __PRETTY_FUNCTION__ =3D "g_main_loop_run" #8 0xb7a149aa in gdbus_shared_thread_func (user_data=3D0x88d2250) at /var/= tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/gio/gdbusprivate.c:278 data =3D 0x88d2250 #9 0xb780050a in g_thread_proxy (data=3D0x8898060) at /var/tmp/portage/dev= -libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798 thread =3D 0x8898060 #10 0xb6e44ecf in start_thread (arg=3D0xb596eb40) at pthread_create.c:308 __res =3D pd =3D 0xb596eb40 now =3D unwind_buf =3D { cancel_jmp_buf =3D {{ jmp_buf =3D {-1226481676, 0, 4001536, -1248402776, -268359874= , 358586680},=20 mask_was_saved =3D 0 }},=20 priv =3D { pad =3D {0x0, 0x0, 0x0, 0x0},=20 data =3D { prev =3D 0x0,=20 cleanup =3D 0x0,=20 canceltype =3D 0 } } } not_first_call =3D robust =3D pagesize_m1 =3D sp =3D freesize =3D __PRETTY_FUNCTION__ =3D "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=3D-1, __nfds=3D1, __fds=3D0xb5a00478) at = /usr/include/bits/poll2.h:46 No locals. #3 g_poll (fds=3D0xb5a00478, nfds=3D1, timeout=3D-1) at /var/tmp/portage/d= ev-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=3D1, fds=3D0xb5a00478, timeout= =3D, context=3D0x8871b00, priority=3D) at /va= r/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995 poll_func =3D 0xb77e9380 #5 g_main_context_iterate (dispatch=3D1, block=3D-1216441472, context=3D0x= 8871b00, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3696 timeout =3D -1 some_ready =3D fds =3D 0xb5a00478 max_priority =3D 2147483647 nfds =3D 1 allocated_nfds =3D #6 g_main_context_iterate (context=3D0x8871b00, block=3D-1216441472, dispa= tch=3D1, self=3D) at /var/tmp/portage/dev-libs/glib-2.36.4-r= 1/work/glib-2.36.4/glib/gmain.c:3638 some_ready =3D 1 #7 0xb77db857 in g_main_context_iteration (context=3D0x8871b00, may_block= =3D1) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gma= in.c:3762 retval =3D #8 0xb77db8d6 in glib_worker_main (data=3D0x0) at /var/tmp/portage/dev-lib= s/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:5427 No locals. #9 0xb780050a in g_thread_proxy (data=3D0x8897a00) at /var/tmp/portage/dev= -libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread.c:798 thread =3D 0x8897a00 #10 0xb6e44ecf in start_thread (arg=3D0xb639bb40) at pthread_create.c:308 __res =3D pd =3D 0xb639bb40 now =3D unwind_buf =3D { cancel_jmp_buf =3D {{ jmp_buf =3D {-1226481676, 0, 4001536, -1237732696, -136517037= 5, 358586680},=20 mask_was_saved =3D 0 }},=20 priv =3D { pad =3D {0x0, 0x0, 0x0, 0x0},=20 data =3D { prev =3D 0x0,=20 cleanup =3D 0x0,=20 canceltype =3D 0 } } } not_first_call =3D robust =3D pagesize_m1 =3D sp =3D freesize =3D __PRETTY_FUNCTION__ =3D "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=3D0x84e80d8, blv=3D0x88= bade0) at data.c:1114 tem1 =3D 372442566 #1 0x081b3754 in find_symbol_value (symbol=3D139362522) at data.c:1141 blv =3D 0x88bade0 sym =3D 0x84e80d8 #2 0x081b37a8 in Fsymbol_value (symbol=3D139362522) at data.c:1159 val =3D 136001388 #3 0x0816ea3d in set_buffer_internal_1 (b=3D0x102557c8) at buffer.c:2158 var =3D 139362522 sym =3D 0x84e80d8 old_buf =3D 0xa0b7fd0 tail =3D 372442550 #4 0x0814a299 in set_buffer_internal (b=3D0x102557c8) at buffer.h:1102 No locals. #5 0x0816eb3f in set_buffer_if_live (buffer=3D270882765) at buffer.c:2219 No locals. #6 0x081cc681 in unbind_to (count=3D70, value=3D139286466) at eval.c:3306 quitf =3D 139286466 gcpro1 =3D { next =3D 0x84e7bea,=20 var =3D 0x84d57c2,=20 nvars =3D -1073762776 } gcpro2 =3D { next =3D 0x5,=20 var =3D 0xbfffae28,=20 nvars =3D 136001448 } #7 0x08202e60 in exec_byte_code (bytestr=3D284293321, vector=3D203797629, = maxdepth=3D16, args_template=3D139286466, nargs=3D0, args=3D0x0) at bytecod= e.c:941 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 68 count_volatile =3D -1073762600 op =3D 1 vectorp =3D 0xc25b47c vectorp_volatile =3D 0x8be7704 stack =3D { pc =3D 0x12765878 "\tA\211\021\204\t",=20 byte_string =3D 284293321,=20 byte_string_start =3D 0x12765858 "\304 \305\030\211\031\205(",=20 next =3D 0xbfffb2b4 } stack_volatile =3D { pc =3D 0x6
,=20 byte_string =3D -1073762600,=20 byte_string_start =3D 0x81cc6f6 "\213U\360\211B",= ,=20 next =3D 0x96fbcd8 } top =3D 0xbfffae40 result =3D 240431854 type =3D (unknown: 135564854) #8 0x081cc0fc in funcall_lambda (fun=3D211132389, nargs=3D0, arg_vector=3D= 0xc25b47d) at eval.c:3049 val =3D 139286466 syms_left =3D 139286466 next =3D 138878240 lexenv =3D 139286466 count =3D 68 i =3D 0 optional =3D false rest =3D false #9 0x081cb9e3 in Ffuncall (nargs=3D1, args=3D0xbfffb268) at eval.c:2864 fun =3D 211132389 original_fun =3D 324725050 funcar =3D 12 numargs =3D 0 lisp_numargs =3D -1073761960 val =3D 139286466 internal_args =3D 0x0 i =3D 2 #10 0x081cab3d in Fapply (nargs=3D2, args=3D0xbfffb268) at eval.c:2297 i =3D 135564989 numargs =3D 0 spread_arg =3D 139286466 funcall_args =3D 0x0 fun =3D 324725050 retval =3D 138881552 gcpro1 =3D { next =3D 0xe54b2ee,=20 var =3D 0xbfffb1a8,=20 nvars =3D 135564854 } sa_count =3D 67 sa_must_free =3D false #11 0x081cb6a3 in Ffuncall (nargs=3D3, args=3D0xbfffb264) at eval.c:2796 fun =3D 138881557 original_fun =3D 139359234 funcar =3D 206667477 numargs =3D 2 lisp_numargs =3D -1073761720 val =3D -1073761720 internal_args =3D 0x820248c i =3D 6 #12 0x08202dbd in exec_byte_code (bytestr=3D137851793, vector=3D137851821, = maxdepth=3D16, args_template=3D139286466, nargs=3D0, args=3D0x0) at bytecod= e.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 65 count_volatile =3D 0 op =3D 2 vectorp =3D 0x83773ac vectorp_volatile =3D 0x0 stack =3D { pc =3D 0x83f0125 "\210)\301\207",=20 byte_string =3D 137851793,=20 byte_string_start =3D 0x83f011c "r\301\b\302H\b\30= 3H\"\210)\301\207",=20 next =3D 0xbfffb694 } stack_volatile =3D { pc =3D 0x837718d "}\206\b\362\326M\b\n\327M\bz\203\= 206\b\222\203\206\bj\360M\b",=20 byte_string =3D -1073761544,=20 byte_string_start =3D 0x81cc6f6 "\213U\360\211B",= ,=20 next =3D 0x96fbc68 } top =3D 0xbfffb264 result =3D 139359234 type =3D (CONDITION_CASE | unknown: 137152324) #13 0x082024c4 in Fbyte_code (bytestr=3D137851793, vector=3D137851821, maxd= epth=3D16) at bytecode.c:482 No locals. #14 0x081ca725 in eval_sub (form=3D137851782) at eval.c:2191 numargs =3D 12 args_left =3D 139286466 i =3D 136324236 maxargs =3D 3 argvals =3D {137851793, 137851821, 16, 136102784, -1073761520, 1378= 50964, 135, 68} fun =3D 138886029 val =3D 139286466 original_fun =3D 139364738 original_args =3D 137851790 funcar =3D 0 gcpro1 =3D { next =3D 0xbfffb598,=20 var =3D 0x81cc111 ,=20 nvars =3D 65 } gcpro2 =3D { next =3D 0x84d57c2,=20 var =3D 0x14,=20 nvars =3D 137850965 } gcpro3 =3D { next =3D 0x14c54,=20 var =3D 0xbfffb500,=20 nvars =3D 3 } #15 0x081c8ec4 in internal_lisp_condition_case (var=3D141432890, bodyform= =3D137851782, handlers=3D137851846) at eval.c:1323 val =3D 139286466 c =3D 0x85ba460 oldhandlerlist =3D 0x88f4400 clausenb =3D 1 #16 0x08203cff in exec_byte_code (bytestr=3D137851641, vector=3D137851661, = maxdepth=3D20, args_template=3D139286466, nargs=3D0, args=3D0x0) at bytecod= e.c:1169 handlers =3D 137851846 body =3D 137851782 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 61 count_volatile =3D -1073760568 op =3D 143 vectorp =3D 0x837730c vectorp_volatile =3D 0x84d57c2 stack =3D { pc =3D 0x83f01a0 "\210\016\027\205\213",=20 byte_string =3D 137851641,=20 byte_string_start =3D 0x83f012a "\b\021\n\020\v\02= 2\306\034\v\033\307\v!\206\026",=20 next =3D 0xbfffc2a4 } stack_volatile =3D { pc =3D 0x84d57c2 "",=20 byte_string =3D 383035574,=20 byte_string_start =3D 0x84d57c2 "",=20 next =3D 0x1 } top =3D 0xbfffb644 result =3D 139286466 type =3D (unknown: 136102784) #17 0x081cc0fc in funcall_lambda (fun=3D137851621, nargs=3D1, arg_vector=3D= 0x837730d ) at eval.c:3049 val =3D 139286466 syms_left =3D 139286466 next =3D 143031786 lexenv =3D 139286466 count =3D 60 i =3D 1 optional =3D false rest =3D false #18 0x081cb9e3 in Ffuncall (nargs=3D2, args=3D0xbfffb978) at eval.c:2864 fun =3D 137851621 original_fun =3D 139310986 funcar =3D 139286490 numargs =3D 1 lisp_numargs =3D 270882760 val =3D -1073759896 internal_args =3D 0x0 i =3D 149102469 #19 0x081cb2d2 in call1 (fn=3D139310986, arg1=3D206667477) at eval.c:2614 ret_ungc_val =3D 139358032 gcpro1 =3D { next =3D 0x3a3016e4,=20 var =3D 0x3a3016e4,=20 nvars =3D 2 } args =3D {139310986, 206667477} #20 0x08154080 in timer_check_2 (timers=3D383027822, idle_timers=3D13928646= 6) at keyboard.c:4506 count =3D 58 old_deactivate_mark =3D 139286466 idle_timer_ripe =3D false timer =3D 206667477 timer_time =3D { tv_sec =3D 1393935915,=20 tv_nsec =3D 0 } timer_difference =3D { tv_sec =3D 5,=20 tv_nsec =3D 976230116 } idle_timer_difference =3D { tv_sec =3D 0,=20 tv_nsec =3D -1 } ripe =3D true idle_timer =3D 139286466 idle_timer_time =3D { tv_sec =3D -1,=20 tv_nsec =3D 139286466 } difference =3D { tv_sec =3D 5,=20 tv_nsec =3D 976230116 } timer_ripe =3D true nexttime =3D { tv_sec =3D 0,=20 tv_nsec =3D -1 } now =3D { tv_sec =3D 1393935920,=20 tv_nsec =3D 976230116 } idleness_now =3D { tv_sec =3D 0,=20 tv_nsec =3D 0 } chosen_timer =3D 206667477 gcpro1 =3D { next =3D 0x84dfdba,=20 var =3D 0x3e,=20 nvars =3D -1073759720 } #21 0x08154197 in timer_check () at keyboard.c:4573 nexttime =3D { tv_sec =3D 0,=20 tv_nsec =3D 0 } timers =3D 383027798 idle_timers =3D 139286466 gcpro1 =3D { next =3D 0x102557c8,=20 var =3D 0x6,=20 nvars =3D 33536648 } gcpro2 =3D { next =3D 0x150cd9ec,=20 var =3D 0xbfffba88,=20 nvars =3D 135564854 } tem =3D 139286466 #22 0x08152652 in readable_events (flags=3D1) at keyboard.c:3440 No locals. #23 0x081577c4 in get_input_pending (flags=3D1) at keyboard.c:6757 No locals. #24 0x0815c6d9 in detect_input_pending_run_timers (do_display=3Dfalse) at k= eyboard.c:9880 old_timers_run =3D 682582 #25 0x08150b84 in read_char (commandflag=3D1, map=3D383028150, prev_event= =3D139286466, used_mouse_menu=3D0xbfffbe43, end_time=3D0x0) at keyboard.c:2= 558 echo_current =3D true c =3D 139286466 jmpcount =3D -1073758888 local_getcjmp =3D {{ __jmpbuf =3D {-1073759080, 141671434, 270882760, 0, -1073759112= , 136001401},=20 __mask_was_saved =3D 141676280,=20 __saved_mask =3D { __val =3D {141676280, 3221208184, 136123498, 139286466, 27088= 2760, 141676280, 141671432, 337, 0, 3221208280, 135670192, 141671434, 13928= 6490, 3221207968, 4294967295, 337, 149102469, 139286466, 3221208232, 135561= 975,=20 383035398, 3221208280, 135971955, 383035398, 383035406, 141= 671434, 141344022, 139286466, 139286466, 2, 139286466, 372445518} } }} save_jump =3D {{ __jmpbuf =3D {135997592, 142807646, 139286466, 139286466, 16, 1= 49102469},=20 __mask_was_saved =3D 172,=20 __saved_mask =3D { __val =3D {3221208056, 136084283, 142807646, 139286466, 32212= 08040, 135564854, 137225240, 2, 1900, 2, 61, 3007512, 3221208072, 270882765= , 5, 5, 3221208088, 135719261, 270882760, 5, 3221208104, 141671434, 2, 1392= 86466,=20 3221208136, 136001163, 141676280, 141344158, 3221208120, 13= 5565043, 270882765, 139309490} } }} tem =3D 139286466 save =3D 154786710 previous_echo_area_message =3D 139286466 also_record =3D 139286466 reread =3D false gcpro1 =3D { next =3D 0x84db1b2,=20 var =3D 0xbfffbc98,=20 nvars =3D 136034597 } gcpro2 =3D { next =3D 0x78,=20 var =3D 0x1000000,=20 nvars =3D 0 } polling_stopped_here =3D false orig_kboard =3D 0x88b6728 #26 0x0815b2d2 in read_key_sequence (keybuf=3D0xbfffbf60, bufsize=3D30, pro= mpt=3D139286466, dont_downcase_last=3Dfalse, can_return_switch_frame=3Dtrue= , fix_current_buffer=3Dtrue, prevent_redisplay=3Dfalse) at keyboard.c:9075 interrupted_kboard =3D 0x88b6728 interrupted_frame =3D 0x878a348 key =3D 139286466 used_mouse_menu =3D false echo_local_start =3D 0 last_real_key_start =3D 0 keys_local_start =3D 0 new_binding =3D 139311178 count =3D 58 t =3D 0 echo_start =3D 0 keys_start =3D 0 current_binding =3D 383028150 first_event =3D 139286466 first_unbound =3D 31 mock_input =3D 0 fkey =3D { parent =3D 141228142,=20 map =3D 141228142,=20 start =3D 0,=20 end =3D 0 } keytran =3D { parent =3D 139273998,=20 map =3D 139273998,=20 start =3D 0,=20 end =3D 0 } indec =3D { parent =3D 141228158,=20 map =3D 141228158,=20 start =3D 0,=20 end =3D 0 } shift_translated =3D false delayed_switch_frame =3D 139286466 original_uppercase =3D 135593668 original_uppercase_position =3D -1 dummyflag =3D false starting_buffer =3D 0x102557c8 fake_prefixed_keys =3D 139286466 gcpro1 =3D { next =3D 0x84d57c2,=20 var =3D 0xbfffbe68,=20 nvars =3D 136001527 } #27 0x0814ebc6 in command_loop_1 () at keyboard.c:1449 cmd =3D 135626152 keybuf =3D {143279232, 1, 764, 343693525, -1211928953, -1210892300,= 143276792, -1211928700, 143276792, 1, 0, 0, 3056, 1322, 136, 270882760, 34= 3693525, 419437880, -1073758264, 135337986, 0, 0, 16, 268167368, 268167373,= 143352084,=20 8, 2, 139286466, 139286466} i =3D -1073758152 prev_modiff =3D 0 prev_buffer =3D 0x0 already_adjusted =3D false #28 0x081c8fde in internal_condition_case (bfun=3D0x814e883 , handlers=3D139319546, hfun=3D0x814e259 ) at eval.c:1354 val =3D 488 c =3D 0x88f4400 #29 0x0814e61f in command_loop_2 (ignore=3D139286466) at keyboard.c:1174 val =3D -1073757628 #30 0x081c8966 in internal_catch (tag=3D139358154, func=3D0x814e5fb , arg=3D139286466) at eval.c:1118 val =3D -1073758072 c =3D 0x88998e8 #31 0x0814e588 in command_loop () at keyboard.c:1145 val =3D 139406048 #32 0x0814def5 in recursive_edit_1 () at keyboard.c:777 count =3D 55 val =3D -1073757976 #33 0x0814e031 in Frecursive_edit () at keyboard.c:845 count =3D 53 buffer =3D 139286466 #34 0x081cb792 in Ffuncall (nargs=3D1, args=3D0xbfffc240) at eval.c:2812 fun =3D 137161573 original_fun =3D 139317234 funcar =3D 244709531 numargs =3D 0 lisp_numargs =3D -1073757784 val =3D 441179357 internal_args =3D 0xbfffc244 i =3D 139286466 #35 0x08202dbd in exec_byte_code (bytestr=3D154592633, vector=3D149102469, = maxdepth=3D172, args_template=3D512, nargs=3D2, args=3D0xbfffc584) at bytec= ode.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 22 count_volatile =3D -1073757496 op =3D 0 vectorp =3D 0x8e31f84 vectorp_volatile =3D 0x951e9f8 stack =3D { pc =3D 0x925e7c1 "\210.\027\266\023\016\065\026N\t.\a\207",=20 byte_string =3D 154592633,=20 byte_string_start =3D 0x925e64c "\b\203\006",=20 next =3D 0xbfffd904 } stack_volatile =3D { pc =3D 0xe
,=20 byte_string =3D -1073757512,=20 byte_string_start =3D 0x870f722 "",=20 next =3D 0x1 } top =3D 0xbfffc240 result =3D -1073757224 type =3D (unknown: 135564854) #36 0x081cbe45 in funcall_lambda (fun=3D149102789, nargs=3D2, arg_vector=3D= 0xbfffc584) at eval.c:2983 val =3D 25 syms_left =3D 512 next =3D 0 lexenv =3D 12 count =3D 22 i =3D 149102784 optional =3D 8 rest =3D 20 #37 0x081cb9e3 in Ffuncall (nargs=3D3, args=3D0xbfffc580) at eval.c:2864 fun =3D 149102789 original_fun =3D 139358298 funcar =3D -1073756864 numargs =3D 2 lisp_numargs =3D 0 val =3D -1073756840 internal_args =3D 0xbfffc580 i =3D 0 #38 0x081cae90 in Fapply (nargs=3D2, args=3D0xbfffc604) at eval.c:2354 i =3D 3 numargs =3D 2 spread_arg =3D 139286466 funcall_args =3D 0xbfffc580 fun =3D 149102789 retval =3D 139286490 gcpro1 =3D { next =3D 0x84d57da,=20 var =3D 0x147c58d0,=20 nvars =3D 3 } sa_count =3D 21 sa_must_free =3D false #39 0x081cb27d in apply1 (fn=3D139358298, arg=3D372412478) at eval.c:2588 ret_ungc_val =3D 139286466 args =3D {139358298, 372412478} gcpro1 =3D { next =3D 0x1,=20 var =3D 0xbfffc604,=20 nvars =3D 2 } #40 0x081c77e4 in call_debugger (arg=3D372412478) at eval.c:332 debug_while_redisplaying =3D false count =3D 17 val =3D 135972071 old_depth =3D 1000 old_max =3D 2000 #41 0x081c9a01 in maybe_call_debugger (conditions=3D137174726, sig=3D139319= 546, data=3D372412518) at eval.c:1733 combined_data =3D 372412510 #42 0x081c95f3 in Fsignal (error_symbol=3D139319546, data=3D372412518) at e= val.c:1551 debugger_called =3D 8 conditions =3D 137174726 string =3D 139286466 real_error_symbol =3D 139319546 clause =3D 139286490 h =3D 0x8899810 #43 0x081c96d3 in xsignal (error_symbol=3D139319546, data=3D372412518) at e= val.c:1588 No locals. #44 0x081c9712 in xsignal1 (error_symbol=3D139319546, arg=3D357851769) at e= val.c:1603 No locals. #45 0x081c9b2b in verror (m=3D0x8280b10 "Timed out waiting for reply from s= election owner", ap=3D0xbfffd744 "") at eval.c:1781 buf =3D "Timed out waiting for reply from selection owner\000_=E5= =B6=A8\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\00= 0\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\00= 0\000\003\000\000\000\003\000\000\000\003\000\000\000U`?^\000\324\377\267\0= 33\000\000\000\063\000\000\000\004\000\000\000{\000\000\001{\000\000\000\35= 0\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\03= 3\000\000\000\063\000\000\000\000\000\000\000{\000\000\000{\000\000\000\b\0= 00\000\000\310Z\214\b\350\232%\024\264\315\377\277\350\232%"... size =3D 4000 size_max =3D 536870912 buffer =3D 0xbfffc754 "Timed out waiting for reply from selection o= wner" used =3D 48 string =3D 357851769 #46 0x081c9b4b in error (m=3D0x8280b10 "Timed out waiting for reply from se= lection owner") at eval.c:1793 ap =3D 0xbfffd744 "" #47 0x0813b38b in x_get_foreign_selection (selection_symbol=3D139439402, ta= rget_type=3D139439426, time_stamp=3D139286466, frame=3D142123853) at xselec= t.c:1242 f =3D 0x878a348 dpyinfo =3D 0x88b60b8 display =3D 0x88a3af8 requestor_window =3D 71303269 requestor_time =3D 1822642445 target_property =3D 511 selection_atom =3D 2 type_atom =3D 31 timeout =3D 5000 secs =3D 5 nsecs =3D 0 #48 0x0813c919 in Fx_get_selection_internal (selection_symbol=3D139439402, = target_type=3D139439426, time_stamp=3D139286466, terminal=3D139286466) at x= select.c:2017 ret_ungc_val =3D 269393160 frame =3D 142123853 val =3D 139286466 gcpro1 =3D { next =3D 0xbf3dd40,=20 var =3D 0xc,=20 nvars =3D 0 } gcpro2 =3D { next =3D 0xf,=20 var =3D 0xbfffd7d8,=20 nvars =3D 135564854 } f =3D 0x878a348 #49 0x081cb83c in Ffuncall (nargs=3D3, args=3D0xbfffd8b4) at eval.c:2826 fun =3D 137161069 original_fun =3D 139439050 funcar =3D 12 numargs =3D 2 lisp_numargs =3D -1073751912 val =3D -1073751912 internal_args =3D 0xbfffd810 i =3D 4 #50 0x08202dbd in exec_byte_code (bytestr=3D137844073, vector=3D137844093, = maxdepth=3D28, args_template=3D139286466, nargs=3D0, args=3D0x0) at bytecod= e.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 16 count_volatile =3D 135 op =3D 2 vectorp =3D 0x837557c vectorp_volatile =3D 0x830aae4 stack =3D { pc =3D 0x83f103b "\311\032\211\033;\203m",=20 byte_string =3D 137844073,=20 byte_string_start =3D 0x83f102f "\306\b\206\006",= =20 next =3D 0xbfffddd4 } stack_volatile =3D { pc =3D 0xae48093 "\t",=20 byte_string =3D -1073751736,=20 byte_string_start =3D 0x817e262 "\213P\= f\213E\340\211P\f\351\033\002",=20 next =3D 0xae48093 } top =3D 0xbfffd8b4 result =3D 139286466 type =3D (unknown: 136102784) #51 0x081cc0fc in funcall_lambda (fun=3D137844029, nargs=3D1, arg_vector=3D= 0x837557d ) at eval.c:3049 val =3D 138881053 syms_left =3D 139286466 next =3D 143027954 lexenv =3D 139286466 count =3D 14 i =3D 1 optional =3D true rest =3D false #52 0x081cbc6c in apply_lambda (fun=3D137844029, args=3D372412590) at eval.= c:2924 args_left =3D 139286466 i =3D 1 numargs =3D 1 arg_vector =3D 0xbfffdb50 gcpro1 =3D { next =3D 0x8148e36 ,=20 var =3D 0x8375538 ,=20 nvars =3D 1 } gcpro2 =3D { next =3D 0x1,=20 var =3D 0xbfffdbb8,=20 nvars =3D -1073751112 } gcpro3 =3D { next =3D 0x84f584a,=20 var =3D 0xb78c2ff4,=20 nvars =3D -1248399352 } tem =3D 139439402 sa_count =3D 14 sa_must_free =3D false #53 0x081ca92c in eval_sub (form=3D372412710) at eval.c:2230 fun =3D 137844029 val =3D 139286466 original_fun =3D 143029218 original_args =3D 372412590 funcar =3D 343693520 gcpro1 =3D { next =3D 0xbfffdc78,=20 var =3D 0x147c5801,=20 nvars =3D 5 } gcpro2 =3D { next =3D 0x8,=20 var =3D 0xbfffdd90,=20 nvars =3D 137942581 } gcpro3 =3D { next =3D 0x84b4fb8 ,=20 var =3D 0x84d57c2,=20 nvars =3D 343693520 } #54 0x081ca081 in Feval (form=3D372412710, lexical=3D139286466) at eval.c:2= 003 count =3D 12 #55 0x081cb7d5 in Ffuncall (nargs=3D3, args=3D0xbfffdd8c) at eval.c:2818 fun =3D 138881533 original_fun =3D 139359210 funcar =3D 158316728 numargs =3D 2 lisp_numargs =3D -1073750680 val =3D 372412710 internal_args =3D 0xbfffdd90 i =3D 139286490 #56 0x08202dbd in exec_byte_code (bytestr=3D137942561, vector=3D137942581, = maxdepth=3D20, args_template=3D1028, nargs=3D1, args=3D0xbfffe0c0) at bytec= ode.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 10 count_volatile =3D 16381 op =3D 2 vectorp =3D 0x838d634 vectorp_volatile =3D 0xffffff0c stack =3D { pc =3D 0x83de6e2 "\002\")\207",=20 byte_string =3D 137942561,=20 byte_string_start =3D 0x83de6d0 "\211\203\b",=20 next =3D 0xbfffe104 } stack_volatile =3D { pc =3D 0x0,=20 byte_string =3D 0,=20 byte_string_start =3D 0x0,=20 next =3D 0x0 } top =3D 0xbfffdd8c result =3D 135563011 type =3D (unknown: 135564854) #57 0x081cbe45 in funcall_lambda (fun=3D137942541, nargs=3D1, arg_vector=3D= 0xbfffe0bc) at eval.c:2983 val =3D 135564854 syms_left =3D 1028 next =3D 139153272 lexenv =3D 12 count =3D 10 i =3D 137942536 optional =3D 8 rest =3D 20 #58 0x081cb9e3 in Ffuncall (nargs=3D2, args=3D0xbfffe0b8) at eval.c:2864 fun =3D 137942541 original_fun =3D 143162010 funcar =3D 158316696 numargs =3D 1 lisp_numargs =3D -1073749864 val =3D 139286466 internal_args =3D 0xbfffe434 i =3D 143162106 #59 0x08202dbd in exec_byte_code (bytestr=3D137942937, vector=3D137942957, = maxdepth=3D16, args_template=3D1028, nargs=3D1, args=3D0xbfffe438) at bytec= ode.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 8 count_volatile =3D -1073749656 op =3D 1 vectorp =3D 0x838d7ac vectorp_volatile =3D 0x20 stack =3D { pc =3D 0x83de593 "\n)B\211A\t=3D\204\032",=20 byte_string =3D 137942937,=20 byte_string_start =3D 0x83de586 "\b\204\b",=20 next =3D 0xbfffe6c4 } stack_volatile =3D { pc =3D 0x26f1c6
,=20 byte_string =3D 0,=20 byte_string_start =3D 0x6471934
= ,=20 next =3D 0x0 } top =3D 0xbfffe0b8 result =3D 139286466 type =3D (unknown: 135564854) #60 0x081cbe45 in funcall_lambda (fun=3D137942909, nargs=3D1, arg_vector=3D= 0xbfffe434) at eval.c:2983 val =3D 0 syms_left =3D 1028 next =3D 139152964 lexenv =3D 12 count =3D 8 i =3D 137942904 optional =3D 8 rest =3D 20 #61 0x081cb9e3 in Ffuncall (nargs=3D2, args=3D0xbfffe430) at eval.c:2864 fun =3D 137942909 original_fun =3D 140934818 funcar =3D 158316648 numargs =3D 1 lisp_numargs =3D -1073749048 val =3D 139286466 internal_args =3D 0x2 i =3D 0 #62 0x081c6fcb in Fcall_interactively (function=3D140934818, record_flag=3D= 139286466, keys=3D139295309) at callint.c:836 val =3D 372412974 args =3D 0xbfffe430 visargs =3D 0xbfffe410 specs =3D 137246409 filter_specs =3D 137246409 teml =3D 135996995 up_event =3D 139286466 enable =3D 139286466 speccount =3D 5 next_event =3D 2 prefix_arg =3D 139286466 string =3D 0xbfffe450 "P" tem =3D 0x828ca24 "" varies =3D 0xbfffe3f0 "" i =3D 2 nargs =3D 2 mark =3D 139286466 arg_from_tty =3D false gcpro1 =3D { next =3D 0xbfffe578,=20 var =3D 0x81cbae2 ,=20 nvars =3D 158316648 } gcpro2 =3D { next =3D 0x8148ebd ,=20 var =3D 0x82ce87d ,=20 nvars =3D 10 } gcpro3 =3D { next =3D 0x16329346,=20 var =3D 0x82ce878 ,=20 nvars =3D 2 } gcpro4 =3D { next =3D 0xa,=20 var =3D 0x84d57c2,=20 nvars =3D 2 } gcpro5 =3D { next =3D 0xbfffe4d8,=20 var =3D 0x8148e36 ,=20 nvars =3D 137160824 } key_count =3D 2 record_then_fail =3D false save_this_command =3D 140934818 save_last_command =3D 153814722 save_this_original_command =3D 140934818 save_real_this_command =3D 140934818 #63 0x081cb804 in Ffuncall (nargs=3D4, args=3D0xbfffe66c) at eval.c:2822 fun =3D 138880813 original_fun =3D 139364994 funcar =3D 0 numargs =3D 3 lisp_numargs =3D -1073748424 val =3D 139286466 internal_args =3D 0xbfffe670 i =3D 2 #64 0x08202dbd in exec_byte_code (bytestr=3D137630697, vector=3D137630717, = maxdepth=3D52, args_template=3D4100, nargs=3D1, args=3D0xbfffe9b0) at bytec= ode.c:919 targets =3D {0x8205b58 , 0x8205bb0 , 0x8205bb2 , 0x8205bb4 , 0x8205bb6 , 0x8205bb6 ,= =20 0x8205c01 , 0x8205c5e , 0x82027e1 , 0x82027e3 , 0x82027e= 5 , 0x82027e7 ,=20 0x82027e9 , 0x82027e9 , 0= x82027ef , 0x82027ac , 0x8202b39 , 0x8202b3b ,=20 0x8202b3d , 0x8202b3f ,= 0x8202b41 , 0x8202b41 , 0x8202b7= c , 0x8202b47 ,=20 0x8202ced , 0x8202cef ,= 0x8202cf1 , 0x8202cf3 , 0x8202cf= 5 , 0x8202cf5 ,=20 0x8202c9e , 0x8202cb8 ,= 0x8202d91 , 0x8202d93 , 0x8202d9= 5 , 0x8202d97 ,=20 0x8202d99 , 0x8202d99 ,= 0x8202d42 , 0x8202d5c , 0x8202e3= a , 0x8202e3c ,=20 0x8202e3e , 0x8202e40 ,= 0x8202e42 , 0x8202e42 , 0x8202de= b , 0x8202e05 ,=20 0x8203c1c , 0x82039d4 ,= 0x82039cb , 0x8205b58 , 0x8205b= 58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8203ded , 0x8203e9e , 0x8203= ee5 , 0x8203f2c ,=20 0x8203f77 , 0x8202a15 ,= 0x8202a65 , 0x8203fcc , 0x820299= f , 0x8202ab3 ,=20 0x8204014 , 0x8204068 ,= 0x82040a3 , 0x82040f7 , 0x820413= c , 0x82041ec ,=20 0x8204227 , 0x820427b ,= 0x82042e8 , 0x8204323 , 0x820435= e , 0x82043b2 ,=20 0x8204406 , 0x820445a ,= 0x82044c7 , 0x820450c , 0x820455= 1 , 0x8204601 ,=20 0x8204677 , 0x82046ed ,= 0x82048ba , 0x8204916 , 0x820497= 2 , 0x82049ce ,=20 0x8204a2a , 0x8204a6f ,= 0x8204ae9 , 0x8204b2e , 0x8204b7= 3 , 0x8204bb8 ,=20 0x8204c96 , 0x8203889 = , 0x8204ce7 , 0x8204d22 , 0x820= 4dce , 0x8204e1f ,=20 0x8204e70 , 0x8204eab , 0x8204eee , 0x8204f31 , 0x82= 04f7c , 0x8205b58 ,=20 0x8204fc1 , 0x8204ff8 , 0x820502f , 0x8205066 , 0x82= 0509d , 0x82050d4 ,=20 0x8203889 , 0x8205b58 = , 0x820510f , 0x8205155 , 0x820= 5190 , 0x82051cb ,=20 0x820521f , 0x8205273 , 0x82052ae , 0x8205369 , 0x82= 053bd , 0x8205411 ,=20 0x8205465 , 0x820549c , 0x8205b58 , 0x82037de , 0x820= 2ec6 , 0x8202899 ,=20 0x8202fb8 , 0x82030ca ,= 0x82031d4 , 0x8203781 , 0x82037b= 1 , 0x8202c5b ,=20 0x820384b , 0x82038b7 ,= 0x8203931 , 0x820396f , 0x8203c5= 2 , 0x8203cc0 ,=20 0x8203d2d , 0x8203d83 ,= 0x8202e89 , 0x82054d7 , 0x82055= 44 , 0x820557f ,=20 0x82055ba , 0x82055f5 , 0x8205630 , 0x8205684 , 0x82= 056d8 , 0x820572c ,=20 0x8205780 , 0x8205869 , 0x82058bd , 0x8205911 , 0x82= 0594c , 0x82059a0 ,=20 0x82059f4 , 0x8205a3b , 0x8205a82 , 0x8204bfd , 0x82= 04c42 , 0x8205ac7 ,=20 0x8205b12 , 0x8205b58 , 0x82032de , 0x82033a9 , 0x8203= 4a3 , 0x820359d ,=20 0x820368f , 0x8204181 ,= 0x8204596 , 0x8204d63 , 0x8205c= d9 , 0x8205d36 ,=20 0x8205b58 , 0x8205b58 , 0x8205db1 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x8205b58 , 0x82= 05b58 , 0x8205b58 ,=20 0x8205e24 } count =3D 4 count_volatile =3D -1073748232 op =3D 3 vectorp =3D 0x83413fc vectorp_volatile =3D 0x871cef8 stack =3D { pc =3D 0x841fb78 "\006\006\071\203\225",=20 byte_string =3D 137630697,=20 byte_string_start =3D 0x841fb0a "\305\020\211?\205= \f",=20 next =3D 0x0 } stack_volatile =3D { pc =3D 0x84db1b2 "",=20 byte_string =3D -1073748200,=20 byte_string_start =3D 0x81bb5cd "\307E\36= 4(",=20 next =3D 0x16329346 } top =3D 0xbfffe66c result =3D 4 type =3D (unknown: 135564854) #65 0x081cbe45 in funcall_lambda (fun=3D137630677, nargs=3D1, arg_vector=3D= 0xbfffe9ac) at eval.c:2983 val =3D 0 syms_left =3D 4100 next =3D 0 lexenv =3D 12 count =3D 4 i =3D 137630672 optional =3D 8 rest =3D 20 #66 0x081cb9e3 in Ffuncall (nargs=3D2, args=3D0xbfffe9a8) at eval.c:2864 fun =3D 137630677 original_fun =3D 139312922 funcar =3D 139286466 numargs =3D 1 lisp_numargs =3D 143353640 val =3D -1073747560 internal_args =3D 0x0 i =3D 158316600 #67 0x081cb2d2 in call1 (fn=3D139312922, arg1=3D140934818) at eval.c:2614 ret_ungc_val =3D 139286466 gcpro1 =3D { next =3D 0x60,=20 var =3D 0x8667ea2,=20 nvars =3D 2 } args =3D {139312922, 140934818} #68 0x0814ee73 in command_loop_1 () at keyboard.c:1556 scount =3D 2 cmd =3D 140934818 keybuf =3D {96, 20, 137167825, 139319570, 139358514, 139286466, 4, = 139286466, 141024746, 0, -1073747384, 135586864, 139317570, 299325326, 1371= 67825, 139319570, 143353640, 0, -1073747288, 135586693, 299325326, -1073747= 345,=20 -1073747320, 136093840, 2, 198762825, -1227911223, 0, 1919251558,= 1797271584} i =3D 2 prev_modiff =3D 1361 prev_buffer =3D 0x147c58d0 already_adjusted =3D false #69 0x081c8fde in internal_condition_case (bfun=3D0x814e883 , handlers=3D139319546, hfun=3D0x814e259 ) at eval.c:1354 val =3D 198762825 c =3D 0x8899810 #70 0x0814e61f in command_loop_2 (ignore=3D139286466) at keyboard.c:1174 val =3D 0 #71 0x081c8966 in internal_catch (tag=3D139317594, func=3D0x814e5fb , arg=3D139286466) at eval.c:1118 val =3D 139286466 c =3D 0x8899738 #72 0x0814e5d9 in command_loop () at keyboard.c:1153 No locals. #73 0x0814def5 in recursive_edit_1 () at keyboard.c:777 count =3D 1 val =3D -1073747064 #74 0x0814e031 in Frecursive_edit () at keyboard.c:845 count =3D 0 buffer =3D 139286466 #75 0x0814c464 in main (argc=3D1, argv=3D0xbfffed14) at emacs.c:1646 dummy =3D 2 stack_bottom_variable =3D 0 '\000' do_initial_setlocale =3D true dumping =3D false skip_args =3D 0 rlim =3D { rlim_cur =3D 8388608,=20 rlim_max =3D 18446744073709551615 } no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 Lisp Backtrace: "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)=20 --=20 Nico.