On Tue, Oct 31, 2017 at 4:26 PM Eli Zaretskii wrote: > > Can you try the latest emacs-26 branch, and see if the problem still > persists? > This time, I got SIGABRT again. PS: While I have the gdb emacs in a limbo state after the below SIGABRT, "emacsclient -a '' -c" stays stuck at "Waiting for Emacs...". I can start emacsclient as usual only after I kill the gdb session. Is there a way to keep the gdb session on emacs binary separate from my emacsclient launching? Backtrace: ===== Thread 1 "emacs" received signal SIGABRT, Aborted. 0x00000033e3032625 in raise () from /lib64/libc.so.6 (gdb) bt #0 0x00000033e3032625 in raise () from /lib64/libc.so.6 #1 0x00000033e3033e05 in abort () from /lib64/libc.so.6 #2 0x00000033e3070537 in __libc_message () from /lib64/libc.so.6 #3 0x00000033e3075f4e in malloc_printerr () from /lib64/libc.so.6 #4 0x00000033e307a614 in _int_malloc () from /lib64/libc.so.6 #5 0x00000033e307ab1c in malloc () from /lib64/libc.so.6 #6 0x0000000000618c68 in lmalloc (size=8188) at alloc.c:1444 #7 0x0000000000618634 in lisp_malloc (nbytes=8188, type=MEM_TYPE_NON_LISP) at alloc.c:1082 #8 0x000000000061921a in allocate_string_data (s=0x5a7da80, nchars=62, nbytes=62) at alloc.c:2018 #9 0x000000000061a026 in make_uninit_multibyte_string (nchars=62, nbytes=62) at alloc.c:2542 #10 0x0000000000619eec in make_specified_string (contents=0x7ffffffd7d30 "SOME_FILE.vv", nchars=62, nbytes=62, multibyte=false) at alloc.c:2502 #11 0x0000000000683af4 in read1 (readcharfun=XIL(0x6726404), pch=0x7ffffffdbf3c, first_in_list=false) at lread.c:3401 #12 0x0000000000684f37 in read_list (flag=false, readcharfun=XIL(0x6726404)) at lread.c:3884 #13 0x0000000000681965 in read1 (readcharfun=XIL(0x6726404), pch=0x7ffffffe04ac, first_in_list=false) at lread.c:2692 #14 0x0000000000684f37 in read_list (flag=false, readcharfun=XIL(0x6726404)) at lread.c:3884 #15 0x0000000000681965 in read1 (readcharfun=XIL(0x6726404), pch=0x7ffffffe4a1c, first_in_list=false) at lread.c:2692 #16 0x0000000000684f37 in read_list (flag=false, readcharfun=XIL(0x6726404)) at lread.c:3884 #17 0x00000000006819f4 in read1 (readcharfun=XIL(0x6726404), pch=0x7ffffffe8f8c, first_in_list=false) at lread.c:2714 #18 0x0000000000680d00 in read0 (readcharfun=XIL(0x6726404)) at lread.c:2267 #19 0x0000000000680bf7 in read_internal_start (stream=XIL(0x6726404), start=XIL(0), end=XIL(0)) at lread.c:2233 #20 0x00000000006808ee in Fread (stream=XIL(0x6726404)) at lread.c:2169 #21 0x000000000064a8f8 in funcall_subr (subr=0xd821d8 , numargs=1, args=0x7ffffffe91c0) at eval.c:2841 #22 0x000000000064a44f in Ffuncall (nargs=2, args=0x7ffffffe91b8) at eval.c:2766 #23 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x5244254), vector=XIL(0x41a9d55), maxdepth=make_number(8), args_template=make_number(257), nargs=1, args=0x7ffffffe9928) at bytecode.c:629 #24 0x000000000064b061 in funcall_lambda (fun=XIL(0x41a9de5), nargs=1, arg_vector=0x7ffffffe9920) at eval.c:2967 #25 0x000000000064a493 in Ffuncall (nargs=2, args=0x7ffffffe9918) at eval.c:2768 #26 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x646e794), vector=XIL(0x77a2095), maxdepth=make_number(7), args_template=make_number(256), nargs=0, args=0x7ffffffea040) at bytecode.c:629 #27 0x000000000064b061 in funcall_lambda (fun=XIL(0x76c90e5), nargs=0, arg_vector=0x7ffffffea040) at eval.c:2967 #28 0x000000000064ac9d in apply_lambda (fun=XIL(0x76c90e5), args=XIL(0), count=205) at eval.c:2903 #29 0x0000000000648eaf in eval_sub (form=XIL(0x715b953)) at eval.c:2276 #30 0x0000000000643753 in Fprogn (body=XIL(0)) at eval.c:455 #31 0x0000000000648888 in eval_sub (form=XIL(0x7159f53)) at eval.c:2183 #32 0x00000000006465a5 in internal_lisp_condition_case (var=XIL(0x6364520), bodyform=XIL(0x7159f53), handlers=XIL(0x7159c23)) at eval.c:1303 #33 0x0000000000646037 in Fcondition_case (args=XIL(0x71bcfb3)) at eval.c:1227 #34 0x0000000000648888 in eval_sub (form=XIL(0x71bcfc3)) at eval.c:2183 #35 0x0000000000643753 in Fprogn (body=XIL(0x715ad53)) at eval.c:455 #36 0x0000000000648888 in eval_sub (form=XIL(0x71bcfd3)) at eval.c:2183 #37 0x0000000000643753 in Fprogn (body=XIL(0)) at eval.c:455 #38 0x000000000064b4cd in funcall_lambda (fun=XIL(0x71bc823), nargs=0, arg_vector=0x0) at eval.c:3042 #39 0x000000000064a595 in Ffuncall (nargs=1, args=0x7ffffffeaa20) at eval.c:2780 #40 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x9fcf74), vector=XIL(0x77a22d5), maxdepth=make_number(4), args_template=make_number(257), nargs=1, args=0x7ffffffeb338) at bytecode.c:629 #41 0x000000000064b061 in funcall_lambda (fun=XIL(0x77a2305), nargs=1, arg_vector=0x7ffffffeb330) at eval.c:2967 #42 0x000000000064a493 in Ffuncall (nargs=2, args=0x7ffffffeb328) at eval.c:2768 #43 0x00000000006496e1 in funcall_nil (nargs=2, args=0x7ffffffeb328) at eval.c:2397 #44 0x0000000000649bcd in run_hook_with_args (nargs=2, args=0x7ffffffeb328, funcall=0x6496be ) at eval.c:2574 #45 0x0000000000649765 in Frun_hook_with_args (nargs=2, args=0x7ffffffeb328) at eval.c:2439 #46 0x000000000064a806 in funcall_subr (subr=0xd801e8 , numargs=2, args=0x7ffffffeb328) at eval.c:2821 #47 0x000000000064a44f in Ffuncall (nargs=3, args=0x7ffffffeb320) at eval.c:2766 #48 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x9fd104), vector=XIL(0x9fd125), maxdepth=make_number(10), args_template=make_number(257), nargs=1, args=0x7ffffffebb10) at bytecode.c:629 #49 0x000000000064b061 in funcall_lambda (fun=XIL(0x9fd0d5), nargs=1, arg_vector=0x7ffffffebb08) at eval.c:2967 #50 0x000000000064a493 in Ffuncall (nargs=2, args=0x7ffffffebb00) at eval.c:2768 #51 0x0000000000649d4c in call1 (fn=XIL(0x4d70), arg1=XIL(0x30668b4)) at eval.c:2617 #52 0x000000000067e743 in Fload (file=XIL(0x1a64964), noerror=XIL(0), nomessage=XIL(0xc270), nosuffix=XIL(0), must_suffix=XIL(0xc270)) at lread.c:1439 #53 0x0000000000658d1c in Frequire (feature=XIL(0xc2fd50), filename=XIL(0), noerror=XIL(0)) at fns.c:2807 #54 0x000000000064a945 in funcall_subr (subr=0xd81448 , numargs=3, args=0x7ffffffebf80) at eval.c:2846 #55 0x000000000064a44f in Ffuncall (nargs=4, args=0x7ffffffebf78) at eval.c:2766 #56 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x33487a4), vector=XIL(0x3340d05), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #57 0x000000000064b56d in funcall_lambda (fun=XIL(0x3340d95), nargs=2, arg_vector=0x3340d05) at eval.c:3049 #58 0x000000000064a493 in Ffuncall (nargs=3, args=0x7ffffffec888) at eval.c:2768 #59 0x0000000000649275 in Fapply (nargs=3, args=0x7ffffffec888) at eval.c:2343 #60 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=3, args=0x7ffffffec888) at eval.c:2821 #61 0x000000000064a44f in Ffuncall (nargs=4, args=0x7ffffffec880) at eval.c:2766 #62 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x13f1f64), vector=XIL(0x3340aa5), maxdepth=make_number(5), args_template=make_number(128), nargs=1, args=0x7ffffffecfa0) at bytecode.c:629 ---Type to continue, or q to quit--- #63 0x000000000064b061 in funcall_lambda (fun=XIL(0x3340ad5), nargs=1, arg_vector=0x7ffffffecfa0) at eval.c:2967 #64 0x000000000064a493 in Ffuncall (nargs=2, args=0x7ffffffecf98) at eval.c:2768 #65 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x53e1a44), vector=XIL(0x2ee40b5), maxdepth=make_number(8), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #66 0x000000000069e725 in Fbyte_code (bytestr=XIL(0x53e1a44), vector=XIL(0x2ee40b5), maxdepth=make_number(8)) at bytecode.c:321 #67 0x0000000000648d05 in eval_sub (form=XIL(0x31ce9e3)) at eval.c:2237 #68 0x00000000006802df in readevalloop (readcharfun=XIL(0x68a0), infile0=0x7ffffffed9c0, sourcename=XIL(0x53e1a04), printflag=false, unibyte=XIL(0), readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2038 #69 0x000000000067e650 in Fload (file=XIL(0x1a67e64), noerror=XIL(0xc270), nomessage=XIL(0xc270), nosuffix=XIL(0), must_suffix=XIL(0xc270)) at lread.c:1425 #70 0x0000000000658d1c in Frequire (feature=XIL(0xc2acc0), filename=XIL(0), noerror=XIL(0xc270)) at fns.c:2807 #71 0x000000000064a945 in funcall_subr (subr=0xd81448 , numargs=3, args=0x7ffffffedc70) at eval.c:2846 #72 0x000000000064a44f in Ffuncall (nargs=4, args=0x7ffffffedc68) at eval.c:2766 #73 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x33487a4), vector=XIL(0x3340d05), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #74 0x000000000064b56d in funcall_lambda (fun=XIL(0x3340d95), nargs=4, arg_vector=0x3340d05) at eval.c:3049 #75 0x000000000064a493 in Ffuncall (nargs=5, args=0x7ffffffee390) at eval.c:2768 #76 0x0000000000649685 in Fapply (nargs=3, args=0x7ffffffee5b8) at eval.c:2386 #77 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=3, args=0x7ffffffee5b8) at eval.c:2821 #78 0x000000000064a44f in Ffuncall (nargs=4, args=0x7ffffffee5b0) at eval.c:2766 #79 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x13f1f64), vector=XIL(0x3340aa5), maxdepth=make_number(5), args_template=make_number(128), nargs=3, args=0x7ffffffeec40) at bytecode.c:629 #80 0x000000000064b061 in funcall_lambda (fun=XIL(0x3340ad5), nargs=3, arg_vector=0x7ffffffeec40) at eval.c:2967 #81 0x000000000064ac9d in apply_lambda (fun=XIL(0x3340ad5), args=XIL(0x56205b3), count=153) at eval.c:2903 #82 0x0000000000648eaf in eval_sub (form=XIL(0x56205c3)) at eval.c:2276 #83 0x0000000000648be8 in eval_sub (form=XIL(0x56205e3)) at eval.c:2219 #84 0x000000000064349a in Fif (args=XIL(0x56203b3)) at eval.c:407 #85 0x0000000000648888 in eval_sub (form=XIL(0x56203a3)) at eval.c:2183 #86 0x0000000000643753 in Fprogn (body=XIL(0x55eb3d3)) at eval.c:455 #87 0x0000000000648888 in eval_sub (form=XIL(0x561fc13)) at eval.c:2183 #88 0x00000000006465a5 in internal_lisp_condition_case (var=XIL(0x4824ba0), bodyform=XIL(0x561fc13), handlers=XIL(0x55ea163)) at eval.c:1303 #89 0x0000000000646037 in Fcondition_case (args=XIL(0x561fd33)) at eval.c:1227 #90 0x0000000000648888 in eval_sub (form=XIL(0x561fd43)) at eval.c:2183 #91 0x0000000000643753 in Fprogn (body=XIL(0x55eaa03)) at eval.c:455 #92 0x0000000000648888 in eval_sub (form=XIL(0x561fd53)) at eval.c:2183 #93 0x0000000000643753 in Fprogn (body=XIL(0)) at eval.c:455 #94 0x000000000064b4cd in funcall_lambda (fun=XIL(0x561fd83), nargs=0, arg_vector=0x0) at eval.c:3042 #95 0x000000000064a595 in Ffuncall (nargs=1, args=0x7ffffffef940) at eval.c:2780 #96 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x9fcf74), vector=XIL(0x4317255), maxdepth=make_number(4), args_template=make_number(257), nargs=1, args=0x7fffffff0258) at bytecode.c:629 #97 0x000000000064b061 in funcall_lambda (fun=XIL(0x70743e5), nargs=1, arg_vector=0x7fffffff0250) at eval.c:2967 #98 0x000000000064a493 in Ffuncall (nargs=2, args=0x7fffffff0248) at eval.c:2768 #99 0x00000000006496e1 in funcall_nil (nargs=2, args=0x7fffffff0248) at eval.c:2397 #100 0x0000000000649bcd in run_hook_with_args (nargs=2, args=0x7fffffff0248, funcall=0x6496be ) at eval.c:2574 #101 0x0000000000649765 in Frun_hook_with_args (nargs=2, args=0x7fffffff0248) at eval.c:2439 #102 0x000000000064a806 in funcall_subr (subr=0xd801e8 , numargs=2, args=0x7fffffff0248) at eval.c:2821 #103 0x000000000064a44f in Ffuncall (nargs=3, args=0x7fffffff0240) at eval.c:2766 #104 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x9fd104), vector=XIL(0x9fd125), maxdepth=make_number(10), args_template=make_number(257), nargs=1, args=0x7fffffff0a30) at bytecode.c:629 #105 0x000000000064b061 in funcall_lambda (fun=XIL(0x9fd0d5), nargs=1, arg_vector=0x7fffffff0a28) at eval.c:2967 #106 0x000000000064a493 in Ffuncall (nargs=2, args=0x7fffffff0a20) at eval.c:2768 #107 0x0000000000649d4c in call1 (fn=XIL(0x4d70), arg1=XIL(0x1b89754)) at eval.c:2617 #108 0x000000000067e743 in Fload (file=XIL(0x1379494), noerror=XIL(0), nomessage=XIL(0xc270), nosuffix=XIL(0), must_suffix=XIL(0xc270)) at lread.c:1439 #109 0x0000000000658d1c in Frequire (feature=XIL(0x59afc0), filename=XIL(0), noerror=XIL(0)) at fns.c:2807 #110 0x000000000064a945 in funcall_subr (subr=0xd81448 , numargs=3, args=0x7fffffff0ea0) at eval.c:2846 #111 0x000000000064a44f in Ffuncall (nargs=4, args=0x7fffffff0e98) at eval.c:2766 #112 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x33487a4), vector=XIL(0x3340d05), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #113 0x000000000064b56d in funcall_lambda (fun=XIL(0x3340d95), nargs=2, arg_vector=0x3340d05) at eval.c:3049 #114 0x000000000064a493 in Ffuncall (nargs=3, args=0x7fffffff17a8) at eval.c:2768 #115 0x0000000000649275 in Fapply (nargs=3, args=0x7fffffff17a8) at eval.c:2343 #116 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=3, args=0x7fffffff17a8) at eval.c:2821 #117 0x000000000064a44f in Ffuncall (nargs=4, args=0x7fffffff17a0) at eval.c:2766 #118 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x13f1f64), vector=XIL(0x3340aa5), maxdepth=make_number(5), args_template=make_number(128), nargs=1, args=0x7fffffff1ec0) at bytecode.c:629 #119 0x000000000064b061 in funcall_lambda (fun=XIL(0x3340ad5), nargs=1, arg_vector=0x7fffffff1ec0) at eval.c:2967 #120 0x000000000064a493 in Ffuncall (nargs=2, args=0x7fffffff1eb8) at eval.c:2768 #121 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x23de074), vector=XIL(0x5261635), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #122 0x000000000069e725 in Fbyte_code (bytestr=XIL(0x23de074), vector=XIL(0x5261635), maxdepth=make_number(4)) at bytecode.c:321 #123 0x0000000000648d05 in eval_sub (form=XIL(0x30cb143)) at eval.c:2237 #124 0x00000000006802df in readevalloop (readcharfun=XIL(0x68a0), infile0=0x7fffffff28d0, sourcename=XIL(0x23de034), printflag=false, unibyte=XIL(0), readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2038 #125 0x000000000067e650 in Fload (file=XIL(0x2a4e114), noerror=XIL(0), nomessage=XIL(0xc270), nosuffix=XIL(0), must_suffix=XIL(0xc270)) at lread.c:1425 ---Type to continue, or q to quit--- #126 0x00000000006480fb in Fautoload_do_load (fundef=XIL(0x2a4d153), funname=XIL(0x1c52620), macro_only=XIL(0)) at eval.c:2019 #127 0x000000000064a945 in funcall_subr (subr=0xd80128 , numargs=2, args=0x7fffffff2b88) at eval.c:2846 #128 0x000000000064a44f in Ffuncall (nargs=3, args=0x7fffffff2b80) at eval.c:2766 #129 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x772ad24), vector=XIL(0x531e7f5), maxdepth=make_number(7), args_template=make_number(257), nargs=1, args=0x7fffffff33a0) at bytecode.c:629 #130 0x000000000064b061 in funcall_lambda (fun=XIL(0x4ec3e35), nargs=1, arg_vector=0x7fffffff3398) at eval.c:2967 #131 0x000000000064a493 in Ffuncall (nargs=2, args=0x7fffffff3390) at eval.c:2768 #132 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x772aca4), vector=XIL(0x2ef7d05), maxdepth=make_number(30), args_template=make_number(2953), nargs=11, args=0x7fffffff3c18) at bytecode.c:629 #133 0x000000000064b061 in funcall_lambda (fun=XIL(0x4ec4555), nargs=11, arg_vector=0x7fffffff3bc0) at eval.c:2967 #134 0x000000000064ac9d in apply_lambda (fun=XIL(0x4ec4555), args=XIL(0x2f275b3), count=105) at eval.c:2903 #135 0x0000000000648eaf in eval_sub (form=XIL(0x2f275c3)) at eval.c:2276 #136 0x000000000067f903 in readevalloop_eager_expand_eval (val=XIL(0x2f275c3), macroexpand=XIL(0xbc7b0)) at lread.c:1850 #137 0x00000000006802cd in readevalloop (readcharfun=XIL(0x52aa375), infile0=0x0, sourcename=XIL(0x7776434), printflag=false, unibyte=XIL(0), readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2036 #138 0x00000000006806e9 in Feval_buffer (buffer=XIL(0x52aa375), printflag=XIL(0), filename=XIL(0x7764dc4), unibyte=XIL(0), do_allow_print=XIL(0xc270)) at lread.c:2103 #139 0x000000000064a9be in funcall_subr (subr=0xd82178 , numargs=5, args=0x7fffffff4120) at eval.c:2853 #140 0x000000000064a44f in Ffuncall (nargs=6, args=0x7fffffff4118) at eval.c:2766 #141 0x000000000069f46b in exec_byte_code (bytestr=XIL(0xa052ec), vector=XIL(0xa0530d), maxdepth=make_number(6), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #142 0x000000000064b56d in funcall_lambda (fun=XIL(0xa0526d), nargs=4, arg_vector=0xa0530d ) at eval.c:3049 #143 0x000000000064a493 in Ffuncall (nargs=5, args=0x7fffffff4930) at eval.c:2768 #144 0x0000000000649e2d in call4 (fn=XIL(0x407a40), arg1=XIL(0x7764dc4), arg2=XIL(0x7764dc4), arg3=XIL(0xc270), arg4=XIL(0xc270)) at eval.c:2642 #145 0x000000000067e3ba in Fload (file=XIL(0x7764f24), noerror=XIL(0xc270), nomessage=XIL(0xc270), nosuffix=XIL(0xc270), must_suffix=XIL(0)) at lread.c:1365 #146 0x000000000064a9be in funcall_subr (subr=0xd82118 , numargs=5, args=0x7fffffff4d40) at eval.c:2853 #147 0x000000000064a44f in Ffuncall (nargs=6, args=0x7fffffff4d38) at eval.c:2766 #148 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x3355a74), vector=XIL(0x3341375), maxdepth=make_number(6), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #149 0x000000000064b56d in funcall_lambda (fun=XIL(0x3341405), nargs=5, arg_vector=0x3341375) at eval.c:3049 #150 0x000000000064a493 in Ffuncall (nargs=6, args=0x7fffffff5470) at eval.c:2768 #151 0x0000000000649685 in Fapply (nargs=3, args=0x7fffffff5698) at eval.c:2386 #152 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=3, args=0x7fffffff5698) at eval.c:2821 #153 0x000000000064a44f in Ffuncall (nargs=4, args=0x7fffffff5690) at eval.c:2766 #154 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x13f1f64), vector=XIL(0x3341185), maxdepth=make_number(5), args_template=make_number(128), nargs=4, args=0x7fffffff5de8) at bytecode.c:629 #155 0x000000000064b061 in funcall_lambda (fun=XIL(0x33411b5), nargs=4, arg_vector=0x7fffffff5de8) at eval.c:2967 #156 0x000000000064a493 in Ffuncall (nargs=5, args=0x7fffffff5de0) at eval.c:2768 #157 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x7726464), vector=XIL(0x16de145), maxdepth=make_number(16), args_template=make_number(256), nargs=0, args=0x7fffffff6600) at bytecode.c:629 #158 0x000000000064b061 in funcall_lambda (fun=XIL(0x542e755), nargs=0, arg_vector=0x7fffffff6600) at eval.c:2967 #159 0x000000000064ac9d in apply_lambda (fun=XIL(0x542e755), args=XIL(0), count=58) at eval.c:2903 #160 0x0000000000648eaf in eval_sub (form=XIL(0x2edf323)) at eval.c:2276 #161 0x0000000000643753 in Fprogn (body=XIL(0)) at eval.c:455 #162 0x000000000064b4cd in funcall_lambda (fun=XIL(0x2ee9e13), nargs=0, arg_vector=0x0) at eval.c:3042 #163 0x000000000064ac9d in apply_lambda (fun=XIL(0x2ee9e13), args=XIL(0), count=57) at eval.c:2903 #164 0x00000000006490b6 in eval_sub (form=XIL(0x2edf2b3)) at eval.c:2306 #165 0x0000000000643753 in Fprogn (body=XIL(0)) at eval.c:455 #166 0x0000000000648888 in eval_sub (form=XIL(0x2ee9d03)) at eval.c:2183 #167 0x00000000006434f8 in Fif (args=XIL(0x2ee9ce3)) at eval.c:410 #168 0x0000000000648888 in eval_sub (form=XIL(0x2ee9cd3)) at eval.c:2183 #169 0x0000000000643753 in Fprogn (body=XIL(0x2ee7e23)) at eval.c:455 #170 0x0000000000648888 in eval_sub (form=XIL(0x2ede8a3)) at eval.c:2183 #171 0x00000000006465a5 in internal_lisp_condition_case (var=XIL(0x737b2a0), bodyform=XIL(0x2ede8a3), handlers=XIL(0x2edeb73)) at eval.c:1303 #172 0x0000000000646037 in Fcondition_case (args=XIL(0x2ee7d63)) at eval.c:1227 #173 0x0000000000648888 in eval_sub (form=XIL(0x2ee7d53)) at eval.c:2183 #174 0x0000000000643753 in Fprogn (body=XIL(0x2edeed3)) at eval.c:455 #175 0x0000000000643541 in Fif (args=XIL(0x2ee7d33)) at eval.c:411 #176 0x0000000000648888 in eval_sub (form=XIL(0x2ee7d43)) at eval.c:2183 #177 0x000000000067f903 in readevalloop_eager_expand_eval (val=XIL(0x2eded33), macroexpand=XIL(0xbc7b0)) at lread.c:1850 #178 0x00000000006802cd in readevalloop (readcharfun=XIL(0x52b1ae5), infile0=0x0, sourcename=XIL(0x6fb5bd4), printflag=false, unibyte=XIL(0), readfun=XIL(0), start=XIL(0), end=XIL(0)) at lread.c:2036 #179 0x00000000006806e9 in Feval_buffer (buffer=XIL(0x52b1ae5), printflag=XIL(0), filename=XIL(0x6f37b34), unibyte=XIL(0), do_allow_print=XIL(0xc270)) at lread.c:2103 #180 0x000000000064a9be in funcall_subr (subr=0xd82178 , numargs=5, args=0x7fffffff77d0) at eval.c:2853 #181 0x000000000064a44f in Ffuncall (nargs=6, args=0x7fffffff77c8) at eval.c:2766 #182 0x000000000069f46b in exec_byte_code (bytestr=XIL(0xa052ec), vector=XIL(0xa0530d), maxdepth=make_number(6), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #183 0x000000000064b56d in funcall_lambda (fun=XIL(0xa0526d), nargs=4, arg_vector=0xa0530d ) at eval.c:3049 #184 0x000000000064a493 in Ffuncall (nargs=5, args=0x7fffffff7fe0) at eval.c:2768 #185 0x0000000000649e2d in call4 (fn=XIL(0x407a40), arg1=XIL(0x6f37b34), arg2=XIL(0x6f37b34), arg3=XIL(0xc270), arg4=XIL(0xc270)) at eval.c:2642 #186 0x000000000067e3ba in Fload (file=XIL(0x80f8294), noerror=XIL(0xc270), nomessage=XIL(0xc270), nosuffix=XIL(0), must_suffix=XIL(0xc270)) at lread.c:1365 #187 0x0000000000658d1c in Frequire (feature=XIL(0x73847c0), filename=XIL(0), noerror=XIL(0xc270)) at fns.c:2807 #188 0x000000000064a945 in funcall_subr (subr=0xd81448 , numargs=3, args=0x7fffffff8480) at eval.c:2846 ---Type to continue, or q to quit--- #189 0x000000000064a44f in Ffuncall (nargs=4, args=0x7fffffff8478) at eval.c:2766 #190 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x33487a4), vector=XIL(0x3340d05), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629 #191 0x000000000064b56d in funcall_lambda (fun=XIL(0x3340d95), nargs=4, arg_vector=0x3340d05) at eval.c:3049 #192 0x000000000064a493 in Ffuncall (nargs=5, args=0x7fffffff8ba0) at eval.c:2768 #193 0x0000000000649685 in Fapply (nargs=3, args=0x7fffffff8dc8) at eval.c:2386 #194 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=3, args=0x7fffffff8dc8) at eval.c:2821 #195 0x000000000064a44f in Ffuncall (nargs=4, args=0x7fffffff8dc0) at eval.c:2766 #196 0x000000000069f46b in exec_byte_code (bytestr=XIL(0x13f1f64), vector=XIL(0x3340aa5), maxdepth=make_number(5), args_template=make_number(128), nargs=3, args=0x7fffffff94d8) at bytecode.c:629 #197 0x000000000064b061 in funcall_lambda (fun=XIL(0x3340ad5), nargs=3, arg_vector=0x7fffffff94d8) at eval.c:2967 #198 0x000000000064a493 in Ffuncall (nargs=4, args=0x7fffffff94d0) at eval.c:2768 #199 0x0000000000649685 in Fapply (nargs=2, args=0x7fffffff96f8) at eval.c:2386 #200 0x000000000064a806 in funcall_subr (subr=0xd80188 , numargs=2, args=0x7fffffff96f8) at eval.c:2821 #201 0x000000000064a44f in Ffuncall (nargs=3, args=0x7fffffff96f0) at eval.c:2766 #202 0x000000000069f46b in exec_byte_code (bytestr=XIL(0xb0c44c), vector=XIL(0xb0c46d), maxdepth=make_number(10), args_template=make_number(257), nargs=1, args=0x7fffffff9ef0) at bytecode.c:629 #203 0x000000000064b061 in funcall_lambda (fun=XIL(0xb0c41d), nargs=1, arg_vector=0x7fffffff9ee8) at eval.c:2967 #204 0x000000000064a493 in Ffuncall (nargs=2, args=0x7fffffff9ee0) at eval.c:2768 #205 0x0000000000649d4c in call1 (fn=XIL(0xc600), arg1=XIL(0x80f7285)) at eval.c:2617 #206 0x000000000059a0de in timer_check_2 (timers=XIL(0x2ed5b83), idle_timers=XIL(0x2ed5ac3)) at keyboard.c:4462 #207 0x000000000059a209 in timer_check () at keyboard.c:4524 #208 0x00000000005978d4 in readable_events (flags=1) at keyboard.c:3340 #209 0x000000000059f029 in get_input_pending (flags=1) at keyboard.c:6824 #210 0x00000000005a6a40 in detect_input_pending_run_timers (do_display=true) at keyboard.c:9951 #211 0x00000000006af738 in wait_reading_process_output (time_limit=0, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=XIL(0), wait_proc=0x0, just_wait_proc=0) at process.c:5508 #212 0x00000000005988bc in kbd_buffer_get_event (kbp=0x7fffffffa738, used_mouse_menu=0x7fffffffaeaf, end_time=0x0) at keyboard.c:3831 #213 0x0000000000593bea in read_event_from_main_queue (end_time=0x0, local_getcjmp=0x7fffffffabe0, used_mouse_menu=0x7fffffffaeaf) at keyboard.c:2151 #214 0x0000000000593ee2 in read_decoded_event_from_main_queue (end_time=0x0, local_getcjmp=0x7fffffffabe0, prev_event=XIL(0), used_mouse_menu=0x7fffffffaeaf) at keyboard.c:2214 #215 0x0000000000595bc2 in read_char (commandflag=1, map=XIL(0x2d4fb23), prev_event=XIL(0), used_mouse_menu=0x7fffffffaeaf, end_time=0x0) at keyboard.c:2802 #216 0x00000000005a4d85 in read_key_sequence (keybuf=0x7fffffffb040, bufsize=30, prompt=XIL(0), dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9147 #217 0x0000000000591833 in command_loop_1 () at keyboard.c:1368 #218 0x0000000000646641 in internal_condition_case (bfun=0x591400 , handlers=XIL(0x5250), hfun=0x590a56 ) at eval.c:1332 #219 0x0000000000591005 in command_loop_2 (ignore=XIL(0)) at keyboard.c:1110 #220 0x0000000000645b75 in internal_catch (tag=XIL(0xc8d0), func=0x590fdc , arg=XIL(0)) at eval.c:1097 #221 0x0000000000590fa7 in command_loop () at keyboard.c:1089 #222 0x000000000059056b in recursive_edit_1 () at keyboard.c:695 #223 0x000000000059074a in Frecursive_edit () at keyboard.c:766 #224 0x000000000058e447 in main (argc=1, argv=0x7fffffffb528) at emacs.c:1713 Lisp Backtrace: "read" (0xfffe91c0) "projectile-unserialize" (0xfffe9920) "projectile-global-mode" (0xfffea040) "progn" (0xfffea340) "condition-case" (0xfffea630) "progn" (0xfffea7d0) 0x71bc820 Lisp type 3 "eval-after-load-helper" (0xfffeb330) "run-hook-with-args" (0xfffeb328) "do-after-load-evaluation" (0xfffebb08) 0xd81448 PVEC_SUBR "ad-Advice-require" (0xfffec890) "apply" (0xfffec888) "require" (0xfffecfa0) "byte-code" (0xfffed640) 0xd81448 PVEC_SUBR "ad-Advice-require" (0xfffee398) "apply" (0xfffee5b8) "require" (0xfffeec40) "not" (0xfffeef20) "if" (0xfffef0c0) "progn" (0xfffef260) "condition-case" (0xfffef550) "progn" (0xfffef6f0) 0x561fd80 Lisp type 3 ---Type to continue, or q to quit--- "eval-after-load-helper" (0xffff0250) "run-hook-with-args" (0xffff0248) "do-after-load-evaluation" (0xffff0a28) 0xd81448 PVEC_SUBR "ad-Advice-require" (0xffff17b0) "apply" (0xffff17a8) "require" (0xffff1ec0) "byte-code" (0xffff2550) "autoload-do-load" (0xffff2b88) "desktop-load-file" (0xffff3398) "desktop-create-buffer" (0xffff3bc0) "eval-buffer" (0xffff4120) "load-with-code-conversion" (0xffff4938) 0xd82118 PVEC_SUBR "ad-Advice-load" (0xffff5478) "apply" (0xffff5698) "load" (0xffff5de8) "desktop-read" (0xffff6600) "modi/restore-last-saved-desktop" (0xffff6920) "progn" (0xffff6c20) "if" (0xffff6dc0) "progn" (0xffff6f60) "condition-case" (0xffff7250) "if" (0xffff7430) "eval-buffer" (0xffff77d0) "load-with-code-conversion" (0xffff7fe8) 0xd81448 PVEC_SUBR "ad-Advice-require" (0xffff8ba8) "apply" (0xffff8dc8) "require" (0xffff94d8) "apply" (0xffff96f8) "timer-event-handler" (0xffff9ee8) (gdb) -- Kaushal Modi