[ANNOUNCEMENT] Updated: emacs-24.3.93-3 [TEST]

Jon TURNEY jon.turney@dronecode.org.uk
Thu Oct 16 20:22:00 GMT 2014


On 13/09/2014 17:21, Ken Brown wrote:
> *** emacs-24.3.93-3
> *** emacs-X11-24.3.93-3
> *** emacs-w32-24.3.93-3
> *** emacs-el-24.3.93-3
>
> Emacs is a powerful, customizable, self-documenting, modeless text
> editor.  Emacs contains special code editing features, a scripting
> language (elisp), and the capability to read mail, news, and more
> without leaving the editor.

I have been suffering from some crashes with emacs-X11 24.3.93-3 on x86_64

This seems to have crossed my threshold of apathy, so I've been running 
emacs under gdb with a breakpoint on emacs_abort (since it seems to die 
with SIGABORT which can't be usefully backtraced...)

I get a backtrace starting as follows (full backtrace is attached):

#0  emacs_abort () at /usr/src/debug/emacs-24.3.93-3/src/sysdep.c:2137
#1  0x00000001004ef726 in overlays_at (pos=pos@entry=15602, 
extend=extend@entry=true, vec_ptr=vec_ptr@entry=0x80ee30,
     len_ptr=len_ptr@entry=0x80ee38, next_ptr=next_ptr@entry=0x0, 
prev_ptr=prev_ptr@entry=0x80ee28,
     change_req=change_req@entry=true) at 
/usr/src/debug/emacs-24.3.93-3/src/buffer.c:2854
#2  0x00000001004efcbc in Fprevious_overlay_change (pos=<optimized out>, 
pos@entry=62408)
     at /usr/src/debug/emacs-24.3.93-3/src/buffer.c:4312
#3  0x000000010058d202 in Fprevious_char_property_change 
(position=position@entry=62408, limit=limit@entry=61840)
     at /usr/src/debug/emacs-24.3.93-3/src/textprop.c:768
#4  0x000000010058eee6 in Fprevious_single_char_property_change 
(position=62408, position@entry=65840,
     prop=4304918466, object=object@entry=4304695346, limit=<optimized 
out>, limit@entry=61840)
     at /usr/src/debug/emacs-24.3.93-3/src/textprop.c:930
#5  0x0000000100414a71 in string_buffer_position_lim 
(string=25780888481, from=<optimized out>, to=<optimized out>,
     back_p=<optimized out>) at 
/usr/src/debug/emacs-24.3.93-3/src/xdisp.c:5404
#6  0x00000001004458f7 in note_mouse_highlight (f=<optimized out>, 
x=<optimized out>, y=<optimized out>)
     at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:29456
#7  0x00000001004a188f in XTframe_up_to_date (f=<optimized out>) at 
/usr/src/debug/emacs-24.3.93-3/src/xterm.c:634
#8  0x000000010043726c in redisplay_internal () at 
/usr/src/debug/emacs-24.3.93-3/src/xdisp.c:14026
#9  0x00000001004397a3 in redisplay_preserve_echo_area 
(from_where=from_where@entry=2)
     at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:14120

This looks somewhat similar to the problem in [1], so following the 
advice there in a directed plokta:

(gdb) source /usr/src/emacs-24.3.93-3.src/emacs-24.3.93/src/.gdbinit
[...]
(gdb) p end
$14 = <optimized out>
(gdb) p overlay
$15 = <optimized out>
(gdb) p pos
$16 = 15602
(gdb) p extend
$17 = true
(gdb) p vec_ptr
$18 = (Lisp_Object **) 0x80ee30
(gdb) p *vec_ptr
$20 = (Lisp_Object *) 0x6040f9000
(gdb) p **vec_ptr
$21 = 25839311040
(gdb) xtype
Lisp_Int0
(gdb) xint
$38 = 6459827760
(gdb) p len_ptr
$22 = (ptrdiff_t *) 0x80ee38
(gdb) p *len_ptr
$23 = 10
(gdb) p next_ptr
$24 = (ptrdiff_t *) 0x0
(gdb) p prev_ptr
$25 = (ptrdiff_t *) 0x80ee28
(gdb) p *prev_ptr
$26 = 8449600
(gdb) p change_req
$27 = true
(gdb) p overlay
$28 = <optimized out>
(gdb) p endpos
(gdb) p tail
$35 = (struct Lisp_Overlay *) 0x603f5c4a8
(gdb) p *tail
$36 = {
   type = Lisp_Misc_Overlay,
   gcmarkbit = false,
   spacer = 1171,
   next = 0x601042a58,
   start = 25836393491,
   end = 25836242131,
   plist = 25837850102
}

Please let me know what else I can do to help investigate the problem.

[1] https://cygwin.com/ml/cygwin/2014-08/msg00417.html
-------------- next part --------------
#0  emacs_abort () at /usr/src/debug/emacs-24.3.93-3/src/sysdep.c:2137
#1  0x00000001004ef726 in overlays_at (pos=pos@entry=15602, extend=extend@entry=true, vec_ptr=vec_ptr@entry=0x80ee30, 
    len_ptr=len_ptr@entry=0x80ee38, next_ptr=next_ptr@entry=0x0, prev_ptr=prev_ptr@entry=0x80ee28, 
    change_req=change_req@entry=true) at /usr/src/debug/emacs-24.3.93-3/src/buffer.c:2854
#2  0x00000001004efcbc in Fprevious_overlay_change (pos=<optimized out>, pos@entry=62408)
    at /usr/src/debug/emacs-24.3.93-3/src/buffer.c:4312
#3  0x000000010058d202 in Fprevious_char_property_change (position=position@entry=62408, limit=limit@entry=61840)
    at /usr/src/debug/emacs-24.3.93-3/src/textprop.c:768
#4  0x000000010058eee6 in Fprevious_single_char_property_change (position=62408, position@entry=65840, 
    prop=4304918466, object=object@entry=4304695346, limit=<optimized out>, limit@entry=61840)
    at /usr/src/debug/emacs-24.3.93-3/src/textprop.c:930
#5  0x0000000100414a71 in string_buffer_position_lim (string=25780888481, from=<optimized out>, to=<optimized out>, 
    back_p=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:5404
#6  0x00000001004458f7 in note_mouse_highlight (f=<optimized out>, x=<optimized out>, y=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:29456
#7  0x00000001004a188f in XTframe_up_to_date (f=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/xterm.c:634
#8  0x000000010043726c in redisplay_internal () at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:14026
#9  0x00000001004397a3 in redisplay_preserve_echo_area (from_where=from_where@entry=2)
    at /usr/src/debug/emacs-24.3.93-3/src/xdisp.c:14120
#10 0x0000000100403147 in Fredisplay (force=<optimized out>) at /usr/src/debug/emacs-24.3.93-3/src/dispnew.c:5883
#11 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#12 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, nargs=94, 
    args=0x1) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#13 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8102f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#14 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8102e8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#15 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8454880, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#16 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x810668)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#17 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x810660)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#18 0x000000010054220d in Fapply (nargs=2, args=0x810660) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#19 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#20 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8455784, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#21 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#22 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#23 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#24 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8456504, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#25 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x810b78)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#26 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x810b70)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#27 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25836987637)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#28 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#29 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#30 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#31 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#32 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#33 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#34 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8457816, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#35 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8110a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#36 0x0000000100540d4b in Ffuncall (nargs=2, args=0x811098) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#37 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8458384, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#38 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x811418)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#39 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x811410)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#40 0x000000010054220d in Fapply (nargs=2, args=0x811410) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#41 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#42 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8459288, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#43 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#44 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#45 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#46 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8460008, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#47 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x811928)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#48 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x811920)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#49 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25835230549)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#50 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#51 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#52 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#53 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#54 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#55 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#56 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8461320, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#57 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x811e50)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#58 0x0000000100540d4b in Ffuncall (nargs=2, args=0x811e48) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#59 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8461888, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#60 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8121c8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#61 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8121c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#62 0x000000010054220d in Fapply (nargs=2, args=0x8121c0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#63 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#64 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8462792, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#65 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#66 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#67 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#68 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8463512, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#69 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8126d8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#70 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8126d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#71 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25836731061)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#72 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#73 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#74 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#75 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#76 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#77 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#78 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8464824, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#79 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x812c00)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#80 0x0000000100540d4b in Ffuncall (nargs=2, args=0x812bf8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#81 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8465392, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#82 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x812f78)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#83 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x812f70)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#84 0x000000010054220d in Fapply (nargs=2, args=0x812f70) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#85 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#86 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8466296, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#87 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#88 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#89 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#90 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8467016, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#91 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x813488)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#92 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x813480)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#93 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25834320597)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#94 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#95 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#96 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#97 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#98 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#99 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#100 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8468328, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#101 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8139b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#102 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8139a8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#103 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8468896, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#104 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x813d28)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#105 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x813d20)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#106 0x000000010054220d in Fapply (nargs=2, args=0x813d20) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#107 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#108 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8469800, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#109 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#110 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#111 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#112 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8470520, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#113 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x814238)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#114 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x814230)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#115 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25837718661)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#116 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#117 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#118 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#119 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#120 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#121 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#122 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8471832, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#123 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x814760)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#124 0x0000000100540d4b in Ffuncall (nargs=2, args=0x814758) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#125 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8472400, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#126 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x814ad8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#127 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x814ad0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#128 0x000000010054220d in Fapply (nargs=2, args=0x814ad0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#129 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#130 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8473304, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#131 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#132 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#133 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#134 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8474024, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#135 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x814fe8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#136 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x814fe0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#137 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25824785285)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#138 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#139 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#140 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#141 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#142 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#143 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#144 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8475336, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#145 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x815510)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#146 0x0000000100540d4b in Ffuncall (nargs=2, args=0x815508) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#147 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8475904, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#148 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x815888)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#149 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x815880)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#150 0x000000010054220d in Fapply (nargs=2, args=0x815880) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#151 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#152 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8476808, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#153 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#154 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#155 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#156 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8477528, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#157 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x815d98)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#158 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x815d90)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#159 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25836695477)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#160 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#161 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#162 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#163 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#164 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#165 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#166 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8478840, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#167 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8162c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#168 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8162b8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#169 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8479408, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#170 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x816638)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#171 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x816630)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#172 0x000000010054220d in Fapply (nargs=2, args=0x816630) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#173 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#174 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8480312, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#175 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#176 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#177 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#178 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8481032, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#179 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x816b48)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#180 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x816b40)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#181 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25830675669)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#182 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#183 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#184 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#185 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#186 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#187 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#188 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8482344, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#189 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x817070)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#190 0x0000000100540d4b in Ffuncall (nargs=2, args=0x817068) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#191 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8482912, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#192 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8173e8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#193 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8173e0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#194 0x000000010054220d in Fapply (nargs=2, args=0x8173e0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#195 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#196 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8483816, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#197 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#198 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#199 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#200 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8484536, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#201 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8178f8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#202 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8178f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#203 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25821631141)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#204 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#205 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#206 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#207 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#208 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#209 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#210 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8485848, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#211 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x817e20)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#212 0x0000000100540d4b in Ffuncall (nargs=2, args=0x817e18) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#213 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8486416, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#214 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x818198)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#215 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x818190)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#216 0x000000010054220d in Fapply (nargs=2, args=0x818190) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#217 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#218 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8487320, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#219 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#220 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#221 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#222 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8488040, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#223 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8186a8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#224 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8186a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#225 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25828728325)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#226 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#227 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#228 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#229 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#230 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#231 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#232 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8489352, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#233 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x818bd0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#234 0x0000000100540d4b in Ffuncall (nargs=2, args=0x818bc8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#235 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8489920, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#236 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x818f48)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#237 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x818f40)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#238 0x000000010054220d in Fapply (nargs=2, args=0x818f40) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#239 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#240 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8490824, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#241 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#242 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#243 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#244 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8491544, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#245 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x819458)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#246 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x819450)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#247 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25830064565)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#248 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#249 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#250 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#251 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#252 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#253 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#254 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8492856, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#255 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x819980)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#256 0x0000000100540d4b in Ffuncall (nargs=2, args=0x819978) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#257 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8493424, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#258 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x819cf8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#259 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x819cf0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#260 0x000000010054220d in Fapply (nargs=2, args=0x819cf0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#261 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#262 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8494328, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#263 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#264 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#265 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#266 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8495048, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#267 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81a208)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#268 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81a200)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#269 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25835359269)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#270 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#271 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#272 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#273 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#274 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#275 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#276 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8496360, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#277 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81a730)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#278 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81a728) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#279 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8496928, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#280 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81aaa8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#281 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81aaa0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#282 0x000000010054220d in Fapply (nargs=2, args=0x81aaa0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#283 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#284 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8497832, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#285 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#286 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#287 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#288 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8498552, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#289 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81afb8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#290 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81afb0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#291 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25834329069)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#292 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#293 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#294 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#295 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#296 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#297 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#298 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8499864, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#299 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81b4e0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#300 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81b4d8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#301 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8500432, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#302 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81b858)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#303 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81b850)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#304 0x000000010054220d in Fapply (nargs=2, args=0x81b850) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#305 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#306 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8501336, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#307 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#308 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#309 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#310 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8502056, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#311 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81bd68)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#312 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81bd60)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#313 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25830650261)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#314 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#315 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#316 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#317 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#318 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#319 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#320 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8503368, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#321 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81c290)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#322 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81c288) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#323 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8503936, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#324 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81c608)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#325 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81c600)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#326 0x000000010054220d in Fapply (nargs=2, args=0x81c600) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#327 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#328 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8504840, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#329 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#330 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#331 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#332 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8505560, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#333 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81cb18)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#334 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81cb10)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#335 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25829157797)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#336 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#337 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#338 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#339 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#340 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#341 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#342 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8506872, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#343 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81d040)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#344 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81d038) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#345 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8507440, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#346 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81d3b8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#347 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81d3b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#348 0x000000010054220d in Fapply (nargs=2, args=0x81d3b0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#349 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#350 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8508344, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#351 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#352 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#353 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#354 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8509064, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#355 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81d8c8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#356 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81d8c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#357 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25820513557)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#358 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#359 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#360 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#361 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#362 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#363 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#364 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8510376, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#365 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81ddf0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#366 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81dde8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#367 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8510944, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#368 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81e168)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#369 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81e160)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#370 0x000000010054220d in Fapply (nargs=2, args=0x81e160) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#371 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#372 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8511848, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#373 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#374 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#375 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#376 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8512568, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#377 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81e678)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#378 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81e670)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#379 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25825045301)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#380 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#381 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#382 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#383 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#384 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#385 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#386 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8513880, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#387 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81eba0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#388 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81eb98) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#389 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8514448, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#390 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81ef18)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#391 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81ef10)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#392 0x000000010054220d in Fapply (nargs=2, args=0x81ef10) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#393 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#394 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8515352, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#395 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#396 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#397 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#398 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8516072, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#399 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81f428)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#400 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x81f420)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#401 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25833542181)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#402 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#403 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#404 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#405 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#406 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#407 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#408 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8517384, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#409 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x81f950)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#410 0x0000000100540d4b in Ffuncall (nargs=2, args=0x81f948) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#411 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8517952, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#412 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x81fcc8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#413 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x81fcc0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#414 0x000000010054220d in Fapply (nargs=2, args=0x81fcc0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#415 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#416 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8518856, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#417 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#418 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#419 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#420 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8519576, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#421 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8201d8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#422 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8201d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#423 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25828984061)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#424 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#425 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#426 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#427 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#428 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#429 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#430 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8520888, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#431 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x820700)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#432 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8206f8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#433 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8521456, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#434 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x820a78)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#435 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x820a70)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#436 0x000000010054220d in Fapply (nargs=2, args=0x820a70) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#437 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#438 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8522360, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#439 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#440 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#441 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#442 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8523080, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#443 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x820f88)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#444 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x820f80)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#445 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25788901573)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#446 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#447 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#448 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#449 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#450 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#451 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#452 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8524392, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#453 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8214b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#454 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8214a8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#455 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8524960, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#456 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x821828)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#457 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x821820)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#458 0x000000010054220d in Fapply (nargs=2, args=0x821820) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#459 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#460 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8525864, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#461 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#462 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#463 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#464 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8526584, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#465 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x821d38)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#466 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x821d30)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#467 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25825037229)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#468 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#469 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#470 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#471 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#472 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#473 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#474 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8527896, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#475 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x822260)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#476 0x0000000100540d4b in Ffuncall (nargs=2, args=0x822258) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#477 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8528464, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#478 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8225d8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#479 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8225d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#480 0x000000010054220d in Fapply (nargs=2, args=0x8225d0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#481 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#482 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8529368, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#483 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#484 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#485 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#486 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8530088, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#487 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x822ae8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#488 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x822ae0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#489 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25821949733)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#490 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#491 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#492 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#493 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#494 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#495 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#496 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8531400, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#497 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x823010)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#498 0x0000000100540d4b in Ffuncall (nargs=2, args=0x823008) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#499 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8531968, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#500 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x823388)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#501 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x823380)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#502 0x000000010054220d in Fapply (nargs=2, args=0x823380) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#503 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#504 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8532872, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#505 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#506 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#507 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#508 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8533592, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#509 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x823898)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#510 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x823890)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#511 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25822471317)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#512 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#513 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#514 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#515 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#516 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#517 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#518 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8534904, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#519 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x823dc0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#520 0x0000000100540d4b in Ffuncall (nargs=2, args=0x823db8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#521 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8535472, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#522 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x824138)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#523 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x824130)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#524 0x000000010054220d in Fapply (nargs=2, args=0x824130) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#525 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#526 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8536376, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#527 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#528 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#529 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#530 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8537096, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#531 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x824648)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#532 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x824640)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#533 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25819171405)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#534 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#535 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#536 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#537 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#538 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#539 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#540 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8538408, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#541 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x824b70)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#542 0x0000000100540d4b in Ffuncall (nargs=2, args=0x824b68) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#543 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8538976, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#544 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x824ee8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#545 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x824ee0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#546 0x000000010054220d in Fapply (nargs=2, args=0x824ee0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#547 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#548 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8539880, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#549 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#550 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#551 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#552 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8540600, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#553 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8253f8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#554 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8253f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#555 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25818786781)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#556 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#557 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#558 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#559 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#560 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#561 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#562 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8541912, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#563 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x825920)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#564 0x0000000100540d4b in Ffuncall (nargs=2, args=0x825918) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#565 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8542480, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#566 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x825c98)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#567 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x825c90)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#568 0x000000010054220d in Fapply (nargs=2, args=0x825c90) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#569 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#570 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8543384, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#571 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#572 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#573 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#574 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8544104, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#575 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8261a8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#576 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8261a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#577 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25786210037)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#578 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#579 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#580 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#581 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#582 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#583 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#584 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8545416, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#585 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8266d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#586 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8266c8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#587 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8545984, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#588 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x826a48)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#589 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x826a40)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#590 0x000000010054220d in Fapply (nargs=2, args=0x826a40) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#591 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#592 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8546888, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#593 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#594 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#595 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#596 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8547608, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#597 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x826f58)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#598 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x826f50)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#599 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25802892797)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#600 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#601 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#602 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#603 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#604 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#605 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#606 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8548920, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#607 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x827480)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#608 0x0000000100540d4b in Ffuncall (nargs=2, args=0x827478) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#609 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8549488, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#610 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8277f8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#611 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8277f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#612 0x000000010054220d in Fapply (nargs=2, args=0x8277f0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#613 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#614 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8550392, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#615 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#616 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#617 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#618 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8551112, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#619 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x827d08)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#620 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x827d00)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#621 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25820031941)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#622 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#623 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#624 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#625 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#626 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#627 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#628 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8552424, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#629 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x828230)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#630 0x0000000100540d4b in Ffuncall (nargs=2, args=0x828228) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#631 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8552992, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#632 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8285a8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#633 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8285a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#634 0x000000010054220d in Fapply (nargs=2, args=0x8285a0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#635 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#636 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8553896, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#637 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#638 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#639 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#640 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8554616, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#641 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x828ab8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#642 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x828ab0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#643 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25817914221)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#644 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#645 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#646 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#647 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#648 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#649 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#650 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8555928, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#651 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x828fe0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#652 0x0000000100540d4b in Ffuncall (nargs=2, args=0x828fd8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#653 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8556496, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#654 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x829358)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#655 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x829350)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#656 0x000000010054220d in Fapply (nargs=2, args=0x829350) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#657 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#658 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8557400, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#659 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#660 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#661 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#662 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8558120, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#663 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x829868)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#664 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x829860)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#665 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25804144589)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#666 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#667 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#668 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#669 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#670 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#671 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#672 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8559432, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#673 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x829d90)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#674 0x0000000100540d4b in Ffuncall (nargs=2, args=0x829d88) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#675 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8560000, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#676 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82a108)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#677 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82a100)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#678 0x000000010054220d in Fapply (nargs=2, args=0x82a100) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#679 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#680 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8560904, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#681 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#682 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#683 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#684 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8561624, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#685 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82a618)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#686 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82a610)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#687 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25807611773)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#688 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#689 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#690 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#691 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#692 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#693 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#694 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8562936, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#695 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82ab40)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#696 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82ab38) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#697 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8563504, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#698 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82aeb8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#699 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82aeb0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#700 0x000000010054220d in Fapply (nargs=2, args=0x82aeb0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#701 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#702 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8564408, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#703 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#704 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#705 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#706 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8565128, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#707 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82b3c8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#708 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82b3c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#709 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25804109709)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#710 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#711 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#712 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#713 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#714 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#715 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#716 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8566440, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#717 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82b8f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#718 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82b8e8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#719 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8567008, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#720 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82bc68)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#721 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82bc60)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#722 0x000000010054220d in Fapply (nargs=2, args=0x82bc60) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#723 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#724 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8567912, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#725 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#726 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#727 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#728 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8568632, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#729 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82c178)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#730 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82c170)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#731 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25819213773)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#732 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#733 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#734 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#735 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#736 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#737 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#738 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8569944, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#739 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82c6a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#740 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82c698) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#741 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8570512, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#742 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82ca18)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#743 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82ca10)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#744 0x000000010054220d in Fapply (nargs=2, args=0x82ca10) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#745 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#746 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8571416, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#747 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#748 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#749 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#750 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8572136, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#751 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82cf28)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#752 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82cf20)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#753 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25799658797)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#754 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#755 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#756 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#757 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#758 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#759 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#760 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8573448, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#761 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82d450)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#762 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82d448) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#763 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8574016, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#764 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82d7c8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#765 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82d7c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#766 0x000000010054220d in Fapply (nargs=2, args=0x82d7c0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#767 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#768 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8574920, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#769 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#770 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#771 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#772 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8575640, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#773 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82dcd8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#774 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82dcd0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#775 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25800249125)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#776 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#777 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#778 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#779 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#780 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#781 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#782 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8576952, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#783 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82e200)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#784 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82e1f8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#785 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8577520, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#786 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82e578)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#787 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82e570)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#788 0x000000010054220d in Fapply (nargs=2, args=0x82e570) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#789 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#790 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8578424, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#791 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#792 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#793 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#794 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8579144, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#795 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82ea88)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#796 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82ea80)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#797 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25803144813)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#798 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#799 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#800 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#801 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#802 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#803 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#804 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8580456, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#805 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82efb0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#806 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82efa8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#807 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8581024, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#808 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x82f328)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#809 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x82f320)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#810 0x000000010054220d in Fapply (nargs=2, args=0x82f320) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#811 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#812 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8581928, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#813 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#814 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#815 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#816 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8582648, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#817 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82f838)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#818 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x82f830)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#819 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25799494109)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#820 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#821 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#822 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#823 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#824 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#825 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#826 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8583960, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#827 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x82fd60)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#828 0x0000000100540d4b in Ffuncall (nargs=2, args=0x82fd58) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#829 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8584528, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#830 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8300d8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#831 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8300d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#832 0x000000010054220d in Fapply (nargs=2, args=0x8300d0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#833 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#834 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8585432, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#835 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#836 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#837 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#838 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8586152, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#839 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8305e8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#840 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8305e0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#841 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25797026621)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#842 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#843 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#844 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#845 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#846 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#847 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#848 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8587464, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#849 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x830b10)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#850 0x0000000100540d4b in Ffuncall (nargs=2, args=0x830b08) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#851 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8588032, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#852 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x830e88)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#853 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x830e80)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#854 0x000000010054220d in Fapply (nargs=2, args=0x830e80) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#855 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#856 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8588936, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#857 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#858 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#859 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#860 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8589656, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#861 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x831398)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#862 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x831390)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#863 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25803438565)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#864 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#865 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#866 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#867 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#868 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#869 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#870 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8590968, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#871 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8318c0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#872 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8318b8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#873 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8591536, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#874 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x831c38)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#875 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x831c30)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#876 0x000000010054220d in Fapply (nargs=2, args=0x831c30) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#877 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#878 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8592440, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#879 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#880 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#881 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#882 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8593160, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#883 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x832148)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#884 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x832140)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#885 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25800960925)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#886 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#887 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#888 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#889 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#890 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#891 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#892 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8594472, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#893 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x832670)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#894 0x0000000100540d4b in Ffuncall (nargs=2, args=0x832668) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#895 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8595040, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#896 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8329e8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#897 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8329e0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#898 0x000000010054220d in Fapply (nargs=2, args=0x8329e0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#899 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#900 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8595944, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#901 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#902 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#903 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#904 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8596664, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#905 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x832ef8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#906 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x832ef0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#907 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25787211429)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#908 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#909 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#910 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#911 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#912 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#913 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#914 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8597976, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#915 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x833420)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#916 0x0000000100540d4b in Ffuncall (nargs=2, args=0x833418) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#917 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8598544, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#918 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x833798)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#919 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x833790)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#920 0x000000010054220d in Fapply (nargs=2, args=0x833790) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#921 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#922 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8599448, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#923 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#924 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#925 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#926 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8600168, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#927 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x833ca8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#928 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x833ca0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#929 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25800575885)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#930 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#931 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#932 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#933 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#934 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#935 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#936 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8601480, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#937 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8341d0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#938 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8341c8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#939 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8602048, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#940 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x834548)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#941 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x834540)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#942 0x000000010054220d in Fapply (nargs=2, args=0x834540) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#943 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#944 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8602952, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#945 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#946 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#947 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#948 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8603672, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#949 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x834a58)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#950 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x834a50)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#951 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25806669349)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#952 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#953 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#954 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#955 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#956 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#957 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#958 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8604984, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#959 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x834f80)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#960 0x0000000100540d4b in Ffuncall (nargs=2, args=0x834f78) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#961 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8605552, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#962 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8352f8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#963 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8352f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#964 0x000000010054220d in Fapply (nargs=2, args=0x8352f0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#965 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#966 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8606456, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#967 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#968 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#969 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#970 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8607176, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#971 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x835808)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#972 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x835800)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#973 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25792927621)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#974 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#975 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#976 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#977 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#978 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#979 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#980 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8608488, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#981 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x835d30)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#982 0x0000000100540d4b in Ffuncall (nargs=2, args=0x835d28) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#983 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8609056, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#984 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8360a8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#985 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8360a0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#986 0x000000010054220d in Fapply (nargs=2, args=0x8360a0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#987 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#988 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8609960, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#989 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#990 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#991 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#992 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8610680, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#993 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8365b8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#994 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x8365b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#995 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25783652629)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#996 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#997 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#998 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#999 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#1000 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#1001 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#1002 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8611992, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1003 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x836ae0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#1004 0x0000000100540d4b in Ffuncall (nargs=2, args=0x836ad8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1005 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8612560, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1006 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x836e58)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1007 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x836e50)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1008 0x000000010054220d in Fapply (nargs=2, args=0x836e50) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#1009 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#1010 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8613464, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1011 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#1012 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#1013 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#1014 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8614184, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#1015 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x837368)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1016 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x837360)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1017 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25784241157)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#1018 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#1019 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#1020 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#1021 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#1022 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#1023 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#1024 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8615496, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1025 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x837890)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#1026 0x0000000100540d4b in Ffuncall (nargs=2, args=0x837888) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1027 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8616064, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1028 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x837c08)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1029 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x837c00)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1030 0x000000010054220d in Fapply (nargs=2, args=0x837c00) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#1031 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#1032 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8616968, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1033 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#1034 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#1035 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#1036 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8617688, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#1037 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x838118)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1038 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x838110)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1039 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25785692397)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#1040 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#1041 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#1042 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#1043 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#1044 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#1045 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#1046 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8619000, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1047 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x838640)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#1048 0x0000000100540d4b in Ffuncall (nargs=2, args=0x838638) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1049 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8619568, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1050 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x8389b8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1051 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x8389b0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1052 0x000000010054220d in Fapply (nargs=2, args=0x8389b0) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#1053 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#1054 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8620472, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1055 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#1056 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#1057 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#1058 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8621192, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#1059 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x838ec8)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1060 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x838ec0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1061 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25800575965)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#1062 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#1063 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#1064 0x00000001004d685a in readable_events (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#1065 0x00000001004d7775 in get_input_pending (flags=3) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#1066 0x00000001004d78d2 in Finput_pending_p (check_timers=4304695394)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9940
#1067 0x0000000100540f46 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2815
#1068 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=3076, 
    nargs=8622504, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1069 0x0000000100540a48 in funcall_lambda (fun=4301195173, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x8393f0)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2983
#1070 0x0000000100540d4b in Ffuncall (nargs=2, args=0x8393e8) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1071 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8623072, args=0x2) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1072 0x00000001005409b3 in funcall_lambda (fun=25785098349, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0x839768)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1073 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=1, args=args@entry=0x839760)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1074 0x000000010054220d in Fapply (nargs=2, args=0x839760) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2297
#1075 0x0000000100540e25 in Ffuncall (nargs=<optimized out>, args=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2796
#1076 0x000000010057503b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8623976, args=0x3) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:916
#1077 0x0000000100577eb5 in Fbyte_code (bytestr=<optimized out>, vector=<optimized out>, maxdepth=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:482
#1078 0x00000001005403e1 in eval_sub (form=form@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2191
#1079 0x0000000100543899 in internal_lisp_condition_case (var=<optimized out>, bodyform=1, handlers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1323
#1080 0x0000000100575d6b in exec_byte_code (bytestr=3, vector=1, maxdepth=25836393491, args_template=4304695346, 
    nargs=8624696, args=0x8f) at /usr/src/debug/emacs-24.3.93-3/src/bytecode.c:1162
#1081 0x00000001005409b3 in funcall_lambda (fun=4302427757, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0x839c78)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:3049
#1082 0x0000000100540d4b in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x839c70)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2876
#1083 0x000000010054109d in call1 (fn=<optimized out>, arg1=arg1@entry=25799494893)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:2614
#1084 0x00000001004d63d2 in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4514
#1085 timer_check () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:4581
#1086 0x00000001004d685a in readable_events (flags=1) at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:3447
#1087 0x00000001004d7775 in get_input_pending (flags=flags@entry=1)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:6765
#1088 0x00000001004daacd in detect_input_pending_run_timers (do_display=do_display@entry=true)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9894
#1089 0x000000010057ecb6 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, 
    read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=4304695346, 
    wait_proc=wait_proc@entry=0x0, just_wait_proc=just_wait_proc@entry=0)
    at /usr/src/debug/emacs-24.3.93-3/src/process.c:4699
#1090 0x000000010040a24a in sit_for (timeout=<optimized out>, reading=reading@entry=true, 
    display_option=display_option@entry=1) at /usr/src/debug/emacs-24.3.93-3/src/dispnew.c:5854
#1091 0x00000001004dbd27 in read_char (commandflag=1, map=map@entry=25838605910, prev_event=4304695346, 
    used_mouse_menu=used_mouse_menu@entry=0x83a5db, end_time=end_time@entry=0x0)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:2809
#1092 0x00000001004dd01e in read_key_sequence (keybuf=keybuf@entry=0x83a720, prompt=4304695346, 
    dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true, 
    fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, bufsize=30)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:9088
#1093 0x00000001004dede4 in command_loop_1 () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1452
#1094 0x000000010053f37d in internal_condition_case (bfun=bfun@entry=0x1004debc0 <command_loop_1>, 
    handlers=<optimized out>, hfun=hfun@entry=0x1004d54a0 <cmd_error>)
    at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1354
#1095 0x00000001004d09ea in command_loop_2 (ignore=ignore@entry=4304695346)
    at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1177
#1096 0x000000010053f27c in internal_catch (tag=4304765794, func=func@entry=0x1004d09c0 <command_loop_2>, 
    arg=4304695346) at /usr/src/debug/emacs-24.3.93-3/src/eval.c:1118
#1097 0x00000001004d5094 in command_loop () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:1156
#1098 recursive_edit_1 () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:777
#1099 0x00000001004d53b6 in Frecursive_edit () at /usr/src/debug/emacs-24.3.93-3/src/keyboard.c:848
#1100 0x00000001005c46d9 in main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/emacs-24.3.93-3/src/emacs.c:1647

Lisp Backtrace:
"redisplay_internal (C function)" (0x93baf8)
"redisplay" (0x8100b8)
"sit-for" (0x8102f0)
"minimap-update" (0x810668)
"apply" (0x810660)
"byte-code" (0x8107d0)
"timer-event-handler" (0x810b78)
"input-pending-p" (0x810e68)
"sit-for" (0x8110a0)
"minimap-update" (0x811418)
"apply" (0x811410)
"byte-code" (0x811580)
"timer-event-handler" (0x811928)
"input-pending-p" (0x811c18)
"sit-for" (0x811e50)
"minimap-update" (0x8121c8)
"apply" (0x8121c0)
"byte-code" (0x812330)
"timer-event-handler" (0x8126d8)
"input-pending-p" (0x8129c8)
"sit-for" (0x812c00)
"minimap-update" (0x812f78)
"apply" (0x812f70)
"byte-code" (0x8130e0)
"timer-event-handler" (0x813488)
"input-pending-p" (0x813778)
"sit-for" (0x8139b0)
"minimap-update" (0x813d28)
"apply" (0x813d20)
"byte-code" (0x813e90)
"timer-event-handler" (0x814238)
"input-pending-p" (0x814528)
"sit-for" (0x814760)
"minimap-update" (0x814ad8)
"apply" (0x814ad0)
"byte-code" (0x814c40)
"timer-event-handler" (0x814fe8)
"input-pending-p" (0x8152d8)
"sit-for" (0x815510)
"minimap-update" (0x815888)
"apply" (0x815880)
"byte-code" (0x8159f0)
"timer-event-handler" (0x815d98)
"input-pending-p" (0x816088)
"sit-for" (0x8162c0)
"minimap-update" (0x816638)
"apply" (0x816630)
"byte-code" (0x8167a0)
"timer-event-handler" (0x816b48)
"input-pending-p" (0x816e38)
"sit-for" (0x817070)
"minimap-update" (0x8173e8)
"apply" (0x8173e0)
"byte-code" (0x817550)
"timer-event-handler" (0x8178f8)
"input-pending-p" (0x817be8)
"sit-for" (0x817e20)
"minimap-update" (0x818198)
"apply" (0x818190)
"byte-code" (0x818300)
"timer-event-handler" (0x8186a8)
"input-pending-p" (0x818998)
"sit-for" (0x818bd0)
"minimap-update" (0x818f48)
"apply" (0x818f40)
"byte-code" (0x8190b0)
"timer-event-handler" (0x819458)
"input-pending-p" (0x819748)
"sit-for" (0x819980)
"minimap-update" (0x819cf8)
"apply" (0x819cf0)
"byte-code" (0x819e60)
"timer-event-handler" (0x81a208)
"input-pending-p" (0x81a4f8)
"sit-for" (0x81a730)
"minimap-update" (0x81aaa8)
"apply" (0x81aaa0)
"byte-code" (0x81ac10)
"timer-event-handler" (0x81afb8)
"input-pending-p" (0x81b2a8)
"sit-for" (0x81b4e0)
"minimap-update" (0x81b858)
"apply" (0x81b850)
"byte-code" (0x81b9c0)
"timer-event-handler" (0x81bd68)
"input-pending-p" (0x81c058)
"sit-for" (0x81c290)
"minimap-update" (0x81c608)
"apply" (0x81c600)
"byte-code" (0x81c770)
"timer-event-handler" (0x81cb18)
"input-pending-p" (0x81ce08)
"sit-for" (0x81d040)
"minimap-update" (0x81d3b8)
"apply" (0x81d3b0)
"byte-code" (0x81d520)
"timer-event-handler" (0x81d8c8)
"input-pending-p" (0x81dbb8)
"sit-for" (0x81ddf0)
"minimap-update" (0x81e168)
"apply" (0x81e160)
"byte-code" (0x81e2d0)
"timer-event-handler" (0x81e678)
"input-pending-p" (0x81e968)
"sit-for" (0x81eba0)
"minimap-update" (0x81ef18)
"apply" (0x81ef10)
"byte-code" (0x81f080)
"timer-event-handler" (0x81f428)
"input-pending-p" (0x81f718)
"sit-for" (0x81f950)
"minimap-update" (0x81fcc8)
"apply" (0x81fcc0)
"byte-code" (0x81fe30)
"timer-event-handler" (0x8201d8)
"input-pending-p" (0x8204c8)
"sit-for" (0x820700)
"minimap-update" (0x820a78)
"apply" (0x820a70)
"byte-code" (0x820be0)
"timer-event-handler" (0x820f88)
"input-pending-p" (0x821278)
"sit-for" (0x8214b0)
"minimap-update" (0x821828)
"apply" (0x821820)
"byte-code" (0x821990)
"timer-event-handler" (0x821d38)
"input-pending-p" (0x822028)
"sit-for" (0x822260)
"minimap-update" (0x8225d8)
"apply" (0x8225d0)
"byte-code" (0x822740)
"timer-event-handler" (0x822ae8)
"input-pending-p" (0x822dd8)
"sit-for" (0x823010)
"minimap-update" (0x823388)
"apply" (0x823380)
"byte-code" (0x8234f0)
"timer-event-handler" (0x823898)
"input-pending-p" (0x823b88)
"sit-for" (0x823dc0)
"minimap-update" (0x824138)
"apply" (0x824130)
"byte-code" (0x8242a0)
"timer-event-handler" (0x824648)
"input-pending-p" (0x824938)
"sit-for" (0x824b70)
"minimap-update" (0x824ee8)
"apply" (0x824ee0)
"byte-code" (0x825050)
"timer-event-handler" (0x8253f8)
"input-pending-p" (0x8256e8)
"sit-for" (0x825920)
"minimap-update" (0x825c98)
"apply" (0x825c90)
"byte-code" (0x825e00)
"timer-event-handler" (0x8261a8)
"input-pending-p" (0x826498)
"sit-for" (0x8266d0)
"minimap-update" (0x826a48)
"apply" (0x826a40)
"byte-code" (0x826bb0)
"timer-event-handler" (0x826f58)
"input-pending-p" (0x827248)
"sit-for" (0x827480)
"minimap-update" (0x8277f8)
"apply" (0x8277f0)
"byte-code" (0x827960)
"timer-event-handler" (0x827d08)
"input-pending-p" (0x827ff8)
"sit-for" (0x828230)
"minimap-update" (0x8285a8)
"apply" (0x8285a0)
"byte-code" (0x828710)
"timer-event-handler" (0x828ab8)
"input-pending-p" (0x828da8)
"sit-for" (0x828fe0)
"minimap-update" (0x829358)
"apply" (0x829350)
"byte-code" (0x8294c0)
"timer-event-handler" (0x829868)
"input-pending-p" (0x829b58)
"sit-for" (0x829d90)
"minimap-update" (0x82a108)
"apply" (0x82a100)
"byte-code" (0x82a270)
"timer-event-handler" (0x82a618)
"input-pending-p" (0x82a908)
"sit-for" (0x82ab40)
"minimap-update" (0x82aeb8)
"apply" (0x82aeb0)
"byte-code" (0x82b020)
"timer-event-handler" (0x82b3c8)
"input-pending-p" (0x82b6b8)
"sit-for" (0x82b8f0)
"minimap-update" (0x82bc68)
"apply" (0x82bc60)
"byte-code" (0x82bdd0)
"timer-event-handler" (0x82c178)
"input-pending-p" (0x82c468)
"sit-for" (0x82c6a0)
"minimap-update" (0x82ca18)
"apply" (0x82ca10)
"byte-code" (0x82cb80)
"timer-event-handler" (0x82cf28)
"input-pending-p" (0x82d218)
"sit-for" (0x82d450)
"minimap-update" (0x82d7c8)
"apply" (0x82d7c0)
"byte-code" (0x82d930)
"timer-event-handler" (0x82dcd8)
"input-pending-p" (0x82dfc8)
"sit-for" (0x82e200)
"minimap-update" (0x82e578)
"apply" (0x82e570)
"byte-code" (0x82e6e0)
"timer-event-handler" (0x82ea88)
"input-pending-p" (0x82ed78)
"sit-for" (0x82efb0)
"minimap-update" (0x82f328)
"apply" (0x82f320)
"byte-code" (0x82f490)
"timer-event-handler" (0x82f838)
"input-pending-p" (0x82fb28)
"sit-for" (0x82fd60)
"minimap-update" (0x8300d8)
"apply" (0x8300d0)
"byte-code" (0x830240)
"timer-event-handler" (0x8305e8)
"input-pending-p" (0x8308d8)
"sit-for" (0x830b10)
"minimap-update" (0x830e88)
"apply" (0x830e80)
"byte-code" (0x830ff0)
"timer-event-handler" (0x831398)
"input-pending-p" (0x831688)
"sit-for" (0x8318c0)
"minimap-update" (0x831c38)
"apply" (0x831c30)
"byte-code" (0x831da0)
"timer-event-handler" (0x832148)
"input-pending-p" (0x832438)
"sit-for" (0x832670)
"minimap-update" (0x8329e8)
"apply" (0x8329e0)
"byte-code" (0x832b50)
"timer-event-handler" (0x832ef8)
"input-pending-p" (0x8331e8)
"sit-for" (0x833420)
"minimap-update" (0x833798)
"apply" (0x833790)
"byte-code" (0x833900)
"timer-event-handler" (0x833ca8)
"input-pending-p" (0x833f98)
"sit-for" (0x8341d0)
"minimap-update" (0x834548)
"apply" (0x834540)
"byte-code" (0x8346b0)
"timer-event-handler" (0x834a58)
"input-pending-p" (0x834d48)
"sit-for" (0x834f80)
"minimap-update" (0x8352f8)
"apply" (0x8352f0)
"byte-code" (0x835460)
"timer-event-handler" (0x835808)
"input-pending-p" (0x835af8)
"sit-for" (0x835d30)
"minimap-update" (0x8360a8)
"apply" (0x8360a0)
"byte-code" (0x836210)
"timer-event-handler" (0x8365b8)
"input-pending-p" (0x8368a8)
"sit-for" (0x836ae0)
"minimap-update" (0x836e58)
"apply" (0x836e50)
"byte-code" (0x836fc0)
"timer-event-handler" (0x837368)
"input-pending-p" (0x837658)
"sit-for" (0x837890)
"minimap-update" (0x837c08)
"apply" (0x837c00)
"byte-code" (0x837d70)
"timer-event-handler" (0x838118)
"input-pending-p" (0x838408)
"sit-for" (0x838640)
"minimap-update" (0x8389b8)
"apply" (0x8389b0)
"byte-code" (0x838b20)
"timer-event-handler" (0x838ec8)
"input-pending-p" (0x8391b8)
"sit-for" (0x8393f0)
"minimap-update" (0x839768)
"apply" (0x839760)
"byte-code" (0x8398d0)
"timer-event-handler" (0x839c78)
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list