unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
@ 2013-12-13 11:12 Nicolas Richard
  2013-12-13 12:04 ` Nicolas Richard
  0 siblings, 1 reply; 11+ messages in thread
From: Nicolas Richard @ 2013-12-13 11:12 UTC (permalink / raw)
  To: 16128


Hello,

I seem to have little luck with emacs-from-trunk (I'm at commit 8790bb2,
which corresponds to trunk revno: 115504).

The commands ran after the backtrace are those suggested in bug #16126
(which looks similar to me -- but I'm not using cygwin).

~/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.0
TERM = xterm
Breakpoint 1 at 0x81519b0: file emacs.c, line 350.
Temporary breakpoint 2 at 0x816f050: file sysdep.c, line 850.
(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 0xb4c5ab40 (LWP 23135)]
[New Thread 0xb421eb40 (LWP 23136)]
[New Thread 0xb38ffb40 (LWP 23137)]
    
Program received signal SIGSEGV, Segmentation fault.
0x081f08dd in font_close_object (font_object=169718757) at font.c:2901
2901	  eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
(gdb) bt
#0  0x081f08dd in font_close_object (font_object=169718757) at font.c:2901
#1  0x081b4602 in cleanup_vector (vector=<optimized out>) at alloc.c:2883
#2  0x081bae3d in sweep_vectors () at alloc.c:2941
#3  gc_sweep () at alloc.c:6631
#4  Fgarbage_collect () at alloc.c:5554
#5  0x08214b18 in maybe_gc () at lisp.h:4476
#6  exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073758204, args=0x82) at bytecode.c:954
#7  0x081d51c1 in funcall_lambda (fun=138050173, nargs=1, arg_vector=0xbfffc1b4) at eval.c:3039
#8  0x081d5527 in Ffuncall (nargs=2, args=0xbfffc1b0) at eval.c:2866
#9  0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073757772, args=0x2) at bytecode.c:919
#10 0x081d51c1 in funcall_lambda (fun=138050173, nargs=1, arg_vector=0xbfffc354) at eval.c:3039
#11 0x081d5527 in Ffuncall (nargs=2, args=0xbfffc350) at eval.c:2866
#12 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073757356, args=0x2) at bytecode.c:919
#13 0x081d51c1 in funcall_lambda (fun=138050173, nargs=3, arg_vector=0xbfffc4e8) at eval.c:3039
#14 0x081d5527 in Ffuncall (nargs=4, args=0xbfffc4e4) at eval.c:2866
#15 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=20, args_template=139690946, nargs=-1073756944, args=0x4) at bytecode.c:919
#16 0x081d51c1 in funcall_lambda (fun=138049701, nargs=1, arg_vector=0xbfffc68c) at eval.c:3039
#17 0x081d5527 in Ffuncall (nargs=2, args=0xbfffc688) at eval.c:2866
#18 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=32, args_template=139690946, nargs=-1073756532, args=0x2) at bytecode.c:919
#19 0x081d51c1 in funcall_lambda (fun=167541317, nargs=6, arg_vector=0xbfffc838) at eval.c:3039
#20 0x081d5527 in Ffuncall (nargs=7, args=0xbfffc834) at eval.c:2866
#21 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=36, args_template=139690946, nargs=-1073756084, args=0x7) at bytecode.c:919
#22 0x081d51c1 in funcall_lambda (fun=167201349, nargs=5, arg_vector=0xbfffc9e8) at eval.c:3039
#23 0x081d5527 in Ffuncall (nargs=6, args=0xbfffc9e4) at eval.c:2866
#24 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073755656, args=0x6) at bytecode.c:919
#25 0x081d51c1 in funcall_lambda (fun=167201325, nargs=2, arg_vector=0xbfffcb30) at eval.c:3039
#26 0x081d42fa in apply_lambda (fun=167201325, args=<optimized out>) at eval.c:2914
#27 0x081d455c in eval_sub (form=158498878) at eval.c:2250
#28 0x081d84e3 in internal_lisp_condition_case (var=141875378, bodyform=158498878, handlers=158658462) at eval.c:1313
#29 0x08214986 in exec_byte_code (bytestr=155550560, vector=0, maxdepth=12, args_template=139690946, nargs=-1073754956, args=0x8f) at bytecode.c:1169
#30 0x081d51c1 in funcall_lambda (fun=167201301, nargs=2, arg_vector=0xbfffce48) at eval.c:3039
#31 0x081d5527 in Ffuncall (nargs=3, args=0xbfffce44) at eval.c:2866
#32 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=12, args_template=139690946, nargs=-1073754548, args=0x3) at bytecode.c:919
#33 0x081d51c1 in funcall_lambda (fun=167148093, nargs=1, arg_vector=0xbfffcfdc) at eval.c:3039
#34 0x081d5527 in Ffuncall (nargs=2, args=0xbfffcfd8) at eval.c:2866
#35 0x081d5b87 in call1 (fn=167148093, arg1=153696297) at eval.c:2604
#36 0x081dc338 in mapcar1 (leni=5, vals=0x0, fn=167148093, seq=168749830) at fns.c:2317
#37 0x081df58b in Fmapc (function=167148093, sequence=168749830) at fns.c:2406
#38 0x081d5895 in Ffuncall (nargs=3, args=0xbfffd0c4) at eval.c:2808
#39 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073753904, args=0x3) at bytecode.c:919
#40 0x081d51c1 in funcall_lambda (fun=167193141, nargs=2, arg_vector=0xbfffd264) at eval.c:3039
#41 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd260) at eval.c:2866
#42 0x081d68f9 in Fapply (nargs=2, args=0xbfffd2e8) at eval.c:2344
#43 0x081d5c6f in apply1 (fn=168759098, arg=168749470) at eval.c:2578
#44 0x0821903c in read_process_output_call (fun_and_args=168749478) at process.c:4945
#45 0x081d384f in internal_condition_case_1 (bfun=0x8219000 <read_process_output_call>, arg=168749478, handlers=139690946, hfun=0x8217390 <read_process_output_error_handler>) at eval.c:1368
#46 0x08216eab in read_and_dispose_of_process_output (coding=<optimized out>, nbytes=347, chars=0x92938f9 "\001", p=0x9cf7448) at process.c:5158
#47 read_process_output (proc=<optimized out>, channel=<optimized out>) at process.c:5067
#48 0x0821bb57 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139690946, wait_proc=0x0, just_wait_proc=0) at process.c:4789
#49 0x08063e7a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800
#50 0x0815f6eb in read_char (commandflag=1, map=169312166, prev_event=139690946, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2802
#51 0x08160b4e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139690946, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9071
#52 0x0816240e in command_loop_1 () at keyboard.c:1445
#53 0x081d3748 in internal_condition_case (bfun=0x81621f0 <command_loop_1>, handlers=139723978, hfun=0x8157d70 <cmd_error>) at eval.c:1344
#54 0x081563c5 in command_loop_2 (ignore=139690946) at keyboard.c:1170
#55 0x081d366b in internal_catch (tag=139722026, func=0x81563a0 <command_loop_2>, arg=139690946) at eval.c:1108
#56 0x081578da in command_loop () at keyboard.c:1149
#57 recursive_edit_1 () at keyboard.c:777
#58 0x08157bb0 in Frecursive_edit () at keyboard.c:841
#59 0x08057992 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1634

Lisp Backtrace:
"Automatic GC" (0x8526670)
"regexp-opt-group" (0xbfffc1b4)
"regexp-opt-group" (0xbfffc354)
"regexp-opt-group" (0xbfffc4e8)
"regexp-opt" (0xbfffc68c)
"rcirc-print" (0xbfffc838)
"rcirc-handler-generic" (0xbfffc9e8)
"rcirc-process-server-response-1" (0xbfffcb30)
"rcirc-process-server-response" (0xbfffce48)
0x9f67a38 PVEC_COMPILED
"mapc" (0xbfffd0c8)
"rcirc-filter" (0xbfffd264)
(gdb) bt full
#0  0x081f08dd in font_close_object (font_object=169718757) at font.c:2901
        font = 0xa1db3e0
#1  0x081b4602 in cleanup_vector (vector=<optimized out>) at alloc.c:2883
        size = <optimized out>
        obj = -1212076044
#2  0x081bae3d in sweep_vectors () at alloc.c:2941
        total_bytes = 3904
        free_this_block = false
        nbytes = <optimized out>
        block = 0xa1da4a0
        bprev = <optimized out>
        lv = <optimized out>
        lvprev = 0x8516a50 <large_vectors>
        vector = 0xa1da4a0
        next = 0xa1db3e0
#3  gc_sweep () at alloc.c:6631
No locals.
#4  Fgarbage_collect () at alloc.c:5554
        nextb = <optimized out>
        stack_top_variable = -65 '\277'
        i = <optimized out>
        message_p = false
        start = {
          tv_sec = 1386931827, 
          tv_nsec = 469927369
        }
        retval = <optimized out>
        tot_before = 0
#5  0x08214b18 in maybe_gc () at lisp.h:4476
No locals.
#6  exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073758204, args=0x82) at bytecode.c:954
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 86
        count_volatile = 139733216
        vectorp = 0x83a7abc <pure+817244>
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x8436cc3 <pure+1403491> "\226\001\016\035@G\311U\203{", 
          byte_string = 138050217, 
          byte_string_start = 0x8436c61 <pure+1403393> "\b;\203\t", 
          next = 0xbfffc238
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x0, 
          next = 0x4
        }
        result = 155550560
        type = (unknown: 3082891252)
#7  0x081d51c1 in funcall_lambda (fun=138050173, nargs=1, arg_vector=0xbfffc1b4) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138050168
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#8  0x081d5527 in Ffuncall (nargs=2, args=0xbfffc1b0) at eval.c:2866
        fun = <optimized out>
        original_fun = 143493682
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#9  0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073757772, args=0x2) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 72
        count_volatile = 139733216
        vectorp = 0x83a7abc <pure+817244>
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x8436df1 <pure+1403793> "\n\260\005+*),\207", 
          byte_string = 138050217, 
          byte_string_start = 0x8436c61 <pure+1403393> "\b;\203\t", 
          next = 0xbfffc3d8
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x0, 
          next = 0x4
        }
        result = 155550560
        type = (unknown: 3082891252)
#10 0x081d51c1 in funcall_lambda (fun=138050173, nargs=1, arg_vector=0xbfffc354) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138050168
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#11 0x081d5527 in Ffuncall (nargs=2, args=0xbfffc350) at eval.c:2866
        fun = <optimized out>
        original_fun = 143493682
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#12 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073757356, args=0x2) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 58
        count_volatile = 150974369
        vectorp = 0x83a7abc <pure+817244>
        vectorp_volatile = 0x8ffafb1
        stack = {
          pc = 0x8436df1 <pure+1403793> "\n\260\005+*),\207", 
          byte_string = 138050217, 
          byte_string_start = 0x8436c61 <pure+1403393> "\b;\203\t", 
          next = 0xbfffc578
        }
        stack_volatile = {
          pc = 0x3 <Address 0x3 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x9ccb116 "\314\t\241\257\377\b\302\203S\b\261\257\377\b\036\261\314\ta\002.\b\370\260\314\ta\002.\b(\261\314\ta\002.\b0\261\314\ta\002.\b8\261\314\ta\002.\b@\261\314\ta\002.\bH\261\314\ta\002.\bP\261\314\ta\002.\bX\261\314\ta\002.\b`\261\314\ta\002.\bh\261\314\ta\002.\bp\261\314\ta\002.\bx\261\314\ta\002.\b\200\261\314\ta\002.\b\210\261\314\ta\002.\b\220\261\314\ta\002.\b\230\261\314\ta\002.\b\240\261\314\ta\002.\b\250\261\314\ta\002.\b\260\261\314\ta\002.\b\270\261\314\ta\002.\b\300\261\314\ta\002.\bȱ\314\ta\002.\bб"..., 
          next = 0x85417c2
        }
        result = 155550560
        type = (unknown: 3082891252)
#13 0x081d51c1 in funcall_lambda (fun=138050173, nargs=3, arg_vector=0xbfffc4e8) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138050168
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#14 0x081d5527 in Ffuncall (nargs=4, args=0xbfffc4e4) at eval.c:2866
        fun = <optimized out>
        original_fun = 143493682
        funcar = 0
        numargs = 3
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#15 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=20, args_template=139690946, nargs=-1073756944, args=0x4) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 46
        count_volatile = 0
        vectorp = 0x83a78e4 <pure+816772>
        vectorp_volatile = 0x0
        stack = {
          pc = 0x8436ee3 <pure+1404035> "\036\032\r\321=\203E", 
          byte_string = 138049745, 
          byte_string_start = 0x8436eae <pure+1403982> "\306 \030ǎȉ\031\032ɉ\033\034\r;\203\026", 
          next = 0xbfffc728
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x0, 
          next = 0x0
        }
        result = 155550560
        type = (unknown: 3082891252)
#16 0x081d51c1 in funcall_lambda (fun=138049701, nargs=1, arg_vector=0xbfffc68c) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138049696
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#17 0x081d5527 in Ffuncall (nargs=2, args=0xbfffc688) at eval.c:2866
        fun = <optimized out>
        original_fun = 141394706
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#18 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=32, args_template=139690946, nargs=-1073756532, args=0x2) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 40
        count_volatile = -1073756168
        vectorp = 0x978a274
        vectorp_volatile = 0xbfffc770
        stack = {
          pc = 0x9d2c73b "\t\"\203\357\001\371\016B!\204\374\001\372p\371\016^!?\205\372\001\373\"\210\016_\203\026\002\016B\204\v\002\016`\203\026\002\374\016@\t\016A\016B\b%\210\375\347!\210\376\377\016@\t\016A\016B\b&\006+\207", 
          byte_string = 154403265, 
          byte_string_start = 0x9d2c558 "\b\204\006", 
          next = 0xbfffc8d8
        }
        stack_volatile = {
          pc = 0x6 <Address 0x6 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x6 <Address 0x6 out of bounds>, 
          next = 0x82f18e8 <pure+71304>
        }
        result = 155550560
        type = (unknown: 3082891252)
#19 0x081d51c1 in funcall_lambda (fun=167541317, nargs=6, arg_vector=0xbfffc838) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167541312
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#20 0x081d5527 in Ffuncall (nargs=7, args=0xbfffc834) at eval.c:2866
        fun = <optimized out>
        original_fun = 152544042
        funcar = 0
        numargs = 6
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#21 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=36, args_template=139690946, nargs=-1073756084, args=0x7) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 33
        count_volatile = 154021220
        vectorp = 0x9f799f4
        vectorp_volatile = 0x88f4008
        stack = {
          pc = 0x9d23679 "\207", 
          byte_string = 140067393, 
          byte_string_start = 0x9d23668 "\305\b\t\n\306\307\310\vA\311#\n\f\235?&\006\207", 
          next = 0xbfffca78
        }
        stack_volatile = {
          pc = 0x5 <Address 0x5 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x1e <Address 0x1e out of bounds>, 
          next = 0x1e
        }
        result = 155550560
        type = (unknown: 3082891252)
#22 0x081d51c1 in funcall_lambda (fun=167201349, nargs=5, arg_vector=0xbfffc9e8) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167201344
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#23 0x081d5527 in Ffuncall (nargs=6, args=0xbfffc9e4) at eval.c:2866
        fun = <optimized out>
        original_fun = 141297698
        funcar = 0
        numargs = 5
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#24 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073755656, args=0x6) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 19
        count_volatile = 139725704
        vectorp = 0x9790da4
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x9d23552 "\210\202Z", 
          byte_string = 140068473, 
          byte_string_start = 0x9d23504 "\306\307\b\"\203g", 
          next = 0xbfffcd38
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x8555a02 "", 
          next = 0xbfffcad8
        }
        result = 155550560
        type = (unknown: 3082891252)
#25 0x081d51c1 in funcall_lambda (fun=167201325, nargs=2, arg_vector=0xbfffcb30) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167201320
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#26 0x081d42fa in apply_lambda (fun=167201325, args=<optimized out>) at eval.c:2914
        args_left = 139690946
        i = <optimized out>
        numargs = 2
        arg_vector = <optimized out>
        tem = <optimized out>
        sa_must_free = <optimized out>
#27 0x081d455c in eval_sub (form=158498878) at eval.c:2250
        fun = <optimized out>
        val = <optimized out>
        original_fun = 141297650
        original_args = 158498870
        funcar = 0
#28 0x081d84e3 in internal_lisp_condition_case (var=141875378, bodyform=158498878, handlers=158658462) at eval.c:1313
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x88fce90
        clausenb = <optimized out>
#29 0x08214986 in exec_byte_code (bytestr=155550560, vector=0, maxdepth=12, args_template=139690946, nargs=-1073754956, args=0x8f) at bytecode.c:1169
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 16
        count_volatile = 139725704
        vectorp = 0x9f749f4
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x9d2349c "\207\306\t\n\"\207", 
          byte_string = 151998681, 
          byte_string_start = 0x9d23494 "\b\203\t", 
          next = 0xbfffcec8
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0xa0eeaee "S\bX\005", 
          next = 0xa0eeaf6
        }
        result = 155550560
        type = (unknown: 3082891252)
#30 0x081d51c1 in funcall_lambda (fun=167201301, nargs=2, arg_vector=0xbfffce48) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167201296
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#31 0x081d5527 in Ffuncall (nargs=3, args=0xbfffce44) at eval.c:2866
        fun = <optimized out>
        original_fun = 141297578
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#32 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=12, args_template=139690946, nargs=-1073754548, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 13
        count_volatile = 139691880
        vectorp = 0x9f5ca54
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x9d233ec "\207", 
          byte_string = 151996273, 
          byte_string_start = 0x9d233e8 "\302\b\t\"\207", 
          next = 0xbfffd158
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0xa0eeb26 "S\ba\002.\b\370\352\016\na\002.\b(\353\016\na\002.\b0\353\016\na\002.\b8\353\016\na\002.\b@\353\016\na\002.\bH\353\016\na\002.\bP\353\016\na\002.\bX\353\016\na\002.\b`\353\016\na\002.\bh\353\016\na\002.\bp\353\016\na\002.\bx\353\016\na\002.\b\200\353\016\na\002.\b\210\353\016\na\002.\b\220\353\016\na\002.\b\230\353\016\na\002.\b\240\353\016\na\002.\b\250\353\016\na\002.\b\260\353\016\na\002.\b\270\353\016\na\002.\b\300\353\016\na\002.\b\310\353\016\na\002.\b\320\353\016\n", 
          next = 0xbfffcf24
        }
        result = 155550560
        type = (unknown: 3082891252)
#33 0x081d51c1 in funcall_lambda (fun=167148093, nargs=1, arg_vector=0xbfffcfdc) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167148088
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#34 0x081d5527 in Ffuncall (nargs=2, args=0xbfffcfd8) at eval.c:2866
        fun = <optimized out>
        original_fun = 167148093
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#35 0x081d5b87 in call1 (fn=167148093, arg1=153696297) at eval.c:2604
        ret_ungc_val = 155550560
        args = {167148093, 153696297}
#36 0x081dc338 in mapcar1 (leni=5, vals=0x0, fn=167148093, seq=168749830) at fns.c:2317
        tail = 168749854
        dummy = <optimized out>
        i = <optimized out>
#37 0x081df58b in Fmapc (function=167148093, sequence=168749830) at fns.c:2406
No locals.
#38 0x081d5895 in Ffuncall (nargs=3, args=0xbfffd0c4) at eval.c:2808
        fun = 139289237
        original_fun = <optimized out>
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = 0xbfffd0c8
        i = <optimized out>
#39 0x0821364f in exec_byte_code (bytestr=155550560, vector=0, maxdepth=28, args_template=139690946, nargs=-1073753904, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 9
        count_volatile = 139690970
        vectorp = 0x9f729f4
        vectorp_volatile = 0x6
        stack = {
          pc = 0x9d233bc "\210Ή\023)\207", 
          byte_string = 151996577, 
          byte_string_start = 0x9d23394 "\304\b\t\"\210\305\b!\210r\306\b!q\210\307 \022\v\tP\211\023\211GSH\310U\205,", 
          next = 0x0
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x156 <Address 0x156 out of bounds>, 
          next = 0x85383c2
        }
        result = 155550560
        type = (unknown: 3082891252)
#40 0x081d51c1 in funcall_lambda (fun=167193141, nargs=2, arg_vector=0xbfffd264) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 167193136
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#41 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd260) at eval.c:2866
        fun = <optimized out>
        original_fun = 168759098
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#42 0x081d68f9 in Fapply (nargs=2, args=0xbfffd2e8) at eval.c:2344
        i = <optimized out>
        numargs = 3
        spread_arg = <optimized out>
        funcall_args = 0xbfffd260
        fun = <optimized out>
        retval = <optimized out>
        gcpro1 = {
          next = <optimized out>, 
          var = <optimized out>, 
          nvars = 3
        }
        sa_must_free = false
#43 0x081d5c6f in apply1 (fn=168759098, arg=168749470) at eval.c:2578
        args = {168759098, 168749470}
#44 0x0821903c in read_process_output_call (fun_and_args=168749478) at process.c:4945
No locals.
#45 0x081d384f in internal_condition_case_1 (bfun=0x8219000 <read_process_output_call>, arg=168749478, handlers=139690946, hfun=0x8217390 <read_process_output_error_handler>) at eval.c:1368
        val = <optimized out>
        c = 0xa0ee986
#46 0x08216eab in read_and_dispose_of_process_output (coding=<optimized out>, nbytes=347, chars=0x92938f9 "\001", p=0x9cf7448) at process.c:5158
        outstream = 168759098
        text = 153696505
        outer_running_asynch_code = false
        waiting = -1
#47 read_process_output (proc=<optimized out>, channel=<optimized out>) at process.c:5067
        nbytes = 347
        chars = 0x92938f9 "\001"
        coding = <optimized out>
        carryover = 0
        readmax = 4096
        odeactivate = 139690946
#48 0x0821bb57 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139690946, wait_proc=0x0, just_wait_proc=0) at process.c:4789
        nread = <optimized out>
        timeout_reduced_for_timers = 141
        channel = <optimized out>
        nfds = <optimized out>
        Available = {
          fds_bits = {8388608, 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 = 164590669
        timeout = {
          tv_sec = 0, 
          tv_nsec = 86692511
        }
        end_time = {
          tv_sec = 1386931857, 
          tv_nsec = 413026832
        }
        wait_channel = -1
        got_some_input = true
#49 0x08063e7a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800
        sec = 30
        nsec = 0
        do_display = true
#50 0x0815f6eb in read_char (commandflag=1, map=169312166, prev_event=139690946, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2802
        tem0 = <optimized out>
        timeout = <optimized out>
        delay_level = <optimized out>
        buffer_size = <optimized out>
        c = 139690946
        local_getcjmp = {{
            __jmpbuf = {-1073747964, 139690946, 142902072, 0, -496172319, 913832334}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {163206202, 139690946, 168940781, 136518085, 168940776, 139690946, 168940776, 139690946, 5473194, 3221219488, 3, 3221219488, 136780224, 0, 141873448, 136052227, 141883770, 159459766, 168940776, 136097115, 
                141873448, 141883770, 141897880, 136053630, 2, 163206202, 144511705, 1168616, 168940776, 144532648, 141897888, 135698505}
            }
          }}
        save_jump = {{
            __jmpbuf = {-1227627093, 1, 8, 136482854, 1, -1073755280}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {0, 8192, 0 <repeats 28 times>, 3073212870, 3221212264}
            }
          }}
        tem = <optimized out>
        save = <optimized out>
        previous_echo_area_message = 139690946
        also_record = 139690946
        reread = false
        polling_stopped_here = false
        orig_kboard = 0x8919d88
#51 0x08160b4e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139690946, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9071
        interrupted_kboard = 0x8919d88
        interrupted_frame = 0x98681b0
        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 = 169312166
        first_event = 139690946
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 141619078, 
          map = 141619078, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 139678478, 
          map = 139678478, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 141619086, 
          map = 141619086, 
          start = 0, 
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = 139690946
        original_uppercase = -1073747404
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0xa11d4e8
        fake_prefixed_keys = 139690946
#52 0x0816240e in command_loop_1 () at keyboard.c:1445
        cmd = <optimized out>
        keybuf = {12, 92, 139722002, 169012326, 137233009, 139690946, 143605800, 169012326, -1073747177, 135626021, 139722002, 169012326, 137233009, 139690946, -1073747177, 139690946, 139690946, 135626320, 169012326, -1073747177, 119, 
          2, 141361470, 143605784, -1073746808, 139690946, 141361470, 5473218, -1073746808, 0}
        i = <optimized out>
        prev_modiff = 718
        prev_buffer = 0xa11d4e8
#53 0x081d3748 in internal_condition_case (bfun=0x81621f0 <command_loop_1>, handlers=139723978, hfun=0x8157d70 <cmd_error>) at eval.c:1344
        val = <optimized out>
        c = 0x88fcdb8
#54 0x081563c5 in command_loop_2 (ignore=139690946) at keyboard.c:1170
        val = 155550560
#55 0x081d366b in internal_catch (tag=139722026, func=0x81563a0 <command_loop_2>, arg=139690946) at eval.c:1108
        val = <optimized out>
        c = 0x85383a2
#56 0x081578da in command_loop () at keyboard.c:1149
No locals.
#57 recursive_edit_1 () at keyboard.c:777
        val = 0
#58 0x08157bb0 in Frecursive_edit () at keyboard.c:841
        buffer = 139690946
#59 0x08057992 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1634
        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:
"Automatic GC" (0x8526670)
"regexp-opt-group" (0xbfffc1b4)
"regexp-opt-group" (0xbfffc354)
"regexp-opt-group" (0xbfffc4e8)
"regexp-opt" (0xbfffc68c)
"rcirc-print" (0xbfffc838)
"rcirc-handler-generic" (0xbfffc9e8)
"rcirc-process-server-response-1" (0xbfffcb30)
"rcirc-process-server-response" (0xbfffce48)
0x9f67a38 PVEC_COMPILED
"mapc" (0xbfffd0c8)
"rcirc-filter" (0xbfffd264)

(gdb) p font
$1 = (struct font *) 0xa1db3e0
(gdb) p font->frame
$2 = (struct frame *) 0x9458360
(gdb) p *font->frame
$3 = {
  header = {
    size = -1023123435
  }, 
  name = 170140609, 
  icon_name = 139690946, 
  title = 139690946, 
  focus_frame = 139690946, 
  root_window = 139690946, 
  selected_window = 154076197, 
  minibuffer_window = 154274381, 
  param_alist = 158654726, 
  scroll_bars = 139690946, 
  condemned_scroll_bars = 139690946, 
  menu_bar_items = 139690946, 
  face_alist = 169028406, 
  menu_bar_vector = 139690946, 
  buffer_predicate = 139690946, 
  buffer_list = 139690946, 
  buried_buffer_list = 139690946, 
  tool_bar_window = 139690946, 
  desired_tool_bar_string = 139690946, 
  current_tool_bar_string = 139690946, 
  tool_bar_items = 139690946, 
  tool_bar_position = 139716378, 
  face_cache = 0x0, 
  menu_bar_items_used = 0, 
  namebuf = 0x8c83618 "", 
  current_pool = 0x0, 
  desired_pool = 0x0, 
  desired_matrix = 0x0, 
  current_matrix = 0x0, 
  glyphs_initialized_p = 0, 
  resized_p = 0, 
  default_face_done_p = 1, 
  already_hscrolled_p = 0, 
  updated_p = 1, 
  minimize_tool_bar_window_p = 0, 
  fonts_changed = 0, 
  cursor_type_changed = 0, 
  redisplay = 0, 
  tool_bar_lines = 0, 
  tool_bar_height = 0, 
  n_tool_bar_rows = 0, 
  n_tool_bar_items = 0, 
  decode_mode_spec_buffer = 0x9355ac0 "\016\n", 
  insert_line_cost = 0x0, 
  delete_line_cost = 0x0, 
  insert_n_lines_cost = 0x0, 
  delete_n_lines_cost = 0x0, 
  text_cols = 80, 
  text_lines = 35, 
  total_cols = 82, 
  text_width = 720, 
  text_height = 665, 
  new_width = 0, 
  new_height = 0, 
  new_pixelwise = false, 
  left_pos = 0, 
  top_pos = 47, 
  pixel_width = 740, 
  pixel_height = 667, 
  x_pixels_diff = 4, 
  y_pixels_diff = 22, 
  win_gravity = 1, 
  size_hint_flags = 0, 
  border_width = 0, 
  internal_border_width = 1, 
  right_divider_width = 0, 
  bottom_divider_width = 0, 
  column_width = 9, 
  line_height = 19, 
  output_method = output_x_window, 
  terminal = 0x0, 
  output_data = {
    tty = 0x0, 
    x = 0x0, 
    w32 = 0x0, 
    ns = 0x0, 
    nothing = 0
  }, 
  font_driver_list = 0x0, 
  font_data_list = 0x0, 
  fringe_cols = 2, 
  left_fringe_width = 9, 
  right_fringe_width = 9, 
  want_fullscreen = FULLSCREEN_NONE, 
  menu_bar_lines = 0, 
  menu_bar_height = 0, 
  wait_event_type = 0, 
  external_menu_bar = 0, 
  visible = 0, 
  iconified = 0, 
  garbaged = 0, 
  wants_modeline = 1, 
  auto_raise = 0, 
  auto_lower = 0, 
  no_split = 0, 
  explicit_name = 0, 
  window_sizes_changed = 0, 
  mouse_moved = 0, 
  pointer_invisible = 0, 
  frozen_window_starts = 0, 
  vertical_scroll_bar_type = vertical_scroll_bar_none, 
  desired_cursor = FILLED_BOX_CURSOR, 
  cursor_width = 1, 
  blink_off_cursor = DEFAULT_CURSOR, 
  blink_off_cursor_width = 0, 
  config_scroll_bar_width = 16, 
  config_scroll_bar_cols = 2, 
  scroll_bar_actual_width = 0, 
  cost_calculation_baud_rate = 19200, 
  alpha = {-1, -1}, 
  gamma = 0, 
  extra_line_spacing = 0, 
  background_pixel = 16777215, 
  foreground_pixel = 0
}
(gdb) p *font->frame->output_data.x->display_info
Cannot access memory at address 0xbc
(gdb) p *font->frame->output_data.x-
A syntax error in expression, near `'.
(gdb) p *font->frame->output_data.x
Cannot access memory at address 0x0
(gdb) p *font->frame
$4 = {
  header = {
    size = -1023123435
  }, 
  name = 170140609, 
  icon_name = 139690946, 
  title = 139690946, 
  focus_frame = 139690946, 
  root_window = 139690946, 
  selected_window = 154076197, 
  minibuffer_window = 154274381, 
  param_alist = 158654726, 
  scroll_bars = 139690946, 
  condemned_scroll_bars = 139690946, 
  menu_bar_items = 139690946, 
  face_alist = 169028406, 
  menu_bar_vector = 139690946, 
  buffer_predicate = 139690946, 
  buffer_list = 139690946, 
  buried_buffer_list = 139690946, 
  tool_bar_window = 139690946, 
  desired_tool_bar_string = 139690946, 
  current_tool_bar_string = 139690946, 
  tool_bar_items = 139690946, 
  tool_bar_position = 139716378, 
  face_cache = 0x0, 
  menu_bar_items_used = 0, 
  namebuf = 0x8c83618 "", 
  current_pool = 0x0, 
  desired_pool = 0x0, 
  desired_matrix = 0x0, 
  current_matrix = 0x0, 
  glyphs_initialized_p = 0, 
  resized_p = 0, 
  default_face_done_p = 1, 
  already_hscrolled_p = 0, 
  updated_p = 1, 
  minimize_tool_bar_window_p = 0, 
  fonts_changed = 0, 
  cursor_type_changed = 0, 
  redisplay = 0, 
  tool_bar_lines = 0, 
  tool_bar_height = 0, 
  n_tool_bar_rows = 0, 
  n_tool_bar_items = 0, 
  decode_mode_spec_buffer = 0x9355ac0 "\016\n", 
  insert_line_cost = 0x0, 
  delete_line_cost = 0x0, 
  insert_n_lines_cost = 0x0, 
  delete_n_lines_cost = 0x0, 
  text_cols = 80, 
  text_lines = 35, 
  total_cols = 82, 
  text_width = 720, 
  text_height = 665, 
  new_width = 0, 
  new_height = 0, 
  new_pixelwise = false, 
  left_pos = 0, 
  top_pos = 47, 
  pixel_width = 740, 
  pixel_height = 667, 
  x_pixels_diff = 4, 
  y_pixels_diff = 22, 
  win_gravity = 1, 
  size_hint_flags = 0, 
  border_width = 0, 
  internal_border_width = 1, 
  right_divider_width = 0, 
  bottom_divider_width = 0, 
  column_width = 9, 
  line_height = 19, 
  output_method = output_x_window, 
  terminal = 0x0, 
  output_data = {
    tty = 0x0, 
    x = 0x0, 
    w32 = 0x0, 
    ns = 0x0, 
    nothing = 0
  }, 
  font_driver_list = 0x0, 
  font_data_list = 0x0, 
  fringe_cols = 2, 
  left_fringe_width = 9, 
  right_fringe_width = 9, 
  want_fullscreen = FULLSCREEN_NONE, 
  menu_bar_lines = 0, 
  menu_bar_height = 0, 
  wait_event_type = 0, 
  external_menu_bar = 0, 
  visible = 0, 
  iconified = 0, 
  garbaged = 0, 
  wants_modeline = 1, 
  auto_raise = 0, 
  auto_lower = 0, 
  no_split = 0, 
  explicit_name = 0, 
  window_sizes_changed = 0, 
  mouse_moved = 0, 
  pointer_invisible = 0, 
  frozen_window_starts = 0, 
  vertical_scroll_bar_type = vertical_scroll_bar_none, 
  desired_cursor = FILLED_BOX_CURSOR, 
  cursor_width = 1, 
  blink_off_cursor = DEFAULT_CURSOR, 
  blink_off_cursor_width = 0, 
  config_scroll_bar_width = 16, 
  config_scroll_bar_cols = 2, 
  scroll_bar_actual_width = 0, 
  cost_calculation_baud_rate = 19200, 
  alpha = {-1, -1}, 
  gamma = 0, 
  extra_line_spacing = 0, 
  background_pixel = 16777215, 
  foreground_pixel = 0
}
(gdb) p *font->frame->output_data
Attempt to take contents of a non-pointer value.
(gdb) p font->frame->output_data
$5 = {
  tty = 0x0, 
  x = 0x0, 
  w32 = 0x0, 
  ns = 0x0, 
  nothing = 0
}
(gdb) 




In GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2013-12-13 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: Fundamental

Minor modes in effect:
  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
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r c i r c <tab> <C-backspace> e m <backspace> <backspace> 
r e p SPC e m <tab> <backspace> <backspace> - e m <tab> 
<tab> <return>

Recent messages:
Loading /home/youngfrog/org/makeadefun.el (source)...done
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.
Making completion list...

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 emacsbug sendmail help-mode 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] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 11:12 bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts); Nicolas Richard
@ 2013-12-13 12:04 ` Nicolas Richard
  2013-12-13 13:42   ` Dmitry Antipov
  0 siblings, 1 reply; 11+ messages in thread
From: Nicolas Richard @ 2013-12-13 12:04 UTC (permalink / raw)
  To: 16128

It seems reproducible from -Q rather easily (I was able to do it a few
times consistantly) :

I run "gdb emacs" then "run -Q" at the gdb prompt.

Once the GUI is there, I point at the major mode name in the modeline
("Fundamental") which shows a tooltip. Moving away and back in order to
make the tooltip disappear and reappear, it quickly (within seconds)
makes the program crash.

Here's the backtrace again, from -Q :

youngfrog@geodiff-mac3 ~/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.0
TERM = xterm
Breakpoint 1 at 0x81519b0: file emacs.c, line 350.
Temporary breakpoint 2 at 0x816f050: file sysdep.c, line 850.
(gdb) run -Q
Starting program: /home/youngfrog/sources/running-emacs/src/emacs -Q
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 15941)]
[New Thread 0xb421eb40 (LWP 15942)]
[New Thread 0xb38ffb40 (LWP 15943)]

Program received signal SIGSEGV, Segmentation fault.
0x081f08dd in font_close_object (font_object=141131381) at font.c:2901
2901	  eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
(gdb) bt full
#0  0x081f08dd in font_close_object (font_object=141131381) at font.c:2901
        font = 0x8697e70
#1  0x081b4602 in cleanup_vector (vector=<optimized out>) at alloc.c:2883
        size = <optimized out>
        obj = -1212076044
#2  0x081bae3d in sweep_vectors () at alloc.c:2941
        total_bytes = 312
        free_this_block = false
        nbytes = <optimized out>
        block = 0x8697d38
        bprev = <optimized out>
        lv = <optimized out>
        lvprev = 0x8516a50 <large_vectors>
        vector = 0x8697d38
        next = 0x8697e70
#3  gc_sweep () at alloc.c:6631
No locals.
#4  Fgarbage_collect () at alloc.c:5554
        nextb = <optimized out>
        stack_top_variable = -65 '\277'
        i = <optimized out>
        message_p = true
        start = {
          tv_sec = 1386935877, 
          tv_nsec = 541223714
        }
        retval = <optimized out>
        tot_before = 0
#5  0x081d555d in maybe_gc () at lisp.h:4476
No locals.
#6  Ffuncall (nargs=4, args=0xbfffccb4) at eval.c:2756
        fun = <optimized out>
        original_fun = <optimized out>
        funcar = 0
        numargs = 3
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#7  0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=20, args_template=139690946, nargs=-1073754944, args=0x4) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 54
        count_volatile = 139691232
        vectorp = 0x831d9fc <pure+251804>
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x84a4493 <pure+1851955> "\211\035\203\025", 
          byte_string = 137484777, 
          byte_string_start = 0x84a4488 <pure+1851944> "\301\b!\031\306\t\nP\v\f#\211\035\203\025", 
          next = 0xbfffcee8
        }
        stack_volatile = {
          pc = 0x5 <Address 0x5 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x831efae <pure+257358> "1\bB\205S\b\271\357\061\b\v", 
          next = 0xbfffce5c
        }
        result = 140971584
        type = (unknown: 3082891252)
#8  0x081d51c1 in funcall_lambda (fun=137484725, nargs=5, arg_vector=0xbfffce58) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 137484720
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#9  0x081d5527 in Ffuncall (nargs=6, args=0xbfffce54) at eval.c:2866
        fun = <optimized out>
        original_fun = 141711498
        funcar = 0
        numargs = 5
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#10 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=28, args_template=139690946, nargs=-1073754520, args=0x6) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 43
        count_volatile = 139691232
        vectorp = 0x831db04 <pure+252068>
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x84a440d <pure+1851821> "\210\vA\211\023\204\037", 
          byte_string = 137485041, 
          byte_string_start = 0x84a43e1 <pure+1851777> "\306\b!\307>\205>", 
          next = 0xbfffd088
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x5b <Address 0x5b out of bounds>, 
          next = 0x6e
        }
        result = 140971584
        type = (unknown: 3082891252)
#11 0x081d51c1 in funcall_lambda (fun=137485021, nargs=2, arg_vector=0xbfffcff8) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 137485016
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#12 0x081d5527 in Ffuncall (nargs=3, args=0xbfffcff4) at eval.c:2866
        fun = <optimized out>
        original_fun = 141711570
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#13 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=16, args_template=139690946, nargs=-1073754116, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 40
        count_volatile = 139691232
        vectorp = 0x831db64 <pure+252164>
        vectorp_volatile = 0x85383c2
        stack = {
          pc = 0x84a43df <pure+1851775> "\207", 
          byte_string = 137485137, 
          byte_string_start = 0x84a43bc <pure+1851740> "\b\204\037", 
          next = 0xbfffd218
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x86ee4f2 "o\b\221\323\067\b\362\344n\b\302\203S\bnyw\bP\334w\b\210\017o\b\241\323\067\b\n\345n\b\302\203S\b\226xw\b\b\213s\b\210\017o\b\261\323\067\b\"\345n\b\302\203S\b\326ww\b\270qx\b\210\017o\b\301\323\067\b:\345n\b\302\203S\b\036ww\b\200\027\202\b\210\017o\b\321\323\067\bR\345n\b\302\203S\bVvw\b\020\031\211\b\210\377m\b\341\323\067\bj\345n\b\302\203S\b\366uw\bp\337n\b\202ko\b\361\323\067\b \345n\b\302\203S\b\246uw\b\030w\206\b\210ko\b\031\324\067\b\302\203S\b\302\203S\b\276ow\bhԈ\b\210ko\b)\324\067\b\302\203"..., 
          next = 0x86ee4da
        }
        result = 140971584
        type = (unknown: 3082891252)
#14 0x081d51c1 in funcall_lambda (fun=137485117, nargs=2, arg_vector=0xbfffd198) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 137485112
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#15 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd194) at eval.c:2866
        fun = <optimized out>
        original_fun = 141710018
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#16 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=12, args_template=139690946, nargs=-1073753700, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 37
        count_volatile = 143703716
        vectorp = 0x832121c <pure+266172>
        vectorp_volatile = 0xb7c4ea58 <PutSubImage+1688>
        stack = {
          pc = 0x84a24db <pure+1843835> "\210\306\b\t\"\207", 
          byte_string = 137499137, 
          byte_string_start = 0x84a24c8 <pure+1843816> "\303\b\t\"\210\b\304=\204\024", 
          next = 0xbfffd448
        }
        stack_volatile = {
          pc = 0x8540e12 "", 
          byte_string = 141603606, 
          byte_string_start = 0x82de5a8 <gray_bits> "\001\002", 
          next = 0xffffffff
        }
        result = 140971584
        type = (unknown: 3082891252)
#17 0x082160b8 in Fbyte_code (bytestr=137499137, vector=137499165, maxdepth=12) at bytecode.c:482
No locals.
#18 0x081d4afa in eval_sub (form=137499126) at eval.c:2181
        numargs = 139291184
        args_left = <optimized out>
        i = 3
        maxargs = 3
        argvals = {137499137, 137499165, 12, -1073753192, 136139224, 35, 144820686, 12}
        fun = 139291189
        val = <optimized out>
        original_fun = 3
        original_args = 137499134
        funcar = 0
#19 0x081d84e3 in internal_lisp_condition_case (var=139690946, bodyform=137499126, handlers=137317446) at eval.c:1313
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x8930678
        clausenb = <optimized out>
#20 0x08214986 in exec_byte_code (bytestr=140971584, vector=0, maxdepth=24, args_template=139690946, nargs=-1073753164, args=0x8f) at bytecode.c:1169
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 33
        count_volatile = -1073752808
        vectorp = 0x83211a4 <pure+266052>
        vectorp_volatile = 0x8069c04 <x_set_frame_parameters+964>
        stack = {
          pc = 0x84a24f9 <pure+1843865> "\210\vA\211\023\204\020", 
          byte_string = 137499025, 
          byte_string_start = 0x84a24e2 <pure+1843842> "\306\b!\307>\031\310 \237\311\032\211\033\203\037", 
          next = 0xbfffd748
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x1 <Address 0x1 out of bounds>, 
          next = 0x1
        }
        result = 140971584
        type = (unknown: 3082891252)
#21 0x081d51c1 in funcall_lambda (fun=137498997, nargs=2, arg_vector=0xbfffd558) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 137498992
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#22 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd554) at eval.c:2866
        fun = <optimized out>
        original_fun = 139787994
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#23 0x081d5b4f in call2 (fn=139787994, arg1=139750109, arg2=139690946) at eval.c:2619
        ret_ungc_val = 140971584
        args = {139787994, 139750109, 139690946}
#24 0x08138cae in x_create_tip_frame (text=141028641, parms=<optimized out>, dpyinfo=<optimized out>) at xfns.c:5074
        bg = 137836801
        width = <optimized out>
        height = <optimized out>
        face_change_count_before = 0
        buffer = <optimized out>
        f = 0x8546ad8
        name = 141528097
        old_buffer = <optimized out>
#25 Fx_show_tip (string=<optimized out>, frame=142537437, parms=144822702, timeout=40, dx=20, dy=80) at xfns.c:5308
        f = <optimized out>
        w = 0x867ed01
        root_x = <optimized out>
        root_y = <optimized out>
        old_buffer = <optimized out>
        pos = {
          charpos = 143605768, 
          bytepos = 0
        }
        i = <optimized out>
        width = <optimized out>
        height = <optimized out>
        seen_reversed_p = <optimized out>
        old_windows_or_buffers_changed = 0
#26 0x081d57b7 in Ffuncall (nargs=7, args=0xbfffd6b4) at eval.c:2826
        fun = 137226325
        original_fun = <optimized out>
        funcar = 0
        numargs = 6
        val = <optimized out>
        internal_args = 0xbfffd6b8
        i = <optimized out>
#27 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=28, args_template=139690946, nargs=-1073752372, args=0x7) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 21
        count_volatile = 0
        vectorp = 0x83bbd7c <pure+899868>
        vectorp_volatile = 0xbfffd820
        stack = {
          pc = 0x8428fb6 <pure+1346902> "+\207", 
          byte_string = 138132833, 
          byte_string_start = 0x8428f7c <pure+1346844> "\306\b!\307\310\311\"\307\310\312\"\031\032\033\n;\203\037", 
          next = 0xbfffd968
        }
        stack_volatile = {
          pc = 0xbfffd80e ";\b}\275;\b\034", 
          byte_string = 135434578, 
          byte_string_start = 0x8904ce8 "\260\267\223\b\350`\220\b\b", 
          next = 0x894cb90
        }
        result = 140971584
        type = (unknown: 3082891252)
#28 0x082160b8 in Fbyte_code (bytestr=138132833, vector=138132861, maxdepth=28) at bytecode.c:482
No locals.
#29 0x081d4afa in eval_sub (form=138132822) at eval.c:2181
        numargs = 139291184
        args_left = <optimized out>
        i = 3
        maxargs = 3
        argvals = {138132833, 138132861, 28, -1073749212, -1073749340, 1, 1, 0}
        fun = 139291189
        val = <optimized out>
        original_fun = 3
        original_args = 138132830
        funcar = 0
#30 0x081d84e3 in internal_lisp_condition_case (var=139723978, bodyform=138132822, handlers=138132950) at eval.c:1313
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x88fce90
        clausenb = <optimized out>
#31 0x08214986 in exec_byte_code (bytestr=140971584, vector=0, maxdepth=12, args_template=139690946, nargs=-1073751836, args=0x8f) at bytecode.c:1169
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 20
        count_volatile = 139792738
        vectorp = 0x83bbd34 <pure+899796>
        vectorp_volatile = 0x8230cd1 <Fnext_single_property_change+129>
        stack = {
          pc = 0x8428fc5 <pure+1346917> "\207", 
          byte_string = 138132769, 
          byte_string_start = 0x8428fb9 <pure+1346905> "\b\203\b", 
          next = 0xbfffdaf8
        }
        stack_volatile = {
          pc = 0x2 <Address 0x2 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x8906c5c "", 
          next = 0x85383c2
        }
        result = 140971584
        type = (unknown: 3082891252)
#32 0x081d51c1 in funcall_lambda (fun=138132725, nargs=2, arg_vector=0xbfffda78) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138132720
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#33 0x081d5527 in Ffuncall (nargs=3, args=0xbfffda74) at eval.c:2866
        fun = <optimized out>
        original_fun = 143557106
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#34 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=12, args_template=139690946, nargs=-1073751428, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 17
        count_volatile = 19
        vectorp = 0x83bc1ec <pure+901004>
        vectorp_volatile = 0x8550013
        stack = {
          pc = 0x8428d45 <pure+1346277> "\210Ç", 
          byte_string = 138133977, 
          byte_string_start = 0x8428d3c <pure+1346268> "\b;\205\v", 
          next = 0xbfffdd38
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x0, 
          next = 0x87b36d8
        }
        result = 140971584
        type = (unknown: 3082891252)
#35 0x081d51c1 in funcall_lambda (fun=138133957, nargs=1, arg_vector=0xbfffdcbc) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138133952
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#36 0x081d5527 in Ffuncall (nargs=2, args=0xbfffdcb8) at eval.c:2866
        fun = <optimized out>
        original_fun = 143511786
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#37 0x081d3b81 in run_hook_with_args (nargs=2, args=0xbfffdcb8, funcall=0x81d5380 <Ffuncall>) at eval.c:2541
        global_vals = <optimized out>
        sym = 143511762
        val = 141771166
        ret = 139690946
#38 0x081d3cff in Frun_hook_with_args_until_success (nargs=2, args=0xbfffdcb8) at eval.c:2423
No locals.
#39 0x081d5947 in Ffuncall (nargs=3, args=0xbfffdcb4) at eval.c:2786
        fun = 139286813
        original_fun = 139763626
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#40 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=12, args_template=139690946, nargs=-1073750852, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 14
        count_volatile = 0
        vectorp = 0x83bbc64 <pure+899588>
        vectorp_volatile = 0xb6df36d3 <__pselect+531>
        stack = {
          pc = 0x84c6614 <pure+1991604> "\207", 
          byte_string = 137343769, 
          byte_string_start = 0x84c6610 <pure+1991600> "\301\302\b\"\207", 
          next = 0xbfffdf88
        }
        stack_volatile = {
          pc = 0x1 <Address 0x1 out of bounds>, 
          byte_string = 136147173, 
          byte_string_start = 0x0, 
          next = 0xbfffde18
        }
        result = 140971584
        type = (unknown: 3082891252)
#41 0x081d51c1 in funcall_lambda (fun=138132549, nargs=1, arg_vector=0xbfffdefc) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 138132544
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#42 0x081d5527 in Ffuncall (nargs=2, args=0xbfffdef8) at eval.c:2866
        fun = <optimized out>
        original_fun = 143557058
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#43 0x081d694f in Fapply (nargs=2, args=0xbfffdef8) at eval.c:2291
        i = <optimized out>
        numargs = <optimized out>
        spread_arg = 143240286
        funcall_args = 0x0
        fun = <optimized out>
        retval = <optimized out>
        gcpro1 = <optimized out>
        sa_must_free = false
#44 0x081d5947 in Ffuncall (nargs=3, args=0xbfffdef4) at eval.c:2786
        fun = 139286717
        original_fun = 139763578
        funcar = 0
        numargs = 2
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#45 0x0821364f in exec_byte_code (bytestr=140971584, vector=0, maxdepth=16, args_template=139690946, nargs=-1073750276, args=0x3) at bytecode.c:919
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 10
        count_volatile = 143682652
        vectorp = 0x838665c <pure+680956>
        vectorp_volatile = 0xb7c5c408 <_XSetLastRequestRead+8>
        stack = {
          pc = 0x845388c <pure+1521196> "\210)\301\207", 
          byte_string = 137913921, 
          byte_string_start = 0x8453883 <pure+1521187> "r\301\b\302H\b\303H\"\210)\301\207", 
          next = 0xbfffe1b8
        }
        stack_volatile = {
          pc = 0x24 <Address 0x24 out of bounds>, 
          byte_string = -1227962654, 
          byte_string_start = 0x88fdce0 "", 
          next = 0x1b5e
        }
        result = 140971584
        type = (unknown: 3082891252)
#46 0x082160b8 in Fbyte_code (bytestr=137913921, vector=137913949, maxdepth=16) at bytecode.c:482
No locals.
#47 0x081d4afa in eval_sub (form=137913910) at eval.c:2181
        numargs = 139291184
        args_left = <optimized out>
        i = 3
        maxargs = 3
        argvals = {137913921, 137913949, 16, 0, 136139224, 8, 143240454, 16}
        fun = 139291189
        val = <optimized out>
        original_fun = 3
        original_args = 137913918
        funcar = 0
#48 0x081d84e3 in internal_lisp_condition_case (var=141875378, bodyform=137913910, handlers=137913974) at eval.c:1313
        val = <optimized out>
        c = <optimized out>
        oldhandlerlist = 0x88fcdb8
        clausenb = <optimized out>
#49 0x08214986 in exec_byte_code (bytestr=140971584, vector=0, maxdepth=20, args_template=139690946, nargs=-1073749724, args=0x8f) at bytecode.c:1169
        targets = {0x82136d3 <exec_byte_code+979>, 0x8213792 <exec_byte_code+1170>, 0x8213797 <exec_byte_code+1175>, 0x821379c <exec_byte_code+1180>, 0x82134ea <exec_byte_code+490>, 0x82134f0 <exec_byte_code+496>, 
          0x8213bb9 <exec_byte_code+2233>, 0x8214a40 <exec_byte_code+5952>, 0x8213bf8 <exec_byte_code+2296>, 0x8213c05 <exec_byte_code+2309>, 0x8213bee <exec_byte_code+2286>, 0x8213bf3 <exec_byte_code+2291>, 
          0x821351b <exec_byte_code+539>, 0x8213520 <exec_byte_code+544>, 0x82139d5 <exec_byte_code+1749>, 0x8213cbb <exec_byte_code+2491>, 0x8213b3d <exec_byte_code+2109>, 0x8213b42 <exec_byte_code+2114>, 
          0x8213baf <exec_byte_code+2223>, 0x8213bb4 <exec_byte_code+2228>, 0x8213579 <exec_byte_code+633>, 0x8213580 <exec_byte_code+640>, 0x8213b67 <exec_byte_code+2151>, 0x8213b47 <exec_byte_code+2119>, 
          0x82139b5 <exec_byte_code+1717>, 0x82139ba <exec_byte_code+1722>, 0x82139bf <exec_byte_code+1727>, 0x82139c5 <exec_byte_code+1733>, 0x82135f1 <exec_byte_code+753>, 0x82135f8 <exec_byte_code+760>, 
          0x8213b9e <exec_byte_code+2206>, 0x8213995 <exec_byte_code+1685>, 0x8213982 <exec_byte_code+1666>, 0x8213987 <exec_byte_code+1671>, 0x821398c <exec_byte_code+1676>, 0x821395d <exec_byte_code+1629>, 
          0x821362a <exec_byte_code+810>, 0x8213630 <exec_byte_code+816>, 0x821393b <exec_byte_code+1595>, 0x8213962 <exec_byte_code+1634>, 0x8214ae4 <exec_byte_code+6116>, 0x8214ae9 <exec_byte_code+6121>, 
          0x8214aee <exec_byte_code+6126>, 0x8214abf <exec_byte_code+6079>, 0x8213669 <exec_byte_code+873>, 0x8213670 <exec_byte_code+880>, 0x821394c <exec_byte_code+1612>, 0x8214ac4 <exec_byte_code+6084>, 
          0x82148fc <exec_byte_code+5628>, 0x82148f2 <exec_byte_code+5618>, 0x82147bb <exec_byte_code+5307>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8215120 <exec_byte_code+7712>, 0x82150c4 <exec_byte_code+7620>, 0x82150f2 <exec_byte_code+7666>, 0x8214fff <exec_byte_code+7423>, 
          0x821502d <exec_byte_code+7469>, 0x8213a9f <exec_byte_code+1951>, 0x8213ad4 <exec_byte_code+2004>, 0x8215067 <exec_byte_code+7527>, 0x8213a6b <exec_byte_code+1899>, 0x8213b09 <exec_byte_code+2057>, 
          0x821508f <exec_byte_code+7567>, 0x8214e63 <exec_byte_code+7011>, 0x8214e87 <exec_byte_code+7047>, 0x8214ebf <exec_byte_code+7103>, 0x8214ef3 <exec_byte_code+7155>, 0x8214f67 <exec_byte_code+7271>, 
          0x8214f8b <exec_byte_code+7307>, 0x8214fc3 <exec_byte_code+7363>, 0x8214c87 <exec_byte_code+6535>, 0x8214cab <exec_byte_code+6571>, 0x82152f1 <exec_byte_code+8177>, 0x8215326 <exec_byte_code+8230>, 
          0x8215215 <exec_byte_code+7957>, 0x821524a <exec_byte_code+8010>, 0x8215289 <exec_byte_code+8073>, 0x82152bd <exec_byte_code+8125>, 0x82151a4 <exec_byte_code+7844>, 0x8215459 <exec_byte_code+8537>, 
          0x8215487 <exec_byte_code+8583>, 0x821535e <exec_byte_code+8286>, 0x821539c <exec_byte_code+8348>, 0x82153dc <exec_byte_code+8412>, 0x8215419 <exec_byte_code+8473>, 0x8213fc2 <exec_byte_code+3266>, 
          0x82145b7 <exec_byte_code+4791>, 0x821455a <exec_byte_code+4698>, 0x8214583 <exec_byte_code+4739>, 0x821448a <exec_byte_code+4490>, 0x82144be <exec_byte_code+4542>, 0x82144f2 <exec_byte_code+4594>, 
          0x8214306 <exec_byte_code+4102>, 0x82136a9 <exec_byte_code+937>, 0x8214349 <exec_byte_code+4169>, 0x8214370 <exec_byte_code+4208>, 0x82143d7 <exec_byte_code+4311>, 0x821441d <exec_byte_code+4381>, 
          0x8214463 <exec_byte_code+4451>, 0x8213fff <exec_byte_code+3327>, 0x8214028 <exec_byte_code+3368>, 0x8214051 <exec_byte_code+3409>, 0x8214091 <exec_byte_code+3473>, 0x82136d3 <exec_byte_code+979>, 
          0x82140c1 <exec_byte_code+3521>, 0x82140ea <exec_byte_code+3562>, 0x8214113 <exec_byte_code+3603>, 0x821413c <exec_byte_code+3644>, 0x8214165 <exec_byte_code+3685>, 0x821418e <exec_byte_code+3726>, 
          0x82136a9 <exec_byte_code+937>, 0x82136d3 <exec_byte_code+979>, 0x82141b5 <exec_byte_code+3765>, 0x82141f5 <exec_byte_code+3829>, 0x821421c <exec_byte_code+3868>, 0x8214240 <exec_byte_code+3904>, 
          0x8214278 <exec_byte_code+3960>, 0x82142ad <exec_byte_code+4013>, 0x8213cdb <exec_byte_code+2523>, 0x8213d00 <exec_byte_code+2560>, 0x8213d35 <exec_byte_code+2613>, 0x8213d6d <exec_byte_code+2669>, 
          0x8213da2 <exec_byte_code+2722>, 0x8213dcb <exec_byte_code+2763>, 0x82136d3 <exec_byte_code+979>, 0x8214a00 <exec_byte_code+5888>, 0x8214af5 <exec_byte_code+6133>, 0x8213a05 <exec_byte_code+1797>, 
          0x8214dc7 <exec_byte_code+6855>, 0x8214cd2 <exec_byte_code+6610>, 0x8214d31 <exec_byte_code+6705>, 0x8214720 <exec_byte_code+5152>, 0x82149e7 <exec_byte_code+5863>, 0x8213b78 <exec_byte_code+2168>, 
          0x8214673 <exec_byte_code+4979>, 0x8214614 <exec_byte_code+4884>, 0x8214754 <exec_byte_code+5204>, 0x821477e <exec_byte_code+5246>, 0x821491e <exec_byte_code+5662>, 0x8214965 <exec_byte_code+5733>, 
          0x82149a4 <exec_byte_code+5796>, 0x8214b6f <exec_byte_code+6255>, 0x82145eb <exec_byte_code+4843>, 0x8213df2 <exec_byte_code+2802>, 0x8213e31 <exec_byte_code+2865>, 0x8213e55 <exec_byte_code+2901>, 
          0x8213e79 <exec_byte_code+2937>, 0x8213ea0 <exec_byte_code+2976>, 0x8213ec4 <exec_byte_code+3012>, 0x8213efc <exec_byte_code+3068>, 0x8213f31 <exec_byte_code+3121>, 0x8213f69 <exec_byte_code+3177>, 
          0x8213f9e <exec_byte_code+3230>, 0x82137a5 <exec_byte_code+1189>, 0x82137da <exec_byte_code+1242>, 0x8213812 <exec_byte_code+1298>, 0x8213836 <exec_byte_code+1334>, 0x821386e <exec_byte_code+1390>, 
          0x82138a3 <exec_byte_code+1443>, 0x82138d5 <exec_byte_code+1493>, 0x8213907 <exec_byte_code+1543>, 0x8214526 <exec_byte_code+4646>, 0x82142d1 <exec_byte_code+4049>, 0x821372f <exec_byte_code+1071>, 
          0x8213769 <exec_byte_code+1129>, 0x82136d3 <exec_byte_code+979>, 0x8214bc4 <exec_byte_code+6340>, 0x8214c30 <exec_byte_code+6448>, 0x82154b5 <exec_byte_code+8629>, 0x8215538 <exec_byte_code+8760>, 
          0x821469d <exec_byte_code+5021>, 0x8214f27 <exec_byte_code+7207>, 0x82151d8 <exec_byte_code+7896>, 0x821439a <exec_byte_code+4250>, 0x8214a89 <exec_byte_code+6025>, 0x8213c15 <exec_byte_code+2325>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c58 <exec_byte_code+2392>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 
          0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x82136d3 <exec_byte_code+979>, 0x8213c90 <exec_byte_code+2448> <repeats 64 times>}
        count = 6
        count_volatile = 139791298
        vectorp = 0x83865bc <pure+680796>
        vectorp_volatile = 0x81dc127 <Flength+439>
        stack = {
          pc = 0x8453907 <pure+1521319> "\210\016\027\205\213", 
          byte_string = 137913769, 
          byte_string_start = 0x8453891 <pure+1521201> "\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 = 136147173, 
          byte_string_start = 0x85383c2 "", 
          next = 0x8a1d116
        }
        result = 140971584
        type = (unknown: 3082891252)
#50 0x081d51c1 in funcall_lambda (fun=137913749, nargs=1, arg_vector=0xbfffe2cc) at eval.c:3039
        val = <optimized out>
        syms_left = <optimized out>
        next = 137913744
        lexenv = 139690946
        i = <optimized out>
        optional = <optimized out>
        rest = <optimized out>
#51 0x081d5527 in Ffuncall (nargs=2, args=0xbfffe2c8) at eval.c:2866
        fun = <optimized out>
        original_fun = 139715418
        funcar = 0
        numargs = 1
        val = <optimized out>
        internal_args = <optimized out>
        i = <optimized out>
#52 0x081d5b87 in call1 (fn=139715418, arg1=139891717) at eval.c:2604
        ret_ungc_val = 140971584
        args = {139715418, 139891717}
#53 0x081587ba in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at keyboard.c:4502
        old_deactivate_mark = 139690946
        idle_timer_ripe = <optimized out>
        timer = 139891717
        timer_time = {
          tv_sec = 1386935877, 
          tv_nsec = 524707102
        }
        timer_difference = <optimized out>
        idle_timer_difference = <optimized out>
        ripe = <optimized out>
        idle_timer = <optimized out>
        idle_timer_time = {
          tv_sec = 0, 
          tv_nsec = 0
        }
        timer_ripe = <optimized out>
        idleness_now = {
          tv_sec = 1, 
          tv_nsec = 945858969
        }
        chosen_timer = 139891717
        now = {
          tv_sec = 1386935877, 
          tv_nsec = 525233231
        }
#54 timer_check () at keyboard.c:4569
        nexttime = <optimized out>
        timers = 144822542
        idle_timers = 144822558
        tem = <optimized out>
#55 0x08158b54 in readable_events (flags=1) at keyboard.c:3436
No locals.
#56 0x0815a54f in get_input_pending (flags=1) at keyboard.c:6753
No locals.
#57 0x0815e29a in detect_input_pending_run_timers (do_display=true) at keyboard.c:9876
        old_timers_run = 31
#58 0x0821bde1 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139690946, wait_proc=0x0, just_wait_proc=0) at process.c:4680
        old_timers_run = 31
        old_buffer = 0x853d4d0
        old_window = 139850205
        leave = false
        timeout_reduced_for_timers = 221
        channel = <optimized out>
        nfds = 0
        Available = {
          fds_bits = {1048832, 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 = 436637832
        }
        end_time = {
          tv_sec = 1386935907, 
          tv_nsec = 88068445
        }
        wait_channel = -1
        got_some_input = false
#59 0x08063e7a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800
        sec = 30
        nsec = 0
        do_display = true
#60 0x0815f6eb in read_char (commandflag=1, map=143183982, prev_event=139690946, used_mouse_menu=0xbfffea2f, end_time=0x0) at keyboard.c:2802
        tem0 = <optimized out>
        timeout = <optimized out>
        delay_level = <optimized out>
        buffer_size = <optimized out>
        c = 139690946
        local_getcjmp = {{
            __jmpbuf = {-1073747980, 141163869, 139850205, 144287521, -209446641, 664715872}, 
            __mask_was_saved = 0, 
            __saved_mask = {
              __val = {0, 0, 139711701, 136518085, 139711696, 0 <repeats 13 times>, 139711696, 136097115, 141873448, 141883770, 141897880, 136053630, 0, 0, 0, 5493968, 139711696, 192, 141897888, 135698505}
            }
          }}
        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 = 139690946
        also_record = 139690946
        reread = false
        polling_stopped_here = false
        orig_kboard = 0x89179f0
#61 0x08160b4e in read_key_sequence (keybuf=0xbfffea98, prompt=139690946, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9071
        interrupted_kboard = 0x89179f0
        interrupted_frame = 0x87ef2d8
        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 = 143183982
        first_event = 139690946
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 141624062, 
          map = 141624062, 
          start = 0, 
          end = 0
        }
        keytran = {
          parent = 139678478, 
          map = 139678478, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 141624078, 
          map = 141624078, 
          start = 0, 
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = 139690946
        original_uppercase = 136134684
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x853d4d0
        fake_prefixed_keys = 139690946
#62 0x0816240e in command_loop_1 () at keyboard.c:1445
        cmd = <optimized out>
        keybuf = {76, 59, 91, 139711696, 119, 139690946, 143605800, 32, 139762890, 136056393, 139762890, 139690946, 139690946, 0, 143605800, 143605800, 143605800, 136134684, 139762890, 139690946, 119, 2, 141361470, 143605784, 
          -1073746824, 139690946, 141361470, 139690946, -1073746824, 0}
        i = <optimized out>
        prev_modiff = 10
        prev_buffer = 0x853d4d0
#63 0x081d3748 in internal_condition_case (bfun=0x81621f0 <command_loop_1>, handlers=139723978, hfun=0x8157d70 <cmd_error>) at eval.c:1344
        val = <optimized out>
        c = 0x88fcdb8
#64 0x081563c5 in command_loop_2 (ignore=139690946) at keyboard.c:1170
        val = 140971584
#65 0x081d366b in internal_catch (tag=139722026, func=0x81563a0 <command_loop_2>, arg=139690946) at eval.c:1108
        val = <optimized out>
        c = 0x85383a2
#66 0x081578da in command_loop () at keyboard.c:1149
No locals.
#67 recursive_edit_1 () at keyboard.c:777
        val = 0
#68 0x08157bb0 in Frecursive_edit () at keyboard.c:841
        buffer = 139690946
#69 0x08057992 in main (argc=<optimized out>, argv=0xbfffed14) at emacs.c:1634
        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 = 0x2 <Address 0x2 out of bounds>

Lisp Backtrace:
"Automatic GC" (0x8526670)
"internal-face-x-get-resource" (0xbfffccb8)
"set-face-attribute-from-resource" (0xbfffce58)
"set-face-attributes-from-resources" (0xbfffcff8)
"make-face-x-resource-internal" (0xbfffd198)
"byte-code" (0xbfffd2dc)
"face-set-after-frame-default" (0xbfffd558)
"x-show-tip" (0xbfffd6b8)
"byte-code" (0xbfffd80c)
"tooltip-show" (0xbfffda78)
"tooltip-help-tips" (0xbfffdcbc)
"run-hook-with-args-until-success" (0xbfffdcb8)
"tooltip-timeout" (0xbfffdefc)
"apply" (0xbfffdef8)
"byte-code" (0xbfffe04c)
"timer-event-handler" (0xbfffe2cc)
(gdb) p font->frame
$1 = (struct frame *) 0x8670e40
(gdb) p *font->frame
$2 = {
  header = {
    size = 1124360213
  }, 
  name = 141528097, 
  icon_name = 139690946, 
  title = 139690946, 
  focus_frame = 139690946, 
  root_window = 139690946, 
  selected_window = 140971957, 
  minibuffer_window = 140972253, 
  param_alist = 143171510, 
  scroll_bars = 139690946, 
  condemned_scroll_bars = 139690946, 
  menu_bar_items = 139690946, 
  face_alist = 141957246, 
  menu_bar_vector = 139690946, 
  buffer_predicate = 139690946, 
  buffer_list = 139690946, 
  buried_buffer_list = 139690946, 
  tool_bar_window = 139690946, 
  desired_tool_bar_string = 139690946, 
  current_tool_bar_string = 139690946, 
  tool_bar_items = 139690946, 
  tool_bar_position = 139716378, 
  face_cache = 0x0, 
  menu_bar_items_used = 0, 
  namebuf = 0x0, 
  current_pool = 0x0, 
  desired_pool = 0x0, 
  desired_matrix = 0x0, 
  current_matrix = 0x0, 
  glyphs_initialized_p = 0, 
  resized_p = 0, 
  default_face_done_p = 1, 
  already_hscrolled_p = 0, 
  updated_p = 0, 
  minimize_tool_bar_window_p = 0, 
  fonts_changed = 1, 
  cursor_type_changed = 1, 
  redisplay = 1, 
  tool_bar_lines = 0, 
  tool_bar_height = 0, 
  n_tool_bar_rows = 0, 
  n_tool_bar_items = 0, 
  decode_mode_spec_buffer = 0x85eb900 "File", 
  insert_line_cost = 0x0, 
  delete_line_cost = 0x0, 
  insert_n_lines_cost = 0x0, 
  delete_n_lines_cost = 0x0, 
  text_cols = 0, 
  text_lines = 0, 
  total_cols = 80, 
  text_width = 720, 
  text_height = 665, 
  new_width = 0, 
  new_height = 0, 
  new_pixelwise = false, 
  left_pos = 330, 
  top_pos = 918, 
  pixel_width = 742, 
  pixel_height = 669, 
  x_pixels_diff = 1, 
  y_pixels_diff = 1, 
  win_gravity = 1, 
  size_hint_flags = 0, 
  border_width = 1, 
  internal_border_width = 2, 
  right_divider_width = 0, 
  bottom_divider_width = 0, 
  column_width = 9, 
  line_height = 19, 
  output_method = output_x_window, 
  terminal = 0x0, 
  output_data = {
    tty = 0x0, 
    x = 0x0, 
    w32 = 0x0, 
    ns = 0x0, 
    nothing = 0
  }, 
  font_driver_list = 0x0, 
  font_data_list = 0x0, 
  fringe_cols = 2, 
  left_fringe_width = 9, 
  right_fringe_width = 9, 
  want_fullscreen = FULLSCREEN_NONE, 
  menu_bar_lines = 0, 
  menu_bar_height = 0, 
  wait_event_type = 0, 
  external_menu_bar = 0, 
  visible = 0, 
  iconified = 0, 
  garbaged = 1, 
  wants_modeline = 1, 
  auto_raise = 0, 
  auto_lower = 0, 
  no_split = 1, 
  explicit_name = 1, 
  window_sizes_changed = 0, 
  mouse_moved = 0, 
  pointer_invisible = 0, 
  frozen_window_starts = 0, 
  vertical_scroll_bar_type = vertical_scroll_bar_none, 
  desired_cursor = FILLED_BOX_CURSOR, 
  cursor_width = 1, 
  blink_off_cursor = DEFAULT_CURSOR, 
  blink_off_cursor_width = 0, 
  config_scroll_bar_width = 14, 
  config_scroll_bar_cols = 2, 
  scroll_bar_actual_width = 0, 
  cost_calculation_baud_rate = 0, 
  alpha = {0, 0}, 
  gamma = 0, 
  extra_line_spacing = 0, 
  background_pixel = 16777184, 
  foreground_pixel = 0
}
(gdb) 





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 12:04 ` Nicolas Richard
@ 2013-12-13 13:42   ` Dmitry Antipov
  2013-12-13 14:15     ` Eli Zaretskii
  2013-12-13 14:24     ` Nicolas Richard
  0 siblings, 2 replies; 11+ messages in thread
From: Dmitry Antipov @ 2013-12-13 13:42 UTC (permalink / raw)
  To: Nicolas Richard, 16128

On 12/13/2013 04:04 PM, Nicolas Richard wrote:

> Program received signal SIGSEGV, Segmentation fault.
> 0x081f08dd in font_close_object (font_object=141131381) at font.c:2901
> 2901	  eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);

Argh.  Non-GTK X support uses separate frames for tooltips.  When tooltip
disappears, the frame is deleted and this usually happens before than its
font becomes unreachable and swept by GC.  Should be fixed in r115505.

Dmitry






^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 13:42   ` Dmitry Antipov
@ 2013-12-13 14:15     ` Eli Zaretskii
  2013-12-14 10:44       ` Jan Djärv
  2013-12-13 14:24     ` Nicolas Richard
  1 sibling, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2013-12-13 14:15 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: theonewiththeevillook, 16128

> Date: Fri, 13 Dec 2013 17:42:03 +0400
> From: Dmitry Antipov <dmantipov@yandex.ru>
> 
> Non-GTK X support uses separate frames for tooltips.

I think GTK is the _only_ build that does _not_ use separate frames
for tooltips.  (Well, maybe NS does that as well, I simply don't
know.)  Tooltips started as special-purpose frames, years before the
GTK build became supported.





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 13:42   ` Dmitry Antipov
  2013-12-13 14:15     ` Eli Zaretskii
@ 2013-12-13 14:24     ` Nicolas Richard
  2013-12-13 16:02       ` Dmitry Antipov
  1 sibling, 1 reply; 11+ messages in thread
From: Nicolas Richard @ 2013-12-13 14:24 UTC (permalink / raw)
  To: Dmitry Antipov, 16128

Le 13/12/2013 14:42, Dmitry Antipov a écrit :
> On 12/13/2013 04:04 PM, Nicolas Richard wrote:
> 
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x081f08dd in font_close_object (font_object=141131381) at font.c:2901
>> 2901      eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
> 
> Argh.  Non-GTK X support uses separate frames for tooltips.  When tooltip
> disappears, the frame is deleted and this usually happens before than its
> font becomes unreachable and swept by GC.  Should be fixed in r115505.

Sorry I cannot confirm.

As an automated test, I can run :
src/emacs -Q --eval '(dotimes (i 10) (tooltip-hide) (tooltip-show "foo"))' --eval '(kill-emacs)' 
(can't use --batch here)

Here's the gdb session:

~/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.0
TERM = xterm
Breakpoint 1 at 0x81519b0: file emacs.c, line 350.
Temporary breakpoint 2 at 0x816f050: file sysdep.c, line 850.
(gdb) run -Q --eval '(dotimes (i 10) (tooltip-hide) (tooltip-show "foo"))' --eval '(kill-emacs)' 
Starting program: /home/youngfrog/sources/running-emacs/src/emacs -Q --eval '(dotimes (i 10) (tooltip-hide) (tooltip-show "foo"))' --eval '(kill-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 8078)]
[New Thread 0xb421eb40 (LWP 8079)]
[New Thread 0xb38ffb40 (LWP 8080)]

Program received signal SIGSEGV, Segmentation fault.
0x081f092e in font_close_object (font_object=143662965) at font.c:2904
2904	      eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);

(gdb) bt
#0  0x081f092e in font_close_object (font_object=143662965) at font.c:2904
#1  0x081b4602 in cleanup_vector (vector=<optimized out>) at alloc.c:2883
#2  0x081bae07 in sweep_vectors () at alloc.c:2929
#3  gc_sweep () at alloc.c:6631
#4  Fgarbage_collect () at alloc.c:5554
#5  0x081d555d in maybe_gc () at lisp.h:4476
#6  Ffuncall (nargs=4, args=0xbfffd324) at eval.c:2756
#7  0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=20, args_template=139690946, nargs=-1073753296, args=0x4) at bytecode.c:919
#8  0x081d51c1 in funcall_lambda (fun=137484725, nargs=5, arg_vector=0xbfffd4c8) at eval.c:3039
#9  0x081d5527 in Ffuncall (nargs=6, args=0xbfffd4c4) at eval.c:2866
#10 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=28, args_template=139690946, nargs=-1073752872, args=0x6) at bytecode.c:919
#11 0x081d51c1 in funcall_lambda (fun=137485021, nargs=2, arg_vector=0xbfffd668) at eval.c:3039
#12 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd664) at eval.c:2866
#13 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=16, args_template=139690946, nargs=-1073752468, args=0x3) at bytecode.c:919
#14 0x081d51c1 in funcall_lambda (fun=137485117, nargs=2, arg_vector=0xbfffd808) at eval.c:3039
#15 0x081d5527 in Ffuncall (nargs=3, args=0xbfffd804) at eval.c:2866
#16 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=12, args_template=139690946, nargs=-1073752052, args=0x3) at bytecode.c:919
#17 0x082160d8 in Fbyte_code (bytestr=137499137, vector=137499165, maxdepth=12) at bytecode.c:482
#18 0x081d4afa in eval_sub (form=137499126) at eval.c:2181
#19 0x081d84e3 in internal_lisp_condition_case (var=139690946, bodyform=137499126, handlers=137317446) at eval.c:1313
#20 0x082149a6 in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=24, args_template=139690946, nargs=-1073751516, args=0x8f) at bytecode.c:1169
#21 0x081d51c1 in funcall_lambda (fun=137498997, nargs=2, arg_vector=0xbfffdbc8) at eval.c:3039
#22 0x081d5527 in Ffuncall (nargs=3, args=0xbfffdbc4) at eval.c:2866
#23 0x081d5b4f in call2 (fn=139787994, arg1=143662381, arg2=139690946) at eval.c:2619
#24 0x08138cae in x_create_tip_frame (text=140920521, parms=<optimized out>, dpyinfo=<optimized out>) at xfns.c:5074
#25 Fx_show_tip (string=<optimized out>, frame=142537437, parms=140932838, timeout=40, dx=20, dy=80) at xfns.c:5308
#26 0x081d57b7 in Ffuncall (nargs=7, args=0xbfffdd24) at eval.c:2826
#27 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=28, args_template=139690946, nargs=-1073750724, args=0x7) at bytecode.c:919
#28 0x082160d8 in Fbyte_code (bytestr=138132833, vector=138132861, maxdepth=28) at bytecode.c:482
#29 0x081d4afa in eval_sub (form=138132822) at eval.c:2181
#30 0x081d84e3 in internal_lisp_condition_case (var=139723978, bodyform=138132822, handlers=138132950) at eval.c:1313
#31 0x082149a6 in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=12, args_template=139690946, nargs=-1073750188, args=0x8f) at bytecode.c:1169
#32 0x081d51c1 in funcall_lambda (fun=138132725, nargs=1, arg_vector=0xbfffe090) at eval.c:3039
#33 0x081d42fa in apply_lambda (fun=138132725, args=<optimized out>) at eval.c:2914
#34 0x081d455c in eval_sub (form=141690942) at eval.c:2250
#35 0x081d4f26 in Fprogn (body=141689526) at eval.c:458
#36 0x081d8220 in Fwhile (args=141689510) at eval.c:988
#37 0x081d4921 in eval_sub (form=141689502) at eval.c:2123
#38 0x081d4f26 in Fprogn (body=141689494) at eval.c:458
#39 0x081d890c in Flet (args=141689486) at eval.c:966
#40 0x081d4921 in eval_sub (form=141689470) at eval.c:2123
#41 0x081d4990 in eval_sub (form=141691102) at eval.c:2246
#42 0x081d7424 in Feval (form=141691102, lexical=139690946) at eval.c:1993
#43 0x081d5895 in Ffuncall (nargs=2, args=0xbfffe4dc) at eval.c:2808
#44 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=92, args_template=1028, nargs=-1073748764, args=0x2) at bytecode.c:919
#45 0x081d5253 in funcall_lambda (fun=137530877, nargs=1, arg_vector=0xbfffe688) at eval.c:2973
#46 0x081d5527 in Ffuncall (nargs=2, args=0xbfffe684) at eval.c:2866
#47 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=68, args_template=0, nargs=-1073748344, args=0x2) at bytecode.c:919
#48 0x081d5253 in funcall_lambda (fun=137518077, nargs=0, arg_vector=0xbfffe85c) at eval.c:2973
#49 0x081d5527 in Ffuncall (nargs=1, args=0xbfffe858) at eval.c:2866
#50 0x0821366f in exec_byte_code (bytestr=139690946, vector=8912896, maxdepth=48, args_template=0, nargs=-1073747884, args=0x1) at bytecode.c:919
#51 0x081d5253 in funcall_lambda (fun=137516301, nargs=0, arg_vector=0xbfffe9c0) at eval.c:2973
#52 0x081d42fa in apply_lambda (fun=137516301, args=<optimized out>) at eval.c:2914
#53 0x081d455c in eval_sub (form=141361470) at eval.c:2250
#54 0x081d7424 in Feval (form=141361470, lexical=139690946) at eval.c:1993
#55 0x08154d69 in top_level_2 () at keyboard.c:1179
#56 0x081d3748 in internal_condition_case (bfun=0x8154d50 <top_level_2>, handlers=139723978, hfun=0x8157d70 <cmd_error>) at eval.c:1344
#57 0x081565d5 in top_level_1 (ignore=139690946) at keyboard.c:1187
#58 0x081d366b in internal_catch (tag=139722026, func=0x8156570 <top_level_1>, arg=139690946) at eval.c:1108
#59 0x081578bc in command_loop () at keyboard.c:1148
#60 recursive_edit_1 () at keyboard.c:777
#61 0x08157bb0 in Frecursive_edit () at keyboard.c:841
#62 0x08057992 in main (argc=<optimized out>, argv=0xbfffecb4) at emacs.c:1634

Lisp Backtrace:
"Automatic GC" (0x8526670)
"internal-face-x-get-resource" (0xbfffd328)
"set-face-attribute-from-resource" (0xbfffd4c8)
"set-face-attributes-from-resources" (0xbfffd668)
"make-face-x-resource-internal" (0xbfffd808)
"byte-code" (0xbfffd94c)
"face-set-after-frame-default" (0xbfffdbc8)
"x-show-tip" (0xbfffdd28)
"byte-code" (0xbfffde7c)
"tooltip-show" (0xbfffe090)
"while" (0xbfffe22c)
"let" (0xbfffe34c)
"dotimes" (0xbfffe3dc)
"eval" (0xbfffe4e0)
"command-line-1" (0xbfffe688)
"command-line" (0xbfffe85c)
"normal-top-level" (0xbfffe9c0)
(gdb) p *font->frame
$1 = {
  header = {
    size = -2147483629
  }, 
  name = 139691234, 
  icon_name = 139712586, 
  title = 139712586, 
  focus_frame = 139712586, 
  root_window = 139712586, 
  selected_window = 139712586, 
  minibuffer_window = 139712586, 
  param_alist = 139712586, 
  scroll_bars = 139712586, 
  condemned_scroll_bars = 137323457, 
  menu_bar_items = 137477881, 
  face_alist = 139712586, 
  menu_bar_vector = 139712586, 
  buffer_predicate = 139712586, 
  buffer_list = 137504766, 
  buried_buffer_list = 139712586, 
  tool_bar_window = 139712586, 
  desired_tool_bar_string = 139712586, 
  current_tool_bar_string = 139712586, 
  tool_bar_items = 1291845709, 
  tool_bar_position = 139690946, 
  face_cache = 0x85383c2, 
  menu_bar_items_used = 139842642, 
  namebuf = 0x85383c2 "", 
  current_pool = 0x85383c2, 
  desired_pool = 0x85383c2, 
  desired_matrix = 0x85383c2, 
  current_matrix = 0x85383c2, 
  glyphs_initialized_p = 0, 
  resized_p = 1, 
  default_face_done_p = 0, 
  already_hscrolled_p = 0, 
  updated_p = 0, 
  minimize_tool_bar_window_p = 0, 
  fonts_changed = 1, 
  cursor_type_changed = 1, 
  redisplay = 1, 
  tool_bar_lines = 139690946, 
  tool_bar_height = 139690946, 
  n_tool_bar_rows = 139690946, 
  n_tool_bar_items = 139690946, 
  decode_mode_spec_buffer = 0x85383c2 "", 
  insert_line_cost = 0x85383c2, 
  delete_line_cost = 0x85383c2, 
  insert_n_lines_cost = 0x85383c2, 
  delete_n_lines_cost = 0x85383c2, 
  text_cols = 139690946, 
  text_lines = 139690946, 
  total_cols = 139690946, 
  text_width = 139690946, 
  text_height = 139690946, 
  new_width = 139690946, 
  new_height = 139690946, 
  new_pixelwise = 194, 
  left_pos = 139690946, 
  top_pos = 139690946, 
  pixel_width = 139690946, 
  pixel_height = 139690946, 
  x_pixels_diff = 139690946, 
  y_pixels_diff = 139690946, 
  win_gravity = 139690946, 
  size_hint_flags = 139690946, 
  border_width = 139690946, 
  internal_border_width = 139690946, 
  right_divider_width = 139690946, 
  bottom_divider_width = 139690946, 
  column_width = 139690946, 
  line_height = 139690946, 
  output_method = 139690946, 
  terminal = 0x85383c2, 
  output_data = {
    tty = 0x85383c2, 
    x = 0x85383c2, 
    w32 = 0x85383c2, 
    ns = 0x85383c2, 
    nothing = 139690946
  }, 
  font_driver_list = 0x85383c2, 
  font_data_list = 0x85383c2, 
  fringe_cols = 139690946, 
  left_fringe_width = 139690946, 
  right_fringe_width = 139690946, 
  want_fullscreen = 139690946, 
  menu_bar_lines = 139690946, 
  menu_bar_height = 139690946, 
  wait_event_type = 139690946, 
  external_menu_bar = 0, 
  visible = 1, 
  iconified = 0, 
  garbaged = 0, 
  wants_modeline = 0, 
  auto_raise = 1, 
  auto_lower = 1, 
  no_split = 1, 
  explicit_name = 1, 
  window_sizes_changed = 0, 
  mouse_moved = 0, 
  pointer_invisible = 0, 
  frozen_window_starts = 0, 
  vertical_scroll_bar_type = (vertical_scroll_bar_right | unknown: 139690944), 
  desired_cursor = 139690946, 
  cursor_width = 139690946, 
  blink_off_cursor = 139690946, 
  blink_off_cursor_width = 139690946, 
  config_scroll_bar_width = 139690946, 
  config_scroll_bar_cols = 139690946, 
  scroll_bar_actual_width = 139690946, 
  cost_calculation_baud_rate = 139690946, 
  alpha = {1.4775605879856227e-268, 1.4775605879856227e-268}, 
  gamma = 1.4775605879856227e-268, 
  extra_line_spacing = 80, 
  background_pixel = 139690946, 
  foreground_pixel = 142218541
}
(gdb) 

-- 
Nico.






^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 14:24     ` Nicolas Richard
@ 2013-12-13 16:02       ` Dmitry Antipov
  2018-06-15 11:51         ` Noam Postavsky
  0 siblings, 1 reply; 11+ messages in thread
From: Dmitry Antipov @ 2013-12-13 16:02 UTC (permalink / raw)
  To: Nicolas Richard, 16128

On 12/13/2013 06:24 PM, Nicolas Richard wrote:

> Sorry I cannot confirm.

Yes, this is somewhat more serious than I suspected before.  When the frame is gone,
'struct frame' memory may be reused for other object and so we can't rely on anything
under 'font->frame' pointer.  This approach probably requires a kind of reference
counting system, which will trigger even more potentially dangerous changes.
With all my regrets, I'm reverting 2013-12-12 font-related change - although I believe
in that this is Right Thing (TM) in general, this code needs more work :-(.

Dmitry






^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 14:15     ` Eli Zaretskii
@ 2013-12-14 10:44       ` Jan Djärv
  2013-12-14 11:09         ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Jan Djärv @ 2013-12-14 10:44 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: theonewiththeevillook, Dmitry Antipov, 16128

Hello.

13 dec 2013 kl. 15:15 skrev Eli Zaretskii <eliz@gnu.org>:

>> Date: Fri, 13 Dec 2013 17:42:03 +0400
>> From: Dmitry Antipov <dmantipov@yandex.ru>
>> 
>> Non-GTK X support uses separate frames for tooltips.
> 
> I think GTK is the _only_ build that does _not_ use separate frames
> for tooltips.  (Well, maybe NS does that as well, I simply don't
> know.)

It does.

>  Tooltips started as special-purpose frames, years before the
> GTK build became supported.

While that made sense at the time tooltips was implemented in Emacs, it no longer does.  Tooltips should adopt the look and feel of the desktop environment, which is why GTK left the tooltip-is-a-frame concept.

	Jan D.






^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-14 10:44       ` Jan Djärv
@ 2013-12-14 11:09         ` Eli Zaretskii
  2013-12-14 11:26           ` Jan Djärv
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2013-12-14 11:09 UTC (permalink / raw)
  To: Jan Djärv; +Cc: theonewiththeevillook, dmantipov, 16128

> From: Jan Djärv <jan.h.d@swipnet.se>
> Date: Sat, 14 Dec 2013 11:44:35 +0100
> Cc: Dmitry Antipov <dmantipov@yandex.ru>,
>  theonewiththeevillook@yahoo.fr,
>  16128@debbugs.gnu.org
> 
> >  Tooltips started as special-purpose frames, years before the
> > GTK build became supported.
> 
> While that made sense at the time tooltips was implemented in Emacs, it no longer does.  Tooltips should adopt the look and feel of the desktop environment, which is why GTK left the tooltip-is-a-frame concept.

What can I say? volunteers are welcome, as always.





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-14 11:09         ` Eli Zaretskii
@ 2013-12-14 11:26           ` Jan Djärv
  2013-12-14 12:01             ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Jan Djärv @ 2013-12-14 11:26 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: theonewiththeevillook, Dmitry Antipov, 16128

Hello.

14 dec 2013 kl. 12:09 skrev Eli Zaretskii <eliz@gnu.org>:

>> From: Jan Djärv <jan.h.d@swipnet.se>
>> Date: Sat, 14 Dec 2013 11:44:35 +0100
>> Cc: Dmitry Antipov <dmantipov@yandex.ru>,
>> theonewiththeevillook@yahoo.fr,
>> 16128@debbugs.gnu.org
>> 
>>> Tooltips started as special-purpose frames, years before the
>>> GTK build became supported.
>> 
>> While that made sense at the time tooltips was implemented in Emacs, it no longer does.  Tooltips should adopt the look and feel of the desktop environment, which is why GTK left the tooltip-is-a-frame concept.
> 
> What can I say? volunteers are welcome, as always.

For some Gnome desktops, the look and feel of the tooltips is patched in to the libGtk+ library and not accessable if you compile Emacs without Gtk+.  This is not the standard libGtk+, it is a patched version, patched by Ubuntu or Fedora or some other distribution. Things like transparency and fore/background colors are hardcoded into the library.  So volunteers does not help.

	Jan D.






^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-14 11:26           ` Jan Djärv
@ 2013-12-14 12:01             ` Eli Zaretskii
  0 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2013-12-14 12:01 UTC (permalink / raw)
  To: Jan Djärv; +Cc: theonewiththeevillook, dmantipov, 16128

> From: Jan Djärv <jan.h.d@swipnet.se>
> Date: Sat, 14 Dec 2013 12:26:15 +0100
> Cc: Dmitry Antipov <dmantipov@yandex.ru>,
>  theonewiththeevillook@yahoo.fr,
>  16128@debbugs.gnu.org
> 
> >> While that made sense at the time tooltips was implemented in Emacs, it no longer does.  Tooltips should adopt the look and feel of the desktop environment, which is why GTK left the tooltip-is-a-frame concept.
> > 
> > What can I say? volunteers are welcome, as always.
> 
> For some Gnome desktops, the look and feel of the tooltips is patched in to the libGtk+ library and not accessable if you compile Emacs without Gtk+.  This is not the standard libGtk+, it is a patched version, patched by Ubuntu or Fedora or some other distribution. Things like transparency and fore/background colors are hardcoded into the library.  So volunteers does not help.

I meant any toolkit that supports tooltips on its own.  When Emacs is
built with a toolkit that does not support tooltips, then we have no
choice but to provide them as part of Emacs's own infrastructure.





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts);
  2013-12-13 16:02       ` Dmitry Antipov
@ 2018-06-15 11:51         ` Noam Postavsky
  0 siblings, 0 replies; 11+ messages in thread
From: Noam Postavsky @ 2018-06-15 11:51 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Nicolas Richard, 16128

close 16128 
quit

Dmitry Antipov <dmantipov@yandex.ru> writes:

> On 12/13/2013 06:24 PM, Nicolas Richard wrote:
>
>> Sorry I cannot confirm.
>
> Yes, this is somewhat more serious than I suspected before.  When the frame is gone,
> 'struct frame' memory may be reused for other object and so we can't rely on anything
> under 'font->frame' pointer.  This approach probably requires a kind of reference
> counting system, which will trigger even more potentially dangerous changes.
> With all my regrets, I'm reverting 2013-12-12 font-related change - although I believe
> in that this is Right Thing (TM) in general, this code needs more work :-(.

Since there was no further response, I guess that revert fixed it.







^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-06-15 11:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 11:12 bug#16128: 24.3.50; SIGSEGV at font.c:2901 : eassert (FRAME_DISPLAY_INFO (font->frame)->n_fonts); Nicolas Richard
2013-12-13 12:04 ` Nicolas Richard
2013-12-13 13:42   ` Dmitry Antipov
2013-12-13 14:15     ` Eli Zaretskii
2013-12-14 10:44       ` Jan Djärv
2013-12-14 11:09         ` Eli Zaretskii
2013-12-14 11:26           ` Jan Djärv
2013-12-14 12:01             ` Eli Zaretskii
2013-12-13 14:24     ` Nicolas Richard
2013-12-13 16:02       ` Dmitry Antipov
2018-06-15 11:51         ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).