* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request @ 2013-12-12 10:59 Nicolas Richard 2013-12-12 12:04 ` Dmitry Antipov 0 siblings, 1 reply; 10+ messages in thread From: Nicolas Richard @ 2013-12-12 10:59 UTC (permalink / raw) To: 16119 Good day, (This might be related to my previous #16073 and #16083 -- I have no idea) Since I had multiple crashes these days, I began running emacs under gdb (and also using "--enable-checking"), which I hope makes a more useful report. I don't know what to do next, but I still have the process in gdb if needed. The emacs used is from trunk via git commit is 362e9ac which apparently corresponds to revno: 115455 ~/sources/running-emacs/src $ gdb ./emacs GNU gdb (Gentoo 7.5.1 p2) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /home/youngfrog/sources/running-emacs/src/emacs...done. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :0 TERM = xterm Breakpoint 1 at 0x81519f0: file emacs.c, line 349. Temporary breakpoint 2 at 0x816f060: file sysdep.c, line 846. (gdb) run Starting program: /home/youngfrog/sources/running-emacs/src/emacs warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". [New Thread 0xb4cceb40 (LWP 8569)] [New Thread 0xb42a8b40 (LWP 8570)] [New Thread 0xb38ffb40 (LWP 8571)] [New Thread 0xb2594b40 (LWP 10060)] [New Thread 0xb1d93b40 (LWP 10061)] [xcb] Unknown request in queue while appending request [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. emacs: /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c :164 : append_pending_request: L'assertion « !xcb_xlib_unknown_req_pending » a échoué. Program received signal SIGABRT, Aborted. 0xb7fdf424 in __kernel_vsyscall () (gdb) bt #0 0xb7fdf424 in __kernel_vsyscall () #1 0xb6d94769 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0xb6d9605c in *__GI_abort () at abort.c:91 #3 0xb6d8d4cb in __assert_fail_base (fmt=0xb44bd737 "%s%s%s :%u : %s%s L'assertion « %s » a échoué.\n%n", assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:94 #4 0xb6d8d596 in *__GI___assert_fail (assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:103 #5 0xb7c91b73 in append_pending_request (dpy=<optimized out>, sequence=3138) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:162 #6 0xb7c92b20 in _XReply (dpy=0xb674810, rep=0xbfffd110, extra=0, discard=1) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:584 #7 0xb7c87f19 in XQueryExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER", major_opcode=0xbfffd184, first_event=0xbfffd188, first_error=0xbfffd18c) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/QuExt.c:48 #8 0xb7c7b7db in XInitExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER") at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/InitExt.c:47 #9 0xb7c5231b in XRenderExtAddDisplay (dpy=0xb674810, extinfo=<optimized out>, ext_name=<optimized out>) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:202 #10 XRenderFindDisplay (dpy=0xb674810) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:288 #11 0xb7c4ea1f in XRenderFreeGlyphSet (dpy=0xb674810, glyphset=75497588) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Glyph.c:71 #12 0xb7c423bc in XftFontDestroy (dpy=0xb674810, public=0xba61318) at /var/tmp/portage/x11-libs/libXft-2.3.1/work/libXft-2.3.1/src/xftfreetype.c:1046 #13 0x082466d1 in xftfont_close (font=0x94ef6f8) at xftfont.c:498 #14 0x081b5637 in cleanup_vector (vector=<optimized out>) at alloc.c:2880 #15 cleanup_vector (vector=<optimized out>) at alloc.c:2875 #16 0x081bc027 in sweep_vectors () at alloc.c:2917 #17 gc_sweep () at alloc.c:6619 #18 Fgarbage_collect () at alloc.c:5542 #19 0x081d684d in maybe_gc () at lisp.h:4476 #20 Ffuncall (nargs=2, args=0xbfffd484) at eval.c:2756 #21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073752952, args=0x2) at bytecode.c:919 #22 0x081d64b1 in funcall_lambda (fun=140932301, nargs=1, arg_vector=0xbfffd628) at eval.c:3039 #23 0x081d6817 in Ffuncall (nargs=2, args=0xbfffd624) at eval.c:2866 #24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=12, args_template=139699138, nargs=-1073752536, args=0x2) at bytecode.c:919 #25 0x081d64b1 in funcall_lambda (fun=140009885, nargs=1, arg_vector=0xbfffd760) at eval.c:3039 #26 0x081d55ea in apply_lambda (fun=140009885, args=<optimized out>) at eval.c:2914 #27 0x081d584c in eval_sub (form=153779598) at eval.c:2250 #28 0x081d947b in Fand (args=153779326) at eval.c:383 #29 0x081d5c11 in eval_sub (form=153779622) at eval.c:2123 #30 0x081d6216 in Fprogn (body=153779262) at eval.c:458 #31 0x081d6574 in funcall_lambda (fun=153779430, nargs=0, arg_vector=0xbfffd9f4) at eval.c:3032 #32 0x081d6817 in Ffuncall (nargs=1, args=0xbfffd9f0) at eval.c:2866 #33 0x081d5bca in eval_sub (form=153370854) at eval.c:2147 #34 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=153370854, handlers=153369534) at eval.c:1313 #35 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073751276, args=0x8f) at bytecode.c:1169 #36 0x081d64b1 in funcall_lambda (fun=152340573, nargs=1, arg_vector=0xbfffdcb8) at eval.c:3039 #37 0x081d6817 in Ffuncall (nargs=2, args=0xbfffdcb4) at eval.c:2866 #38 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073750856, args=0x2) at bytecode.c:919 #39 0x081d64b1 in funcall_lambda (fun=153612557, nargs=0, arg_vector=0xbfffdf0c) at eval.c:3039 #40 0x081d6817 in Ffuncall (nargs=1, args=0xbfffdf08) at eval.c:2866 #41 0x081d7c5a in Fapply (nargs=2, args=0xbfffdf08) at eval.c:2287 #42 0x081d6c37 in Ffuncall (nargs=3, args=0xbfffdf04) at eval.c:2786 #43 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073750260, args=0x3) at bytecode.c:919 #44 0x08217428 in Fbyte_code (bytestr=137921569, vector=137921597, maxdepth=16) at bytecode.c:482 #45 0x081d5dea in eval_sub (form=137921558) at eval.c:2181 #46 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=137921558, handlers=137921622) at eval.c:1313 #47 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749708, args=0x8f) at bytecode.c:1169 #48 0x081d64b1 in funcall_lambda (fun=137921397, nargs=1, arg_vector=0xbfffe2dc) at eval.c:3039 #49 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe2d8) at eval.c:2866 #50 0x081d6e77 in call1 (fn=139723610, arg1=154250077) at eval.c:2604 #51 0x081587ea in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at keyboard.c:4507 #52 timer_check () at keyboard.c:4574 #53 0x08158b84 in readable_events (flags=1) at keyboard.c:3441 #54 0x0815a57f in get_input_pending (flags=1) at keyboard.c:6758 #55 0x0815e2aa in detect_input_pending_run_timers (do_display=true) at keyboard.c:9881 #56 0x0821d151 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139699138, wait_proc=0x0, just_wait_proc=0) at process.c:4680 #57 0x08063e3a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800 #58 0x0815f6fb in read_char (commandflag=1, map=185569862, prev_event=139699138, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2807 #59 0x08160b5e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139699138, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9076 #60 0x0816241e in command_loop_1 () at keyboard.c:1445 #61 0x081d4a38 in internal_condition_case (bfun=0x8162200 <command_loop_1>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 #62 0x08156405 in command_loop_2 (ignore=139699138) at keyboard.c:1170 #63 0x081d495b in internal_catch (tag=139730218, func=0x81563e0 <command_loop_2>, arg=139699138) at eval.c:1108 #64 0x0815791a in command_loop () at keyboard.c:1149 #65 recursive_edit_1 () at keyboard.c:777 #66 0x08157bf0 in Frecursive_edit () at keyboard.c:841 #67 0x08057952 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1603 Lisp Backtrace: "Automatic GC" (0x8528670) "keyfreq-table-load" (0xbfffd488) "achievements-num-times-commands-were-run" (0xbfffd628) "achievements-command-was-run" (0xbfffd760) "and" (0xbfffd8dc) 0x92a7ce0 Lisp type 6 "funcall" (0xbfffd9f0) "achievements-earned-p" (0xbfffdcb8) "achievements-update-score" (0xbfffdf0c) "apply" (0xbfffdf08) "byte-code" (0xbfffe05c) "timer-event-handler" (0xbfffe2dc) (gdb) bt full #0 0xb7fdf424 in __kernel_vsyscall () No symbol table info available. #1 0xb6d94769 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <optimized out> resultvar = <optimized out> pid = -1225854988 selftid = 8565 #2 0xb6d9605c in *__GI_abort () at abort.c:91 save_stage = 2 act = { __sigaction_handler = { sa_handler = 0xae, sa_sigaction = 0xae }, sa_mask = { __val = {3221213112, 3067949040, 187072632, 175, 3221213188, 184319584, 0, 3087003580, 3068472333, 3069112308, 3024869175, 1, 3069112308, 3067671782, 4222451712, 187072632, 187072733, 187072632, 187072632, 187072806, 187072932, 187072632, 187072932, 0, 0, 0, 0, 0, 793986375, 0, 7302446, 3053453312} }, sa_flags = 0, sa_restorer = 0xb6d8f327 <__dcigettext+615> } sigs = { __val = {32, 0 <repeats 31 times>} } #3 0xb6d8d4cb in __assert_fail_base (fmt=0xb44bd737 "%s%s%s :%u : %s%s L'assertion « %s » a échoué.\n%n", assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:94 str = 0xb268078 "X~\374\nP\364\356\266var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c :164 : append_pending_request: L'assertion « !xcb_xlib_unknown_req_pending » a échoué.\n" total = 4096 #4 0xb6d8d596 in *__GI___assert_fail (assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:103 No locals. #5 0xb7c91b73 in append_pending_request (dpy=<optimized out>, sequence=3138) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:162 xcb_xlib_unknown_req_pending = 1 node = <optimized out> __PRETTY_FUNCTION__ = "append_pending_request" #6 0xb7c92b20 in _XReply (dpy=0xb674810, rep=0xbfffd110, extra=0, discard=1) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:584 error = <optimized out> c = 0xb42cf88 reply = <optimized out> current = <optimized out> __PRETTY_FUNCTION__ = "_XReply" #7 0xb7c87f19 in XQueryExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER", major_opcode=0xbfffd184, first_event=0xbfffd188, first_error=0xbfffd18c) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/QuExt.c:48 rep = { type = 242 '\362', pad1 = 163 '\243', sequenceNumber = 2131, length = 3, present = 16 '\020', major_opcode = 0 '\000', first_event = 0 '\000', first_error = 0 '\000', pad3 = 0, pad4 = 151739665, pad5 = 145042432, pad6 = 152295512, pad7 = 3069113432 } req = 0x9187680 #8 0xb7c7b7db in XInitExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER") at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/InitExt.c:47 codes = { extension = 139800882, major_opcode = 1, first_event = 2, first_error = 2 } ext = <optimized out> #9 0xb7c5231b in XRenderExtAddDisplay (dpy=0xb674810, extinfo=<optimized out>, ext_name=<optimized out>) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:202 dpyinfo = 0xb2c31b8 ext_name = 0xb7c550c0 <XRenderExtensionName> "RENDER" extinfo = 0xb7c551a0 <XRenderExtensionInfo> #10 XRenderFindDisplay (dpy=0xb674810) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:288 dpyinfo = <optimized out> #11 0xb7c4ea1f in XRenderFreeGlyphSet (dpy=0xb674810, glyphset=75497588) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Glyph.c:71 info = <optimized out> req = <optimized out> #12 0xb7c423bc in XftFontDestroy (dpy=0xb674810, public=0xba61318) at /var/tmp/portage/x11-libs/libXft-2.3.1/work/libXft-2.3.1/src/xftfreetype.c:1046 info = <optimized out> font = 0xba61318 i = <optimized out> #13 0x082466d1 in xftfont_close (font=0x94ef6f8) at xftfont.c:498 xftfont_info = 0x94ef6f8 #14 0x081b5637 in cleanup_vector (vector=<optimized out>) at alloc.c:2880 No locals. #15 cleanup_vector (vector=<optimized out>) at alloc.c:2875 No locals. #16 0x081bc027 in sweep_vectors () at alloc.c:2917 total_bytes = <optimized out> free_this_block = false nbytes = <optimized out> block = 0x94ee888 bprev = <optimized out> lv = <optimized out> lvprev = 0x8518a50 <large_vectors> vector = 0x94ef6f8 next = <optimized out> #17 gc_sweep () at alloc.c:6619 No locals. #18 Fgarbage_collect () at alloc.c:5542 nextb = <optimized out> stack_top_variable = 8 '\b' i = <optimized out> message_p = true start = { tv_sec = 1386843269, tv_nsec = 520054369 } retval = <optimized out> tot_before = 0 #19 0x081d684d in maybe_gc () at lisp.h:4476 No locals. #20 Ffuncall (nargs=2, args=0xbfffd484) at eval.c:2756 fun = <optimized out> original_fun = <optimized out> funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073752952, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 29 count_volatile = 153445912 vectorp = 0x8586ab4 vectorp_volatile = 0x853a3c2 stack = { pc = 0x9249581 "\210\315\316\n\"\210\t*\207\306\317\310\311#\203L", byte_string = 153749809, byte_string_start = 0x9249570 "\306\307\310\311#\203\032", next = 0xbfffd6a8 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x0, next = 0xbb456ae } result = 0 type = (CONDITION_CASE | unknown: 8564) #22 0x081d64b1 in funcall_lambda (fun=140932301, nargs=1, arg_vector=0xbfffd628) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 140932296 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #23 0x081d6817 in Ffuncall (nargs=2, args=0xbfffd624) at eval.c:2866 fun = <optimized out> original_fun = 153445890 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=12, args_template=139699138, nargs=-1073752536, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 26 count_volatile = -1 vectorp = 0x8672a8c vectorp_volatile = 0x853a3c2 stack = { pc = 0x924966b "\304Y\202F", byte_string = 153748729, byte_string_start = 0x9249660 "\302\030\t9\203\020", next = 0xbfffdba8 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x92a7c9e "S\b\235\023)\t\336{*\tR$T\b\306{*\tr\002U\b\276|*\tڣS\b\006R\002\tr\002U\b\316|*\tڣS\b\026d\025\t\032", next = 0xbfffd72c } result = 0 type = (CONDITION_CASE | unknown: 8564) #25 0x081d64b1 in funcall_lambda (fun=140009885, nargs=1, arg_vector=0xbfffd760) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 140009880 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #26 0x081d55ea in apply_lambda (fun=140009885, args=<optimized out>) at eval.c:2914 args_left = 139699138 i = <optimized out> numargs = 1 arg_vector = <optimized out> tem = <optimized out> sa_must_free = <optimized out> #27 0x081d584c in eval_sub (form=153779598) at eval.c:2250 fun = <optimized out> val = <optimized out> original_fun = 153419802 original_args = 153779334 funcar = 6 #28 0x081d947b in Fand (args=153779326) at eval.c:383 val = <optimized out> #29 0x081d5c11 in eval_sub (form=153779622) at eval.c:2123 numargs = 4 args_left = 153779326 i = <optimized out> maxargs = <optimized out> argvals = {-1211702563, 143690088, 0, 16, -1211702614, 137233504, 5, 987} fun = 139294237 val = <optimized out> original_fun = 139771154 original_args = 153779326 funcar = 6 #30 0x081d6216 in Fprogn (body=153779262) at eval.c:458 val = <optimized out> #31 0x081d6574 in funcall_lambda (fun=153779430, nargs=0, arg_vector=0xbfffd9f4) at eval.c:3032 val = <optimized out> syms_left = 139699138 next = 139699138 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #32 0x081d6817 in Ffuncall (nargs=1, args=0xbfffd9f0) at eval.c:2866 fun = <optimized out> original_fun = 153779430 funcar = 6 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #33 0x081d5bca in eval_sub (form=153370854) at eval.c:2147 vals = 0xbfffd9f0 argnum = <optimized out> sa_must_free = false numargs = -1073751568 args_left = 139699138 i = <optimized out> maxargs = <optimized out> argvals = {-1211556542, 143692528, 143690088, -1073751320, -1211554655, 143690088, -1073751368, 3} fun = 139294933 val = <optimized out> original_fun = -1073751564 original_args = 153370710 funcar = 6 #34 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=153370854, handlers=153369534) at eval.c:1313 val = <optimized out> c = <optimized out> oldhandlerlist = 0x88fe638 clausenb = <optimized out> #35 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073751276, args=0x8f) at bytecode.c:1169 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 20 count_volatile = 153446080 vectorp = 0x9350f94 vectorp_volatile = 0x853a3c2 stack = { pc = 0x924999e ")\207", byte_string = 153742793, byte_string_start = 0x924997c "\b\303H\t>\204\016", next = 0xbfffdd48 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x88812e8 "\025`\004\303)I\371\b£S\b£S\b£S\b\315M\320\t\315M\320\t\345\372y\bF\205\062\t£S\b£S\b\r\230Y\b\246%l\v\335{\232\b£S\b^\025\a\v\376\n\b\vu\t|\bi\aZ\b!\ba\bu\353c\b\032\aT\b\220\261g\b", next = 0x1b } result = 0 type = (CONDITION_CASE | unknown: 8564) #36 0x081d64b1 in funcall_lambda (fun=152340573, nargs=1, arg_vector=0xbfffdcb8) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 152340568 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #37 0x081d6817 in Ffuncall (nargs=2, args=0xbfffdcb4) at eval.c:2866 fun = <optimized out> original_fun = 153446130 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #38 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073750856, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 13 count_volatile = 143612344 vectorp = 0x9350f0c vectorp_volatile = 0x88f5868 stack = { pc = 0x9249832 "\203\252", byte_string = 153747841, byte_string_start = 0x9249804 "\306\307!\210ȉ\030\031\n\311\033\211\034\203\262", next = 0xbfffdf98 } stack_volatile = { pc = 0x853a3c2 "", byte_string = 16768600, byte_string_start = 0xbfffddf8 "", next = 0x8387d2d <pure+678605> } result = 0 type = (CONDITION_CASE | unknown: 8564) #39 0x081d64b1 in funcall_lambda (fun=153612557, nargs=0, arg_vector=0xbfffdf0c) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 153612552 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #40 0x081d6817 in Ffuncall (nargs=1, args=0xbfffdf08) at eval.c:2866 fun = <optimized out> original_fun = 153446106 funcar = 6 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #41 0x081d7c5a in Fapply (nargs=2, args=0xbfffdf08) at eval.c:2287 i = <optimized out> numargs = <optimized out> spread_arg = <optimized out> funcall_args = 0x0 fun = 153446106 retval = <optimized out> gcpro1 = <optimized out> sa_must_free = false #42 0x081d6c37 in Ffuncall (nargs=3, args=0xbfffdf04) at eval.c:2786 fun = 139294909 original_fun = 139771770 funcar = 6 numargs = 2 val = <optimized out> internal_args = <optimized out> i = <optimized out> #43 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073750260, args=0x3) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 10 count_volatile = 0 vectorp = 0x838843c <pure+680412> vectorp_volatile = 0x89092fc stack = { pc = 0x8455b39 <pure+1521881> "\210)\301\207", byte_string = 137921569, byte_string_start = 0x8455b30 <pure+1521872> "r\301\b\302H\b\303H\"\210)\301\207", next = 0xbfffe1c8 } stack_volatile = { pc = 0x24 <Address 0x24 out of bounds>, byte_string = 139699138, byte_string_start = 0x39f0 <Address 0x39f0 out of bounds>, next = 0x0 } result = 0 type = (CONDITION_CASE | unknown: 8564) #44 0x08217428 in Fbyte_code (bytestr=137921569, vector=137921597, maxdepth=16) at bytecode.c:482 No locals. #45 0x081d5dea in eval_sub (form=137921558) at eval.c:2181 numargs = 139299376 args_left = <optimized out> i = 3 maxargs = 3 argvals = {137921569, 137921597, 16, 0, 136144072, 10, 139699138, 20} fun = 139299381 val = <optimized out> original_fun = 3 original_args = 137921566 funcar = 6 #46 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=137921558, handlers=137921622) at eval.c:1313 val = <optimized out> c = <optimized out> oldhandlerlist = 0x88fe560 clausenb = <optimized out> #47 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749708, args=0x8f) at bytecode.c:1169 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 6 count_volatile = -1073749400 vectorp = 0x838839c <pure+680252> vectorp_volatile = 0x81dd417 <Flength+439> stack = { pc = 0x8455bb4 <pure+1522004> "\210\016\027\205\213", byte_string = 137921417, byte_string_start = 0x8455b3e <pure+1521886> "\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x0 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x853a3c2 "", next = 0xb121006 } result = 0 type = (CONDITION_CASE | unknown: 8564) #48 0x081d64b1 in funcall_lambda (fun=137921397, nargs=1, arg_vector=0xbfffe2dc) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 137921392 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #49 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe2d8) at eval.c:2866 fun = <optimized out> original_fun = 139723610 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #50 0x081d6e77 in call1 (fn=139723610, arg1=154250077) at eval.c:2604 ret_ungc_val = 0 args = {139723610, 154250077} #51 0x081587ea in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at keyboard.c:4507 old_deactivate_mark = 139699138 idle_timer_ripe = <optimized out> timer = 186720309 timer_time = { tv_sec = 1386843269, tv_nsec = 518442570 } timer_difference = <optimized out> idle_timer_difference = <optimized out> ripe = <optimized out> idle_timer = <optimized out> idle_timer_time = { tv_sec = 10, tv_nsec = 0 } timer_ripe = <optimized out> idleness_now = { tv_sec = 10, tv_nsec = 583690 } chosen_timer = 154250077 now = { tv_sec = 1386843269, tv_nsec = 518269981 } #52 timer_check () at keyboard.c:4574 nexttime = <optimized out> timers = 185733158 idle_timers = 189148126 tem = <optimized out> #53 0x08158b84 in readable_events (flags=1) at keyboard.c:3441 No locals. #54 0x0815a57f in get_input_pending (flags=1) at keyboard.c:6758 No locals. #55 0x0815e2aa in detect_input_pending_run_timers (do_display=true) at keyboard.c:9881 old_timers_run = 5334 #56 0x0821d151 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139699138, wait_proc=0x0, just_wait_proc=0) at process.c:4680 old_timers_run = 5334 old_buffer = 0x92b2970 old_window = 164646349 leave = false timeout_reduced_for_timers = 205 channel = <optimized out> nfds = 0 Available = { fds_bits = {649068800, 0 <repeats 31 times>} } Writeok = { fds_bits = {0 <repeats 32 times>} } check_write = <optimized out> check_delay = <optimized out> no_avail = <optimized out> xerrno = 11 proc = <optimized out> timeout = { tv_sec = 0, tv_nsec = 498515678 } end_time = { tv_sec = 1386843294, tv_nsec = 531744714 } wait_channel = -1 got_some_input = false #57 0x08063e3a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800 sec = 30 nsec = 0 do_display = true #58 0x0815f6fb in read_char (commandflag=1, map=185569862, prev_event=139699138, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2807 tem0 = <optimized out> timeout = <optimized out> delay_level = <optimized out> buffer_size = <optimized out> c = 139699138 local_getcjmp = {{ __jmpbuf = {-1073747964, 139699138, 142906184, 0, -1030347811, 378337458}, __mask_was_saved = 0, __saved_mask = { __val = {151623498, 139699138, 153823605, 136523781, 153823600, 139699138, 153823600, 139699138, 5481386, 3221219488, 3, 3221219488, 136778176, 0, 1, 144656896, 137702380, 3221219492, 153823600, 136101963, 141537608, 142069274, 141907456, 136058270, 2, 151623498, 144629469, 2828656, 153823600, 144533584, 141907520, 135698521} } }} save_jump = {{ __jmpbuf = {0, 0, 0, 0, 0, 0}, __mask_was_saved = 0, __saved_mask = { __val = {0 <repeats 32 times>} } }} tem = <optimized out> save = <optimized out> previous_echo_area_message = 139699138 also_record = 139699138 reread = false polling_stopped_here = false orig_kboard = 0x891b548 #59 0x08160b5e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139699138, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9076 interrupted_kboard = 0x891b548 interrupted_frame = 0x88812e8 key = <optimized out> used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = <optimized out> t = 0 echo_start = 0 keys_start = 0 current_binding = 185569862 first_event = 139699138 first_unbound = 31 mock_input = 0 fkey = { parent = 141627278, map = 141627278, start = 0, end = 0 } keytran = { parent = 139686670, map = 139686670, start = 0, end = 0 } indec = { parent = 141627286, map = 141627286, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 139699138 original_uppercase = -1073747404 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x92b2970 fake_prefixed_keys = 139699138 #60 0x0816241e in command_loop_1 () at keyboard.c:1445 cmd = <optimized out> keybuf = {128, -1073747268, 139730194, 185014062, 137241201, 139699138, 143612040, 185014062, -1073747177, 135626085, 139730194, 185014062, 137241201, 139699138, -1073747177, 139699138, 139699138, 135626384, 185014062, -1073747177, 134547325, 2, 141369662, 143612024, -1073746808, 139699138, 141369662, 5481410, -1073746808, 0} i = <optimized out> prev_modiff = 1239 prev_buffer = 0x92b2970 #61 0x081d4a38 in internal_condition_case (bfun=0x8162200 <command_loop_1>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 val = <optimized out> c = 0x88fe560 #62 0x08156405 in command_loop_2 (ignore=139699138) at keyboard.c:1170 val = 0 #63 0x081d495b in internal_catch (tag=139730218, func=0x81563e0 <command_loop_2>, arg=139699138) at eval.c:1108 val = <optimized out> c = 0x853a3a2 #64 0x0815791a in command_loop () at keyboard.c:1149 No locals. #65 recursive_edit_1 () at keyboard.c:777 val = 0 #66 0x08157bf0 in Frecursive_edit () at keyboard.c:841 buffer = 139699138 #67 0x08057952 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1603 dummy = -1225854012 stack_bottom_variable = 0 '\000' do_initial_setlocale = <optimized out> dumping = <optimized out> skip_args = 0 rlim = { rlim_cur = 8388608, rlim_max = 18446744073709551615 } no_loadup = false junk = 0x0 dname_arg = 0x0 ch_to_dir = 0xb6d97b09 <__internal_atexit+9> "\201\303\353t\025" original_pwd = 0x1 <Address 0x1 out of bounds> Lisp Backtrace: "Automatic GC" (0x8528670) "keyfreq-table-load" (0xbfffd488) "achievements-num-times-commands-were-run" (0xbfffd628) "achievements-command-was-run" (0xbfffd760) "and" (0xbfffd8dc) 0x92a7ce0 Lisp type 6 "funcall" (0xbfffd9f0) "achievements-earned-p" (0xbfffdcb8) "achievements-update-score" (0xbfffdf0c) "apply" (0xbfffdf08) "byte-code" (0xbfffe05c) "timer-event-handler" (0xbfffe2dc) In GNU Emacs 24.3.50.5 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-12-11 on geodiff-mac3 Windowing system distributor `The X.Org Foundation', version 11.0.11304000 Configured using: `configure --with-x-toolkit=lucid --enable-checking' Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: paredit-mode: t override-global-mode: t dynamic-completion-mode: t shell-dirtrack-mode: t show-paren-mode: t recentf-mode: t display-time-mode: t winner-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t hs-minor-mode: t Recent input: q M-x r e p o r t SPC e m <tab> <return> Recent messages: Loading /home/youngfrog/org/shell-mode-filter.el (source)...done Loading /home/youngfrog/org/emacs.el (source)...done Loading /home/youngfrog/sources/twittering-mode/twittering-mode.el (source)... ../../twittering-mode/twittering-mode.el: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. Loading /home/youngfrog/sources/twittering-mode/twittering-mode.el (source)...done Loading /home/youngfrog/sources/yank-highlight/gistfile1.el (source)...done Loading /home/youngfrog/sources/add-arrow-to-eval-last-sexp/gistfile1.txt...done For information about GNU Emacs and the GNU system, type C-h C-a. Calculating achievements... done Calculating achievements... done Load-path shadows: ~/.emacs.d/lisp/asy-mode hides /usr/local/texlive/2012/texmf/asymptote/asy-mode ~/sources/org-mode/lisp/org-footnote hides /home/youngfrog/sources/running-emacs/lisp/org/org-footnote ~/sources/org-mode/lisp/ob-asymptote hides /home/youngfrog/sources/running-emacs/lisp/org/ob-asymptote ~/sources/org-mode/lisp/ob-sqlite hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sqlite ~/sources/org-mode/lisp/ob-ditaa hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ditaa ~/sources/org-mode/lisp/org-protocol hides /home/youngfrog/sources/running-emacs/lisp/org/org-protocol ~/sources/org-mode/lisp/ox-beamer hides /home/youngfrog/sources/running-emacs/lisp/org/ox-beamer ~/sources/org-mode/lisp/org-irc hides /home/youngfrog/sources/running-emacs/lisp/org/org-irc ~/sources/org-mode/lisp/ob-scheme hides /home/youngfrog/sources/running-emacs/lisp/org/ob-scheme ~/sources/org-mode/lisp/org-capture hides /home/youngfrog/sources/running-emacs/lisp/org/org-capture ~/sources/org-mode/lisp/ob-plantuml hides /home/youngfrog/sources/running-emacs/lisp/org/ob-plantuml ~/sources/org-mode/lisp/ox-html hides /home/youngfrog/sources/running-emacs/lisp/org/ox-html ~/sources/org-mode/lisp/org-table hides /home/youngfrog/sources/running-emacs/lisp/org/org-table ~/sources/org-mode/lisp/ob-eval hides /home/youngfrog/sources/running-emacs/lisp/org/ob-eval ~/sources/org-mode/lisp/ob-exp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-exp ~/sources/org-mode/lisp/org-eshell hides /home/youngfrog/sources/running-emacs/lisp/org/org-eshell ~/sources/org-mode/lisp/ob-sql hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sql ~/sources/org-mode/lisp/org-colview hides /home/youngfrog/sources/running-emacs/lisp/org/org-colview ~/sources/org-mode/lisp/ox-publish hides /home/youngfrog/sources/running-emacs/lisp/org/ox-publish ~/sources/org-mode/lisp/ob-sh hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sh ~/sources/org-mode/lisp/ob-comint hides /home/youngfrog/sources/running-emacs/lisp/org/ob-comint ~/sources/org-mode/lisp/org-element hides /home/youngfrog/sources/running-emacs/lisp/org/org-element ~/sources/org-mode/lisp/org-indent hides /home/youngfrog/sources/running-emacs/lisp/org/org-indent ~/sources/org-mode/lisp/ob-sass hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sass ~/sources/org-mode/lisp/org-compat hides /home/youngfrog/sources/running-emacs/lisp/org/org-compat ~/sources/org-mode/lisp/org-list hides /home/youngfrog/sources/running-emacs/lisp/org/org-list ~/sources/org-mode/lisp/ox hides /home/youngfrog/sources/running-emacs/lisp/org/ox ~/sources/org-mode/lisp/ob-mscgen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-mscgen ~/sources/org-mode/lisp/ob-keys hides /home/youngfrog/sources/running-emacs/lisp/org/ob-keys ~/sources/org-mode/lisp/org-info hides /home/youngfrog/sources/running-emacs/lisp/org/org-info ~/sources/org-mode/lisp/org-ctags hides /home/youngfrog/sources/running-emacs/lisp/org/org-ctags ~/sources/org-mode/lisp/org-habit hides /home/youngfrog/sources/running-emacs/lisp/org/org-habit ~/sources/org-mode/lisp/org-datetree hides /home/youngfrog/sources/running-emacs/lisp/org/org-datetree ~/sources/org-mode/lisp/ox-texinfo hides /home/youngfrog/sources/running-emacs/lisp/org/ox-texinfo ~/sources/org-mode/lisp/org-clock hides /home/youngfrog/sources/running-emacs/lisp/org/org-clock ~/sources/org-mode/lisp/org-bbdb hides /home/youngfrog/sources/running-emacs/lisp/org/org-bbdb ~/sources/org-mode/lisp/ob-maxima hides /home/youngfrog/sources/running-emacs/lisp/org/ob-maxima ~/sources/org-mode/lisp/ob-fortran hides /home/youngfrog/sources/running-emacs/lisp/org/ob-fortran ~/sources/org-mode/lisp/ob-picolisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-picolisp ~/sources/org-mode/lisp/ob-java hides /home/youngfrog/sources/running-emacs/lisp/org/ob-java ~/sources/org-mode/lisp/ox-icalendar hides /home/youngfrog/sources/running-emacs/lisp/org/ox-icalendar ~/sources/org-mode/lisp/org-gnus hides /home/youngfrog/sources/running-emacs/lisp/org/org-gnus ~/sources/org-mode/lisp/ob-table hides /home/youngfrog/sources/running-emacs/lisp/org/ob-table ~/sources/org-mode/lisp/ob-ocaml hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ocaml ~/sources/org-mode/lisp/ob-tangle hides /home/youngfrog/sources/running-emacs/lisp/org/ob-tangle ~/sources/org-mode/lisp/ox-md hides /home/youngfrog/sources/running-emacs/lisp/org/ox-md ~/sources/org-mode/lisp/org-install hides /home/youngfrog/sources/running-emacs/lisp/org/org-install ~/sources/org-mode/lisp/ob-org hides /home/youngfrog/sources/running-emacs/lisp/org/ob-org ~/sources/org-mode/lisp/org-docview hides /home/youngfrog/sources/running-emacs/lisp/org/org-docview ~/sources/org-mode/lisp/org-timer hides /home/youngfrog/sources/running-emacs/lisp/org/org-timer ~/sources/org-mode/lisp/ob-makefile hides /home/youngfrog/sources/running-emacs/lisp/org/ob-makefile ~/sources/org-mode/lisp/ob-calc hides /home/youngfrog/sources/running-emacs/lisp/org/ob-calc ~/sources/org-mode/lisp/org-rmail hides /home/youngfrog/sources/running-emacs/lisp/org/org-rmail ~/sources/org-mode/lisp/org-plot hides /home/youngfrog/sources/running-emacs/lisp/org/org-plot ~/sources/org-mode/lisp/ob-haskell hides /home/youngfrog/sources/running-emacs/lisp/org/ob-haskell ~/sources/org-mode/lisp/ob-shen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-shen ~/sources/org-mode/lisp/ox-latex hides /home/youngfrog/sources/running-emacs/lisp/org/ox-latex ~/sources/org-mode/lisp/org-mhe hides /home/youngfrog/sources/running-emacs/lisp/org/org-mhe ~/sources/org-mode/lisp/org-pcomplete hides /home/youngfrog/sources/running-emacs/lisp/org/org-pcomplete ~/sources/org-mode/lisp/org-mouse hides /home/youngfrog/sources/running-emacs/lisp/org/org-mouse ~/sources/org-mode/lisp/ox-man hides /home/youngfrog/sources/running-emacs/lisp/org/ox-man ~/sources/org-mode/lisp/org-archive hides /home/youngfrog/sources/running-emacs/lisp/org/org-archive ~/sources/org-mode/lisp/ox-ascii hides /home/youngfrog/sources/running-emacs/lisp/org/ox-ascii ~/sources/org-mode/lisp/ob-python hides /home/youngfrog/sources/running-emacs/lisp/org/ob-python ~/sources/org-mode/lisp/ox-org hides /home/youngfrog/sources/running-emacs/lisp/org/ox-org ~/sources/org-mode/lisp/ob-gnuplot hides /home/youngfrog/sources/running-emacs/lisp/org/ob-gnuplot ~/sources/org-mode/lisp/org-agenda hides /home/youngfrog/sources/running-emacs/lisp/org/org-agenda ~/sources/org-mode/lisp/ob-core hides /home/youngfrog/sources/running-emacs/lisp/org/ob-core ~/sources/org-mode/lisp/ob-perl hides /home/youngfrog/sources/running-emacs/lisp/org/ob-perl ~/sources/org-mode/lisp/ob-octave hides /home/youngfrog/sources/running-emacs/lisp/org/ob-octave ~/sources/org-mode/lisp/org-crypt hides /home/youngfrog/sources/running-emacs/lisp/org/org-crypt ~/sources/org-mode/lisp/org-macs hides /home/youngfrog/sources/running-emacs/lisp/org/org-macs ~/sources/org-mode/lisp/org-w3m hides /home/youngfrog/sources/running-emacs/lisp/org/org-w3m ~/sources/org-mode/lisp/org-feed hides /home/youngfrog/sources/running-emacs/lisp/org/org-feed ~/sources/org-mode/lisp/org-mobile hides /home/youngfrog/sources/running-emacs/lisp/org/org-mobile ~/sources/org-mode/lisp/org-version hides /home/youngfrog/sources/running-emacs/lisp/org/org-version ~/sources/org-mode/lisp/ob-ledger hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ledger ~/sources/org-mode/lisp/org-inlinetask hides /home/youngfrog/sources/running-emacs/lisp/org/org-inlinetask ~/sources/org-mode/lisp/ob-latex hides /home/youngfrog/sources/running-emacs/lisp/org/ob-latex ~/sources/org-mode/lisp/ob-dot hides /home/youngfrog/sources/running-emacs/lisp/org/ob-dot ~/sources/org-mode/lisp/ob-screen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-screen ~/sources/org-mode/lisp/org-src hides /home/youngfrog/sources/running-emacs/lisp/org/org-src ~/sources/org-mode/lisp/ob-ruby hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ruby ~/sources/org-mode/lisp/org-macro hides /home/youngfrog/sources/running-emacs/lisp/org/org-macro ~/sources/org-mode/lisp/ob hides /home/youngfrog/sources/running-emacs/lisp/org/ob ~/sources/org-mode/lisp/ob-io hides /home/youngfrog/sources/running-emacs/lisp/org/ob-io ~/sources/org-mode/lisp/ob-matlab hides /home/youngfrog/sources/running-emacs/lisp/org/ob-matlab ~/sources/org-mode/lisp/ob-ref hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ref ~/sources/org-mode/lisp/org-bibtex hides /home/youngfrog/sources/running-emacs/lisp/org/org-bibtex ~/sources/org-mode/lisp/org-entities hides /home/youngfrog/sources/running-emacs/lisp/org/org-entities ~/sources/org-mode/lisp/org hides /home/youngfrog/sources/running-emacs/lisp/org/org ~/sources/org-mode/lisp/ob-R hides /home/youngfrog/sources/running-emacs/lisp/org/ob-R ~/sources/org-mode/lisp/ob-C hides /home/youngfrog/sources/running-emacs/lisp/org/ob-C ~/sources/org-mode/lisp/ob-lob hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lob ~/sources/org-mode/lisp/ob-awk hides /home/youngfrog/sources/running-emacs/lisp/org/ob-awk ~/sources/org-mode/lisp/ob-clojure hides /home/youngfrog/sources/running-emacs/lisp/org/ob-clojure ~/sources/org-mode/lisp/org-faces hides /home/youngfrog/sources/running-emacs/lisp/org/org-faces ~/sources/org-mode/lisp/ox-odt hides /home/youngfrog/sources/running-emacs/lisp/org/ox-odt ~/sources/org-mode/lisp/ob-css hides /home/youngfrog/sources/running-emacs/lisp/org/ob-css ~/sources/org-mode/lisp/ob-lisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lisp ~/sources/org-mode/lisp/ob-lilypond hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lilypond ~/sources/org-mode/lisp/org-attach hides /home/youngfrog/sources/running-emacs/lisp/org/org-attach ~/sources/org-mode/lisp/ob-emacs-lisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-emacs-lisp ~/sources/org-mode/lisp/ob-scala hides /home/youngfrog/sources/running-emacs/lisp/org/ob-scala ~/sources/org-mode/lisp/ob-js hides /home/youngfrog/sources/running-emacs/lisp/org/ob-js ~/sources/org-mode/lisp/org-id hides /home/youngfrog/sources/running-emacs/lisp/org/org-id ~/sources/org-mode/lisp/org-loaddefs hides /home/youngfrog/sources/running-emacs/lisp/org/org-loaddefs /home/youngfrog/.emacs.d/elpa/js2-mode-20131118.1516/.dir-locals hides /home/youngfrog/sources/running-emacs/lisp/gnus/.dir-locals /home/youngfrog/.emacs.d/elpa/tabulated-list-20120406.1351/tabulated-list hides /home/youngfrog/sources/running-emacs/lisp/emacs-lisp/tabulated-list Features: (shadow sort mail-extr vc vc-dispatcher keyfreq advanced-achievements emacsbug sendmail paredit hideshow twittering-mode epa epg tls url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util xml achievements basic-achievements achievements-functions autoinsert use-package diminish bind-key ac-nrepl-autoloads achievements-autoloads ack-and-a-half-autoloads ampc-autoloads auto-dim-other-buffers-autoloads boxquote-autoloads clojure-mode-autoloads color-theme-solarized-autoloads color-theme-autoloads col-highlight-autoloads csv-mode-autoloads csv-nav-autoloads dropbox-autoloads dtrt-indent-autoloads eimp-autoloads elnode-autoloads db-autoloads creole-autoloads fakir-autoloads fic-ext-mode-autoloads find-file-in-project-autoloads flx-autoloads hl-line+-autoloads idomenu-autoloads keyfreq-autoloads kv-autoloads lcs-autoloads log4j-mode-autoloads logito-autoloads lorem-ipsum-autoloads lusty-explorer-autoloads mark-tools-autoloads memory-usage-autoloads minimap-autoloads multifiles-autoloads mwe-log-commands-autoloads nlinum-autoloads nose-autoloads oauth-autoloads org-email-autoloads paredit-autoloads pastebin-autoloads pos-tip-autoloads powerline powerline-separators color powerline-themes pymacs-autoloads python-mode-autoloads pyvirtualenv-autoloads rainbow-mode-autoloads rebox2-autoloads request-autoloads shell-switcher-autoloads sicp-autoloads slime-autoloads top-mode-autoloads typing-autoloads diminish-autoloads virtualenv-autoloads vline-autoloads w3-autoloads window-number-autoloads workspaces-autoloads wtf-autoloads zen-and-art-theme-autoloads package yf/makeadefun warnings completion ert ewoc debug pcase ob-R ob-sh shell windmove latexenc paren doc-view jka-compr image-mode recentf tree-widget org-contacts org-capture org-agenda gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig mailcap find-lisp dired org-inlinetask org-element org derived org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ob-core ob-eval org-compat org-macs find-func cal-menu calendar cal-loaddefs gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message cl-macs gv format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils wid-edit cl time ffap thingatpt url-parse auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache url-vars winner ring edmacro kmacro cl-loaddefs cl-lib magit-autoloads two-mode-mode tex-site auto-loads org-loaddefs ido-hacks advice help-fns easy-mmode ido info easymenu time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 10:59 bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request Nicolas Richard @ 2013-12-12 12:04 ` Dmitry Antipov 2013-12-12 12:25 ` Nicolas Richard 0 siblings, 1 reply; 10+ messages in thread From: Dmitry Antipov @ 2013-12-12 12:04 UTC (permalink / raw) To: Nicolas Richard; +Cc: 16119 On 12/12/2013 02:59 PM, Nicolas Richard wrote: > [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called 1) Hm...could you also run 'info threads' in GDB and, if there are more than one of them, collect all backtraces? 2) According to http://cgit.freedesktop.org/xorg/lib/libX11, libX11-1.5.0 is 18 months old. Could you try an upgrade? My system has 1.6.0. Jan, is it possible that 3rd-party library does X protocol calls in separate thread? (Note this is Lucid build, and so GTK should be out of suspicion). Dmitry ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 12:04 ` Dmitry Antipov @ 2013-12-12 12:25 ` Nicolas Richard 2013-12-12 13:05 ` Dmitry Antipov 0 siblings, 1 reply; 10+ messages in thread From: Nicolas Richard @ 2013-12-12 12:25 UTC (permalink / raw) To: Dmitry Antipov; +Cc: 16119 Le 12/12/2013 13:04, Dmitry Antipov a écrit : > On 12/12/2013 02:59 PM, Nicolas Richard wrote: > >> [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called > > 1) Hm...could you also run 'info threads' in GDB and, if there are more than one of them, > collect all backtraces? I assumed that collecting all backtraces could be done via "thread <id>" and then "bt". Here's what I've done : (gdb) info threads Id Target Id Frame 6 Thread 0xb1d93b40 (LWP 10061) "emacs" deliver_input_available_signal (sig=29) at keyboard.c:7151 5 Thread 0xb2594b40 (LWP 10060) "emacs" 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" 0xb7fdf424 in __kernel_vsyscall () 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" 0xb7fdf424 in __kernel_vsyscall () 2 Thread 0xb4cceb40 (LWP 8569) "gmain" 0xb7fdf424 in __kernel_vsyscall () * 1 Thread 0xb5077880 (LWP 8565) "emacs" 0xb7fdf424 in __kernel_vsyscall () (gdb) thread 2 [Switching to thread 2 (Thread 0xb4cceb40 (LWP 8569))] #0 0xb7fdf424 in __kernel_vsyscall () (gdb) bt #0 0xb7fdf424 in __kernel_vsyscall () #1 0xb6e4a00b in *__GI___poll (fds=0xb4300478, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #2 0xb78444cb in g_poll (fds=0xb4300478, nfds=1, timeout=-1) at gpoll.c:132 #3 0xb783685e in g_main_context_poll (n_fds=1, fds=0xb4300478, timeout=<optimized out>, context=0x88fbc70, priority=<optimized out>) at gmain.c:3995 #4 g_main_context_iterate (dispatch=1, block=-1216068448, context=0x88fbc70, self=<optimized out>) at gmain.c:3696 #5 g_main_context_iterate (context=0x88fbc70, block=-1216068448, dispatch=1, self=<optimized out>) at gmain.c:3638 #6 0xb7836997 in g_main_context_iteration (context=0x88fbc70, may_block=1) at gmain.c:3762 #7 0xb7836a16 in glib_worker_main (data=0x0) at gmain.c:5427 #8 0xb785b84a in g_thread_proxy (data=0x88fc800) at gthread.c:798 #9 0xb6f0b017 in start_thread (arg=0xb4cceb40) at pthread_create.c:305 #10 0xb6e54cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 Lisp Backtrace: Program received signal SIGABRT, Aborted. [Switching to Thread 0xb5077880 (LWP 8565)] 0xb7fdf424 in __kernel_vsyscall () The program received a signal in another thread while making a function call from GDB. Evaluation of the expression containing the function (backtrace_top) will be abandoned. When the function is done executing, GDB will silently stop. (gdb) info threads Id Target Id Frame 6 Thread 0xb1d93b40 (LWP 10061) "emacs" 0xb6efd2fa in do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 5 Thread 0xb2594b40 (LWP 10060) "emacs" 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" 0xb7fdf424 in __kernel_vsyscall () 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" 0xb7fdf424 in __kernel_vsyscall () 2 Thread 0xb4cceb40 (LWP 8569) "gmain" backtrace_top () at eval.c:209 * 1 Thread 0xb5077880 (LWP 8565) "emacs" 0xb7fdf424 in __kernel_vsyscall () (gdb) thread 3 [Switching to thread 3 (Thread 0xb42a8b40 (LWP 8570))] #0 0xb7fdf424 in __kernel_vsyscall () (gdb) bt #0 0xb7fdf424 in __kernel_vsyscall () #1 0xb6e4a00b in *__GI___poll (fds=0xb39023b0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #2 0xb78444cb in g_poll (fds=0xb39023b0, nfds=3, timeout=-1) at gpoll.c:132 #3 0xb783685e in g_main_context_poll (n_fds=3, fds=0xb39023b0, timeout=<optimized out>, context=0x8935fb0, priority=<optimized out>) at gmain.c:3995 #4 g_main_context_iterate (dispatch=1, block=-1216068448, context=0x8935fb0, self=<optimized out>) at gmain.c:3696 #5 g_main_context_iterate (context=0x8935fb0, block=-1216068448, dispatch=1, self=<optimized out>) at gmain.c:3638 #6 0xb7836d73 in g_main_loop_run (loop=0x8935f90) at gmain.c:3895 #7 0xb7a75aca in gdbus_shared_thread_func (user_data=0x8937078) at gdbusprivate.c:278 #8 0xb785b84a in g_thread_proxy (data=0x88fce60) at gthread.c:798 #9 0xb6f0b017 in start_thread (arg=0xb42a8b40) at pthread_create.c:305 #10 0xb6e54cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 [Switching to Thread 0xb4cceb40 (LWP 8569)] The program stopped in another thread while making a function call from GDB. Evaluation of the expression containing the function (backtrace_top) will be abandoned. When the function is done executing, GDB will silently stop. (gdb) info threads Id Target Id Frame 6 Thread 0xb1d93b40 (LWP 10061) "emacs" do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 5 Thread 0xb2594b40 (LWP 10060) "emacs" 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" 0xb7fdf424 in __kernel_vsyscall () 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" <function called from gdb> * 2 Thread 0xb4cceb40 (LWP 8569) "gmain" 0xb7fdf424 in __kernel_vsyscall () 1 Thread 0xb5077880 (LWP 8565) "emacs" 0xb7fdf424 in __kernel_vsyscall () (gdb) thread 4 [Switching to thread 4 (Thread 0xb38ffb40 (LWP 8571))] #0 0xb7fdf424 in __kernel_vsyscall () (gdb) bt #0 0xb7fdf424 in __kernel_vsyscall () #1 0xb6e4a00b in *__GI___poll (fds=0xb2f00c78, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #2 0xb78444cb in g_poll (fds=0xb2f00c78, nfds=1, timeout=-1) at gpoll.c:132 #3 0xb783685e in g_main_context_poll (n_fds=1, fds=0xb2f00c78, timeout=<optimized out>, context=0x8957220, priority=<optimized out>) at gmain.c:3995 #4 g_main_context_iterate (dispatch=1, block=-1216068448, context=0x8957220, self=<optimized out>) at gmain.c:3696 #5 g_main_context_iterate (context=0x8957220, block=-1216068448, dispatch=1, self=<optimized out>) at gmain.c:3638 #6 0xb7836d73 in g_main_loop_run (loop=0xb2f00c68) at gmain.c:3895 #7 0xb4457736 in dconf_context_thread (data=0x8957220) at dconfcontext.c:11 #8 0xb785b84a in g_thread_proxy (data=0x894a6c0) at gthread.c:798 #9 0xb6f0b017 in start_thread (arg=0xb38ffb40) at pthread_create.c:305 #10 0xb6e54cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 [Switching to Thread 0xb42a8b40 (LWP 8570)] The program stopped in another thread while making a function call from GDB. Evaluation of the expression containing the function (backtrace_top) will be abandoned. When the function is done executing, GDB will silently stop. (gdb) info threads Id Target Id Frame 6 Thread 0xb1d93b40 (LWP 10061) "emacs" 0xb6efd304 in do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 5 Thread 0xb2594b40 (LWP 10060) "emacs" 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" <function called from gdb> * 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" 0xb7fdf424 in __kernel_vsyscall () 2 Thread 0xb4cceb40 (LWP 8569) "gmain" 0xb7fdf424 in __kernel_vsyscall () 1 Thread 0xb5077880 (LWP 8565) "emacs" 0xb7fdf424 in __kernel_vsyscall () (gdb) thread 5 [Switching to thread 5 (Thread 0xb2594b40 (LWP 10060))] #0 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 90 /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h: Aucun fichier ou dossier de ce type. (gdb) bt #0 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 #1 futex_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:120 #2 do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:58 #3 gomp_barrier_wait_end (bar=0xb4f83f8, state=4) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:49 #4 0xb6efd3cc in gomp_barrier_wait (bar=0xb4f83f8) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:57 #5 0xb6efbc28 in gomp_thread_start (xdata=0xbfffacf0) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119 #6 0xb6f0b017 in start_thread (arg=0xb2594b40) at pthread_create.c:305 #7 0xb6e54cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 Lisp Backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb5077880 (LWP 8565)] *__GI_abort () at abort.c:127 127 abort.c: Aucun fichier ou dossier de ce type. The program received a signal in another thread while making a function call from GDB. Evaluation of the expression containing the function (backtrace_p) will be abandoned. When the function is done executing, GDB will silently stop. (gdb) info threads Id Target Id Frame 6 Thread 0xb1d93b40 (LWP 10061) "emacs" 0xb6efd304 in do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 5 Thread 0xb2594b40 (LWP 10060) "emacs" backtrace_p (pdl=0x88f5a68) at eval.c:205 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" <function called from gdb> 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" 0xb7fdf424 in __kernel_vsyscall () 2 Thread 0xb4cceb40 (LWP 8569) "gmain" 0xb7fdf424 in __kernel_vsyscall () * 1 Thread 0xb5077880 (LWP 8565) "emacs" *__GI_abort () at abort.c:127 (gdb) thread 6 [Switching to thread 6 (Thread 0xb1d93b40 (LWP 10061))] #0 0xb6efd304 in do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 53 /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h: Aucun fichier ou dossier de ce type. (gdb) bt #0 0xb6efd304 in do_wait (val=4, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/wait.h:53 #1 gomp_barrier_wait_end (bar=0xb4f83f8, state=4) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:49 #2 0xb6efd3cc in gomp_barrier_wait (bar=0xb4f83f8) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/bar.c:57 #3 0xb6efbc28 in gomp_thread_start (xdata=0xbfffad24) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/team.c:119 #4 0xb6f0b017 in start_thread (arg=0xb1d93b40) at pthread_create.c:305 #5 0xb6e54cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 Lisp Backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb5077880 (LWP 8565)] *__GI_abort () at abort.c:127 127 abort.c: Aucun fichier ou dossier de ce type. The program received a signal in another thread while making a function call from GDB. Evaluation of the expression containing the function (backtrace_p) will be abandoned. When the function is done executing, GDB will silently stop. (gdb) I understand that gdb is not completely happy with that, but I do not know what to do with its complaint. > 2) According to http://cgit.freedesktop.org/xorg/lib/libX11, libX11-1.5.0 is 18 months old. > Could you try an upgrade? My system has 1.6.0. Sure, will do. Nico. ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 12:25 ` Nicolas Richard @ 2013-12-12 13:05 ` Dmitry Antipov 2013-12-12 14:03 ` Nicolas Richard 0 siblings, 1 reply; 10+ messages in thread From: Dmitry Antipov @ 2013-12-12 13:05 UTC (permalink / raw) To: Nicolas Richard; +Cc: 16119 On 12/12/2013 04:25 PM, Nicolas Richard wrote: > I assumed that collecting all backtraces could be done via "thread <id>" and then "bt". > Here's what I've done : > (gdb) info threads > Id Target Id Frame > 6 Thread 0xb1d93b40 (LWP 10061) "emacs" deliver_input_available_signal (sig=29) at keyboard.c:7151 > 5 Thread 0xb2594b40 (LWP 10060) "emacs" 0xb6efd325 in sys_futex0 (val=4, op=<optimized out>, addr=0xb4f83fc) at /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/libgomp/config/linux/x86/futex.h:90 > 4 Thread 0xb38ffb40 (LWP 8571) "dconf worker" 0xb7fdf424 in __kernel_vsyscall () > 3 Thread 0xb42a8b40 (LWP 8570) "gdbus" 0xb7fdf424 in __kernel_vsyscall () > 2 Thread 0xb4cceb40 (LWP 8569) "gmain" 0xb7fdf424 in __kernel_vsyscall () > * 1 Thread 0xb5077880 (LWP 8565) "emacs" 0xb7fdf424 in __kernel_vsyscall () Having 6 threads (and 3 of them are "emacs") is a total mess. This is what I have for 'emacs -Q' and C-c in gdb: (gdb) i thr Id Target Id Frame 4 Thread 0x7fffeeb1f700 (LWP 11538) "gdbus" 0x0000003869aeb7fd in poll () at ../sysdeps/unix/syscall-template.S:81 3 Thread 0x7fffef320700 (LWP 11536) "dconf worker" 0x0000003869aeb7fd in poll () at ../sysdeps/unix/syscall-template.S:81 2 Thread 0x7fffefe82700 (LWP 11534) "gmain" 0x0000003869aeb7fd in poll () at ../sysdeps/unix/syscall-template.S:81 * 1 Thread 0x7ffff65b5a80 (LWP 11530) "emacs" 0x0000003869aed629 in __pselect (nfds=11, readfds=0x7fffffffcfc0, writefds=0x7fffffffcf40, exceptfds=0x0, timeout=<optimized out>, sigmask=<optimized out>) at ../sysdeps/unix/sysv/linux/pselect.c:77 It becomes curious to look into your Emacs binary. Can you upload it somewhere? (To be honest, I'm suspecting a brain-damaged toolchain or glibc setup). Dmitry ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 13:05 ` Dmitry Antipov @ 2013-12-12 14:03 ` Nicolas Richard 2013-12-12 15:07 ` Dmitry Antipov 0 siblings, 1 reply; 10+ messages in thread From: Nicolas Richard @ 2013-12-12 14:03 UTC (permalink / raw) To: Dmitry Antipov; +Cc: 16119 Le 12/12/2013 14:05, Dmitry Antipov a écrit : > Having 6 threads (and 3 of them are "emacs") is a total mess. This is > what I have for 'emacs -Q' and C-c in gdb: Btw it was not from emacs -Q. Also, the 6 threads don't show up from the beginning. I don't know when the last two (5 and 6) appeared. > It becomes curious to look into your Emacs binary. Can you upload it > somewhere? Sure, here it is : https://www.dropbox.com/s/5o2pjldmba86xk7/emacs.tar.bz2 > (To be honest, I'm suspecting a brain-damaged toolchain or glibc > setup). I guess I should be using a system more suited to my deep ignorance, if this is the case, because I have no idea what I did wrong. -- Nico. ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 14:03 ` Nicolas Richard @ 2013-12-12 15:07 ` Dmitry Antipov 2013-12-12 17:21 ` Nicolas Richard 2013-12-13 10:56 ` Nicolas Richard 0 siblings, 2 replies; 10+ messages in thread From: Dmitry Antipov @ 2013-12-12 15:07 UTC (permalink / raw) To: Nicolas Richard; +Cc: 16119 On 12/12/2013 06:03 PM, Nicolas Richard wrote: > Btw it was not from emacs -Q. > > Also, the 6 threads don't show up from the beginning. I don't know when > the last two (5 and 6) appeared. If so, can you also give a hint to reproduce crash? > Sure, here it is : > https://www.dropbox.com/s/5o2pjldmba86xk7/emacs.tar.bz2 After installing some libraries, I'm able run your binary. Since it doesn't crash for me (yet), here is a binary with all required libraries from my system: http://37.139.80.10/tmp/alien-emacs.tar.xz Can you also try it with LD_LIBRARY_PATH pointed to my libraries and check whether crash is still here? Dmitry ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 15:07 ` Dmitry Antipov @ 2013-12-12 17:21 ` Nicolas Richard 2016-08-06 13:19 ` npostavs 2013-12-13 10:56 ` Nicolas Richard 1 sibling, 1 reply; 10+ messages in thread From: Nicolas Richard @ 2013-12-12 17:21 UTC (permalink / raw) To: Dmitry Antipov; +Cc: 16119 Le 12/12/2013 16:07, Dmitry Antipov a écrit : > On 12/12/2013 06:03 PM, Nicolas Richard wrote: > >> Btw it was not from emacs -Q. >> >> Also, the 6 threads don't show up from the beginning. I don't know when >> the last two (5 and 6) appeared. > > If so, can you also give a hint to reproduce crash? I wish I had a recipe, but it always seemed to happen randomly. Also, I'm not sure the different crashes I've had were all related. Assuming they were, sometimes it crashed while I was doing something (e.g. when calling emacsclient from thunderbird, or switching buffer/about to find a file), sometimes when I was leaving my X session. >> Sure, here it is : >> https://www.dropbox.com/s/5o2pjldmba86xk7/emacs.tar.bz2 > > After installing some libraries, I'm able run your binary. > Since it doesn't crash for me (yet), here is a binary > with all required libraries from my system: It doesn't crash for me right away, and I never used it long enough from -Q to see if I could reproduce from -Q. But my emacs from -Q is... much less usable. I will try to make a "minimal usable .emacs" and see if something happens too. > http://37.139.80.10/tmp/alien-emacs.tar.xz I downloaded it, will try later. -- Nico ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 17:21 ` Nicolas Richard @ 2016-08-06 13:19 ` npostavs 2016-08-06 14:15 ` Nicolas Richard 0 siblings, 1 reply; 10+ messages in thread From: npostavs @ 2016-08-06 13:19 UTC (permalink / raw) To: Nicolas Richard; +Cc: Dmitry Antipov, 16119 # assuming these are the same bug, in absence of contradicting evidence merge 16119 16073 16083 tags 16119 unreproducible quit Nicolas Richard <theonewiththeevillook@yahoo.fr> writes: > Le 12/12/2013 16:07, Dmitry Antipov a écrit : >> On 12/12/2013 06:03 PM, Nicolas Richard wrote: >> >>> Btw it was not from emacs -Q. >>> >>> Also, the 6 threads don't show up from the beginning. I don't know when >>> the last two (5 and 6) appeared. >> >> If so, can you also give a hint to reproduce crash? > > I wish I had a recipe, but it always seemed to happen randomly. Also, > I'm not sure the different crashes I've had were all related. Assuming > they were, sometimes it crashed while I was doing something (e.g. when > calling emacsclient from thunderbird, or switching buffer/about to > find a file), sometimes when I was leaving my X session. > >>> Sure, here it is : >>> https://www.dropbox.com/s/5o2pjldmba86xk7/emacs.tar.bz2 >> >> After installing some libraries, I'm able run your binary. >> Since it doesn't crash for me (yet), here is a binary >> with all required libraries from my system: > > It doesn't crash for me right away, and I never used it long enough > from -Q to see if I could reproduce from -Q. But my emacs from -Q > is... much less usable. I will try to make a "minimal usable .emacs" > and see if something happens too. Do you still see these crashes with more recent Emacs? ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2016-08-06 13:19 ` npostavs @ 2016-08-06 14:15 ` Nicolas Richard 0 siblings, 0 replies; 10+ messages in thread From: Nicolas Richard @ 2016-08-06 14:15 UTC (permalink / raw) To: npostavs; +Cc: Nicolas Richard, Dmitry Antipov, 16119-close npostavs@users.sourceforge.net writes: > Do you still see these crashes with more recent Emacs? Thanks for asking ; and no, I haven't seen any crash recently. Let's close this bug. Nicolas. ^ permalink raw reply [flat|nested] 10+ messages in thread
* bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request 2013-12-12 15:07 ` Dmitry Antipov 2013-12-12 17:21 ` Nicolas Richard @ 2013-12-13 10:56 ` Nicolas Richard 1 sibling, 0 replies; 10+ messages in thread From: Nicolas Richard @ 2013-12-13 10:56 UTC (permalink / raw) To: Dmitry Antipov; +Cc: 16119 Le 12/12/2013 16:07, Dmitry Antipov a écrit : > After installing some libraries, I'm able run your binary. > Since it doesn't crash for me (yet), here is a binary > with all required libraries from my system: > > http://37.139.80.10/tmp/alien-emacs.tar.xz I can't run that binary. Running "./run", I get ./emacs: relocation error: /home/youngfrog/tmp-emacs/alien-emacs/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference Running ./emacs directly, I get a fatal error with a backtrace, as you can see below. ~/tmp-emacs $ tar xf alien-emacs.tar.xz ~/tmp-emacs $ git clone ~/sources/running-emacs/ emacs-trunk Cloning into 'emacs-trunk'... done. Checking out files: 100% (3506/3506), done. ~/tmp-emacs $ ll total 13888 drwxr-xr-x 3 youngfrog youngfrog 4096 12 déc. 15:57 alien-emacs -rw------- 1 youngfrog youngfrog 14188760 13 déc. 11:16 alien-emacs.tar.xz drwxr-xr-x 19 youngfrog youngfrog 4096 13 déc. 11:17 emacs-trunk ~/tmp-emacs $ cd alien-emacs/ ~/tmp-emacs/alien-emacs $ ll total 45132 -rwxr-xr-x 1 youngfrog youngfrog 46156726 11 déc. 12:28 emacs drwxr-xr-x 2 youngfrog youngfrog 4096 12 déc. 15:54 lib -rwxr-xr-x 1 youngfrog youngfrog 157 12 déc. 15:57 run ~/tmp-emacs/alien-emacs $ ./run ./emacs: relocation error: /home/youngfrog/tmp-emacs/alien-emacs/lib/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference ~/tmp-emacs/alien-emacs $ ./emacs Warning: arch-dependent data dir `/usr/local/libexec/emacs/24.3.50/i686-pc-linux-gnu/': Aucun fichier ou dossier de ce type Warning: Lisp directory `/usr/local/share/emacs/24.3.50/lisp': Aucun fichier ou dossier de ce type Warning: Could not find simple.el or simple.elc Fatal error 6: Aborted Backtrace: ./emacs[0x816fbc3] ./emacs[0x8151a53] ./emacs[0x816f057] ./emacs[0x8109321] ./emacs[0x810b9b1] ./emacs[0x808dbb4] ./emacs[0x8095d16] ./emacs[0x8067766] ./emacs[0x80678e7] ./emacs[0x80c44ad] ./emacs[0x80cc69a] ./emacs[0x806189f] ./emacs[0x813b491] ./emacs[0x81d6bab] ./emacs[0x82149bf] ./emacs[0x81d64b1] ./emacs[0x81d6817] ./emacs[0x82149bf] ./emacs[0x81d64b1] ./emacs[0x81d6817] ./emacs[0x82149bf] ./emacs[0x81d64b1] ./emacs[0x81d6817] ./emacs[0x82149bf] ./emacs[0x81d6543] ./emacs[0x81d6817] ./emacs[0x82149bf] ./emacs[0x81d6543] ./emacs[0x81d55ea] ./emacs[0x81d584c] ./emacs[0x81d8714] ./emacs[0x8154da9] ./emacs[0x81d4a38] ./emacs[0x8156615] ./emacs[0x81d495b] ./emacs[0x81578fc] ./emacs[0x8157bf0] ./emacs[0x8057952] /lib/libc.so.6(__libc_start_main+0xf3)[0xb6d28bb3] ./emacs[0x8058555] Abandon (core dumped) ~/tmp-emacs/alien-emacs $ gdb -iex "set auto-load safe-path /" emacs GNU gdb (Gentoo 7.5.1 p2) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /home/youngfrog/tmp-emacs/alien-emacs/emacs...done. (gdb) run Starting program: /home/youngfrog/tmp-emacs/alien-emacs/emacs warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Warning: arch-dependent data dir `/usr/local/libexec/emacs/24.3.50/i686-pc-linux-gnu/': Aucun fichier ou dossier de ce type Warning: Lisp directory `/usr/local/share/emacs/24.3.50/lisp': Aucun fichier ou dossier de ce type [New Thread 0xb4c28b40 (LWP 23625)] Warning: Could not find simple.el or simple.elc [New Thread 0xb41e4b40 (LWP 23626)] [New Thread 0xb37ffb40 (LWP 23627)] Fatal error 6: Aborted Backtrace: /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x816fbc3] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8151a53] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x816f057] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8109321] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x810b9b1] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x808dbb4] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8095d16] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8067766] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80678e7] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80c44ad] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x80cc69a] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x806189f] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x813b491] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6bab] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d64b1] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6543] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6817] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x82149bf] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d6543] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d55ea] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d584c] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d8714] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8154da9] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d4a38] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8156615] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81d495b] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x81578fc] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8157bf0] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8057952] /lib/libc.so.6(__libc_start_main+0xf3)[0xb6d28bb3] /home/youngfrog/tmp-emacs/alien-emacs/emacs[0x8058555] Program received signal SIGABRT, Aborted. 0xb7ffd424 in __kernel_vsyscall () (gdb) bt #0 0xb7ffd424 in __kernel_vsyscall () #1 0xb6eda1b6 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:41 #2 0x08151a8b in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:377 #3 0x0816f057 in emacs_abort () at sysdep.c:2123 #4 0x08109321 in bidi_initialize () at bidi.c:774 #5 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813 #6 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969 #7 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630 #8 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851 #9 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904 #10 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242 #11 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266 #12 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587 #13 0x0813b491 in Fx_create_frame (parms=141459406) at xfns.c:3080 #14 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805 #15 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919 #16 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039 #17 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866 #18 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919 #19 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039 #20 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866 #21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919 #22 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039 #23 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866 #24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919 #25 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973 #26 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866 #27 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919 #28 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973 #29 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914 #30 0x081d584c in eval_sub (form=141369662) at eval.c:2250 #31 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993 #32 0x08154da9 in top_level_2 () at keyboard.c:1179 #33 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 #34 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187 #35 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108 #36 0x081578fc in command_loop () at keyboard.c:1148 #37 recursive_edit_1 () at keyboard.c:777 #38 0x08157bf0 in Frecursive_edit () at keyboard.c:841 #39 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603 (gdb) q A debugging session is active. Inferior 1 [process 23621] will be killed. Quit anyway? (y or n) y ~/tmp-emacs/alien-emacs $ cp -r emacs lib/ run ../emacs-trunk/src/ ~/tmp-emacs/alien-emacs $ cd ../emacs-trunk/src/ ~/tmp-emacs/emacs-trunk/src $ gdb -iex "set auto-load safe-path /" emacs GNU gdb (Gentoo 7.5.1 p2) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /home/youngfrog/tmp-emacs/emacs-trunk/src/emacs...done. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :0.0 TERM = dumb Breakpoint 1 at 0x81519f0: file emacs.c, line 349. Temporary breakpoint 2 at 0x816f060: file sysdep.c, line 846. (gdb) run Starting program: /home/youngfrog/tmp-emacs/emacs-trunk/src/emacs warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". [New Thread 0xb4c5ab40 (LWP 23688)] [New Thread 0xb421eb40 (LWP 23689)] [New Thread 0xb38ffb40 (LWP 23690)] Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349 349 terminate_due_to_signal (int sig, int backtrace_limit) (gdb) bt #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349 #1 0x0816f057 in emacs_abort () at sysdep.c:2123 #2 0x08109321 in bidi_initialize () at bidi.c:774 #3 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813 #4 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969 #5 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630 #6 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851 #7 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904 #8 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242 #9 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266 #10 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587 #11 0x0813b491 in Fx_create_frame (parms=141457510) at xfns.c:3080 #12 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805 #13 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919 #14 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039 #15 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866 #16 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919 #17 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039 #18 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866 #19 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919 #20 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039 #21 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866 #22 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919 #23 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973 #24 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866 #25 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919 #26 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973 #27 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914 #28 0x081d584c in eval_sub (form=141369662) at eval.c:2250 #29 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993 #30 0x08154da9 in top_level_2 () at keyboard.c:1179 #31 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 #32 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187 #33 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108 #34 0x081578fc in command_loop () at keyboard.c:1148 #35 recursive_edit_1 () at keyboard.c:777 #36 0x08157bf0 in Frecursive_edit () at keyboard.c:841 #37 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603 Lisp Backtrace: "x-create-frame" (0xbfffe1e8) "x-create-frame-with-faces" (0xbfffe388) "make-frame" (0xbfffe528) "frame-initialize" (0xbfffe6c8) "command-line" (0xbfffe89c) "normal-top-level" (0xbfffe9f0) (gdb) bt full #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:349 No locals. #1 0x0816f057 in emacs_abort () at sysdep.c:2123 No locals. #2 0x08109321 in bidi_initialize () at bidi.c:774 No locals. #3 0x0810b9b1 in bidi_init_it (charpos=1, bytepos=1, frame_window_p=false, bidi_it=0xbfffdcc8) at bidi.c:813 No locals. #4 0x0808dbb4 in init_iterator (it=0xbfffd718, w=0x8546568, charpos=1, bytepos=1, row=0x85472a0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2969 remapped_base_face_id = DEFAULT_FACE_ID #5 0x08095d16 in resize_mini_window (w=0x8546568, exact_p=1) at xdisp.c:10630 total_height = 9 unit = 1 max_height = <optimized out> old_current_buffer = 0x853f4d0 it = { window = 139748717, w = 0x8546568, f = 0x85462d0, method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 1, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = 1, header_line_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0 <repeats 16 times>}, start = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {0 <repeats 16 times>}, string_overlays = {0 <repeats 16 times>}, string = 139699138, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = 1, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 0, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 0, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 0, len = 0, cmp_it = { stop_pos = 0, id = -1, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 139699138, y = 139699138, width = 139699138, height = 139699138 }, space_width = 139699138, voffset = 0, tab_width = 8, font_height = 139699138, object = 0, position = { charpos = 0, bytepos = 0 }, truncation_pixel_width = 0, continuation_pixel_width = 1, first_visible_x = 0, last_visible_x = 9, last_visible_y = 1, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = TEXT_AREA, nglyphs = 1, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = 1, bidi_it = { bytepos = 0, charpos = 0, ch = 0, nchars = 0, ch_len = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = 0, prev = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 0, sor = NEUTRAL_DIR, scan_dir = 0, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } <repeats 64 times>}, string = { lstring = 139699138, s = 0x0, schars = 0, bufpos = 0, from_disp_str = 0, unibyte = 0 }, w = 0x8546568, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, prev_was_pdf = 0, first_elt = 0, new_paragraph = 0, frame_window_p = 0 }, paragraph_embedding = NEUTRAL_DIR } height = <optimized out> start = <optimized out> f = 0x85462d0 window_height_changed_p = 0 #6 0x08067766 in do_switch_frame (frame=143135469, track=1, for_deletion=0, norecord=139699162) at frame.c:851 sf = 0x85462d0 #7 0x080678e7 in Fselect_frame (frame=143135469, norecord=139699162) at frame.c:904 No locals. #8 0x080c44ad in select_frame_norecord (frame=143135469) at window.c:3242 No locals. #9 0x080cc69a in run_window_configuration_change_hook (f=0x88812e8) at window.c:3266 frame = 143135469 global_wcch = 139699138 #10 0x0806189f in change_frame_size_1 (f=0x88812e8, new_width=<optimized out>, new_height=<optimized out>, pretend=true, delay=false, safe=false, pixelwise=true) at dispnew.c:5587 new_text_width = 90 new_text_height = 190 new_root_width = <optimized out> old_root_width = <optimized out> new_cols = <optimized out> new_lines = 10 #11 0x0813b491 in Fx_create_frame (parms=141457510) at xfns.c:3080 f = 0x88812e8 tem = <optimized out> name = <optimized out> minibuffer_only = 0 window_prompting = 0 width = <optimized out> height = <optimized out> display = <optimized out> dpyinfo = 0x8918c60 parent = 139699138 kb = 0x89192c0 #12 0x081d6bab in Ffuncall (nargs=2, args=0xbfffe1e4) at eval.c:2805 fun = 137234373 original_fun = <optimized out> funcar = 141591352 numargs = 1 val = <optimized out> internal_args = 0xbfffe1e8 i = <optimized out> #13 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=16, args_template=139699138, nargs=-1073749528, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 17 count_volatile = 139699138 vectorp = 0x832305c <pure+265724> vectorp_volatile = 0x81d4e07 <run_hook_with_args+55> stack = { pc = 0x84a4599 <pure+1844025> "\024Ύ\317\f!\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\204W", byte_string = 137506889, byte_string_start = 0x84a4563 <pure+1843971> "\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060", next = 0xbfffe418 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x8465424 <pure+1585604> "\303 \211\030\031\b:\203\034", next = 0xbfffe418 } result = 139699138 type = (unknown: 2) #14 0x081d64b1 in funcall_lambda (fun=137506861, nargs=1, arg_vector=0xbfffe388) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 137506856 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #15 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe384) at eval.c:2866 fun = <optimized out> original_fun = 141789098 funcar = 141591352 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #16 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=20, args_template=139699138, nargs=-1073749112, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 9 count_volatile = -1073748392 vectorp = 0x83723ec <pure+590220> vectorp_volatile = 0x88f5868 stack = { pc = 0x84655a0 <pure+1585984> "\026\034\324\016\034!\210\016#\311\036$\211\036!\203\034\001\016!@\211\026$\b\236\204\023\001\325\016\032\016$\"\211\036%\203\022\001\326\016\034\016$\016%#\210)\016!A\211\026!\204", <incomplete sequence \362>, byte_string = 137831385, byte_string_start = 0x84654c0 <pure+1585760> "\301\b\236A\031\306\b\236\203\061", next = 0xbfffe5b8 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0xbfffe470 "", next = 0x88f58d8 } result = 139699138 type = (unknown: 2) #17 0x081d64b1 in funcall_lambda (fun=137831357, nargs=1, arg_vector=0xbfffe528) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 137831352 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #18 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe524) at eval.c:2866 fun = <optimized out> original_fun = 141805826 funcar = 141591352 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #19 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=24, args_template=139699138, nargs=-1073748696, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 7 count_volatile = 139699138 vectorp = 0x8371a2c <pure+587724> vectorp_volatile = 0x81d4e07 <run_hook_with_args+55> stack = { pc = 0x8465dad <pure+1588045> "\211\026\024\026\025\317\v!\023\320\016\024\321\322\n\321\"#\210\323\n!\210ʉ\022\207", byte_string = 137828889, byte_string_start = 0x8465d7c <pure+1587996> "\b\205K", next = 0xbfffe788 } stack_volatile = { pc = 0x870c0be "<\b\032\273l\b\316\300p\b\326\300p\b\216\372\210\b\016\301p\b£S\b\t\320m\b~\252<\b\232\276o\b\006\306p\b\031\320m\b^\246<\bv\300p\b£S\b\366\300p\b£S\b,\242\201", byte_string = 143612008, byte_string_start = 0x88f58d8 "\004", next = 0x70c0a6 } result = 139699138 type = (unknown: 2) #20 0x081d64b1 in funcall_lambda (fun=137828869, nargs=0, arg_vector=0xbfffe6c8) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 137828864 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #21 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe6c4) at eval.c:2866 fun = <optimized out> original_fun = 141888866 funcar = 141591352 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #22 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=68, args_template=0, nargs=-1073748284, args=0x1) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 6 count_volatile = 5 vectorp = 0x8327b04 <pure+284836> vectorp_volatile = 0x81b917d <allocate_vectorlike+253> stack = { pc = 0x84a0d78 <pure+1829656> "\210\201x", byte_string = 137526001, byte_string_start = 0x84a0b37 <pure+1829079> "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060", next = 0xbfffe938 } stack_volatile = { pc = 0x18 <Address 0x18 out of bounds>, byte_string = -1227330100, byte_string_start = 0xb6d86d87 <__GI___libc_mallopt+7> "\201\303m\342\022", next = 0x87a0950 } result = 139699138 type = (unknown: 2) #23 0x081d6543 in funcall_lambda (fun=137525981, nargs=0, arg_vector=0xbfffe89c) at eval.c:2973 val = <optimized out> syms_left = <optimized out> next = 0 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #24 0x081d6817 in Ffuncall (nargs=1, args=0xbfffe898) at eval.c:2866 fun = <optimized out> original_fun = 141888554 funcar = 141591352 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #25 0x082149bf in exec_byte_code (bytestr=139699138, vector=141591352, maxdepth=32, args_template=0, nargs=-1073747820, args=0x1) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 4 count_volatile = -1227809084 vectorp = 0x83273fc <pure+283036> vectorp_volatile = 0x28 stack = { pc = 0x84a164e <pure+1831918> "\210)\210\366\367\370\"\210\371\313\372\"\211;\203:\001\373\001P\262\001\202T\001\016D\211\203S\001\211@\374\375\002\"\203L\001\211\262\003\001A\266\202\202<\001\210\211\205]\001\350\001\016A\"\207", byte_string = 137524201, byte_string_start = 0x84a152d <pure+1831629> "\b\203\b", next = 0x0 } stack_volatile = { pc = 0x805044a "libc.so.6", byte_string = -1225890512, byte_string_start = 0xb7fe64ad <check_match+13> "\201\303\023\213\001", next = 0xb7ffefc0 } result = 139699138 type = (unknown: 2) #26 0x081d6543 in funcall_lambda (fun=137524181, nargs=0, arg_vector=0xbfffe9f0) at eval.c:2973 val = <optimized out> syms_left = <optimized out> next = 0 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #27 0x081d55ea in apply_lambda (fun=137524181, args=<optimized out>) at eval.c:2914 args_left = 139699138 i = <optimized out> numargs = 0 arg_vector = <optimized out> tem = <optimized out> sa_must_free = <optimized out> #28 0x081d584c in eval_sub (form=141369662) at eval.c:2250 fun = <optimized out> val = <optimized out> original_fun = 141376162 original_args = 139699138 funcar = 141591352 #29 0x081d8714 in Feval (form=141369662, lexical=139699138) at eval.c:1993 No locals. #30 0x08154da9 in top_level_2 () at keyboard.c:1179 No locals. #31 0x081d4a38 in internal_condition_case (bfun=0x8154d90 <top_level_2>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 val = <optimized out> c = 0x88fe560 #32 0x08156615 in top_level_1 (ignore=139699138) at keyboard.c:1187 No locals. #33 0x081d495b in internal_catch (tag=139730218, func=0x81565b0 <top_level_1>, arg=139699138) at eval.c:1108 val = <optimized out> c = 0x853a3a2 #34 0x081578fc in command_loop () at keyboard.c:1148 No locals. #35 recursive_edit_1 () at keyboard.c:777 val = 0 #36 0x08157bf0 in Frecursive_edit () at keyboard.c:841 buffer = 139699138 #37 0x08057952 in main (argc=<optimized out>, argv=0xbfffece4) at emacs.c:1603 dummy = -1226091548 stack_bottom_variable = 0 '\000' do_initial_setlocale = <optimized out> dumping = <optimized out> skip_args = 0 rlim = { rlim_cur = 8388608, rlim_max = 18446744073709551615 } no_loadup = false junk = 0x0 dname_arg = 0x0 ch_to_dir = 0xffffffff <Address 0xffffffff out of bounds> original_pwd = 0x1 <Address 0x1 out of bounds> Lisp Backtrace: "x-create-frame" (0xbfffe1e8) "x-create-frame-with-faces" (0xbfffe388) "make-frame" (0xbfffe528) "frame-initialize" (0xbfffe6c8) "command-line" (0xbfffe89c) "normal-top-level" (0xbfffe9f0) (gdb) x Argument required (starting display address). (gdb) q A debugging session is active. Inferior 1 [process 23684] will be killed. Quit anyway? (y or n) y ~/tmp-emacs/emacs-trunk/src $ exit -- Nico. ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-08-06 14:15 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-12 10:59 bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request Nicolas Richard 2013-12-12 12:04 ` Dmitry Antipov 2013-12-12 12:25 ` Nicolas Richard 2013-12-12 13:05 ` Dmitry Antipov 2013-12-12 14:03 ` Nicolas Richard 2013-12-12 15:07 ` Dmitry Antipov 2013-12-12 17:21 ` Nicolas Richard 2016-08-06 13:19 ` npostavs 2016-08-06 14:15 ` Nicolas Richard 2013-12-13 10:56 ` Nicolas Richard
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.